Custom client by Latikai, building on Ender's client

Forum for game modifications and custom clients.

Re: Custom client by Latikai, building on Ender's client

Postby TemplarKnight » Thu Feb 20, 2014 11:54 am

Kandarim wrote:
TemplarKnight wrote:will this client be working after wipe?


it should, eventually. I'll make an effort to get it updated as soon as possible, but my spare time is rare these days, so it can take a day or two (the weekend at the latest, I'd say, though).

But, no, I don't expect it to be working right after the wipe (due to a difference in gluttony and so on and so forth, which will probably require client changes).


thanks for the fast reply,hope to see this client working after since it makes several things much better than the normal client.
Image
User avatar
TemplarKnight
 
Posts: 143
Joined: Thu Feb 20, 2014 10:50 am

Re: Custom client by Latikai, building on Ender's client

Postby Kandarim » Fri Feb 21, 2014 1:31 am

The client is now functional in the new world, with some minor issues due to a hurried merge from my part.
The main issue is that I lost Ender's updated study window somehow, but I don't think that REALLY breaks stuff right now. Fix incoming tomorrow night.
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: Custom client by Latikai, building on Ender's client

Postby iamah » Fri Feb 21, 2014 1:35 am

My conputer frozen while playing, not sure if it was a coincience, will try again
iamah
 
Posts: 424
Joined: Fri Nov 09, 2012 11:47 pm

Re: Custom client by Latikai, building on Ender's client

Postby Middyoz » Fri Feb 21, 2014 1:36 am

Kandarim wrote:The client is now functional in the new world, with some minor issues due to a hurried merge from my part.
The main issue is that I lost Ender's updated study window somehow, but I don't think that REALLY breaks stuff right now. Fix incoming tomorrow night.

Kandarim wrote:is now functional

False. OpenGL error trying to make a new character.
Code: Select all
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:415)
   at haven.HavenPanel.run(HavenPanel.java:450)
   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.TexMS.create(TexMS.java:52)
   at haven.TexMS.glid(TexMS.java:60)
   at haven.GLFrameBuffer$AttachMS.attach(GLFrameBuffer.java:144)
   at haven.GLFrameBuffer.apply(GLFrameBuffer.java:204)
   at haven.GLState$Applier.apply(GLState.java:494)
   at haven.GOut.apply(GOut.java:203)
   at haven.PView.draw(PView.java:242)
   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:573)
   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:147)
   at haven.HavenPanel.redraw(HavenPanel.java:296)
   at haven.HavenPanel$1.display(HavenPanel.java:92)
   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)
   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)
Middyoz
 
Posts: 1
Joined: Thu Feb 20, 2014 9:45 pm

Re: Custom client by Latikai, building on Ender's client

Postby Mushibag » Fri Feb 21, 2014 1:46 am

Middyoz wrote:OpenGL error trying to make a new character.
Code: Select all
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:415)
   at haven.HavenPanel.run(HavenPanel.java:450)
   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.TexMS.create(TexMS.java:52)
   at haven.TexMS.glid(TexMS.java:60)
   at haven.GLFrameBuffer$AttachMS.attach(GLFrameBuffer.java:144)
   at haven.GLFrameBuffer.apply(GLFrameBuffer.java:204)
   at haven.GLState$Applier.apply(GLState.java:494)
   at haven.GOut.apply(GOut.java:203)
   at haven.PView.draw(PView.java:242)
   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:573)
   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:147)
   at haven.HavenPanel.redraw(HavenPanel.java:296)
   at haven.HavenPanel$1.display(HavenPanel.java:92)
   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)
   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)

I'm getting the same.
User avatar
Mushibag
 
Posts: 1376
Joined: Wed Aug 01, 2012 1:22 am

Re: Custom client by Latikai, building on Ender's client

Postby Symphonic » Fri Feb 21, 2014 3:03 am

Image

when i run the client
User avatar
Symphonic
 
Posts: 33
Joined: Mon Nov 12, 2012 4:35 am

Re: Custom client by Latikai, building on Ender's client

