EmuNewz Network
How to fix the "faked mpeg video" on Linux - 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: JPCSP builds and releases (https://www.emunewz.net/forum/forumdisplay.php?fid=53)
+---- Thread: How to fix the "faked mpeg video" on Linux (/showthread.php?tid=3746)



How to fix the "faked mpeg video" on Linux - deadroots - 02-23-2011

I'm using Ubuntu 10.10

i'm running the classic: final fantasy vii crisis core, but the emulator shows this shit message.

when i activate media engine, the emulator terminal show the following message when it have to show the opening video:
Quote:Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: no xuggle-ferry in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681)
at java.lang.Runtime.loadLibrary0(Runtime.java:840)
at java.lang.System.loadLibrary(System.java:1047)
at com.xuggle.ferry.JNILibraryLoader.loadLibrary0(JNILibraryLoader.java:265)
at com.xuggle.ferry.JNILibraryLoader.loadLibrary(JNILibraryLoader.java:168)
at com.xuggle.ferry.FerryJNI.<clinit>(FerryJNI.java:14)
at com.xuggle.ferry.Logger$Level.<clinit>(Logger.java:225)
at jpcsp.media.MediaEngine.<init>(MediaEngine.java:91)
at jpcsp.HLE.modules150.sceMpeg.start(sceMpeg.java:182)
at jpcsp.HLE.modules.HLEModuleManager.startModules(HLEModuleManager.java:355)
at jpcsp.Emulator.initCpu(Emulator.java:179)
at jpcsp.Emulator.load(Emulator.java:154)
at jpcsp.Emulator.load(Emulator.java:136)
at jpcsp.MainGUI.loadUMD(MainGUI.java:1056)
at jpcsp.MainGUI.loadUMDGame(MainGUI.java:1154)
at jpcsp.MainGUI.loadUMD(MainGUI.java:1087)
at jpcsp.GUI.UmdBrowser.loadSelectedfile(UmdBrowser.java:569)
at jpcsp.GUI.UmdBrowser.access$1000(UmdBrowser.java:74)
at jpcsp.GUI.UmdBrowser$4.actionPerformed(UmdBrowser.java:339)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:404)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:253)
at java.awt.Component.processMouseEvent(Component.java:6175)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:5940)
at java.awt.Container.processEvent(Container.java:2105)
at java.awt.Component.dispatchEventImpl(Component.java:4536)
at java.awt.Container.dispatchEventImpl(Container.java:2163)
at java.awt.Component.dispatchEvent(Component.java:4362)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4461)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4125)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4055)
at java.awt.Container.dispatchEventImpl(Container.java:2149)
at java.awt.Window.dispatchEventImpl(Window.java:2478)
at java.awt.Component.dispatchEvent(Component.java:4362)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:604)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:194)
at java.awt.Dialog$1.run(Dialog.java:1072)
at java.awt.Dialog$3.run(Dialog.java:1126)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Dialog.java:1124)
at java.awt.Component.show(Component.java:1468)
at java.awt.Component.setVisible(Component.java:1420)
at java.awt.Window.setVisible(Window.java:842)
at java.awt.Dialog.setVisible(Dialog.java:1011)
at jpcsp.MainGUI.openUmdActionPerformed(MainGUI.java:1033)
at jpcsp.MainGUI.access$600(MainGUI.java:101)
at jpcsp.MainGUI$6.actionPerformed(MainGUI.java:322)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2335)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:404)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.AbstractButton.doClick(AbstractButton.java:374)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:829)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:873)
at java.awt.Component.processMouseEvent(Component.java:6175)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:5940)
at java.awt.Container.processEvent(Container.java:2105)
at java.awt.Component.dispatchEventImpl(Component.java:4536)
at java.awt.Container.dispatchEventImpl(Container.java:2163)
at java.awt.Component.dispatchEvent(Component.java:4362)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4461)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4125)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4055)
at java.awt.Container.dispatchEventImpl(Container.java:2149)
at java.awt.Component.dispatchEvent(Component.java:4362)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:604)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)

I have the WIndows version and it's working normaly, but in the linux it's not working Smile
Already have the xuggle instaled


Someone?

Srry . bad english dude.


RE: How to fix the "faked mpeg video" on Linux - Kai3213 - 02-23-2011

I'm pretty sure the media engine only works for windows 32bit...then again I could be completely wrong.


RE: How to fix the "faked mpeg video" on Linux - hyakki - 02-23-2011

http://www.emunewz.net/forum/showthread.php?tid=3703&pid=10650#pid10650


RE: How to fix the "faked mpeg video" on Linux - deadroots - 02-28-2011

(02-23-2011, 09:46 PM)hyakki Wrote: http://www.emunewz.net/forum/showthread.php?tid=3703&pid=10650#pid10650

I got this new message:
Quote:Exception in thread "SQEXTEC Movie Decode" java.lang.NoClassDefFoundError: Could not initialize class com.xuggle.xuggler.IContainer
at jpcsp.media.MediaEngine.init(MediaEngine.java:284)
at jpcsp.HLE.modules150.sceMpeg.sceMpegGetAtracAu(sceMpeg.java:1187)
at jpcsp.HLE.modules150.sceMpeg$19.execute(sceMpeg.java:2382)
at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.java:334)
at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:94)
at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:670)
at _S1_2_89A19AC.s(_S1_2_89A19AC.java:4)
at _S1_2_885DBE4.s(_S1_2_885DBE4.java:104)
at _S1_2_885D708.s(_S1_2_885D708.java:152)
at _S1_2_885D708.exec(_S1_2_885D708.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:701)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)

and the emulator stop working