ive still have this problem after that fix
downloaded second time still dont work
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.)
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
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.
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
Users browsing this forum: Google [Bot] and 2 guests