07-20-2020, 07:40 AM
(07-18-2020, 08:45 PM)DragonNeos Wrote: I still think there's an issue with the latest version of the External Software Renderer (f5f617a). I am using the latest JPCSP commit as of 7/18/2020 (69699f2) and I still get this error:You are right, I could also reproduce the error with the builds of the external software renderer available on emunewz. The issue doesn't happen with my own builds, that's why I did not notice. I will contact shadow.
Code:Running Jpcsp 64bit...
Exception in thread "GUI" java.lang.NoSuchMethodError: onRenderSprite
at jpcsp.graphics.RE.externalge.NativeUtils.initNative(Native Method)
at jpcsp.graphics.RE.externalge.NativeUtils.init(NativeUtils.java:94)
at jpcsp.graphics.RE.externalge.ExternalGE.init(ExternalGE.java:187)
at jpcsp.graphics.RE.externalge.ExternalGE$ExternalGESettingsListerner.s
ettingsValueChanged(ExternalGE.java:80)
at jpcsp.settings.AbstractBoolSettingsListener.settingsValueChanged(Abst
ractBoolSettingsListener.java:46)
at jpcsp.settings.AbstractBoolSettingsListener.settingsValueChanged(Abst
ractBoolSettingsListener.java:35)
at jpcsp.settings.Settings.registerSettingsListener(Settings.java:890)
at jpcsp.graphics.RE.externalge.ExternalGE.init(ExternalGE.java:183)
at jpcsp.HLE.modules.sceDisplay$AWTGLCanvas_sceDisplay.paintGL(sceDispla
y.java:152)
at org.lwjgl.opengl.AWTGLCanvas.paint(AWTGLCanvas.java:339)
at org.lwjgl.opengl.AWTGLCanvas.update(AWTGLCanvas.java:368)
at sun.awt.RepaintArea.updateComponent(Unknown Source)
at sun.awt.RepaintArea.paint(Unknown Source)
at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.doIntersectionP
rivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionP
rivilege(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$JavaSecurityAccessImpl.doIntersectionP
rivilege(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)
Always include a complete log file at INFO level in your reports. Thanks! How to post a log