Enders and Kandarims client error please help

Forum for game modifications and custom clients.

Enders and Kandarims client error please help

Postby Rosev5 » Mon Jun 23, 2014 11:40 pm

This error always happened on Enders and Kandarims. :(

java.lang.RuntimeException: javax.media.opengl.GLException: Unable to create temp OpenGL context for device context 0x1b010a0a
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.uglyjoglhack(HavenPanel.java:415)
at haven.HavenPanel.run(HavenPanel.java:448)
at java.lang.Thread.run(Unknown Source)
Caused by: javax.media.opengl.GLException: Unable to create temp OpenGL context for device context 0x1b010a0a
at jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:323)
at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:660)
at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:562)
at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:519)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1089)
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$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)
Please help.
Last edited by Rosev5 on Tue Jun 24, 2014 8:10 pm, edited 1 time in total.
User avatar
Rosev5
 
Posts: 3
Joined: Tue Apr 15, 2014 1:25 am

Re: Enders and Kands client error please help

Postby RonPaulFTW » Mon Jun 23, 2014 11:42 pm

Is this claeyt posting about his hat bug in disguise?

Trolling isn't allowed in this section of the forum. If you don't have anything constructive to say, don't say anything. If you really thought this was Claeyt (it isn't) you should have reported the OP.

~TotalyMeow
RonPaulFTW
 
Posts: 928
Joined: Sun May 05, 2013 8:30 pm

Re: Enders and Kands client error please help

Postby Kandarim » Tue Jun 24, 2014 7:52 am

it's claeyt

the only one ever still to call me by Kand :)


Does it only occur on the custom clients, or also on the default ?
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: Enders and Kands client error please help

Postby FatnessV6 » Tue Jun 24, 2014 7:17 pm

RonPaulFTW wrote:Is this claeyt posting about his hat bug in disguise?

Trolling isn't allowed in this section of the forum. If you don't have anything constructive to say, don't say anything. If you really thought this was Claeyt (it isn't) you should have reported the OP.

~TotalyMeow


Well,first of all it's not claeyt.It's my sister.
She has some error when she starts Enders,Kands,and the default.(Also,Kandarim she calls you Kand for an shorter name.She isn't good a typer anyways.)

Well Kandarim,I hope you could help her out. :D


Also I have another error,it makes the client crash every 3 minutes.I will be grateful if there's a way to fix it.(It crashes on all clients.)

Solution found:Turn on raider mode trees in Kandarim's client.

java.lang.RuntimeException: haven.GOut$GLInvalidValueException: GL Error: 1281 (invalid value)
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.uglyjoglhack(HavenPanel.java:420)
at haven.HavenPanel.run(HavenPanel.java:455)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.GOut$GLInvalidValueException: GL Error: 1281 (invalid value)
at haven.GOut.glexcfor(GOut.java:97)
at haven.GOut.checkerr(GOut.java:107)
at haven.GLState$Applier.apply(GLState.java:530)
at haven.GOut.apply(GOut.java:203)
at haven.FastMesh$DLCompiler$DLCompiled.draw(FastMesh.java:127)
at haven.FastMesh.draw(FastMesh.java:316)
at haven.RenderList.render(RenderList.java:232)
at haven.RenderList.render(RenderList.java:249)
at haven.PView.draw(PView.java:253)
at haven.MapView.draw(MapView.java:932)
at haven.Widget.draw(Widget.java:514)
at haven.Widget.draw(Widget.java:519)
at haven.GameUI.draw(GameUI.java:576)
at haven.Widget.draw(Widget.java:514)
at haven.Widget.draw(Widget.java:519)
at haven.RootWidget.draw(RootWidget.java:107)
at haven.UI.draw(UI.java:162)
at haven.HavenPanel.redraw(HavenPanel.java:298)
at haven.HavenPanel$1.display(HavenPanel.java:94)
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$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
Last edited by FatnessV6 on Sun Jun 29, 2014 5:43 pm, edited 4 times in total.
Loftar wrote:giv us moni

^ when loftar released hafen.
User avatar
FatnessV6
 
Posts: 54
Joined: Fri Aug 23, 2013 1:16 am

Re: Enders and Kands client error please help

Postby Rosev5 » Tue Jun 24, 2014 7:27 pm

Kandarim wrote:it's claeyt

the only one ever still to call me by Kand :)


Does it only occur on the custom clients, or also on the default ?

It happens on custom clients and the default.
User avatar
Rosev5
 
Posts: 3
Joined: Tue Apr 15, 2014 1:25 am


Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 20 guests