I try to play one of my characters I'm working on, but for some bloody reason I get an "error while precashing" crash, repeated 3 times total in the error.I checked what I could and honestly I am stumped here.
What was the last thing you added before the crashing started?Precaching is often a memory thing, and FF tends to want more than it needs, or doesn't release it or something.Try a reboot as well, if it is a memory thing, that should fix it.
Cyanide said, January 03, 2009, 05:36:44 amWhat was the last thing you added before the crashing started?Precaching is often a memory thing, and FF tends to want more than it needs, or doesn't release it or something.Try a reboot as well, if it is a memory thing, that should fix it.The character crashes when I try to use it in MUGEN, and the last modification I did was commenting out some variables used for combos- in hopes of finding the source of the crash.
I mean before the crashing started. Perhaps you added an explod on time = 0 that spams itself? That sort of thing. If it was crashing the FIRST time you ever loaded it, obviously something was badly broken. But you must have made a change before the crashing started.
Cyanide said, January 06, 2009, 10:55:27 amI mean before the crashing started. Perhaps you added an explod on time = 0 that spams itself? That sort of thing. If it was crashing the FIRST time you ever loaded it, obviously something was badly broken. But you must have made a change before the crashing started.Then something IS badly broken, because it happened the first Time I tried to run it.
QuoteThe character crashes when I try to use it in MUGEN, and the last modification I did was commenting out some variables used for combos- in hopes of finding the source of the crash.have you tried going back a step, and removing the semi colons to see if it works again?