This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
God Eater 2 - NPJH50832
#20
(01-21-2014, 12:32 AM)onelight Wrote: DLC not work same error
Code:
Running Jpcsp 64bit...
java.nio.BufferUnderflowException

    at java.nio.Buffer.nextGetIndex(Unknown Source)
    at java.nio.HeapByteBuffer.get(Unknown Source)
    at jpcsp.util.Utilities.getUnsignedByte(Utilities.java:220)
    at jpcsp.util.Utilities.readWord(Utilities.java:241)
    at jpcsp.format.Elf32SectionHeader.<i
nit>(Elf32SectionHeader.java:74)
    at jpcsp.format.Elf32.loadSectionHeaders(Elf32.java:92)
    at jpcsp.format.Elf32.<init>(Elf32.java:49)
    at jpcsp.Loader.LoadELF(Loader.java:340)
    at jpcsp.Loader.LoadModule(Loader.java:174)
    at jpcsp.Emulator.load(Emula
tor.java:157)
    at jpcsp.Emulator.load(Emulator.java:150)
    at jpcsp.MainGUI.loadUMD(MainGUI.java:1843)
    at jpcsp.MainGUI.loadUMDGame(MainGUI.java:2002)
    at jpcsp.MainGUI.loadUMD(MainGUI.java:1877)
    at jpcsp.MainGUI$RecentElementActionListener.actionPer
formed(MainGUI.java:3081)
    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.D
efaultButtonModel.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(Unknown 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.dispatchEve
ntImpl(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.processMouseEv
ent(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)
    a
t java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$200(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Nativ
e Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Sour
ce)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilter
s(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)

Ahh, thanks. It appears this ELF file is missing one field of the section header. I'll have to add an extra check to ignore this case.
Reply


Messages In This Thread
God Eater 2 - NPJH50832 - by vmftm12 - 11-14-2013, 12:14 PM
RE: God Eater2 [NPJH50832] - by Zekro - 11-15-2013, 09:29 AM
RE: God Eater2 [NPJH50832] - by Hykem - 11-15-2013, 08:25 PM
RE: God Eater2 [NPJH50832] - by jame_peng - 11-17-2013, 07:40 AM
RE: God Eater2 [NPJH50832] - by nash67 - 12-21-2013, 10:06 PM
RE: God Eater2 [NPJH50832] - by DragonNeos - 12-27-2013, 08:45 AM
RE: God Eater2 [NPJH50832] - by Hykem - 12-27-2013, 10:23 PM
RE: God Eater2 [NPJH50832] - by onelight - 12-28-2013, 11:11 AM
RE: God Eater2 [NPJH50832] - by Hykem - 01-13-2014, 08:15 PM
RE: God Eater2 [NPJH50832] - by Zekro - 01-14-2014, 09:39 AM
RE: God Eater2 [NPJH50832] - by Hykem - 01-14-2014, 03:45 PM
RE: God Eater2 [NPJH50832] - by thelight - 01-14-2014, 03:58 PM
RE: God Eater2 [NPJH50832] - by BlackDaemon - 01-14-2014, 05:25 PM
RE: God Eater2 [NPJH50832] - by onelight - 01-15-2014, 05:22 AM
RE: God Eater2 [NPJH50832] - by onelight - 01-20-2014, 07:53 AM
RE: God Eater2 [NPJH50832] - by onelight - 01-20-2014, 09:21 AM
RE: God Eater2 [NPJH50832] - by Hykem - 01-20-2014, 09:11 PM
RE: God Eater2 [NPJH50832] - by onelight - 01-21-2014, 12:32 AM
RE: God Eater2 [NPJH50832] - by Hykem - 01-21-2014, 02:28 PM
RE: God Eater2 [NPJH50832] - by DragonNeos - 01-22-2014, 04:59 AM
RE: God Eater2 [NPJH50832] - by Hykem - 01-22-2014, 11:16 PM
RE: God Eater2 [NPJH50832] - by onelight - 01-22-2014, 06:00 AM
RE: God Eater2 [NPJH50832] - by DragonNeos - 01-23-2014, 04:59 AM
RE: God Eater 2 - NPJH50832 - by onelight - 02-15-2014, 02:45 AM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 02-15-2014, 08:11 AM
RE: God Eater 2 - NPJH50832 - by onelight - 05-02-2014, 12:28 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 06-18-2014, 03:37 PM
RE: God Eater 2 - NPJH50832 - by onelight - 06-19-2014, 12:53 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 01-30-2015, 07:55 AM
RE: God Eater 2 - NPJH50832 - by sum2012 - 02-07-2015, 06:51 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 02-12-2015, 09:20 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 02-12-2015, 03:03 PM
RE: God Eater 2 - NPJH50832 - by sum2012 - 02-13-2015, 12:39 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 02-12-2015, 11:06 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 02-23-2015, 09:56 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 03-07-2015, 08:33 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 03-13-2015, 08:22 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 03-13-2015, 01:49 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 07-07-2015, 11:45 PM
RE: God Eater 2 - NPJH50832 - by gid15 - 07-08-2015, 10:04 AM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 07-08-2015, 09:15 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 08-22-2015, 09:50 PM
RE: God Eater 2 - NPJH50832 - by nash67 - 10-10-2015, 02:35 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 10-29-2015, 09:11 AM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 03-19-2016, 06:59 AM
RE: God Eater 2 - NPJH50832 - by onelight - 03-20-2016, 10:37 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 03-22-2016, 07:21 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 03-20-2016, 04:25 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 07-13-2016, 10:01 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 07-18-2016, 04:42 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 07-19-2016, 03:45 AM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 09-28-2016, 02:45 PM
RE: God Eater 2 - NPJH50832 - by gid15 - 09-30-2016, 04:08 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 11-09-2016, 07:48 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 11-09-2016, 09:19 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 11-19-2016, 01:30 AM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 02-14-2017, 09:15 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 03-29-2017, 07:00 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 03-30-2017, 07:06 AM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 12-21-2017, 09:30 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 12-21-2017, 07:14 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 05-02-2022, 11:30 PM
RE: God Eater 2 - NPJH50832 - by gid15 - 05-22-2022, 07:17 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 05-23-2022, 06:55 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 05-23-2022, 05:06 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 05-24-2022, 08:48 AM
RE: God Eater 2 - NPJH50832 - by gid15 - 05-24-2022, 07:42 PM
RE: God Eater 2 - NPJH50832 - by DragonNeos - 05-25-2022, 12:04 PM
2854-God Eater 2 V1.01 JPN - by jame_peng - 11-15-2013, 09:15 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)