Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender

Postby Scilly_guy » Wed Apr 17, 2013 6:29 pm

Another alternative to making the change is to download from the link in the original post.
Scilly_guy
 
Posts: 742
Joined: Wed Feb 20, 2013 12:05 pm

Re: Salem Client by Ender

Postby alloin » Thu Apr 18, 2013 11:34 am

Code: Select all
java.lang.RuntimeException: Delayed error in resource gfx/terobjs/alchemytable (v2), from forking source backed by HTTP res source (http://plymouth.seatribe.se/res/)
   at haven.Resource.checkerr(Resource.java:1439)
   at haven.Resource.layer(Resource.java:1324)
   at haven.Resource.layer(Resource.java:1333)
   at haven.Resource.getcode(Resource.java:1000)
   at haven.Sprite.create(Sprite.java:106)
   at haven.ResDrawable.init(ResDrawable.java:53)
   at haven.ResDrawable.<init>(ResDrawable.java:42)
   at haven.OCache.cres(OCache.java:129)
   at haven.Session$RWorker.getobjdata(Session.java:274)
   at haven.Session$RWorker.run(Session.java:613)
Caused by: haven.Resource$LoadException: Load error in resource gfx/terobjs/alchemytable(v2), from forking source backed by HTTP res source (http://plymouth.seatribe.se/res/)
   at haven.Resource$Loader.handle(Resource.java:442)
   at haven.Resource$Loader.run(Resource.java:416)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out: connect
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(Unknown Source)
   at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
   at java.net.PlainSocketImpl.connect(Unknown Source)
   at java.net.SocksSocketImpl.connect(Unknown Source)
   at java.net.Socket.connect(Unknown Source)
   at java.net.Socket.connect(Unknown Source)
   at sun.net.NetworkClient.doConnect(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.<init>(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
   at haven.Resource$HttpSource.get(Resource.java:371)
   at haven.Resource$TeeSource.get(Resource.java:266)
   at haven.Resource$Loader.handle(Resource.java:436)
   ... 2 more
jorb wrote:all I see is misplaced machismo and a lot of very cheap talk. ^^

Darwat confirmed scrub!
User avatar
alloin
Customer
 
Posts: 3031
Joined: Wed Aug 01, 2012 1:33 am

Re: Salem Client by Ender

Postby lDemolidor » Thu Apr 18, 2013 10:27 pm

My Client appear this error message today

java.lang.RuntimeException: haven.GLProgram$ProgramException: Failed to link GL program
Log:
Fragment shader(s) failed to link, vertex shader(s) linked.
Fragment Shader not supported by HW
at jogamp.common.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)
at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:103)
at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:205)
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:449)
at haven.HavenPanel.uglyjoglhack(HavenPanel.java:393)
at haven.HavenPanel.run(HavenPanel.java:425)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.GLProgram$ProgramException: Failed to link GL program
Log:
Fragment shader(s) failed to link, vertex shader(s) linked.
Fragment Shader not supported by HW
at haven.GLProgram$ProgOb.link(GLProgram.java:99)
at haven.GLProgram.apply(GLProgram.java:143)
at haven.GLState$Applier.apply(GLState.java:412)
at haven.GOut.apply(GOut.java:194)
at haven.FastMesh.draw(FastMesh.java:132)
at haven.RenderList.render(RenderList.java:209)
at haven.RenderList.render(RenderList.java:220)
at haven.PView.draw(PView.java:169)
at haven.MapView.draw(MapView.java:881)
at haven.Widget.draw(Widget.java:510)
at haven.Widget.draw(Widget.java:515)
at haven.GameUI.draw(GameUI.java:471)
at haven.Widget.draw(Widget.java:510)
at haven.Widget.draw(Widget.java:515)
at haven.RootWidget.draw(RootWidget.java:80)
at haven.UI.draw(UI.java:147)
at haven.HavenPanel.redraw(HavenPanel.java:279)
at haven.HavenPanel$1.display(HavenPanel.java:92)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:373)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:358)
at javax.media.opengl.awt.GLCanvas$7.run(GLCanvas.java:983)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:655)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:594)
at javax.media.opengl.awt.GLCanvas$8.run(GLCanvas.java:996)
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)

How I can solve this?

Ps: sry bad english..
lDemolidor
 
Posts: 1
Joined: Tue Apr 16, 2013 4:03 am

Re: Salem Client by Ender

Postby manolollr » Sun Apr 21, 2013 12:20 pm

Congratulations Ender!! A great client. It works well even with Linux OpenJDK 7. The land flatness tool is fantastic!

Thank You
manolollr
 
Posts: 3
Joined: Wed Apr 17, 2013 10:50 pm

Re: Salem Client by Ender

Postby iotuegli » Sun Apr 21, 2013 8:54 pm

looks like he allow us to enjoy the game... without that stuff no1 will still play :P
i'm the one who run :|
David Guetta - Titanium
iotuegli
 
Posts: 359
Joined: Sun Dec 30, 2012 8:46 pm

Re: Salem Client by Ender

Postby Crueneck » Thu Apr 25, 2013 6:19 am

have updated both clients and still tells me client is to old
Crueneck
 
Posts: 1
Joined: Tue Mar 19, 2013 11:48 pm

Re: Salem Client by Ender

Postby Xyxa » Thu Apr 25, 2013 6:25 am

I am also getting this same error. Anyone know a fix or at least what the issue is?
Xyxa
 
Posts: 10
Joined: Fri Feb 22, 2013 6:32 am

Re: Salem Client by Ender

Postby dageir » Thu Apr 25, 2013 6:26 am

Ender might not have updated his client this early.
Somebody once wrote, "Hell is the impossibility of reason." That's what this place feels like. Hell
User avatar
dageir
 
Posts: 1270
Joined: Sat Nov 17, 2012 2:36 pm

Re: Salem Client by Ender

Postby eiokh » Thu Apr 25, 2013 6:33 am

you will need to wait for a few hours more . check the irc , Ender will usually be online & announce that this client is updated or not
eiokh
 
Posts: 39
Joined: Sat Jan 26, 2013 2:45 pm

Re: Salem Client by Ender

Postby Avarice » Thu Apr 25, 2013 6:33 am

Solution to the above problem, since I had it as well.

Update Java and use the normal client, may have to download it again if it doesn't auto update.

Enders is unusable until he updates it. Which I hope is asap since the game is pretty unplayable for me without this client.

If you still have a problem, make sure the old Java process isn't running in the background, kill it and try again.
Darwoth: - "you need to start thinking of this game as a giant toilet that all of us players are constantly circling the drain in trying to stay afloat..."
Avarice
 
Posts: 97
Joined: Mon Mar 25, 2013 5:29 am

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 233 guests