Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender crashing

Postby segundoblz » Mon Mar 04, 2013 1:18 pm

darknal wrote:Ok so I have the ender client and I am running on Java 6 and after playing for about an hour the game will start to lag and then it causes a paused lag when i right click which then leads to a crash of the client and I don't know what is going on with it. If anyone could help that would be very appreciated.

It happened for me too, but I am using Java 7 instead.
segundoblz
 
Posts: 24
Joined: Sat Mar 02, 2013 12:59 pm

Re: Salem Client by Ender crashing

Postby m4sCaRpWn » Mon Mar 04, 2013 3:50 pm

segundoblz wrote:
darknal wrote:Ok so I have the ender client and I am running on Java 6 and after playing for about an hour the game will start to lag and then it causes a paused lag when i right click which then leads to a crash of the client and I don't know what is going on with it. If anyone could help that would be very appreciated.

It happened for me too, but I am using Java 7 instead.

Same exact thing here. Java 7. No idea if it would do it with stock client because I've honestly never played with the stock client, lol.
The sweat and blood shed by its people had established a strong foundation upon which the most powerful entity in the world would be built.
User avatar
m4sCaRpWn
 
Posts: 137
Joined: Sun Mar 03, 2013 1:45 am
Location: Ontario

Re: Salem Client by Ender

Postby m4sCaRpWn » Mon Mar 04, 2013 9:26 pm

Hey maybe this has already been covered in this giant thread, but I was wondering something...Why doesn't Paradox/Sea Tribe just pay Ender a few bucks and merge the two clients? Seems dumb that people who don't research are stuck with the inadequate stock client (many of whom probably quit due to understandable frustration).
The sweat and blood shed by its people had established a strong foundation upon which the most powerful entity in the world would be built.
User avatar
m4sCaRpWn
 
Posts: 137
Joined: Sun Mar 03, 2013 1:45 am
Location: Ontario

Re: Salem Client by Ender

Postby Randomowy_polaczek » Tue Mar 05, 2013 12:39 pm

I compiled the sources using the ant build.xml but when I try to launch the client with java -jar salem.jar I get the HavenError window with the following:

Code: Select all
java.lang.UnsatisfiedLinkError: no gluegen-rt in java.library.path
   at java.lang.ClassLoader.loadLibrary(Unknown Source)
   at java.lang.Runtime.loadLibrary0(Unknown Source)
   at java.lang.System.loadLibrary(Unknown Source)
   at com.jogamp.common.jvm.JNILibLoaderBase.loadLibraryInternal(JNILibLoaderBase.java:442)
   at com.jogamp.common.jvm.JNILibLoaderBase.access$000(JNILibLoaderBase.java:59)
   at com.jogamp.common.jvm.JNILibLoaderBase$DefaultAction.loadLibrary(JNILibLoaderBase.java:90)
   at com.jogamp.common.jvm.JNILibLoaderBase.loadLibrary(JNILibLoaderBase.java:328)
   at com.jogamp.common.os.DynamicLibraryBundle$GlueJNILibLoader.loadLibrary(DynamicLibraryBundle.java:390)
   at com.jogamp.common.os.Platform.loadGlueGenRTImpl(Platform.java:251)
   at com.jogamp.common.os.Platform.access$000(Platform.java:57)
   at com.jogamp.common.os.Platform$1.run(Platform.java:186)
   at com.jogamp.common.os.Platform$1.run(Platform.java:183)
   at java.security.AccessController.doPrivileged(Native Method)
   at com.jogamp.common.os.Platform.<clinit>(Platform.java:183)
   at javax.media.opengl.GLProfile.<clinit>(GLProfile.java:82)
   at haven.HavenPanel.stdcaps(HavenPanel.java:58)
   at haven.HavenPanel.<init>(HavenPanel.java:72)
   at haven.HavenPanel.<init>(HavenPanel.java:82)
   at haven.MainFrame.<init>(MainFrame.java:214)
   at haven.MainFrame.main2(MainFrame.java:411)
   at haven.MainFrame.access$100(MainFrame.java:63)
   at haven.MainFrame$8.run(MainFrame.java:476)
   at java.lang.Thread.run(Unknown Source)
Randomowy_polaczek
 
Posts: 2
Joined: Fri Mar 01, 2013 4:17 pm

Re: Salem Client by Ender

Postby Kandarim » Tue Mar 05, 2013 2:11 pm

