Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender

Postby Darkside » Fri Jun 28, 2013 3:01 pm

Desereck wrote:So does Ender's client not work or is it a temporary thing? Custom Salem Updater.Ink opens a little window that runs through updates and then closes....


Enders client works just fine but the problem is with the site he hosted his code on, so we are offering alternative URLs which are hosting his same code.
User avatar
Darkside
 
Posts: 501
Joined: Sun Mar 03, 2013 5:29 pm
Location: Roanoke, NY

Re: Salem Client by Ender

Postby Viackura » Fri Jun 28, 2013 4:02 pm

i hope this gets fixed soon
User avatar
Viackura
 
Posts: 100
Joined: Sun Mar 03, 2013 4:47 am

Re: Salem Client by Ender

Postby Tamasin » Fri Jun 28, 2013 4:25 pm

i tried those other urls but it didn't fix my problem :(
Tamasin
Customer
 
Posts: 504
Joined: Fri Apr 12, 2013 6:11 pm

Re: Salem Client by Ender

Postby Darkside » Fri Jun 28, 2013 5:03 pm

Tamasin wrote:i tried those other urls but it didn't fix my problem :(


Try doing a complete clean first - clear Java cache, delete your Salem and .salem folders... and then try again
User avatar
Darkside
 
Posts: 501
Joined: Sun Mar 03, 2013 5:29 pm
Location: Roanoke, NY

Re: Salem Client by Ender

Postby Tamasin » Fri Jun 28, 2013 5:35 pm

Darkside wrote:
Tamasin wrote:i tried those other urls but it didn't fix my problem :(


Try doing a complete clean first - clear Java cache, delete your Salem and .salem folders... and then try again


It worked!

Thankyou so much :D :D :D
Tamasin
Customer
 
Posts: 504
Joined: Fri Apr 12, 2013 6:11 pm

Re: Salem Client by Ender

Postby jwhitehorn » Fri Jun 28, 2013 7:41 pm

Complete Clean worked to fire up client but then failed with this error.

i was happily digging, and then suddenly my client crashed, and i can't get back into the game. When i log a character in, i get to the loading screen for a second, then i get error message and my client disappears. The defeault client still works, but how am i sposed to dig with that?

Here is the details i get when it happens:

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 (v1), 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(v1), 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


Chief PeePooKaKa
MM Tribe
Admin for Salem Wiki • Make suggestions or complaints in the Wiki Suggestion thread
User avatar
jwhitehorn
 
Posts: 5307
Joined: Sat Aug 18, 2012 7:07 pm

Re: Salem Client by Ender

Postby Claeyt » Fri Jun 28, 2013 9:02 pm

Darkside wrote:
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...

The site link says "Forbidden", do you still have it up?
jorb wrote:(jwhitehorn) you are an ungrateful, spoiled child


As the river rolled over the cliffs, my own laughing joy was drowned out by the roaring deluge of the water. The great cataract of Darwoth's Tears fell over and over endlessly.
User avatar
Claeyt
 
Posts: 5166
Joined: Mon Dec 24, 2012 4:02 pm

Re: Salem Client by Ender

Postby jwhitehorn » Fri Jun 28, 2013 9:03 pm

I asked him to make your IP forbidden. Equal opportunity and all.

Chief PeePooKaka
MM Tribe
Admin for Salem Wiki • Make suggestions or complaints in the Wiki Suggestion thread
User avatar
jwhitehorn
 
Posts: 5307
Joined: Sat Aug 18, 2012 7:07 pm

Re: Salem Client by Ender

Postby Procne » Fri Jun 28, 2013 9:05 pm

jwhitehorn wrote:Complete Clean worked to fire up client but then failed with this error.

i was happily digging, and then suddenly my client crashed, and i can't get back into the game. When i log a character in, i get to the loading screen for a second, then i get error message and my client disappears. The defeault client still works, but how am i sposed to dig with that?

Here is the details i get when it happens:

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 (v1), 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(v1), 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


Chief PeePooKaKa
MM Tribe


Cleaning java cache might help. If not then try to find the gfx/hud/menubgfull somewhere in the .salem dir and delete it.
Image
Procne
 
Posts: 3696
Joined: Mon Sep 03, 2012 11:34 pm

Re: Salem Client by Ender

Postby jwhitehorn » Fri Jun 28, 2013 9:06 pm

Procne wrote:
Cleaning java cache might help. If not then try to find the gfx/hud/menubgfull somewhere in the .salem dir and delete it.


Yes I was able to fix this by going into the Java Control Panel and just deleting everything. It cautioned me that I should be an advanced user before doing anything in there but clearly it didn't know I was the Chief.

Chief PeePooKaKa
MM Tribe
Admin for Salem Wiki • Make suggestions or complaints in the Wiki Suggestion thread
User avatar
jwhitehorn
 
Posts: 5307
Joined: Sat Aug 18, 2012 7:07 pm

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 2 guests

cron