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
Critical error: Invalid Device
#1
This very rare error appears when the user clicks on an encrypted EBOOT.PBP game on the UMD Browser. It might also be possible that this error can appear when the user clicks on a disk image as well.

The following error message appears on the console after the user selects the game and clicks on "Load":
Code:
AL lib: (EE) DoReset: Failed to initialize audio client: 0x88890017
org.lwjgl.openal.OpenALException: Invalid Device
    at org.lwjgl.openal.Util.checkALCError(Util.java:55)
    at org.lwjgl.openal.ALC10.alcCreateContext(ALC10.java:251)
    at org.lwjgl.openal.AL.init(AL.java:173)
    at org.lwjgl.openal.AL.create(AL.java:143)
    at org.lwjgl.openal.AL.create(AL.java:102)
    at org.lwjgl.openal.AL.create(AL.java:206)
    at jpcsp.sound.SoundChannel.init(SoundChannel.java:68)
    at jpcsp.HLE.modules.sceAudio.start(sceAudio.java:59)
    at jpcsp.HLE.HLEModuleManager.startModules(HLEModuleManager.java:541)
    at jpcsp.Emulator.initCpu(Emulator.java:211)
    at jpcsp.Emulator.load(Emulator.java:185)
    at jpcsp.Emulator.load(Emulator.java:154)
    at jpcsp.MainGUI.loadUMD(MainGUI.java:1847)
    at jpcsp.MainGUI.loadUMDGame(MainGUI.java:2024)
    at jpcsp.MainGUI.loadUMD(MainGUI.java:1902)
    at jpcsp.MainGUI.loadAndRunUMD(MainGUI.java:1880)
    at jpcsp.GUI.UmdBrowser.loadSelectedfile(UmdBrowser.java:773)
    at jpcsp.GUI.UmdBrowser.loadButtonActionPerformed(UmdBrowser.java:1090)
    at jpcsp.GUI.UmdBrowser.access$1900(UmdBrowser.java:65)
    at jpcsp.GUI.UmdBrowser$6.actionPerformed(UmdBrowser.java:966)
    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 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.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$300(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native 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 Source)
    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.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.WaitDispatchSupport$2.run(Unknown Source)
    at java.awt.WaitDispatchSupport$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.WaitDispatchSupport.enter(Unknown Source)
    at java.awt.Dialog.show(Unknown Source)
    at java.awt.Component.show(Unknown Source)
    at java.awt.Component.setVisible(Unknown Source)
    at java.awt.Window.setVisible(Unknown Source)
    at java.awt.Dialog.setVisible(Unknown Source)
    at jpcsp.MainGUI.openUmdActionPerformed(MainGUI.java:1772)
    at jpcsp.MainGUI.access$500(MainGUI.java:104)
    at jpcsp.MainGUI$7.actionPerformed(MainGUI.java:450)
    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(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.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.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$300(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native 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 Source)
    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.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)

While I was checking options in the emulator to see if they still work, the option "Unpack PBP on load" doesn't do anything with an encrypted EBOOT.PBP file. I'm assuming that if a PBP file is loaded, the emulator would unpack its contents into a directory (unless it only works with homebrew EBOOT.PBP files).


Attached Files Thumbnail(s)
   

.zip   Log_rb7a1d8b(64bit)_INFO.zip (Size: 5.05 KB / Downloads: 154)
Reply


Messages In This Thread
Critical error: Invalid Device - by DragonNeos - 12-19-2017, 11:15 AM
RE: Critical error: Invalid Device - by gid15 - 12-22-2017, 08:41 AM
RE: Critical error: Invalid Device - by gid15 - 12-23-2017, 04:20 PM
RE: Critical error: Invalid Device - by gid15 - 12-23-2017, 08:30 PM
RE: Critical error: Invalid Device - by gid15 - 12-28-2017, 08:04 PM
RE: Critical error: Invalid Device - by gid15 - 01-09-2018, 06:34 PM
RE: Critical error: Invalid Device - by gid15 - 01-12-2018, 08:26 AM
RE: Critical error: Invalid Device - by gid15 - 01-15-2018, 08:04 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)