Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender

Postby mtamas » Sat Aug 26, 2017 9:07 am

Lihz wrote:
mtamas wrote:Hi guys!

I'm pretty new with the ender client so I need some help with the radar. I tried to change the icons of the animals to the diamond shapes, but it didn't work for me. Can somebody tell me what do I do wrong here?
Here is the picture of the radar.xml: http://imgur.com/a/dh0do


Insert shape="diamond" to the top line


I would like to change the normals animals' icons not the dark ones. The normal animals have the shape diamon line already, please tell me what do I need to the exactly then if I'm not understanding something.
mtamas
 
Posts: 4
Joined: Sat Aug 18, 2012 11:30 am

Re: Salem Client by Ender

Postby mtamas » Sat Aug 26, 2017 9:07 am

Lihz wrote:
mtamas wrote:Hi guys!

I'm pretty new with the ender client so I need some help with the radar. I tried to change the icons of the animals to the diamond shapes, but it didn't work for me. Can somebody tell me what do I do wrong here?
Here is the picture of the radar.xml: http://imgur.com/a/dh0do


Insert shape="diamond" to the top line


I would like to change the normals animals' icons not the dark ones. The normal animals have the shape diamon line already, please tell me what do I need to the exactly then if I'm not understanding something.
mtamas
 
Posts: 4
Joined: Sat Aug 18, 2012 11:30 am

Re: Salem Client by Ender

Postby Lihz » Sat Aug 26, 2017 9:20 am

Guess that should work then. Make sure you have a </group> at the end (probably is there, but not on the picture). Save the radar.xml, restart the game. If that won't work i'm out of ideas..
Lihz
Customer
 
Posts: 222
Joined: Sun Aug 12, 2012 12:24 am

Re: Salem Client by Ender

Postby Taipion » Sat Aug 26, 2017 1:37 pm

Lihz wrote:Guess that should work then. Make sure you have a </group> at the end (probably is there, but not on the picture). Save the radar.xml, restart the game. If that won't work i'm out of ideas..


:radar reload
Need something? Here is my Shop (Including some useful info for new/returning players at the bottom of the first post)
Taipion
 
Posts: 2659
Joined: Fri Mar 08, 2013 4:12 pm

Re: Salem Client by Ender

Postby Kandarim » Sun Aug 27, 2017 9:28 pm

You can find some additional radar file info in viewtopic.php?f=11&t=13437
Last edited by Kandarim on Mon Aug 28, 2017 8:34 am, edited 3 times in total.
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: Salem Client by Ender

Postby lachlaan » Mon Aug 28, 2017 12:41 am

Kandarim wrote:You can find some additional radar file info in [url=forum.salemthegame.com/viewtopic.php?f=11&t=13437]this thread[/url]


Herein lies the source of most Latikai client bugs :D ¦]
Exactly 6.022 x 10^23 worth of Lach molecules.
lachlaan
Customer
 
Posts: 2043
Joined: Tue Mar 12, 2013 3:11 pm

Re: Salem Client by Ender

Postby Soroka » Wed Nov 08, 2017 12:55 pm

Anyone! Exchange Ender plz for last patch
Soroka
 
Posts: 26
Joined: Tue May 17, 2016 12:02 pm

Re: Salem Client by Ender CRASH

Postby bic » Wed Apr 22, 2020 9:17 pm

hey the client crasheds i get to wher i can click charter then when game loads it crashes out pls help



java.lang.RuntimeException: haven.GOut$GLInvalidEnumException: GL Error: 1280 (invalid enumerant)
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:418)
at haven.HavenPanel.run(HavenPanel.java:451)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.GOut$GLInvalidEnumException: GL Error: 1280 (invalid enumerant)
at haven.GOut.glexcfor(GOut.java:96)
at haven.GOut.checkerr(GOut.java:107)
at haven.Light$LightList.apply(Light.java:217)
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:1039)
at haven.Widget.draw(Widget.java:514)
at haven.Widget.draw(Widget.java:519)
at haven.GameUI.draw(GameUI.java:598)
at haven.Widget.draw(Widget.java:514)
at haven.Widget.draw(Widget.java:519)
at haven.RootWidget.draw(RootWidget.java:88)
at haven.UI.draw(UI.java:163)
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$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)
bic
 
Posts: 3
Joined: Mon Apr 13, 2020 11:03 am

Re: Salem Client by Ender CRASH

Postby Taipion » Thu Apr 23, 2020 5:33 pm

bic wrote:hey the client crasheds i get to wher i can click charter then when game loads it crashes out pls help
java.lang.RuntimeException: haven.GOut$GLInvalidEnumException: GL Error: 1280 (invalid enumerant)
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:418)
at haven.HavenPanel.run(HavenPanel.java:451)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.GOut$GLInvalidEnumException: GL Error: 1280 (invalid enumerant)
at haven.GOut.glexcfor(GOut.java:96)
at haven.GOut.checkerr(GOut.java:107)
at haven.Light$LightList.apply(Light.java:217)
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:1039)
at haven.Widget.draw(Widget.java:514)
at haven.Widget.draw(Widget.java:519)
at haven.GameUI.draw(GameUI.java:598)
at haven.Widget.draw(Widget.java:514)
at haven.Widget.draw(Widget.java:519)
at haven.RootWidget.draw(RootWidget.java:88)
at haven.UI.draw(UI.java:163)
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$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)


Do you always get this error?
Try updating your display drivers.
Need something? Here is my Shop (Including some useful info for new/returning players at the bottom of the first post)
Taipion
 
Posts: 2659
Joined: Fri Mar 08, 2013 4:12 pm

Re: Salem Client by Ender

Postby akaVEGAS » Wed Dec 08, 2021 8:23 pm

Is this still a reliable client? Trying to get it going but nothing happens. Thanks
Image
User avatar
akaVEGAS
Customer
 
Posts: 82
Joined: Thu Jan 03, 2013 6:04 am

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 22 guests