Salem Client by Ender

Forum for game modifications and custom clients.

Re: problem with Enders Client?!

Postby nuty01 » Wed Apr 10, 2013 12:30 pm

ive still have this problem after that fix
downloaded second time still dont work
nuty01
 
Posts: 95
Joined: Thu Apr 04, 2013 1:26 pm

Re: problem with Enders Client?!

Postby nuty01 » Wed Apr 10, 2013 12:38 pm

so i found fix
to fix this download enders client (816kb) open it with notepad and past this
<?xml version="1.0" ?>
<jnlp spec="1.0+" codebase="http://enders-client-mirror.googlecode.com/svn/trunk/" href="updater.jnlp">
<information>
<title>Custom Salem Updater</title>
<vendor>Ender</vendor>
<description>The Salem game</description>
<icon href="http://plymouth.seatribe.se/java/icon.gif" />
<shortcut online="false">
<desktop />
<menu submenu="Custom Salem Updater" />
</shortcut>
</information>
<security>
<all-permissions />
</security>
<resources>
<java version="1.6+" max-heap-size="512M" />
<j2se version="1.6+" max-heap-size="512M" />
<jar href="updater.jar" />
<property name="haven.defserv" value="plymouth.seatribe.se" />
<property name="haven.resurl" value="http://plymouth.seatribe.se/res/" />
</resources>
<application-desc />
</jnlp>

after save close run it with java and play
nuty01
 
Posts: 95
Joined: Thu Apr 04, 2013 1:26 pm

Re: Salem Client by Ender

Postby Xtron » Wed Apr 10, 2013 1:37 pm

Hans_Lemurson wrote:Make a .bat file with
Code: Select all
javaw.exe -Dhaven.resurl="http://plymouth.seatribe.se/res/" -Dhaven.defserv="plymouth.seatribe.se" -jar salem.jar

The Client will run without attempting any updates.

How do?
Paste this code into a text file with Notepad, save it, and then rename the file ending from ".txt" to ".bat".
Place this .bat file in "[UserName]/Salem/bin/" and then double-click to run it.

(I got this code from tweaking the run.bat file which came with Chiprels LowGFX pack.)


Thank you! :-)
Xtron
 
Posts: 1
Joined: Sat Mar 02, 2013 6:27 pm

Re: Unable to launch the application: illegal URL redirect

Postby khaelon » Wed Apr 10, 2013 2:08 pm

Yeah this is becoming the norm it seems for me....last few days I have seen this error come up whenever it feels like it....

I am getting to think its time to find another game to support as this one is becoming annoying with this Java **** constantly.
khaelon
 
Posts: 9
Joined: Mon Dec 03, 2012 6:53 pm

Re: problem with Enders Client?! FIX ON 2 page!!!

Postby Gacrux » Wed Apr 10, 2013 2:40 pm

merging with ender client discussion in A&A
Image
User avatar
Gacrux
 
Posts: 375
Joined: Sat Sep 22, 2012 7:51 pm
Location: Where the wild things are.

Re: problem with Enders Client?!

Postby Aristol » Wed Apr 10, 2013 5:27 pm

nuty01 wrote:so i found fix
to fix this download enders client (816kb) open it with notepad and past this
<?xml version="1.0" ?>
<jnlp spec="1.0+" codebase="http://enders-client-mirror.googlecode.com/svn/trunk/" href="updater.jnlp">
<information>
<title>Custom Salem Updater</title>
<vendor>Ender</vendor>
<description>The Salem game</description>
<icon href="http://plymouth.seatribe.se/java/icon.gif" />
<shortcut online="false">
<desktop />
<menu submenu="Custom Salem Updater" />
</shortcut>
</information>
<security>
<all-permissions />
</security>
<resources>
<java version="1.6+" max-heap-size="512M" />
<j2se version="1.6+" max-heap-size="512M" />
<jar href="updater.jar" />
<property name="haven.defserv" value="plymouth.seatribe.se" />
<property name="haven.resurl" value="http://plymouth.seatribe.se/res/" />
</resources>
<application-desc />
</jnlp>

