Issue 11 in datasoul: no video on ubuntu 12.04

37 views
Skip to first unread message

data...@googlecode.com

unread,
Sep 4, 2012, 5:55:54 PM9/4/12
to datasou...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 11 by eric.duv...@gmail.com: no video on ubuntu 12.04
http://code.google.com/p/datasoul/issues/detail?id=11

here is the log:

^Cericduveau@ericduveau-MS-7751:~$ java -version
java version "1.7.0_07"
Java(TM) SE Runtime Environment (build 1.7.0_07-b10)
Java HotSpot(TM) Server VM (build 23.3-b01, mixed mode)

ericduveau@ericduveau-MS-7751:~$ datasoul
_ _
__ _| | ___ (_)
\ \ / / |/ __|| |
\ V /| | (__ | |
\_/ |_|\___|/ | 2.0.0
|__/ www.capricasoftware.co.uk

VLCJ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

VLCJ is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with VLCJ. If not, see <http://www.gnu.org/licenses/>.

Copyright 2009, 2010, 2011, 2012 Caprica Software Limited.

Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError:
libjawt.so: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou
dossier de ce type
at com.sun.jna.Native.getWindowHandle0(Native Method)
at com.sun.jna.Native$AWT.getComponentID(Native.java:1766)
at com.sun.jna.Native.getComponentID(Native.java:252)
at
uk.co.caprica.vlcj.player.embedded.videosurface.CanvasVideoSurface.attach(CanvasVideoSurface.java:69)
at
uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer.attachVideoSurface(DefaultEmbeddedMediaPlayer.java:156)
at
uk.co.caprica.vlcj.player.embedded.DefaultEmbeddedMediaPlayer.onBeforePlay(DefaultEmbeddedMediaPlayer.java:315)
at
uk.co.caprica.vlcj.player.DefaultMediaPlayer.play(DefaultMediaPlayer.java:660)
at
uk.co.caprica.vlcj.player.DefaultMediaPlayer.playMedia(DefaultMediaPlayer.java:203)
at
datasoul.render.vlcj.VlcjBackgroundFrame.playBackground(VlcjBackgroundFrame.java:150)
at datasoul.StartupManager$1.run(StartupManager.java:366)
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 Source)
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)





data...@googlecode.com

unread,
Sep 8, 2012, 11:22:02 AM9/8/12
to datasou...@googlegroups.com

Comment #1 on issue 11 by samuelme...@gmail.com: no video on ubuntu 12.04
http://code.google.com/p/datasoul/issues/detail?id=11

I got the same error in a fresh ubuntu 12.04 install (under vmware).

The fix for the linkage issue is trivial, but now I'm getting core-dumps
when trying to play video. It's likely to be related to this issue:
https://github.com/caprica/vlcj/issues/62


data...@googlecode.com

unread,
Sep 8, 2012, 2:11:57 PM9/8/12
to datasou...@googlegroups.com

Comment #2 on issue 11 by samuelme...@gmail.com: no video on ubuntu 12.04
http://code.google.com/p/datasoul/issues/detail?id=11

I have uploaded a new version (2.1-b1 for Linux) which fixes the linkage
issue.

Can you please try it and let us know how it goes?

If you get backtraces, please report also if it's gone when renaming
/usr/lib/vlc/lua/meta/reader/filename.luac to
/usr/lib/vlc/lua/meta/reader/filename.luac.disable (or something like that).

Thanks

data...@googlecode.com

unread,
Sep 8, 2012, 3:55:35 PM9/8/12
to datasou...@googlegroups.com

Comment #3 on issue 11 by eric.duv...@gmail.com: no video on ubuntu 12.04
http://code.google.com/p/datasoul/issues/detail?id=11

ericduveau@ericduveau-MS-7751:~$ datasoul
_ _
__ _| | ___ (_)
\ \ / / |/ __|| |
\ V /| | (__ | |
\_/ |_|\___|/ | 2.0.0
|__/ www.capricasoftware.co.uk

VLCJ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

VLCJ is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with VLCJ. If not, see <http://www.gnu.org/licenses/>.

Copyright 2009, 2010, 2011, 2012 Caprica Software Limited.

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xb76d3688, pid=19889, tid=2303392576
#
# JRE version: 7.0_07-b10
# Java VM: Java HotSpot(TM) Server VM (23.3-b01 mixed mode linux-x86 )
# Problematic frame:
# C [libc.so.6+0x128688] _IO_file_underflow+0x68
#
# Failed to write core dump. Core dumps have been disabled. To enable core
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/ericduveau/hs_err_pid19889.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
/usr/bin/datasoul: line 3: 19889 Aborted (core dumped) java
-Xmx512m -jar /usr/lib/datasoul/datasoul.jar $*

Attachments:
hs_err_pid19889.log 84.4 KB

data...@googlecode.com

unread,
Sep 8, 2012, 4:00:15 PM9/8/12
to datasou...@googlegroups.com

Comment #4 on issue 11 by eric.duv...@gmail.com: no video on ubuntu 12.04
http://code.google.com/p/datasoul/issues/detail?id=11

ericduveau@ericduveau-MS-7751:~$ sudo mv
/usr/lib/vlc/lua/meta/reader/filenameuac
/usr/lib/vlc/lua/meta/reader/filename.luac.disable

Now it seems to work

Attachments:
Capture du 2012-09-08 21:59:03.png 955 KB

data...@googlecode.com

unread,
Sep 11, 2012, 1:27:37 AM9/11/12
to datasou...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages