Okay, I found something out: Tested now with r1635 .
Enabled "Use vertex cache" and I'm getting a little further, but the emulator stops with this now:
The full log with enabled vertex cache in attachment.
But when pushing the "stop"-Button after that, I am getting the Exception from above:
Hm, and it does not matter, when I push the stop-button - I always get that exception when pushing it... (but only with this game)
Besides, I am getting this Exception:
When I enable " Ignore invalid memory access" I am getting even further... But the screen stays black, and when pushing the start button while seeing the black screen, I can enter my name...
Enabled "Use vertex cache" and I'm getting a little further, but the emulator stops with this now:
Code:
224872 [ringbuf] ERROR memory - read16 - Invalid memory address : 0xA112D90 PC=08DEAB18
The full log with enabled vertex cache in attachment.
But when pushing the "stop"-Button after that, I am getting the Exception from above:
Code:
Running Jpcsp 64bit...
java.lang.NullPointerException
at jpcsp.HLE.pspiofilemgr.Initialise(pspiofilemgr.java:143)
at jpcsp.Emulator.initCpu(Emulator.java:165)
at jpcsp.Emulator.load(Emulator.java:136)
at jpcsp.Emulator.load(Emulator.java:122)
at jpcsp.MainGUI.loadUMD(MainGUI.java:971)
at jpcsp.MainGUI.loadUMD(MainGUI.java:1029)
at jpcsp.MainGUI.resetEmu(MainGUI.java:1200)
at jpcsp.MainGUI.ResetButtonActionPerformed(MainGUI.java:1193)
at jpcsp.MainGUI.access$300(MainGUI.java:92)
at jpcsp.MainGUI$4.actionPerformed(MainGUI.java:259)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
ce)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Hm, and it does not matter, when I push the stop-button - I always get that exception when pushing it... (but only with this game)
Besides, I am getting this Exception:
Code:
Running Jpcsp 64bit...
java.lang.NullPointerException
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:
620)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:45)
When I enable " Ignore invalid memory access" I am getting even further... But the screen stays black, and when pushing the start button while seeing the black screen, I can enter my name...