beo6 Posted May 18, 2013 Share Posted May 18, 2013 Hello, now that Josh has told me what was wrong with my model Physics i changed it and it works nicely. Thank you. Now i wanted to save a prefab for a Portal to get to the next level. But as soon as i open the folder in the Editor it crashes with the last lines in the log showing this: Failed to load thumbnail 6 for C:/Leadwerks/Projects/Rolling/Prefabs/finishPortal.pfb Loading prefab "C:/Leadwerks/Projects/Rolling/Prefabs/finishPortal.pfb"... The Prefab should only contain a Cylinder with a Particle Emitter and two Lua scripts attached to the Cylinder. But it also crashes on a created prefab from only a Cylinder with nothing else attached to it. For some reason the Prefabs are nearly as big in Filesize as the whole Map. Not sure if this is correct. Link to comment Share on other sites More sharing options...
Josh Posted May 18, 2013 Share Posted May 18, 2013 Post your file? It sounds like it's corrupt. My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
beo6 Posted May 19, 2013 Author Share Posted May 19, 2013 (edited) Hello, sorry for the missing file. I was able to reproduce the error. I created a new Project with the default map. i created a prefab of the single box in the scene which worked without any problem. Then i created a Cylinder and dragged&dropped it on the box in the scene-tree so it got a child of the box. then i rightclicked on the Box and created a prefab again. Now it crashes with the error: --------------------------- Windows exception --------------------------- EXCEPTION_ACCESS_VIOLATION --------------------------- OK --------------------------- And here is the Test project: http://code-i.de/LE3/TestProj.zip (9.4 MB) //Edit: It also does not work with the cylinder alone. So i suppose it does not like a cylinder inside a prefab. Edit2: Crashes also on Cone, Sphere, Tube, Torus and Arch. Edited May 19, 2013 by beo6 Link to comment Share on other sites More sharing options...
Admin Posted May 19, 2013 Share Posted May 19, 2013 Simple fix. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts