EmulatorArchive / jpcsp

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

can not open some umd #282

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Game:when open some umd
Forum link:
Relevant messages from the log file:

Running Jpcsp 32bit...
java.nio.BufferUnderflowException
        at java.nio.Buffer.nextGetIndex(Unknown Source)
        at java.nio.HeapByteBuffer.get(Unknown Source)
        at jpcsp.util.Utilities.getUnsignedByte(Utilities.java:209)
        at jpcsp.util.Utilities.readUByte(Utilities.java:215)
        at jpcsp.format.PSP.read(PSP.java:131)
        at jpcsp.format.PSP.<init>(PSP.java:71)
        at jpcsp.Loader.LoadPSP(Loader.java:317)
        at jpcsp.Loader.LoadModule(Loader.java:166)
        at jpcsp.Emulator.load(Emulator.java:151)
        at jpcsp.Emulator.load(Emulator.java:144)
        at jpcsp.MainGUI.loadUMD(MainGUI.java:1413)
        at jpcsp.MainGUI.loadUMDGame(MainGUI.java:1505)
        at jpcsp.MainGUI.loadUMD(MainGUI.java:1444)
        at jpcsp.MainGUI.openUmdActionPerformed(MainGUI.java:1398)
        at jpcsp.MainGUI.access$400(MainGUI.java:105)
        at jpcsp.MainGUI$5.actionPerformed(MainGUI.java:361)
        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.AbstractButton.doClick(Unknown Source)
        at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
        at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknow
Source)
        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.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)

Original issue reported on code.google.com by misterwa...@gmail.com on 19 Jan 2012 at 5:06

GoogleCodeExporter commented 9 years ago
the new Revision r2445

Original comment by misterwa...@gmail.com on 19 Jan 2012 at 5:08

GoogleCodeExporter commented 9 years ago
Please report on the forum in the corresponding game thread.
"when open some umd" is very very vague...
The most probable reason is that the UMD dump is not correct.

Original comment by gi...@web.de on 10 Mar 2012 at 5:27