In my urbanyx game, after I press continie on an active.. I get sent to another frame with around 20~ objects.
Anyways, it doesn't crash in MFA mode but it DOES crash if its in .EXE.
Why?
http://i39.tinypic.com/165icy.jpg
Printable View
In my urbanyx game, after I press continie on an active.. I get sent to another frame with around 20~ objects.
Anyways, it doesn't crash in MFA mode but it DOES crash if its in .EXE.
Why?
http://i39.tinypic.com/165icy.jpg
Why is the moon so lonely?
Your question and my question have two things in common. We don't know the answer :D
Ok back on topic, you should provide more info. What objects, what are you doing on frame start and so on.
First step would be to do a backup and remove all of the events, try and see if that helps.
If not then it must be some of the objects, strip down your app one object at a time and see if that works.
Last step, but you should check it first is if you are doing something in the application that needs admin rights like moving a folder or something like this. Also check your app for non relative path like c:\hi\fans\my\name\is\weka\hereismycoolpicture.png and use apppath$.
That's all I can guess for now. Give us more details please :)