Page 5 of 5

Re: StripMagic 0.1b

Posted: 09 May 2011, 16:03
by reneshelle
~arph wrote:You don't have any other OpenGL applications running at the same time? That will definately be a show stopper. (I'm working on switching to native windows, which should fix that too)
No I don't. And I also don't have any other java stuff running. Seems strange that I have the same problem on 3 machines. I thought about what is similar on all three machines. They use different antivirus. They are different windows versions. They are all different brand PCs. They all use Internet Explorer as their main brownser? But that's about it. They do all have dropbox running, but exiting the program does not help anything...

Re: StripMagic 0.1b

Posted: 10 May 2011, 00:33
by bigmufffuzzwizz
Are you always updating the software?

Re: StripMagic 0.1b

Posted: 10 May 2011, 06:50
by ~arph
reneshelle wrote:
~arph wrote:You don't have any other OpenGL applications running at the same time? That will definately be a show stopper. (I'm working on switching to native windows, which should fix that too)
No I don't. And I also don't have any other java stuff running. Seems strange that I have the same problem on 3 machines. I thought about what is similar on all three machines. They use different antivirus. They are different windows versions. They are all different brand PCs. They all use Internet Explorer as their main brownser? But that's about it. They do all have dropbox running, but exiting the program does not help anything...
Ok, thanks for all the info. I will let you know if there is an update.

Re: StripMagic 0.1b

Posted: 10 May 2011, 06:52
by ~arph
bigmufffuzzwizz wrote:Are you always updating the software?
Yes, but not on a very regular basis. More like half a year of inactivity and then five updates in a week.
It work on it when I have some time to spare and that is not very often.

Regards,

Arnoud

Re: StripMagic 0.1b

Posted: 13 Dec 2017, 16:20
by howmuch
I'm having a problem running this. I just get the Java console giving an exception error.
Any ideas?


Latest Java (1.8.0_151-b12)
OpenGL 4.4
Windows XP SP3

Java console output

Code: Select all

Java Web Start 11.151.2.12 x86
Using JRE version 1.8.0_151-b12 Java HotSpot(TM) Client VM
...
Missing Permissions manifest attribute in main jar: http://www.friedair.com/stripmagic/lib/stripmagic.jar
Exception in thread "AWT-EventQueue-2" java.lang.NoClassDefFoundError: javax/media/opengl/GLEventListener
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(Unknown Source)
	at java.security.SecureClassLoader.defineClass(Unknown Source)
	at java.net.URLClassLoader.defineClass(Unknown Source)
	at java.net.URLClassLoader.access$100(Unknown Source)
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at com.sun.jnlp.JNLPClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at MainApplication.<init>(MainApplication.java:19)
	at MainApplication$1.run(MainApplication.java:52)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.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)
Caused by: java.lang.ClassNotFoundException: javax.media.opengl.GLEventListener
	at java.net.URLClassLoader.findClass(Unknown Source)
	at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at com.sun.jnlp.JNLPClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	... 29 more

Re: StripMagic 0.1b

Posted: 13 Dec 2017, 18:57
by ~arph
Ah, Yeah that was a Java change. It’s not accepting self signed certificates anymore. Not sure if I still have the source code for this project...