Randomowy_polaczek wrote:I compiled the sources using the ant build.xml but when I try to launch the client with java -jar salem.jar I get the HavenError window with the following:
Code: Select all
java.lang.UnsatisfiedLinkError: no gluegen-rt in java.library.path
   at java.lang.ClassLoader.loadLibrary(Unknown Source)
   at java.lang.Runtime.loadLibrary0(Unknown Source)
   at java.lang.System.loadLibrary(Unknown Source)
   at com.jogamp.common.jvm.JNILibLoaderBase.loadLibraryInternal(JNILibLoaderBase.java:442)
   at com.jogamp.common.jvm.JNILibLoaderBase.access$000(JNILibLoaderBase.java:59)
   at com.jogamp.common.jvm.JNILibLoaderBase$DefaultAction.loadLibrary(JNILibLoaderBase.java:90)
   at com.jogamp.common.jvm.JNILibLoaderBase.loadLibrary(JNILibLoaderBase.java:328)
   at com.jogamp.common.os.DynamicLibraryBundle$GlueJNILibLoader.loadLibrary(DynamicLibraryBundle.java:390)
   at com.jogamp.common.os.Platform.loadGlueGenRTImpl(Platform.java:251)
   at com.jogamp.common.os.Platform.access$000(Platform.java:57)
   at com.jogamp.common.os.Platform$1.run(Platform.java:186)
   at com.jogamp.common.os.Platform$1.run(Platform.java:183)
   at java.security.AccessController.doPrivileged(Native Method)
   at com.jogamp.common.os.Platform.<clinit>(Platform.java:183)
   at javax.media.opengl.GLProfile.<clinit>(GLProfile.java:82)
   at haven.HavenPanel.stdcaps(HavenPanel.java:58)
   at haven.HavenPanel.<init>(HavenPanel.java:72)
   at haven.HavenPanel.<init>(HavenPanel.java:82)
   at haven.MainFrame.<init>(MainFrame.java:214)
   at haven.MainFrame.main2(MainFrame.java:411)
   at haven.MainFrame.access$100(MainFrame.java:63)
   at haven.MainFrame$8.run(MainFrame.java:476)
   at java.lang.Thread.run(Unknown Source)


note that gluegen-rt is an external library, which you will have to get hold of yourself.
If I remember correctly there are two externals: gluegen-rt and jogl
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: Salem Client by Ender

Postby EnderWiggin » Tue Mar 05, 2013 2:40 pm

Kandarim wrote:
Randomowy_polaczek wrote:I compiled the sources using the ant build.xml but when I try to launch the client with java -jar salem.jar I get the HavenError window with the following
note that gluegen-rt is an external library, which you will have to get hold of yourself.
If I remember correctly there are two externals: gluegen-rt and jogl

You can get links to all needed libs from updater config file. You need to get two natives jars from os-specific blocks and all jars from bottom block (except salem.jar and client-res.jar, those are compiled from sources).
Also note that you need to supply jar file with links to server and resources. Like this:
Code: Select all
javaw -Xmx768m -jar salem.jar -U http://plymouth.seatribe.se/res/ plymouth.seatribe.se
User avatar
EnderWiggin
 
Posts: 339
Joined: Wed Aug 01, 2012 9:12 am
Location: Ukraine

Re: Salem Client by Ender

Postby Ass_Kraken » Tue Mar 05, 2013 6:24 pm

Is brightness slider broken? It hurts my eyes to go in my mine.
Image
User avatar
Ass_Kraken
 
Posts: 1277
Joined: Wed Aug 01, 2012 7:19 pm

Re: Salem Client by Ender

Postby Randomowy_polaczek » Tue Mar 05, 2013 7:25 pm

Thanks for the tips, I got it working.

Is it possible to make the radar display stumps that can be opened?
Randomowy_polaczek
 
Posts: 2
Joined: Fri Mar 01, 2013 4:17 pm

Re: Salem Client by Ender

Postby GEMAN104 » Wed Mar 06, 2013 6:20 am

Hello!! I love the Ender Client, but why doesn't it have a hotbar?? I only use the Ender client now to level my land, but would love to use it permanently.

Any assistance would be great!
GEMAN104
 
Posts: 15
Joined: Tue Feb 19, 2013 5:02 am

Re: Salem Client by Ender

Postby Wournos » Wed Mar 06, 2013 6:05 pm

Not sure if this is a problem with the game or Ender's client (because I can't STAND the default). Today I had up to 4 homestead pointers at once on my screen. Teleporting didn't reset them. I have logged out and I assume it will reset them. It would be nice if whoever is responsible could look into this.

m4sCaRpWn wrote:Hey maybe this has already been covered in this giant thread, but I was wondering something...Why doesn't Paradox/Sea Tribe just pay Ender a few bucks and merge the two clients? Seems dumb that people who don't research are stuck with the inadequate stock client (many of whom probably quit due to understandable frustration).

Because they are cheap, arrogant monsters?!
Reminder to self: Patience is a virtue.
If Apple blocks Java on Mac: delete
Image
User avatar
Wournos
 
Posts: 519
Joined: Thu Dec 13, 2012 11:45 am
Location: Sweden

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 0 guests