Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot launch Amber's Client #132

Open
Qeeet opened this issue Jun 23, 2018 · 4 comments
Open

Cannot launch Amber's Client #132

Qeeet opened this issue Jun 23, 2018 · 4 comments

Comments

@Qeeet
Copy link

Qeeet commented Jun 23, 2018

Couldn't reopen this issue #52
My laptop is ThinkPad T420 with intel HD 3000 graphics, runs windows 10. Original client works perfectly.

1.67.11.f933e0ef
Windows 10 10.0 x64, 1.8.0_66 amd64
Microsoft Corporation (GDI Generic) - 1.1.0

java.lang.RuntimeException: java.lang.RuntimeException: Exception occurred during init but was somehow discarded
	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:524)
	at haven.HavenPanel$6.run(HavenPanel.java:536)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Exception occurred during init but was somehow discarded
	at haven.HavenPanel.redraw(HavenPanel.java:455)
	at haven.HavenPanel$1.display(HavenPanel.java:132)
	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.GLConfig$HardwareException: Graphics context does not support programmable shading.
	at haven.GLConfig.assertcaps(GLConfig.java:83)
	at haven.GLConfig.fromgl(GLConfig.java:117)
	at haven.HavenPanel$1.init(HavenPanel.java:149)
	at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:601)
	at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:623)
	at javax.media.opengl.awt.GLCanvas$8.run(GLCanvas.java:1254)
	at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1101)
	at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
	at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
	at javax.media.opengl.Threading.invoke(Threading.java:193)
	at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:528)
	at javax.media.opengl.awt.GLCanvas.paint(GLCanvas.java:582)
	at sun.awt.RepaintArea.paintComponent(Unknown Source)
	at sun.awt.RepaintArea.paint(Unknown Source)
	at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(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.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	... 9 more

@romovs
Copy link
Owner

romovs commented Jun 24, 2018

Reinstall video drivers. You seem to be missing the OpenGL part needed for the client.

@Qeeet
Copy link
Author

Qeeet commented Jun 24, 2018

but why does it work with original HnH client (autohaven.jnlp)?

@Qeeet
Copy link
Author

Qeeet commented Jun 24, 2018

when I'll do that, I'll report

@Qeeet
Copy link
Author

Qeeet commented Jun 27, 2018

I've installed lastest version of Intel HD graphics 3000 from official site, which is 9.17.10.4229 26/05/2015. Previously I had driver from 2016.
Unfortunately it didn't help at all. Amber still crashes, while original/native client works OK.

1.67.11.f933e0ef
Windows 10 10.0 x64, 1.8.0_66 amd64
Microsoft Corporation (GDI Generic) - 1.1.0

java.lang.RuntimeException: haven.GLConfig$HardwareException: Graphics context does not support programmable shading.
	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:524)
	at haven.HavenPanel$6.run(HavenPanel.java:536)
	at java.lang.Thread.run(Unknown Source)
Caused by: haven.GLConfig$HardwareException: Graphics context does not support programmable shading.
	at haven.GLConfig.assertcaps(GLConfig.java:83)
	at haven.GLConfig.fromgl(GLConfig.java:117)
	at haven.HavenPanel$1.init(HavenPanel.java:149)
	at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:601)
	at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:623)
	at javax.media.opengl.awt.GLCanvas$8.run(GLCanvas.java:1254)
	at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1101)
	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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants