Talk:Pacman: Difference between revisions
Jump to navigation
Jump to search
←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 ...' |
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.