Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender

Postby Heftiger » Sat Aug 25, 2012 12:16 am

I have the same question. I'm getting the "Client is too old" message.
Heftiger
 
Posts: 6
Joined: Sat Aug 18, 2012 12:06 am

Re: Salem Client by Ender

Postby staxjax » Sat Aug 25, 2012 12:16 am

It will patch itself when you launch the shortcut.
Of all the things I've lost, I miss my mind the most - Ozzy Osbourne

Confirmed retards: Nimmeth, Claeyt, MycroSparks
User avatar
staxjax
 
Posts: 2845
Joined: Wed Aug 01, 2012 1:29 am

Re: Salem Client by Ender

Postby GaraDasha » Sat Aug 25, 2012 12:41 am

How poor are they that have not patience! What wound did ever heal but by degrees?
William Shakespeare
User avatar
GaraDasha
 
Posts: 49
Joined: Mon Aug 20, 2012 10:23 am

Re: Salem Client by Ender

Postby pohl » Sat Aug 25, 2012 12:49 am

Fixed this but running default/vanilla client and logging in a character then going back to Ender client.
pohl
 
Posts: 34
Joined: Tue Aug 07, 2012 8:58 am

Re: Salem Client by Ender

Postby Ass_Kraken » Sat Aug 25, 2012 1:14 am

Is there a way to bring back the default toolbars?
Image
User avatar
Ass_Kraken
 
Posts: 1277
Joined: Wed Aug 01, 2012 7:19 pm

Re: Salem Client by Ender

Postby Truffle » Sat Aug 25, 2012 4:06 am

Thanks, this custom client is really good to use : )
User avatar
Truffle
 
Posts: 1
Joined: Thu Aug 23, 2012 9:10 am

Re: Salem Client by Ender

Postby Fishbro2 » Sun Aug 26, 2012 12:46 pm

hey guys i am getting an error when i start enders i got java 7
pls help it doesnt start

java.lang.Error: java.lang.reflect.InvocationTargetException
at haven.MainFrame.javabughack(MainFrame.java:389)
at haven.MainFrame.main2(MainFrame.java:402)
at haven.MainFrame.access$100(MainFrame.java:63)
at haven.MainFrame$8.run(MainFrame.java:472)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
at haven.MainFrame.javabughack(MainFrame.java:380)
... 4 more
Caused by: java.lang.ExceptionInInitializerError
at haven.MainFrame$5.run(MainFrame.java:383)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(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)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/loginscr (v-1), from local res source
at haven.Resource.checkerr(Resource.java:1379)
at haven.Resource.layer(Resource.java:1264)
at haven.Resource.layer(Resource.java:1273)
at haven.Resource.loadtex(Resource.java:1395)
at haven.LoginScreen.<clinit>(LoginScreen.java:48)
... 15 more
Caused by: haven.Resource$LoadException: Could not find resource locally: gfx/loginscr
at haven.Resource$JarSource.get(Resource.java:333)
at haven.Resource$Loader.handle(Resource.java:445)
at haven.Resource$Loader.run(Resource.java:425)
at java.lang.Thread.run(Unknown Source)
Fishbro2
 
Posts: 9
Joined: Fri Aug 24, 2012 8:14 pm

Re: Salem Client by Ender

Postby Nsuidara » Sun Aug 26, 2012 3:28 pm

C:\Users\[name]\Salem\radar.xml
Easy add new / edit content icons...
Examle i added in herb
Code: Select all
<marker match="gfx/terobjs/woodheap" text="Wood Heap" color="#352013" />



EnderWiggin can you added Chat window (better window, example [Custom Client] BDSaleM ???
\(*o*)\ Praying in the Marp Church may reduce the time for update /(*o*)/
User avatar
Nsuidara
Customer
 
Posts: 1995
Joined: Fri Aug 17, 2012 11:50 pm
Location: Poland

Re: Salem Client by Ender

Postby sarah2 » Sun Aug 26, 2012 4:10 pm

Hello,

I have java6, windows xp, and i get following error and can't start the game;


javax.media.opengl.GLException: haven.GOut$GLException: GL Error: 1280 (invalid enumerant)
at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:271)
at javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:410)
at javax.media.opengl.GLCanvas.display(GLCanvas.java:244)
at haven.HavenPanel.uglyjoglhack(HavenPanel.java:383)
at haven.HavenPanel.run(HavenPanel.java:417)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.GOut$GLException: GL Error: 1280 (invalid enumerant)
at haven.GOut.checkerr(GOut.java:84)
at haven.GLState$Applier.apply(GLState.java:470)
at haven.GOut.apply(GOut.java:160)
at ISmoke.draw(ISmoke.java:97)
at haven.RenderList.render(RenderList.java:207)
at haven.RenderList.render(RenderList.java:218)
at haven.PView.draw(PView.java:164)
at haven.MapView.draw(MapView.java:743)
at haven.Widget.draw(Widget.java:454)
at haven.Widget.draw(Widget.java:459)
at haven.GameUI.draw(GameUI.java:361)
at haven.Widget.draw(Widget.java:454)
at haven.Widget.draw(Widget.java:459)
at haven.RootWidget.draw(RootWidget.java:63)
at haven.UI.draw(UI.java:140)
at haven.HavenPanel.redraw(HavenPanel.java:271)
at haven.HavenPanel$1.display(HavenPanel.java:88)
at com.sun.opengl.impl.GLDrawableHelper.display(GLDrawableHelper.java:78)
at javax.media.opengl.GLCanvas$DisplayAction.run(GLCanvas.java:435)
at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:194)
at javax.media.opengl.GLCanvas$DisplayOnEventDispatchThreadAction.run(GLCanvas.java:452)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$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)
sarah2
 
Posts: 2
Joined: Thu Aug 23, 2012 11:11 am

Re: Salem Client by Ender

Postby MagicManICT » Sun Aug 26, 2012 5:31 pm

You have a video card/graphics driver issue. Check and make sure these are up to date. Find what GPU you have (if you don't already know) and check the "Graphics chip sets that aren't working thread".
I am a moderator. I moderate stuff. When I do, I write in this color.
JohnCarver wrote:anybody who argues to remove a mechanic that allows "yet another" way to summon somebody is really a carebear in disguise trying to save his own hide.
MagicManICT
 
Posts: 5088
Joined: Wed Aug 01, 2012 1:46 am

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 22 guests

cron