mlanypitts / webcamstudio

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

splash screen open then close #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
---WebcamStudio 0.57 Beta 2 (Windows version)---
What steps will reproduce the problem?
1. using windows vista
2. extract zip to folder
3. installed gstreamer libraries
4. Installed Java Runtime
5. then when you double-click on WebcamStudio it opens the splash screen and 
closes with out opening the program at all.

Original issue reported on code.google.com by tliles...@gmail.com on 8 Aug 2011 at 8:04

GoogleCodeExporter commented 8 years ago
Oh, a windows bug!  Cool!  

Can you open a console, move to the folder containing WebcamStudio.jar and 
provide the error message.

I have a feeling that the gstreamer libraries are not found.  I've made my 
tests under Windows XP.  Maybe there is an issue with Vista on this level

Original comment by patrick.balleux on 11 Aug 2011 at 9:49

GoogleCodeExporter commented 8 years ago
Is it a 64bits Vista?

Original comment by patrick.balleux on 9 Oct 2011 at 6:04

GoogleCodeExporter commented 8 years ago
It looks like the app can't find the libs. Is there any way to make the app 
output more details about the error?

WebcamStudioX-0.57beta2>java -jar WebcamStudio.jar
Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load 
library gstreamer-0.10
        at org.gstreamer.lowlevel.GNative.loadWin32Library(GNative.java:83)
        at org.gstreamer.lowlevel.GNative.loadLibrary(GNative.java:43)
        at org.gstreamer.lowlevel.GstNative.load(GstNative.java:42)
        at org.gstreamer.lowlevel.GstNative.load(GstNative.java:39)
        at org.gstreamer.Gst.<clinit>(Gst.java:59)
        at webcamstudio.Main.<init>(Main.java:85)
        at webcamstudio.Main.main(Main.java:2216)

Original comment by Antoine....@gmail.com on 1 Feb 2012 at 9:30

GoogleCodeExporter commented 8 years ago
I'm also having that exact problem, but i dont' seam to be able to find that 
particular library for gstreamer anymore at all. apparently it was discontinued 
or something. Has any resolution been found for the error?

Original comment by noxnetwo...@gmail.com on 18 Jun 2013 at 8:30