Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender

Postby Erwoul » Thu Jun 27, 2013 10:12 pm

Code: Select all
java.lang.ExceptionInInitializerError
   at haven.GameUI$$_.create(GameUI.java:119)
   at haven.Widget.makechild(Widget.java:246)
   at haven.UI.newwidget(UI.java:160)
   at haven.RemoteUI.run(RemoteUI.java:65)
   at haven.MainFrame.run(MainFrame.java:287)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/hud/menubgfull (v-1), 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.loadtex(Resource.java:1455)
   at haven.GameUI.<clinit>(GameUI.java:784)
   ... 6 more
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/menubgfull(v-1), 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)
   ... 1 more
Caused by: java.io.FileNotFoundException: http://plymouth.seatribe.se/res/gfx/hud/menubgfull.res
   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


I was playing salem earlier today, dafuq is this ?!
There hasn't been an update in the last 4-6 hours has there ?
anyone else with ender's client having this or know the solution

I tried googling this but it brought me to this thread on like page 16 so idk how relevant the information is
would it help it i cleared the program off and reinstalled it or is it a problem on the other end
Erwoul
 
Posts: 9
Joined: Wed Jun 12, 2013 10:59 am

Re: Salem Client by Ender

Postby Darkside » Thu Jun 27, 2013 11:36 pm

colesie is saying its working now - can you try again?
User avatar
Darkside
 
Posts: 501
Joined: Sun Mar 03, 2013 5:29 pm
Location: Roanoke, NY

Re: Salem Client by Ender

Postby Erwoul » Thu Jun 27, 2013 11:53 pm

just did, now it's doing the 'update' thing then it closes out
Erwoul
 
Posts: 9
Joined: Wed Jun 12, 2013 10:59 am

Re: Salem Client by Ender

Postby Darkside » Fri Jun 28, 2013 12:16 am

Erwoul wrote:just did, now it's doing the 'update' thing then it closes out


Well if the original one still doesnt work I just set up a temporary mirror location to host ender's jar file. You would need to modify your updater.jnlp (create a backup of your original one) and edit the codebase to this url: http://www.webatrocity.com/salem/enders-mirror/

so should look like:

Code: Select all
<?xml version="1.0" ?>
<jnlp spec="1.0+" codebase="http://www.webatrocity.com/salem/enders-mirror/" href="updater.jnlp">
  <information>
etc...


I had to copy and modify the updater.jar over too so that I could edit the urls for the salem jar and the client-res jar to point to my own server, and had to re-sign those jars too otherwise java was throwing security exception. Tried it locally and seems to be working fine for me, so hopefully it will work for you as well.
User avatar
Darkside
 
Posts: 501
Joined: Sun Mar 03, 2013 5:29 pm
Location: Roanoke, NY

Re: Salem Client by Ender

Postby apeshit » Fri Jun 28, 2013 12:39 am

Darkside wrote:Well if the original one still doesnt work I just set up a temporary mirror location to host ender's jar file. You would need to modify your updater.jnlp (create a backup of your original one) and edit the codebase to this url: http://www.webatrocity.com/salem/enders-mirror/

You sir are a hero. It works!
User avatar
apeshit
 
Posts: 50
Joined: Sun Mar 24, 2013 9:55 pm

Re: Salem Client by Ender

Postby Erwoul » Fri Jun 28, 2013 12:46 am

works like a charm, ty for the workaround
Erwoul
 
Posts: 9
Joined: Wed Jun 12, 2013 10:59 am

Re: Salem Client by Ender

Postby Gerdaeor » Fri Jun 28, 2013 4:10 am

Has anyone tried this workaround very recently? Enders just today starting doing the "no upload" then closes, not starting Salem.

I've attempted editing as listed (and as I'm a tard when it comes to this sort of thing, I CAN do it through notepad, yeah?) and nothing is happening.

I will gently weep myself to sleep each night until I can use this client again.

~Gerdaeor
Gerdaeor
 
Posts: 11
Joined: Sun May 26, 2013 4:41 pm

Re: Salem Client by Ender

Postby Darkside » Fri Jun 28, 2013 4:14 am

Gerdaeor wrote:Has anyone tried this workaround very recently? Enders just today starting doing the "no upload" then closes, not starting Salem.

I've attempted editing as listed (and as I'm a tard when it comes to this sort of thing, I CAN do it through notepad, yeah?) and nothing is happening.

I will gently weep myself to sleep each night until I can use this client again.

~Gerdaeor


Still working for me, and yes notepad should be good for editing the file. When you run the modified file what exactly happens? You get the Java splash screen? The little console popup which lists the jars being checked for latest version? Did it download a new salem.jar file?
User avatar
Darkside
 
Posts: 501
Joined: Sun Mar 03, 2013 5:29 pm
Location: Roanoke, NY

Re: Salem Client by Ender

Postby Gerdaeor » Fri Jun 28, 2013 4:36 am

Java 6 box pops up, the Salem updater pops up, reads No updates, then closes.
Gerdaeor
 
Posts: 11
Joined: Sun May 26, 2013 4:41 pm

Re: Salem Client by Ender

Postby Darkside » Fri Jun 28, 2013 4:43 am

Gerdaeor wrote:Java 6 box pops up, the Salem updater pops up, reads No updates, then closes.


you are running it by directly double-clicking the modified updater.jnlp file right? not some pre-exisitng icon or something from the start menu?
and you can confirm your changes were saved to the file if you re-opened it to check?
User avatar
Darkside
 
Posts: 501
Joined: Sun Mar 03, 2013 5:29 pm
Location: Roanoke, NY

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 201 guests