MagicManICT wrote:Smurphy wrote:How do you update...
If you're using the original client, the launcher will do it for you. For those using 3rd party clients, you'll need to manually fix the client yourself or wait for the modder to make sure it's updated. Instructions for doing this aren't difficult (assuming it's a similar method to fixing clients on Haven), but beyond the scope of this forum.
Evertime I run the client, it starts to download then I get this...
java.lang.Error: java.lang.reflect.InvocationTargetException
at haven.MainFrame.javabughack(MainFrame.java:353)
at haven.MainFrame.main2(MainFrame.java:366)
at haven.MainFrame.access$100(MainFrame.java:35)
at haven.MainFrame$7.run(MainFrame.java:425)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
at haven.MainFrame.javabughack(MainFrame.java:344)
... 4 more
Caused by: java.lang.ExceptionInInitializerError
at javax.media.opengl.awt.GLCanvas.<clinit>(GLCanvas.java:154)
at haven.TexGL$TexDraw.<clinit>(TexGL.java:59)
at haven.TexGL.<init>(TexGL.java:140)
at haven.TexGL.<init>(TexGL.java:226)
at haven.TexI.<init>(TexI.java:41)
at haven.Resource$Image$1.<init>(Resource.java:592)
at haven.Resource$Image.tex(Resource.java:592)
at haven.Resource.loadtex(Resource.java:1436)
at haven.LoginScreen.<clinit>(LoginScreen.java:39)
at haven.MainFrame$5.run(MainFrame.java:347)
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)
Caused by: java.lang.SecurityException: Illegal Access - prefix jogl., with cert class class jogamp.opengl.Debug
at com.jogamp.common.util.PropertyAccess.addTrustedPrefix(PropertyAccess.java:55)
at jogamp.opengl.Debug.<clinit>(Debug.java:52)
... 24 more