gamecreator Posted January 7, 2014 Share Posted January 7, 2014 Open Editor (make sure you have a new project but it may happen with existing projects) Create Terrain 2048x2048 or 4096x4096 Create camera Game -> Run Crashes Doesn't crash with smaller terrains. Output Executing "C:\Users\x\Documents\Leadwerks\Projects\MyGame\MyGame.exe"... Initializing Lua... Executing file "C:/Users/x/Documents/Leadwerks/Projects/MyGame/Scripts/Error.lua" Executing file "C:/Users/x/Documents/Leadwerks/Projects/MyGame/Scripts/App.lua" Initializing OpenGL4 graphics driver... OpenGL version 430 GLSL version 430 Device: GeForce GTX 480/PCIe/SSE2 Loading map "C:/Users/x/Documents/Leadwerks/Projects/MyGame/Maps/temp.map"... Loading texture "C:/Users/x/Documents/Leadwerks/Projects/MyGame/Materials/Common/bfn.tex..." Loading shader "C:/Users/x/Documents/Leadwerks/Projects/MyGame/Shaders/Terrain/stamp.shader"... Loading shader "C:/Users/x/Documents/Leadwerks/Projects/MyGame/Shaders/Terrain/updatenormals.shader"... Loading shader "C:/Users/x/Documents/Leadwerks/Projects/MyGame/Shaders/Terrain/clear.shader"... Loading shader "C:/Users/x/Documents/Leadwerks/Projects/MyGame/Shaders/Terrain/clipmap.shader"... Loading shader "C:/Users/x/Documents/Leadwerks/Projects/MyGame/Shaders/Terrain/terrain.shader"... Loading shader "C:/Users/x/Documents/Leadwerks/Projects/MyGame/Shaders/Terrain/textured.shader"... Loading shader "C:/Users/x/Documents/Leadwerks/Projects/MyGame/Shaders/Terrain/solid.shader"... Loading shader "C:/Users/x/Documents/Leadwerks/Projects/MyGame/Shaders/Terrain/wireframe.shader"... Just tested and also happens if you put a large terrain into the Introduction map... and probably the others. Link to comment Share on other sites More sharing options...
AggrorJorn Posted January 8, 2014 Share Posted January 8, 2014 Josh, I can confirm this. Only happens on terrain formats of 2048x2048 or 4096x4096. nice catch, gamecreator. Link to comment Share on other sites More sharing options...
shadmar Posted January 8, 2014 Share Posted January 8, 2014 Yep, also the map file is broken, even if you delete the terrain (when you run the game), which makes the entire map useless. HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB Link to comment Share on other sites More sharing options...
Josh Posted January 10, 2014 Share Posted January 10, 2014 Confirmed. It's not actually the terrain but the world size. If you want to recover the map set the world size to 1024. 1 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...
Josh Posted January 10, 2014 Share Posted January 10, 2014 Okay, found and fixed. WIll patch soon with more info. Just a minor stupid mistake. 1 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...
Recommended Posts