I get an error during rendering, right after you do a new player profile, save data, and you skip the opening video
in private void drawCurvedSurface (...)
...
int type = patch_prim_types[context.patch_prim]; <<< here
...
It only occurs on my computer, not on another one I could try. Also tryed different revs, and the latest, but it still dosen't change. Also how do I output an error trace? with an option of the emulator on start?
Quote:Exception in thread "GUI" java.lang.ArrayIndexOutOfBoundsException: 3
at jpcsp.graphics.VideoEngine.drawCurvedSurface(VideoEngine.java:5589)
at jpcsp.graphics.VideoEngine.drawSpline(VideoEngine.java:5482)
at jpcsp.graphics.VideoEngine.executeCommandSPLINE(VideoEngine.java:2375)
at jpcsp.graphics.VideoEngine.executeCommand(VideoEngine.java:1083)
at jpcsp.graphics.VideoEngine.executeList(VideoEngine.java:820)
at jpcsp.graphics.VideoEngine.update(VideoEngine.java:525)
at jpcsp.HLE.modules150.sceDisplay.paintGL(sceDisplay.java:1471)
...
in private void drawCurvedSurface (...)
...
int type = patch_prim_types[context.patch_prim]; <<< here
...
It only occurs on my computer, not on another one I could try. Also tryed different revs, and the latest, but it still dosen't change. Also how do I output an error trace? with an option of the emulator on start?