About Store Forum Documentation Contact



Post Reply 
Background loader crash.
Author Message
Dampire Offline
Member

Post: #1
Background loader crash.
Strange situation. In my MSVC++ when I use debugging (F5), game works fine. But if run .exe from directory, game crashes on final stage of working of background loader (from tutorial). Any ideas?

Sorry for my english, guys...
(This post was last modified: 06-20-2011 04:52 PM by Dampire.)
06-20-2011 04:51 PM
Find all posts by this user Quote this message in a reply
lookastdu Offline
Member

Post: #2
RE: Background loader crash.
Try to start without debugging (Ctrl+F5 or Debug menu->Start Without Debugging) from MSVC++.

Have you tried to compile and run Release build?

When .exe crashes have you any window with information about problem?
(This post was last modified: 06-20-2011 05:42 PM by lookastdu.)
06-20-2011 05:42 PM
Find all posts by this user Quote this message in a reply
Dampire Offline
Member

Post: #3
RE: Background loader crash.
Solved. I just remove Game folder from my_world.world and rebuild world. Just "Clean all and Build All" did not help. But still it is strange that in the "debug" game worked.
(This post was last modified: 06-20-2011 06:14 PM by Dampire.)
06-20-2011 06:13 PM
Find all posts by this user Quote this message in a reply
Post Reply