lukhns 0 Posted March 9, 2013 Hi, im experiencing the following two (Possibly related) issues in Leadwerks 3. I have updated to the latest version through the updater tool today (9 March), but the issues still exist. I posted these together as I suspect they are both somehow Lua related. 1. When creating a new LUA project and running the project inside the editor the result is always a jumbled screen (Screen shot below) where the map should be. If i run the binary directly i can see the 'test map' just fine. C++ projects do not have this problem. 2. When right clicking an entity in the editor and selecting 'Add Script', the editor crashes just as a file selection dialogue appears. I get the standard OS 'Leadwerks quit unexpectedly' and the following report is attached. (Paste bin available below) http://pastebin.com/WGSW03wM My system specs are as follows Mid 2012 Retina MacBook Pro OS X 10.8.2 2.6 GHz intel i7 8GB 1600 MHz DDR3 NVIDIA GeForce GT 650M 1024 MB A few bugs as of course are expected in beta, but Leadwerks 3 looks to be shaping up the be a fantastic tool! Share this post Link to post
Josh 8,451 Posted March 9, 2013 I get the same problem, with all file request calls coming from popup menus. Trying to find the cause now... Please don't make combined bug reports in the future, it makes it harder to keep track of everything. Share this post Link to post
Josh 8,451 Posted March 10, 2013 It took all night, but I fixed the second issue. The first problem is simple that your scene lacks a camera. We should find a more elegant way of handling that, but presently that is not an error. The only safe way is to disable redrawing on the tree, so it will turn white while the file requester is open. But it doesn't crash. Share this post Link to post
Admin 717 Posted March 13, 2013 The fix for the file dialog crash has been uploaded. Please run the updater to get the fix. Share this post Link to post