- Code: Select all
javax.media.opengl.GLException: java.lang.IllegalArgumentException: Width (0) and height (0) must be > 0
at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:271)
at javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:410)
at javax.media.opengl.GLCanvas.display(GLCanvas.java:244)
at haven.HavenPanel.uglyjoglhack(HavenPanel.java:349)
at haven.HavenPanel.run(HavenPanel.java:378)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalArgumentException: Width (0) and height (0) must be > 0
at java.awt.image.SampleModel.<init>(Unknown Source)
at java.awt.image.ComponentSampleModel.<init>(Unknown Source)
at java.awt.image.PixelInterleavedSampleModel.<init>(Unknown Source)
at java.awt.image.Raster.createInterleavedRaster(Unknown Source)
at java.awt.image.Raster.createInterleavedRaster(Unknown Source)
at java.awt.image.Raster.createInterleavedRaster(Unknown Source)
at haven.TexI.mkbuf(TexI.java:83)
at haven.KinInfo.rendered(KinInfo.java:71)
at haven.MapView.drawmap(MapView.java:921)
at haven.MapView.draw(MapView.java:1047)
at haven.Widget.draw(Widget.java:283)
at haven.RootWidget.draw(RootWidget.java:61)
at haven.UI.draw(UI.java:136)
at haven.HavenPanel.redraw(HavenPanel.java:254)
at haven.HavenPanel$1.display(HavenPanel.java:77)
at com.sun.opengl.impl.GLDrawableHelper.display(GLDrawableHelper.java:78)
at javax.media.opengl.GLCanvas$DisplayAction.run(GLCanvas.java:435)
at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:194)
at javax.media.opengl.GLCanvas$DisplayOnEventDispatchThreadAction.run(GLCanvas.java:452)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$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)
Did a search and found out it was a problem caused but entering a village claim a year ago that looks much the same. http://www.havenandhearth.com/forum/viewtopic.php?f=4&t=6832&p=77511&hilit=java.lang.IllegalArgumentException#p77511
I got my friends to destroy my HF and spwaned in the wild and it worked like a charm, jumping to village Idol made it crash again.
Not sure it has any relevancy but i was chieftain when i died.
Update:
Entering the village claim also makes the crash appear, not just jumping to it. Tested with and without being chieftain and no difference.