EmuNewz Network
New jpcsp software renderer plugin revision f5f617a - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: Automatic jpcsp builds (https://www.emunewz.net/forum/forumdisplay.php?fid=204)
+---- Thread: New jpcsp software renderer plugin revision f5f617a (/showthread.php?tid=242590)



New jpcsp software renderer plugin revision f5f617a - Live Downloads - 04-09-2020

The revision f5f617a of the emulator jpcsp_softrender was released and built. Here are the download links:
windows-x86-32-noSSE: http://filez.emunewz.net/builds/jpcsp_softrender/2020/04/09/jpcsp_softrender-f5f617a-windows-x86-32-noSSE.zip
windows-x86-32-SSE2: http://filez.emunewz.net/builds/jpcsp_softrender/2020/04/09/jpcsp_softrender-f5f617a-windows-x86-32-SSE2.zip
windows-x86-32-SSE3: http://filez.emunewz.net/builds/jpcsp_softrender/2020/04/09/jpcsp_softrender-f5f617a-windows-x86-32-SSE3.zip
windows-x86-32-SSE41: http://filez.emunewz.net/builds/jpcsp_softrender/2020/04/09/jpcsp_softrender-f5f617a-windows-x86-32-SSE41.zip
windows-x86-32-AVX1: http://filez.emunewz.net/builds/jpcsp_softrender/2020/04/09/jpcsp_softrender-f5f617a-windows-x86-32-AVX1.zip
windows-x86-32-AVX2: http://filez.emunewz.net/builds/jpcsp_softrender/2020/04/09/jpcsp_softrender-f5f617a-windows-x86-32-AVX2.zip
windows-x86-64-noSSE: http://filez.emunewz.net/builds/jpcsp_softrender/2020/04/09/jpcsp_softrender-f5f617a-windows-x86-64-noSSE.zip
windows-x86-64-SSE2: http://filez.emunewz.net/builds/jpcsp_softrender/2020/04/09/jpcsp_softrender-f5f617a-windows-x86-64-SSE2.zip
windows-x86-64-SSE3: http://filez.emunewz.net/builds/jpcsp_softrender/2020/04/09/jpcsp_softrender-f5f617a-windows-x86-64-SSE3.zip
windows-x86-64-SSE41: http://filez.emunewz.net/builds/jpcsp_softrender/2020/04/09/jpcsp_softrender-f5f617a-windows-x86-64-SSE41.zip
windows-x86-64-AVX1: http://filez.emunewz.net/builds/jpcsp_softrender/2020/04/09/jpcsp_softrender-f5f617a-windows-x86-64-AVX1.zip
windows-x86-64-AVX2: http://filez.emunewz.net/builds/jpcsp_softrender/2020/04/09/jpcsp_softrender-f5f617a-windows-x86-64-AVX2.zip

Code:
Improved timing for rendering large textures stored in normal RAM (instead of VRAM).
check out the Live Downloads section for more builds
Please note that you have to place the correct DLL into the lib folder and in there, into the corresponding folder of your build (e.g. windows-amd64). Also the external software renderer option must be selected in the Video preferences in jpcsp. Please visit the forum in this link for more information.


RE: New jpcsp software renderer plugin revision f5f617a - onelight - 09-09-2020

crash when try run cube.cso
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.settingsValueChanged(ExternalGE.java:80)
        at jpcsp.settings.AbstractBoolSettingsListener.settingsValueChanged(AbstractBoolSettingsListener.java:46)
        at jpcsp.settings.AbstractBoolSettingsListener.settingsValueChanged(AbstractBoolSettingsListener.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(sceDisplay.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.doIntersectionPrivilege(Unknown Source)
        at java.security.ProtectionDomain$JavaSecurityAccessImpl.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$JavaSecurityAccessImpl.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)
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.HLE.modules.sceDisplay$AWTGLCanvas_sceDisplay.paintGL(sceDisplay.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.doIntersectionPrivilege(Unknown Source)
        at java.security.ProtectionDomain$JavaSecurityAccessImpl.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$JavaSecurityAccessImpl.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)



RE: New jpcsp software renderer plugin revision f5f617a - gid15 - 09-09-2020

Code:
Running Jpcsp 64bit...
Exception in thread "GUI" java.lang.NoSuchMethodError: onRenderSprite
Yes, this seems to be an issue with the builds on emunewz, I do not have the issue with my own builds, see
http://www.emunewz.net/forum/showthread.php?tid=1520&pid=365027#pid365027


RE: New jpcsp software renderer plugin revision f5f617a - hlide - 01-23-2021

Hi Gid,

I saw the last commit was fixing that issue but there is no public release. Is Shadow Orphis? Were you able to contact him?