Crash/freeze on window resizing

The worst monsters in the Hearthlands warp the fabric of space and time...

Crash/freeze on window resizing

Postby ElGato » Sun Aug 30, 2015 9:43 pm

If I start the game in full window size and then make it half screen and then try to make it full screen again it completely locks up. Have to reload the client and wait for the server to log me out as well.

Can make a video if you need.
Last edited by Granger on Sun Aug 30, 2015 9:56 pm, edited 1 time in total.
Reason: better und title
burgingham wrote:We are all Gato, and Gato is Delamore of course. Goons blablabla...

Caradon wrote:Gato, the anti-ghandi

Sabinati wrote:yeah we're gonna kill you gato!!!
User avatar
ElGato
 
Posts: 1946
Joined: Tue Nov 10, 2009 2:10 am

Re: Bug with window resizing

Postby czaper2 » Sun Aug 30, 2015 9:45 pm

I tried to recreate the issue, it didn't lock up though - it crashed.

Code: Select all
java.lang.RuntimeException: haven.BGL$BGLException: haven.GOut$GLInvalidOperationException: GL Error: 1282 (invalid operation)
   at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)
   at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:103)
   at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:206)
   at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:172)
   at javax.media.opengl.Threading.invoke(Threading.java:191)
   at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:528)
   at haven.HavenPanel$6.uglyjoglhack(HavenPanel.java:441)
   at haven.HavenPanel$6.run(HavenPanel.java:472)
   at java.lang.Thread.run(Unknown Source)
Caused by: haven.BGL$BGLException: haven.GOut$GLInvalidOperationException: GL Error: 1282 (invalid operation)
   at haven.BGL.run(BGL.java:80)
   at haven.HavenPanel.redraw(HavenPanel.java:387)
   at haven.HavenPanel$1.display(HavenPanel.java:102)
   at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:649)
   at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:633)
   at javax.media.opengl.awt.GLCanvas$9.run(GLCanvas.java:1271)
   at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1103)
   at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
   at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
   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: haven.GOut$GLInvalidOperationException: GL Error: 1282 (invalid operation)
   at haven.GOut.glexcfor(GOut.java:128)
   at haven.GOut.checkerr(GOut.java:137)
   at haven.BGL$1.run(BGL.java:104)
   at haven.BGL.run(BGL.java:78)
   ... 22 more
User avatar
czaper2
 
Posts: 389
Joined: Mon Aug 26, 2013 12:48 pm

Re: Bug with window resizing

Postby ElGato » Sun Aug 30, 2015 9:52 pm

Well, my client crashed it just didn't close or give me the java error.
burgingham wrote:We are all Gato, and Gato is Delamore of course. Goons blablabla...

Caradon wrote:Gato, the anti-ghandi

Sabinati wrote:yeah we're gonna kill you gato!!!
User avatar
ElGato
 
Posts: 1946
Joined: Tue Nov 10, 2009 2:10 am

Re: Bug with window resizing

Postby czaper2 » Sun Aug 30, 2015 9:53 pm

It seems almost random to a point, but if you double click the window bar to make it bigger/smaller/bigger enough times then it crashes.

Go ahead and post your Java information, and OS information for Jorb. He'll want more information about both of these.

Windows 7 Sp1 64-bit Ultimate for me, Aero disabled.
I went ahead and tested it in 32-bit and 64-bit Java (Version 8 Update 60 Build 27) , it crashes in both consistently with that same error message.
User avatar
czaper2
 
Posts: 389
Joined: Mon Aug 26, 2013 12:48 pm

Re: Bug with window resizing

Postby ElGato » Sun Aug 30, 2015 9:55 pm

Windows 7 Sp1 64-bit Professional, Aero on.
Java Version 8 update 60 build 27
burgingham wrote:We are all Gato, and Gato is Delamore of course. Goons blablabla...

Caradon wrote:Gato, the anti-ghandi

Sabinati wrote:yeah we're gonna kill you gato!!!
User avatar
ElGato
 
Posts: 1946
Joined: Tue Nov 10, 2009 2:10 am

Re: Crash/freeze on window resizing

Postby Granger » Sun Aug 30, 2015 9:59 pm

For video problems please: supply info about which GPU (and make sure drivers are current).
⁎ Mon Mar 22, 2010 ✝ Thu Jan 23, 2020
User avatar
Granger
 
Posts: 9263
Joined: Mon Mar 22, 2010 2:00 pm

Re: Crash/freeze on window resizing

Postby ElGato » Sun Aug 30, 2015 10:59 pm

Granger wrote:For video problems please: supply info about which GPU (and make sure drivers are current).

Code: Select all
GPU: AMD Radeon HD 7970 Ghz (Sapphire Variant)
Driver Version 15.20.1062.1004-150803a1-187669C
Catalyst version 15.7.1
Direct3d version 9.14.10.01128
opengl version 6.15.10.13399
mantle driver version 9.1.10.0077

Please let me know if anything else is needed.
burgingham wrote:We are all Gato, and Gato is Delamore of course. Goons blablabla...

Caradon wrote:Gato, the anti-ghandi

Sabinati wrote:yeah we're gonna kill you gato!!!
User avatar
ElGato
 
Posts: 1946
Joined: Tue Nov 10, 2009 2:10 am

Re: Crash/freeze on window resizing

Postby czaper2 » Mon Aug 31, 2015 6:41 am

GPU: EVGA GeForce GT 610
Driver Version 9.18.13.4788
Nvidia Control Panel Version 347.88

Hope you find an answer :)
User avatar
czaper2
 
Posts: 389
Joined: Mon Aug 26, 2013 12:48 pm


Return to Bugs

Who is online

Users browsing this forum: No registered users and 1 guest