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
New jpcsp software renderer plugin revision f5f617a
#1
psp 
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_so...-noSSE.zip
windows-x86-32-SSE2: http://filez.emunewz.net/builds/jpcsp_so...2-SSE2.zip
windows-x86-32-SSE3: http://filez.emunewz.net/builds/jpcsp_so...2-SSE3.zip
windows-x86-32-SSE41: http://filez.emunewz.net/builds/jpcsp_so...-SSE41.zip
windows-x86-32-AVX1: http://filez.emunewz.net/builds/jpcsp_so...2-AVX1.zip
windows-x86-32-AVX2: http://filez.emunewz.net/builds/jpcsp_so...2-AVX2.zip
windows-x86-64-noSSE: http://filez.emunewz.net/builds/jpcsp_so...-noSSE.zip
windows-x86-64-SSE2: http://filez.emunewz.net/builds/jpcsp_so...4-SSE2.zip
windows-x86-64-SSE3: http://filez.emunewz.net/builds/jpcsp_so...4-SSE3.zip
windows-x86-64-SSE41: http://filez.emunewz.net/builds/jpcsp_so...-SSE41.zip
windows-x86-64-AVX1: http://filez.emunewz.net/builds/jpcsp_so...4-AVX1.zip
windows-x86-64-AVX2: http://filez.emunewz.net/builds/jpcsp_so...4-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.
Reply
#2
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)
Reply
#3
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....#pid365027
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#4
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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)