Does not run on Windows 10, Java 10.0.2

Questions? Suggestions? Need help? Talk about anything related to Yawcam...
Post Reply
Gergely
Posts: 1
Joined: Wed Sep 12, 2018 8:44 am

Does not run on Windows 10, Java 10.0.2

Post by Gergely »

I have a fresh installation of Yawcam. It simply does not start.

When I try to run Yawcam.exe in cmd, I get no output. It shows the splash then it terminates. Same with _x64 and _x86 executables.
When I try to manually run what appears to be the main class ("java yawcam.Main") I get the following output:

Code: Select all

YAWCAM - Yet Another Webcam Software
Version: 0.6.2 (2018-08-18)
os.arch: amd64
No splashscreen visible!
java.home: C:\Program Files\Java\jre-10.0.2
java.vendor: Oracle Corporation
java.version: 10.0.2
java.io.tmpdir: C:\Users\GERGELY~1\AppData\Local\Temp\
user.home: C:\Users\gergely
Max heap memory: 1952M
base_path: C:\Users\gergely\.yawcam\
File.separator: \
Local language: hu
Time zone: sun.util.calendar.ZoneInfo[id="Europe/Prague",offset=3600000,dstSavings=3600000,useDaylight=true,transitions=143,lastRule=java.util.SimpleTimeZone[id=Europe/Prague,offset=3600000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=2,startMonth=2,startDay=-1,startDayOfWeek=1,startTime=3600000,startTimeMode=2,endMode=2,endMonth=9,endDay=-1,endDayOfWeek=1,endTime=3600000,endTimeMode=2]]
copyFilesToUserDir()
Reading settings: C:\Users\gergely\.yawcam\yawcam_settings.xml
java.io.FileNotFoundException: C:\Users\gergely\.yawcam\yawcam_settings.xml (A rendszer nem találja a megadott fájlt)
        at java.base/java.io.FileInputStream.open0(Native Method)
        at java.base/java.io.FileInputStream.open(Unknown Source)
        at java.base/java.io.FileInputStream.<init>(Unknown Source)
        at java.base/java.io.FileInputStream.<init>(Unknown Source)
        at yawcam.Main.loadSettings(Main.java:691)
        at yawcam.Main.<init>(Main.java:236)
        at yawcam.Main.main(Main.java:1454)
Could not find: C:\Users\gergely\.yawcam\yawcam_settings.xml
Creating a new: C:\Users\gergely\.yawcam\yawcam_settings.xml
CompatibleImageType: TYPE_INT_RGB (1)
Checking lock file: C:\Users\gergely\.yawcam\yawcam-1.lck
ApplicationInstanceLock: I got ID: 1
Resolving public IP.
url 0 : http://www.yawcam.com/ver.dat
url 1 : http://home.bitcom.se/yawcam_files/ver.dat
Passwords:
---------------------------------
---------------------------------
Using ip check url: http://www.yawcam.com/ipq.php
Banned ip:
---------------------------------
---------------------------------
Exception in thread "main" java.lang.NoClassDefFoundError: de/humatic/dsj/DSJException
        at yawcam.Main.<init>(Main.java:330)
        at yawcam.Main.main(Main.java:1454)
Caused by: java.lang.ClassNotFoundException: de.humatic.dsj.DSJException
        at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
        at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)
        at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
        ... 2 more
(IP check) Redirect to URL : https://www.yawcam.com/ipq.php
(version check) Redirect to URL : https://www.yawcam.com/ver.dat?ver=0.6.2&build=2018-08-18
188.143.98.162
F: http://www.yawcam.com/ver.dat
F: http://home.bitcom.se/yawcam_files/ver.dat
0.6.2 == 0.6.2  -> 0
In the logs folder, only the "info.txt" file exists.
I did set the PATH environment variable to the proper value.

What should I do? Did I miss something?
acegeezer
Posts: 6
Joined: Sun Oct 07, 2018 6:51 pm

Re: Does not run on Windows 10, Java 10.0.2

Post by acegeezer »

I have a similar problem, although it appears to be the latest versions in my case.. Version 6.2, 6.1 & 6.0 all suffer the same issues, for me at least!
My issue wasn't exactly running the executable, but the program kept dropping my Logitech webcam and reverting to the IP camera option :roll: thereby giving a blank screen.
On rebooting the PC, all my saved settings had disappeared and I was having to re-insert everything and having to select all my options again, I checked this several times on reboot with the same result :?

My solution, which isn't really a solution but, I reverted to Version 5.0 and everything is working perfectly, just a heads up it may cure your issue too :D

Why with my Windows 10 does the Version 5.0 work flawlessly and the 3 subsequent Versions do not, I have no idea.. but something is wrong as the chosen settings don't save and the camera selection also reverts to the stock setting. :cry:
Post Reply