White Box When Loading - Help?

A secret forum for people who preorder Overgrowth!
Post Reply
User avatar
6673764
Posts: 30
Joined: Sun Oct 30, 2011 10:17 am
Location: Philadelphia, Pennsylvania

White Box When Loading - Help?

Post by 6673764 » Thu Sep 19, 2013 4:03 pm

I was making a simple level/map on the desert outpost map, and when I tried to save it, I got a ton of error messages. I just clicked OK for all of them, and nothing happened. Then later, I tried to load a certain external object but then clicked the wrong one and the game said some thing like "this type of object is not supported" then crashed (I didn't get to save the map). Ever since then, whenever I load Desert Outpost the game freezes and I get this:
Attachments
Help?
Help?

User avatar
last
Posts: 2154
Joined: Fri Jan 07, 2011 7:02 am
Location: Estonia

Re: White Box When Loading - Help?

Post by last » Thu Sep 19, 2013 4:15 pm

Can you post that level .xml file here so we can see what's going on. It would really help us.
You can find Desert Outpost level in Data/levels/DesertFort_IGF.xml
Also can you remember the names of those objects that you tried to spawn.
Meanwhile you can get the default level in here

User avatar
6673764
Posts: 30
Joined: Sun Oct 30, 2011 10:17 am
Location: Philadelphia, Pennsylvania

Re: White Box When Loading - Help?

Post by 6673764 » Thu Sep 19, 2013 4:22 pm

The .xml level file is down below.
The object I tried to load was Data/Items/attachments/rightlowerarm.xml
Attachments
DesertFort_IGF.xml
(143.81 KiB) Downloaded 30 times

User avatar
akazi
Posts: 1935
Joined: Fri Dec 30, 2011 3:14 pm
Location: Montgomery, Alabama

Re: White Box When Loading - Help?

Post by akazi » Thu Sep 19, 2013 4:32 pm

You can't load Data/Items/attachments/rightlowerarm.xml. It's not really an item you're supposed to load into the game. So ignore the attachments folder, but everything else you should be able to load fine.

User avatar
6673764
Posts: 30
Joined: Sun Oct 30, 2011 10:17 am
Location: Philadelphia, Pennsylvania

Re: White Box When Loading - Help?

Post by 6673764 » Thu Sep 19, 2013 4:38 pm

I also doubt it is a problem with the xml file because I get the same problem when loading the level with the new xml file.

User avatar
6673764
Posts: 30
Joined: Sun Oct 30, 2011 10:17 am
Location: Philadelphia, Pennsylvania

Re: White Box When Loading - Help?

Post by 6673764 » Thu Sep 19, 2013 4:41 pm

akazi wrote:You can't load Data/Items/attachments/rightlowerarm.xml. It's not really an item you're supposed to load into the game. So ignore the attachments folder, but everything else you should be able to load fine.
My mistake :( But the problem is 1. I don't know how I messed something up. I suspect it has something to do with the save error or the item I tried to load, but it could also be anything else. 2. Even if I did, I still probably wouldn't be able to fix it.

User avatar
last
Posts: 2154
Joined: Fri Jan 07, 2011 7:02 am
Location: Estonia

Re: White Box When Loading - Help?

Post by last » Fri Sep 20, 2013 3:28 pm

Looks like there is a object in your level that uses plant.vert file and it is giving us error message that you didn't post here
plant.vert_error.png
plant.vert_error.png (31.67 KiB) Viewed 1162 times
Somehow the Data/Objects/Plants/Groundcover/ForkedWeed.xml file is causing this problem. So all you have to do is open up level file and remove all forked weed from it.
Example for object post1, this is all the code you have to delete in your level file to remove it:

Code: Select all

<EnvObject t0="156.6" t1="123.394" t2="-181.453" s0="0.999746" s1="0.826229" s2="0.897835" r0="-0.017021" r1="-0.999149" r2="-0.037529" r3="0" r4="-0.857066" r5="-0.004749" r6="0.515172" r7="0" r8="-0.514911" r9="0.040934" r10="-0.856263" r11="0" r12="0" r13="0" r14="0" r15="1" id="151" color_r="1" color_g="1" color_b="1" type_file="Data/Objects/Buildings/Post1.xml">
        <parameters />
    </EnvObject>
Do it, but delete all the forkedweed objects instead.
And here is a log file for this level

Code: Select all

2013/9/20 22:51:29: Starting to load "Data/Levels/DesertFort_IGF (2).xml"
2013/9/20 22:51:29: Loading terrain object...
2013/9/20 22:51:30: Loading terrain textures...
2013/9/20 22:51:31: Checking for terrain cache file...
2013/9/20 22:51:31: Loading cached terrain...
2013/9/20 22:51:35: Adding terrain to ODE world...
2013/9/20 22:51:35: Adding loaded objects to scene..
2013/9/20 22:51:49: Loading shadows...
2013/9/20 22:51:50: Loading nav mesh...
2013/9/20 22:51:50: Loading ambient sounds and music...
2013/9/20 22:51:50: Getting path set...
2013/9/20 22:53:20: Loading all data in advance...
2013/9/20 22:53:21: Loading sky...
2013/9/20 22:53:29: Program "skyboxblur" tex uniform 2 is set to 22675456 which is outside the normal range
2013/9/20 22:53:29: Level load completed, initiating game...
2013/9/20 22:53:30: Program "secondterrain" tex uniform 0 is set to 22937600 which is outside the normal range
2013/9/20 22:53:30: Program "secondterrain" tex uniform 1 is set to 22806528 which is outside the normal range
2013/9/20 22:53:30: Program "secondterrain" tex uniform 3 is set to 22872064 which is outside the normal range
2013/9/20 22:53:30: Program "secondterrain" tex uniform 4 is set to 22675456 which is outside the normal range
2013/9/20 22:53:30: Program "fog" tex uniform 0 is set to 22806528 which is outside the normal range
2013/9/20 22:53:30: Program "fog" tex uniform 3 is set to 22740992 which is outside the normal range
2013/9/20 22:53:37: Program "terrainshadowmap" tex uniform 5 is set to 22740992 which is outside the normal range
2013/9/20 22:53:37: Program "envobjectshadow" tex uniform 4 is set to 22740992 which is outside the normal range
2013/9/20 22:53:37: Program "shadowtextureblurhorz" tex uniform 0 is set to 22740992 which is outside the normal range
2013/9/20 22:53:37: Program "shadowtextureblurvert" tex uniform 0 is set to 22740992 which is outside the normal range
2013/9/20 22:53:37: Program "shadowtexturestretchvert" tex uniform 0 is set to 22740992 which is outside the normal range
2013/9/20 22:53:37: Program "cubemapobjcharrigged #SHADOW_CATCHER" tex uniform 0 is set to 23265280 which is outside the normal range
2013/9/20 22:53:37: Program "cubemapobjcharrigged #SHADOW_CATCHER" tex uniform 1 is set to 22806528 which is outside the normal range
2013/9/20 22:53:37: Program "cubemapobjcharrigged #SHADOW_CATCHER" tex uniform 2 is set to 23199744 which is outside the normal range
2013/9/20 22:53:37: Program "cubemapobjcharrigged #SHADOW_CATCHER" tex uniform 3 is set to 23134208 which is outside the normal range
2013/9/20 22:53:37: Program "cubemapobjcharrigged #SHADOW_CATCHER" tex uniform 4 is set to 22872064 which is outside the normal range
2013/9/20 22:53:37: Program "cubemapobjcharrigged #SHADOW_CATCHER" tex uniform 5 is set to 22937600 which is outside the normal range
2013/9/20 22:53:37: Program "cubemapobjcharrigged #SHADOW_CATCHER" tex uniform 6 is set to 23003136 which is outside the normal range
2013/9/20 22:53:37: Program "cubemapobjcharrigged #SHADOW_CATCHER" tex uniform 7 is set to 23527424 which is outside the normal range
2013/9/20 22:53:37: Program "cubemapobjcharrigged #SHADOW_CATCHER" tex uniform 8 is set to 23330816 which is outside the normal range
2013/9/20 22:53:37: Program "skyboxYCOCG" tex uniform 2 is set to 22675456 which is outside the normal range
2013/9/20 22:53:37: Program "terraindetailmapcomplete" tex uniform 0 is set to 23724032 which is outside the normal range
2013/9/20 22:53:37: Program "terraindetailmapcomplete" tex uniform 1 is set to 22937600 which is outside the normal range
2013/9/20 22:53:37: Program "terraindetailmapcomplete" tex uniform 2 is set to 23396352 which is outside the normal range
2013/9/20 22:53:37: Program "terraindetailmapcomplete" tex uniform 3 is set to 23330816 which is outside the normal range
2013/9/20 22:53:37: Program "terraindetailmapcomplete" tex uniform 4 is set to 23265280 which is outside the normal range
2013/9/20 22:53:37: Program "terraindetailmapcomplete" tex uniform 5 is set to 22872064 which is outside the normal range
2013/9/20 22:53:37: Program "terraindetailmapcomplete" tex uniform 6 is set to 23789568 which is outside the normal range
2013/9/20 22:53:37: Program "terraindetailmapcomplete" tex uniform 7 is set to 23003136 which is outside the normal range
2013/9/20 22:53:37: Program "terraindetailmapcomplete" tex uniform 8 is set to 23855104 which is outside the normal range
2013/9/20 22:53:37: Program "terraindetailmapcomplete" tex uniform 9 is set to 23068672 which is outside the normal range
2013/9/20 22:53:37: Program "terraindetailmapcomplete" tex uniform 10 is set to 23920640 which is outside the normal range
2013/9/20 22:53:37: Program "terraindetailmapcomplete" tex uniform 11 is set to 23134208 which is outside the normal range
2013/9/20 22:53:37: Program "terraindetailmapcomplete" tex uniform 12 is set to 23986176 which is outside the normal range
2013/9/20 22:53:37: Program "terraindetailmapcomplete" tex uniform 13 is set to 23199744 which is outside the normal range
2013/9/20 22:53:37: Program "terraindetailmapcomplete" tex uniform 14 is set to 22806528 which is outside the normal range
2013/9/20 22:53:38: Program "cubemapobj" tex uniform 0 is set to 23265280 which is outside the normal range
2013/9/20 22:53:38: Program "cubemapobj" tex uniform 1 is set to 22872064 which is outside the normal range
2013/9/20 22:53:38: Program "cubemapobj" tex uniform 2 is set to 23199744 which is outside the normal range
2013/9/20 22:53:38: Program "cubemapobj" tex uniform 3 is set to 23134208 which is outside the normal range
2013/9/20 22:53:38: Program "cubemapobj" tex uniform 4 is set to 23003136 which is outside the normal range
2013/9/20 22:53:38: Program "cubemap" tex uniform 0 is set to 23265280 which is outside the normal range
2013/9/20 22:53:38: Program "cubemap" tex uniform 1 is set to 22937600 which is outside the normal range
2013/9/20 22:53:38: Program "cubemap" tex uniform 2 is set to 23199744 which is outside the normal range
2013/9/20 22:53:38: Program "cubemap" tex uniform 3 is set to 23134208 which is outside the normal range
2013/9/20 22:53:38: Program "cubemap" tex uniform 4 is set to 23003136 which is outside the normal range
2013/9/20 22:53:38: Displaying: "Error(s) in Data/GLSL/plant.vert" "ERROR: 0:616: 'CALC_TEX_COORDS' : undeclared identifier 
ERROR: 0:617: '}' : syntax error parse error

"
2013/9/20 22:54:17: "Continue" chosen
2013/9/20 22:54:17: Displaying: "Error(s) linking Data/GLSL/plant.vert and Data/GLSL/plant.frag" ""
2013/9/20 22:54:24: "Continue" chosen
2013/9/20 22:54:24: Program "cubemapalpha" tex uniform 0 is set to 23265280 which is outside the normal range
2013/9/20 22:54:24: Program "cubemapalpha" tex uniform 1 is set to 22937600 which is outside the normal range
2013/9/20 22:54:24: Program "cubemapalpha" tex uniform 2 is set to 23199744 which is outside the normal range
2013/9/20 22:54:24: Program "cubemapalpha" tex uniform 3 is set to 23134208 which is outside the normal range
2013/9/20 22:54:24: Program "cubemapalpha" tex uniform 4 is set to 23003136 which is outside the normal range
2013/9/20 22:54:24: Program "projectedshadowdecal" tex uniform 0 is set to 22806528 which is outside the normal range
2013/9/20 22:54:24: Program "projectedshadowdecal" tex uniform 3 is set to 22937600 which is outside the normal range
2013/9/20 22:54:24: Program "projectedshadowdecal" tex uniform 4 is set to 22872064 which is outside the normal range
2013/9/20 22:54:24: Requesting player-controlled mode...
2013/9/20 22:54:24: Disposing of editor GUI...
2013/9/20 22:54:24: Request successful...
2013/9/20 22:54:24: Program "cubemapobjcharrigged" tex uniform 0 is set to 23265280 which is outside the normal range
2013/9/20 22:54:24: Program "cubemapobjcharrigged" tex uniform 1 is set to 22806528 which is outside the normal range
2013/9/20 22:54:24: Program "cubemapobjcharrigged" tex uniform 2 is set to 23199744 which is outside the normal range
2013/9/20 22:54:24: Program "cubemapobjcharrigged" tex uniform 3 is set to 23134208 which is outside the normal range
2013/9/20 22:54:24: Program "cubemapobjcharrigged" tex uniform 5 is set to 22937600 which is outside the normal range
2013/9/20 22:54:24: Program "cubemapobjcharrigged" tex uniform 6 is set to 23003136 which is outside the normal range
2013/9/20 22:54:24: Program "cubemapobjcharrigged" tex uniform 7 is set to 23527424 which is outside the normal range
2013/9/20 22:54:24: Program "cubemapobjcharrigged" tex uniform 8 is set to 23330816 which is outside the normal range

Post Reply