after save close run it with java and play


Worked like a charm. Thank you for the help. :lol:
Aristol
 
Posts: 1
Joined: Wed Mar 27, 2013 8:11 pm

Re: Salem Client by Ender

Postby dooj » Wed Apr 10, 2013 6:53 pm

Firstly +1 to Hans for the great post. Have only recently been introduced to the game in the last week and have been thoroughly enjoying it - though I would echo the sentiment on this thread that the features provided by Ender's client make a world of difference to it.

In terms of getting Enders working again for me, I had to add one extra bit of information to the .bat file - as running it from ..salem\bin\ folder just flashed up a black cmd line window before it closed without launching the game.

Problem for me was that the command in the .bat file couldn't locate my javaw.exe, (as there wasn't one in my salem\bin\ folder)

Solution is still exactly as described by Hans, except my .bat file now contains 2 lines:

path="C:\Program Files (x86)\Java\jre7\bin\"
javaw.exe -Dhaven.resurl="http://plymouth.seatribe.se/res/" -Dhaven.defserv="plymouth.seatribe.se" -jar salem.jar

Hope this is of help to anyone else with a similar setup (win7 x64) who might have been experiencing the same issue.
dooj
 
Posts: 2
Joined: Thu Apr 04, 2013 4:04 pm

Re: Salem Client by Ender

Postby Guido » Wed Apr 10, 2013 7:10 pm

dooj wrote:Firstly +1 to Hans for the great post. Have only recently been introduced to the game in the last week and have been thoroughly enjoying it - though I would echo the sentiment on this thread that the features provided by Ender's client make a world of difference to it.

In terms of getting Enders working again for me, I had to add one extra bit of information to the .bat file - as running it from ..salem\bin\ folder just flashed up a black cmd line window before it closed without launching the game.

Problem for me was that the command in the .bat file couldn't locate my javaw.exe, (as there wasn't one in my salem\bin\ folder)

Solution is still exactly as described by Hans, except my .bat file now contains 2 lines:

path="C:\Program Files (x86)\Java\jre7\bin\"
javaw.exe -Dhaven.resurl="http://plymouth.seatribe.se/res/" -Dhaven.defserv="plymouth.seatribe.se" -jar salem.jar

Hope this is of help to anyone else with a similar setup (win7 x64) who might have been experiencing the same issue.


Woot thanks. I was trying to use this one for the 64 bit fix

eiokh wrote:to run at 64bit use this
"C:\Program Files\Java\jre7\bin\javaw.exe" -Dhaven.resurl="http://plymouth.seatribe.se/res/" -Dhaven.defserv="plymouth.seatribe.se" -jar salem.jar


but it didn't work. Thought I was just being a idiot and couldn't copy and paste correctly. After using the .bat you posted I got in and now my turkeys will not starve :D
Guido
 
Posts: 9
Joined: Wed Nov 21, 2012 12:41 pm

Re: Salem Client by Ender

Postby Hans_Lemurson » Wed Apr 10, 2013 8:07 pm

Yeah, I was only able to test the code on my own laptop, and after making the post I wondered: "Will this work on other systems too?"

And then I was struck by apathy! :lol:
Low FPS? Love Pixels? Try my new graphics pack! It's Pixelicious. :)
Compost Bin purity formula: Now doing science to earthworms
User avatar
Hans_Lemurson
 
Posts: 555
Joined: Thu Feb 07, 2013 8:04 am

Re: Salem Client by Ender

Postby apeshit » Wed Apr 10, 2013 8:33 pm

I uploaded a edited Ender client starter here: http://speedy.sh/RGBCU/SALEM-TEST-ENDER.jnlp

just download it to your desktop and run it
User avatar
apeshit
 
Posts: 50
Joined: Sun Mar 24, 2013 9:55 pm

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: Google [Bot] and 2 guests