In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Talk:Pacman: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Dashxdr (talk | contribs)
←Created page with '== Known Issue 1.02 == The original source calls fatInitDefault() somewhat late in the initialization process, but this can cause a segfault. The fix is to move the call very ...'
 
Dashxdr (talk | contribs)
No edit summary
Line 1: Line 1:
== Known Issue 1.02 ==
== Known Issue 1.02 ==
The original source calls fatInitDefault() somewhat late in the initialization process, but this can cause a segfault. The fix is to move the call very close to the start of main().
The original source calls fatInitDefault() somewhat late in the initialization process, but this can cause a segfault. The fix is to move the call very close to the start of main().
== Enhancements for 1.03 ==
The game ought to look for the roms directory inside its own apps/ directory first. Also there is still a crash problem that isn't solved by the fatInitDefault fix, I think it's some buffer overrun somewhere. 1.03 is the next planned release, haven't started on it yet.

Revision as of 21:51, 28 October 2010

Known Issue 1.02

The original source calls fatInitDefault() somewhat late in the initialization process, but this can cause a segfault. The fix is to move the call very close to the start of main().

Enhancements for 1.03

The game ought to look for the roms directory inside its own apps/ directory first. Also there is still a crash problem that isn't solved by the fatInitDefault fix, I think it's some buffer overrun somewhere. 1.03 is the next planned release, haven't started on it yet.