|
Title: All Singleplayer Modes Freezing! Post by: doublek642 on June 17, 2012, 11:02:21 PM For quite a long time now, I haven't been able to play All-Star Mode. The game freezes upon selecting a character - it's a silent freeze. Subspace Emissary and Classic mode both freeze randomly in the midst of gameplay, and Multi-man Brawl freezes after about a minute or so of playing. I am currently using Riivolution v1.04 via BeyondYou's Brawl Launcher, but I have still had some of these problems when I was using Gecko OS. I am using PhantomWing's Stage Expansion Code if that makes any difference. I've heard that apparently that may cause the problem, but I would still like to ultimately discover whether it's fixable or not. The game gets a bit boring when all you have is group Brawl. Any help will be greatly appreciated.
EDIT: Using the hook "AXNextFrame" completely eliminated the random freezing problem. All-Star mode is the only mode that freezes and it seems to be because of one of my codes. I have a feeling it's the stage expansion code. Title: Re: All Singleplayer Modes Freezing! Post by: mnsg on June 18, 2012, 06:05:01 AM Try going through your codes to see which ones may be responsible for the game crashes.
Title: Re: All Singleplayer Modes Freezing! Post by: doublek642 on June 18, 2012, 02:33:49 PM Well, one thing I've discovered myself was that after switching the hook from "OSSleepThread" to "V1", the freezing in multi-man brawl stopped. However, All-Star Mode still freezes upon pressing start after selecting a character. I also still seem to encounter random freezes during classic mode and SSE (Though, the freezes in SSE seem to have decreased). It seems to be that the game freezes because it tries to load too many things all at once at times, and OSSLeepThread cannot handle as much as V1, therefore the game freezes. If only I could find a way to fix this completely. As for All-Star Mode, that seems to be a different problem.
EDIT: Using the hook "AXNextFrame" completely eliminated the random freezing problem. All-Star mode is the only mode that freezes and it seems to be because of one of my codes. I have a feeling it's the stage expansion code. Title: Re: All Singleplayer Modes Freezing! Post by: mnsg on June 18, 2012, 04:53:10 PM Well again, just test out your codes in different combos to see which ones are causing you the game crashes.
|