Created
October 31, 2013 17:18
-
-
Save OliverUv/7253466 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oliver@indal~/Downloads> java -jar Jcaster.jar | |
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configura | |
WriterGroup.returnSuccessAfterOptimizingAndReducingCollaberations()---WriterGroup ( WriterGroup: {Type: audio, # of Writers: 0 } ) doesn't have any Writers registed to it because Writer is not registered. Location ( WriterGroup: {Type: audio, # of Writers: 0 } ) | |
WriterGroup.returnSuccessAfterOptimizingAndReducingCollaberations()---WriterGroup ( WriterGroup: {Type: video, # of Writers: 0 } ) doesn't have any Writers registed to it because Writer is not registered. Location ( WriterGroup: {Type: video, # of Writers: 0 } ) | |
2013-10-31 18:17:20,700 [AWT-EventQueue-0] ERROR com.xuggle.ferry.JNILibraryLoader - Could not load library: xuggle-ferry; version: 3; Visit http://www.xuggle.com/xuggler/faq/ to find common solutions to this problem | |
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: no xuggle-ferry in java.library.path | |
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1878) | |
at java.lang.Runtime.loadLibrary0(Runtime.java:849) | |
at java.lang.System.loadLibrary(System.java:1087) | |
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.JNIMemoryManager.<clinit>(JNIMemoryManager.java:871) | |
at com.xuggle.mediatool.MediaWriter.<clinit>(MediaWriter.java:119) | |
at com.xuggle.mediatool.ToolFactory.makeWriter(ToolFactory.java:149) | |
at encode.Container.setupProcessing(Container.java:81) | |
at com.cattura.packet_multibroadcaster.implementations.WriterGroup.setupProcessing(WriterGroup.java:141) | |
at com.cattura.packet_multibroadcaster.implementations.AudioVideoSourceGroup.setupProcessing(AudioVideoSourceGroup.java:90) | |
at com.cattura.packet_multibroadcaster.implementations.SourceGroup.setupProcessingOnAllSources(SourceGroup.java:176) | |
at recording.Record.startRecording(Record.java:172) | |
at gui.JcasterGUI.record(JcasterGUI.java:814) | |
at gui.JcasterGUI.access$8(JcasterGUI.java:760) | |
at gui.JcasterGUI$9.actionPerformed(JcasterGUI.java:260) | |
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018) | |
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341) | |
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) | |
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) | |
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) | |
at java.awt.Component.processMouseEvent(Component.java:6505) | |
at javax.swing.JComponent.processMouseEvent(JComponent.java:3321) | |
at java.awt.Component.processEvent(Component.java:6270) | |
at java.awt.Container.processEvent(Container.java:2229) | |
at java.awt.Component.dispatchEventImpl(Component.java:4861) | |
at java.awt.Container.dispatchEventImpl(Container.java:2287) | |
at java.awt.Component.dispatchEvent(Component.java:4687) | |
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832) | |
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492) | |
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422) | |
at java.awt.Container.dispatchEventImpl(Container.java:2273) | |
at java.awt.Window.dispatchEventImpl(Window.java:2719) | |
at java.awt.Component.dispatchEvent(Component.java:4687) | |
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735) | |
at java.awt.EventQueue.access$200(EventQueue.java:103) | |
at java.awt.EventQueue$3.run(EventQueue.java:694) | |
at java.awt.EventQueue$3.run(EventQueue.java:692) | |
at java.security.AccessController.doPrivileged(Native Method) | |
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) | |
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87) | |
at java.awt.EventQueue$4.run(EventQueue.java:708) | |
at java.awt.EventQueue$4.run(EventQueue.java:706) | |
at java.security.AccessController.doPrivileged(Native Method) | |
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) | |
at java.awt.EventQueue.dispatchEvent(EventQueue.java:705) | |
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) | |
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) | |
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) | |
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) | |
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) | |
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment