The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.27 (Linux)
|
![]() |
Xuggle 5.4 is available - 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: General discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=57) +---- Thread: Xuggle 5.4 is available (/showthread.php?tid=42305) |
RE: Xuggle 5.4 is available - Itaru - 05-04-2012 (05-04-2012, 03:42 PM)gid15 Wrote: The change for the buffer size has been committed in r2546. Thank you for the analysis! No problem, thanks for the commit! ![]() RE: Xuggle 5.4 is available - legend80 - 05-05-2012 (05-04-2012, 08:26 AM)gid15 Wrote:This is what I get:(05-04-2012, 05:47 AM)legend80 Wrote: Thanks for looking into this. I don't know what to say. I do not have any xuggle files on my pc except for the ones in my JPCSP folder.Could you try to play to video outside Jpcsp as I described above? 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. RE: Xuggle 5.4 is available - gid15 - 05-05-2012 (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). 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 RE: Xuggle 5.4 is available - legend80 - 05-05-2012 God, that was dumb, sorry Gid it was late... Anyway, it can play the pmf file (from Mega Man) several times without issue. That's not the issue. BUT it's those AT3 files that are causing trouble for sure (attached both). The one from 3rd Birthday crashed immediately, 2nd attempt = crash, 3rd crash, 4th PLAYED FINE, 5th fine, 6th crash. Tried Mega Man X, it played fine the first time, even the second time, but crashed on the 3rd attempt, 4th was fine. Not sure why it's intermittent like this, but that's the behavior I've observed since the introduction of this problem. RE: Xuggle 5.4 is available - serio - 05-05-2012 i went to see what i'll get from trying to play those at3 files and they work for me. when i tried to play castlevania's snd0.at3 though, i got this: Code: Exception in thread "main" java.lang.RuntimeException: could not find audio stream in container: SND0.AT3 by comparing them in a hex editor i see that the castlevania one's header has some additional stuff in it. maybe that's why it's failing. RE: Xuggle 5.4 is available - Itaru - 05-05-2012 legend80, I noticed in your sig that you're drastically overclocking your CPU from 3.3GHz to 4.3GHz. Try resetting it back to stock clock speed and see if it's any more stable. RE: Xuggle 5.4 is available - legend80 - 05-05-2012 (05-05-2012, 05:46 PM)Itaru Wrote: legend80, I noticed in your sig that you're drastically overclocking your CPU from 3.3GHz to 4.3GHz. Try resetting it back to stock clock speed and see if it's any more stable.That's very standard for these types of cpus, a lot of people are at 4.5+. And that has absolutely nothing to do with this. If you look at all the symptoms and the fact that it's revision specific, there's not way it's my cpu. I've run plenty of stress tests and my comp is rock solid. Playing an audio track is not that intensive also. (05-05-2012, 05:29 PM)serio Wrote: i went to see what i'll get from trying to play those at3 files and they work for me. when i tried to play castlevania's snd0.at3 though, i got this: Did you try playing them 5-10 times and it was stable each run? RE: Xuggle 5.4 is available - Vegerunks - 05-05-2012 (05-05-2012, 05:56 PM)legend80 Wrote: That's very standard for these types of cpus, a lot of people are at 4.5+. And that has absolutely nothing to do with this. If you look at all the symptoms and the fact that it's revision specific, there's not way it's my cpu. I've run plenty of stress tests and my comp is rock solid. Playing an audio track is not that intensive also. you should still try lol, If you're having issues with something its always best to at least TEST to see if your overclock is possibly causing the issue. RE: Xuggle 5.4 is available - hyakki - 05-05-2012 legend80 have you tried to remake the game from the original umd? from the pic on the other page it looks to be modified (the big logo in the UMD browser doesn't match how my game looks) , just to rule out the possibility of a corrupt file I'm guessing somehow the audio format was changed and thats whats causing the error. (though it still might be useful for detecting other audio formats or errors) RE: Xuggle 5.4 is available - legend80 - 05-06-2012 (05-05-2012, 11:45 PM)hyakki Wrote: legend80 have you tried to remake the game from the original umd? from the pic on the other page it looks to be modified (the big logo in the UMD browser doesn't match how my game looks) , just to rule out the possibility of a corrupt file I did try that with Mega Man but issue remains. 3rd Birthday is buried in some box somewhere. ![]() Can you try those two audio files when you get a chance and play them a few times? That way we should know if it's the files or my configuration somehow. Given it's intermittent, I'm still thinking the lib has some issues. If the lib was solid, and I give it a corrupted file, it should crap out every time - that's not what happening. And that would assume the previous lib could play corrupted audio files and never experience issues. |