05-05-2012, 08:56 AM
(05-05-2012, 05:53 AM)legend80 Wrote: This is what I get:You have first to go to the Jpcsp directory and start the "java" command from the main Jpcsp directory (i.e. the directory where the log.html is usually created).
C:\Users\Wes>set PATH=%PATH%;lib\;lib\windows-amd64\
C:\Users\Wes>java -Djava.library.path=lib/windows-amd64 -cp lib/xuggle-xuggler-n
oarch-5.4.jar com.xuggle.xuggler.demos.DecodeAndPlayAudioAndVideo ICON1.PMF
Exception in thread "main" java.lang.NoClassDefFoundError: com/xuggle/xuggler/de
mos/DecodeAndPlayAudioAndVideo
Caused by: java.lang.ClassNotFoundException: com.xuggle.xuggler.demos.DecodeAndP
layAudioAndVideo
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.xuggle.xuggler.demos.DecodeAndPlayAudioAndVid
eo. Program will exit.
Tried it with MegaManX, can't find one for 3rd Birthday.
Checked out today's build and saw no differnece. Crash in browser constantly with these two games and a crash in MMX as soon as I died. Both have an AT3 file in their root.
If the 3rd Birthday has no video, then the problem could be the audio. You can try the same and extract the audio from the ISO (PSP_GAME/SND0.AT3). Just to play the audio, use the following command:
Code:
java -Djava.library.path=lib/windows-amd64 -cp lib/xuggle-xuggler-noarch-5.4.jar com.xuggle.xuggler.demos.DecodeAndPlayAudio SND0.AT3
Always include a complete log file at INFO level in your reports. Thanks! How to post a log