EmuNewz Network
r3408 is not working at all.... - 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: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56)
+---- Thread: r3408 is not working at all.... (/showthread.php?tid=151224)

Pages: 1 2 3 4


r3408 is not working at all.... - Blacktownclassic - 11-07-2013

That's what I received once I tried to start r3408....

Running Jpcsp 64bit...
Exception in thread "GUI" java.lang.UnsatisfiedLinkError: no lwjgl in java.libra
ry.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.lwjgl.Sys$1.run(Sys.java:73)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:82)
at org.lwjgl.Sys.<clinit>(Sys.java:99)
at org.lwjgl.opengl.AWTGLCanvas.<clinit>(AWTGLCanvas.java:85)
at jpcsp.HLE.modules150.sceDisplay.<init>(sceDisplay.java:726)
at jpcsp.HLE.modules200.sceDisplay.<init>(sceDisplay.java:28)
at jpcsp.HLE.modules500.sceDisplay.<init>(sceDisplay.java:27)
at jpcsp.HLE.modules.sceDisplay.<init>(sceDisplay.java:23)
at jpcsp.HLE.Modules.<clinit>(Modules.java:179)
at jpcsp.MainGUI.<init>(MainGUI.java:194)
at jpcsp.MainGUI$75.run(MainGUI.java:2833)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at 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(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
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)


what should I do?Huh


RE: r3408 is not working at all.... - shadow - 11-07-2013

do you run the bat or the jar? That should be solved if you run it with bat...

Also try the 32bit version as well


RE: r3408 is not working at all.... - Blacktownclassic - 11-08-2013

(11-07-2013, 09:21 AM)shadow Wrote: do you run the bat or the jar? That should be solved if you run it with bat...

Also try the 32bit version as well

The 32bit is not work at all even I double clicked it.....Also, what do you mean 'the bat'?Huh


RE: r3408 is not working at all.... - shadow - 11-08-2013

there is a windows_amd64.bat (or similar name) inside the zip. Try to run that


RE: r3408 is not working at all.... - Blacktownclassic - 11-09-2013

(11-08-2013, 08:43 PM)shadow Wrote: there is a windows_amd64.bat (or similar name) inside the zip. Try to run that

You mean the batch file? Yes, that's the one I double clicked and somehow find the issue.....Sad


RE: r3408 is not working at all.... - shadow - 11-09-2013

weird ... previous versions work fine? You build it on your own , you download from buildbot , or another site?


RE: r3408 is not working at all.... - Blacktownclassic - 11-10-2013

(11-09-2013, 11:34 PM)shadow Wrote: weird ... previous versions work fine? You build it on your own , you download from buildbot , or another site?

I downloaded it feom emucr.com, besides, the jpcsp's not working at all since r3383.Sad

(11-09-2013, 11:34 PM)shadow Wrote: weird ... previous versions work fine? You build it on your own , you download from buildbot , or another site?

I received thes info from those archive emulators

java.lang.NoSuchMethodError: jpcsp.Allegrex.compiler.nativeCode.Strlen.call()V at _S1_2_8B174F4.s(_S1_2_8B174F4.java:0) at _S1_2_8AAC044.s(_S1_2_8AAC044.java:104) at _S1_2_8AAC044.exec(_S1_2_8AAC044.java) at jpcsp.Allegrex.compiler.RuntimeContext.execWithReturnAddress(RuntimeContext.java​:668) at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:709) at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:50)

Sad


RE: r3408 is not working at all.... - hlide - 11-10-2013

@Blacktownclassic

could you change your avatar ? we are not a porn forum here...


RE: r3408 is not working at all.... - legend80 - 12-09-2013

(11-10-2013, 04:03 AM)Blacktownclassic Wrote: I downloaded it feom emucr.com, besides, the jpcsp's not working at all since r3383.Sad

Confirmed here too. I've tried everything, but emulation doesn't start - just white screen since 3384 (3383 was fine).

Something about this revision broke this for several people around here. Here's the notes from the changes:
Fixed in native strlen MIPS code: some games do expect that register $a2 is not modified by the call (dirty programming).


RE: r3408 is not working at all.... - Hykem - 12-13-2013

(12-09-2013, 07:33 AM)legend80 Wrote:
(11-10-2013, 04:03 AM)Blacktownclassic Wrote: I downloaded it feom emucr.com, besides, the jpcsp's not working at all since r3383.Sad

Confirmed here too. I've tried everything, but emulation doesn't start - just white screen since 3384 (3383 was fine).

Something about this revision broke this for several people around here. Here's the notes from the changes:
Fixed in native strlen MIPS code: some games do expect that register $a2 is not modified by the call (dirty programming).

Hmm... It seems some files aren't being recognized (specifically related to strlen native instruction).
Does this also happen when downloading from the buildbot: http://buildbot.orphis.net/jpcsp/