YouGroove Posted March 18, 2013 Share Posted March 18, 2013 I was just playing , deleted barbarian , reput it in the level, attached scripts ,ad got this error i don't understand ? So i can't run the level anymore Stop toying and make games Link to comment Share on other sites More sharing options...
tjheldna Posted March 18, 2013 Share Posted March 18, 2013 Something similar happens in c++ when deleting the world object in the project. A similar error appears and the game craps out when trying to delete the newton physics object of the player. I didn't post this before as I wasn't sure if it was something in my code, but I believe it's not. Link to comment Share on other sites More sharing options...
YouGroove Posted March 18, 2013 Author Share Posted March 18, 2013 Ok in fact i found on of these bugs, it happesn with characters : If you set collision other than None with character type controller it will crash. When you choose character controller, don't put anything on collision type and leav it to none. Perhaps the editor should propose to None and disable it when we choose character controller. Stop toying and make games Link to comment Share on other sites More sharing options...
tjheldna Posted March 19, 2013 Share Posted March 19, 2013 Hmm I'm spawning in code so I'm not sure. I'm just setting the collision type to Collision::Character and I get a crash when the game is unloaded on the character--- delete world; Link to comment Share on other sites More sharing options...
YouGroove Posted March 19, 2013 Author Share Posted March 19, 2013 My advice, delete character, and use a cube with character controller. It should work again, verify it. Than you can go back and put your character again. Stop toying and make games Link to comment Share on other sites More sharing options...
YouGroove Posted March 29, 2013 Author Share Posted March 29, 2013 Bug remains or have returned with custom characters. I really don't understand nothing at all on why it do that bug again ? Even restarting LE 3 does not help ? Stop toying and make games Link to comment Share on other sites More sharing options...
Admin Posted April 1, 2013 Share Posted April 1, 2013 Incomplete / not enough information to reproduce. Link to comment Share on other sites More sharing options...
Recommended Posts