mlanypitts / webcamstudio

Automatically exported from code.google.com/p/webcamstudio
GNU General Public License v3.0
0 stars 0 forks source link

WebcamStudio 0.57beta4 will not run on Ubuntu 12.10 or Linux Mint 14 #84

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install deb file.
2. Open terminal and type in 'webcamstudio'
3. Logo starts up and goes nowhere.

What is the expected output? What do you see instead?

Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load 
library 'webcamstudio': libwebcamstudio.so: cannot open shared object file: No 
such file or directory

What version of the product are you using? On what operating system?
 0.57beta4 on Linux Mint 14 and/or Ubuntu 12.10

Original issue reported on code.google.com by mstuckl...@gmail.com on 15 Dec 2012 at 5:31

GoogleCodeExporter commented 8 years ago
Hi, i got the same problem when i install on Ubuntu 12.10. For me the solution 
was to copy the "libwebcamstudio.so" file from a machine where i successfully 
installed WCS Before.
Simply install the WCS Beta4 .deb package, and then copy the attached file 
(libwebcamstudio.so.1.0.1) in your /usr/lib/ directory.
Hope This helps.

Original comment by soylent...@gmail.com on 26 Dec 2012 at 9:23

Attachments:

GoogleCodeExporter commented 8 years ago
Did as you said.  Now getting the following error:

Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load 
library 'webcamstudio': /usr/lib/libwebcamstudio.so.1.0.1: wrong ELF class: 
ELFCLASS32

Original comment by mstuckl...@gmail.com on 26 Dec 2012 at 10:01

GoogleCodeExporter commented 8 years ago
I'm running 64 bit FYI

Original comment by mstuckl...@gmail.com on 26 Dec 2012 at 10:02

GoogleCodeExporter commented 8 years ago
Hi,
 i forgot to mention that I'm on Ubuntu 12.10 32bit ...
Have you try the 0.56 version?

http://sourceforge.net/projects/webcamstudio/files/WebcamStudio4Linux/0.56/webca
mstudio_0.56_all.deb/download

If that version works for you, maybe you can grab the lib of 0.56 when 
installed, uninstall it, install the 0.57 and copy the 0.56 lib grabbed in 
/usr/lib.
I don't know if that works.
Good luck ;)

Original comment by soylent...@gmail.com on 27 Dec 2012 at 8:00

GoogleCodeExporter commented 8 years ago
Comment 1 did the trick for me on 32-bit. THANKS!

Original comment by dnichols...@gmail.com on 27 Dec 2012 at 5:57

GoogleCodeExporter commented 8 years ago
how did you solve the problem
i have the same problem i'm on ubuntu 12.10 32bit

Original comment by said.elg...@gmail.com on 5 Jan 2013 at 8:08

GoogleCodeExporter commented 8 years ago
Using the file that was attached earlier works for 32-bit if I am reading this 
right.  I'm running 64 bit and still having no luck.  If anyone gets this 
solved for 64 bit linux, please share how you did it.

Thanks!

Original comment by mstuckl...@gmail.com on 6 Jan 2013 at 12:15

GoogleCodeExporter commented 8 years ago
Hi,
 another solution to run WCS 0.57 on Ubuntu 12.10 is provided By Patrick Balleux itself:
<< ... Just installed WS4GL 0.57 Beta 4 in Ubuntu 12.10...  Some dependencies 
were missing and the library compiler needed a small tweak.

Look in /etc/init.d/webcamstudio for the gcc parameter -WL, remove that 
parameter and the library will compile after that ... >>
Didn't try on 64bit systems.
Hope this Helps.

Original comment by soylent...@gmail.com on 26 Jan 2013 at 12:58

GoogleCodeExporter commented 8 years ago
The development has proceeded to 0.60+ versions. At the moment the deb packages 
in our Daily builds PPA, should work with no problems on Ubuntu...
Please try and give us feedback?

Original comment by peter.u....@gmail.com on 3 Apr 2013 at 11:40

GoogleCodeExporter commented 8 years ago
I had this issue too. I'm running Linux Mint 14 x64 and tested with 
0.64-352~201304132349~quantal1 from the daily PPA. I haven't been fiddling with 
it for more than an hour though, but so far everything seems to be working just 
fine.

Original comment by remuladg...@gmail.com on 21 Apr 2013 at 7:03

GoogleCodeExporter commented 8 years ago
Thanks @remuladgryta for the feedback.

I consider this issue resolved, so if you happen to still have problems... 
please reopen it. Thanks

Original comment by peter.u....@gmail.com on 21 Apr 2013 at 9:22

GoogleCodeExporter commented 8 years ago
Thank you for your effort!  I too can report that the latest daily build is
now working for me under Linux Mint 14.

Take care,

Mark

Original comment by mstuckl...@gmail.com on 21 Apr 2013 at 4:31

GoogleCodeExporter commented 8 years ago
I did it like this on Mint 14 x64:
after insatlling the .deb file go to "cd 
/usr/share/webcamstudio/webcamstudio-src"
I edited "sudo nano comp.sh" and removed the -Wl flag from 2nd line.
After this, run "sudo ./comp.sh" and here you go.

Original comment by rotwo...@gmail.com on 25 Aug 2013 at 6:27