Page 1 of 1

client error

PostPosted: Mon Oct 15, 2012 4:19 pm
by ZenderR
java.lang.Error: java.lang.reflect.InvocationTargetException
at haven.MainFrame.javabughack(MainFrame.java:389)
at haven.MainFrame.main2(MainFrame.java:402)
at haven.MainFrame.access$1(MainFrame.java:399)
at haven.MainFrame$8.run(MainFrame.java:472)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
at haven.MainFrame.javabughack(MainFrame.java:380)
... 4 more
Caused by: java.lang.ExceptionInInitializerError
at haven.MainFrame$5.run(MainFrame.java:383)
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.RuntimeException: Delayed error in resource gfx/loginscr (v-1), from local res source
at haven.Resource.checkerr(Resource.java:1405)
at haven.Resource.layer(Resource.java:1290)
at haven.Resource.layer(Resource.java:1299)
at haven.Resource.loadtex(Resource.java:1421)
at haven.LoginScreen.<clinit>(LoginScreen.java:48)
... 15 more
Caused by: haven.Resource$LoadException: Could not find resource locally: gfx/loginscr
at haven.Resource$JarSource.get(Resource.java:333)
at haven.Resource$Loader.handle(Resource.java:445)
at haven.Resource$Loader.run(Resource.java:425)
at java.lang.Thread.run(Unknown Source)

Re: client error

PostPosted: Mon Oct 15, 2012 4:59 pm
by EnderWiggin
Looks like you are using custom client and pressed YES when java asked about blocking unsigned code. Oh, and with custom clients you are supposed to report bugs in their dedicated threads, not in generel bugs section. It is reserved for default client bugs or bugs not connected to a client.

Re: client error

PostPosted: Mon Oct 15, 2012 7:42 pm
by staxjax
Locking.