Postby Darkins » Fri Feb 21, 2014 3:15 am

Symphonic wrote:
Image

when i run the client


same problem :(
Standart client is working
Darkins
 
Posts: 15
Joined: Wed Aug 01, 2012 11:12 pm

Re: Custom client by Latikai, building on Ender's client

Postby Chiprel » Fri Feb 21, 2014 3:16 am

For those having GL 1281 error. (might fix/work with other new gl errors too)
Compiled new changes with a bit older kandarim client source. Didn't play yet so dunno if i didnt mess up anything. But I'm being able to create a char and walk now. While before I was getting GL 1281 error :P

https://dl.dropboxusercontent.com/u/955 ... m21.02.zip

Unzip, edit run.bat to point at your java.exe and play.

PS. It's still being uploaded atm. Link should be up in around ~15mins.
PS2. No cartographer function in this one.


edit: Client was crashing when you had opened inventory and an item/items in it. Fixed.
Here is the fix:
https://dl.dropboxusercontent.com/u/95535397/salem.jar
Just overwrite file that you downloaded and unpacked before.
dem M_O_V_E_M_E_N_T_O_A_T_M_E_A_L_C_R_A_C_K_E_R_S
Winner of bracket ( award.
<@TotalyMoo> Mushi, will you be my new lover? :<
User avatar
Chiprel
 
Posts: 778
Joined: Wed Aug 01, 2012 1:25 am

Re: Custom client by Latikai, building on Ender's client

Postby vienradzis » Fri Feb 21, 2014 9:12 am

java.lang.RuntimeException: 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.uglyjoglhack(HavenPanel.java:415)
at haven.HavenPanel.run(HavenPanel.java:450)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.GOut$GLInvalidOperationException: GL Error: 1282 (invalid operation)
at haven.GOut.glexcfor(GOut.java:98)
at haven.GOut.checkerr(GOut.java:107)
at haven.TexMS.create(TexMS.java:52)
at haven.TexMS.glid(TexMS.java:60)
at haven.GLFrameBuffer$AttachMS.attach(GLFrameBuffer.java:144)
at haven.GLFrameBuffer.apply(GLFrameBuffer.java:204)
at haven.GLState$Applier.apply(GLState.java:494)
at haven.GOut.apply(GOut.java:203)
at haven.PView.draw(PView.java:242)
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:573)
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:147)
at haven.HavenPanel.redraw(HavenPanel.java:296)
at haven.HavenPanel$1.display(HavenPanel.java:92)
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)
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)
User avatar
vienradzis
 
Posts: 815
Joined: Fri Mar 01, 2013 5:39 pm

Re: Custom client by Latikai, building on Ender's client

Postby Emina » Fri Feb 21, 2014 11:23 am

Windows XP
Java version: 7 uppdate 51
1.7.0_51-b13

yup when starting a first new char

Code: Select all
java.lang.RuntimeException: javax.media.opengl.GLException: Not a GL3bc implementation
   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:450)
   at java.lang.Thread.run(Unknown Source)
Caused by: javax.media.opengl.GLException: Not a GL3bc implementation
   at jogamp.opengl.gl4.GL4bcImpl.getGL3bc(GL4bcImpl.java:37148)
   at haven.TexMSE.fill(TexMSE.java:48)
   at haven.TexMS.create(TexMS.java:51)
   at haven.TexMS.glid(TexMS.java:60)
   at haven.GLFrameBuffer$AttachMS.attach(GLFrameBuffer.java:144)
   at haven.GLFrameBuffer.apply(GLFrameBuffer.java:204)
   at haven.GLState$Applier.apply(GLState.java:494)
   at haven.GOut.apply(GOut.java:203)
   at haven.PView.draw(PView.java:242)
   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:573)
   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:147)
   at haven.HavenPanel.redraw(HavenPanel.java:296)
   at haven.HavenPanel$1.display(HavenPanel.java:92)
   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)
   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)
User avatar
Emina
 
Posts: 53
Joined: Wed Aug 01, 2012 1:42 am

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 0 guests