Open philipwhiuk opened 11 years ago
Trying and failing to update the graphics driver seemed to fix this one... No earthly idea why. There doesn't seem to be any rhyme or reason behind why this crashes. It ought to be fixed by LWJGL as it should just throw a LWGLException if it can't create the Display.
Keeping open for future occurrences and ideas on how to fix.
On starting the client.
Contents of hs_err_pid6280.log
Appears to be trying to create LWJGL window, possibly without proper OpenGL support.
ATI Mobility Radeon HD470 Driver: 8.680.0.0
As this is a fairly low level error, before we create the window, we should try and check that it won't cause this issue (we won't be able to catch it most likely).