xkos / wagic

Automatically exported from code.google.com/p/wagic
0 stars 0 forks source link

[PSP] pressing "triangle" in the language selection menu crashes the game #577

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is a report from 0.14.1 and I haven't confirmed it myself, but since 2 
people reported it I'm adding this issue.
Please close if you can't reproduce.

Original issue reported on code.google.com by wagic.the.homebrew@gmail.com on 19 Jan 2011 at 12:48

GoogleCodeExporter commented 8 years ago
i HIGHLY suspect this has to do with people copy pasting 14.1 over 13.1 and 
conflicts created in options...

Original comment by omegabla...@gmail.com on 24 Jan 2011 at 6:06

GoogleCodeExporter commented 8 years ago
Under a fresh clean 14.1 windows version (downloaded not built) i can reproduce 
the issue. on latest Trunk under bsd I cannot. Can someone under Win32 test 
this under win32 ? Make sure your Res folder is clean.

Original comment by Ittobaal@gmail.com on 5 Feb 2011 at 11:55

GoogleCodeExporter commented 8 years ago
The issue is the controller for the menu fails badly when the triangle button 
is pressed.  That particular menu uses the menu item id to index into an array 
somewhere.  Since the triangle key is valued at -200, this causes a negative 
index into an array.

I've added a guard to ignore the triangle key for now.  If there is a more 
elegant solution we can find later than great.

Original comment by techdragon.nguyen@gmail.com on 7 Feb 2011 at 6:54