Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender

Postby Zephyr40k » Mon Dec 03, 2012 10:08 pm

The fixes work! No longer getting the Null error.

Thanks, Ender! Excellent client.
Image
Zephyr40k
 
Posts: 27
Joined: Sat Nov 17, 2012 1:32 am

Re: Salem Client by Ender

Postby Dshaded » Mon Dec 03, 2012 11:11 pm

Still having same error:

ava.lang.UnsatisfiedLinkError: no jogl 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.sun.opengl.impl.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:189)
at com.sun.opengl.impl.NativeLibLoader.access$000(NativeLibLoader.java:49)
at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeLibLoader.java:80)
at com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:103)
at com.sun.opengl.impl.NativeLibLoader.access$200(NativeLibLoader.java:49)
at com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:111)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java:109)
at com.sun.opengl.impl.windows.WindowsGLDrawableFactory.<clinit>(WindowsGLDrawableFactory.java:60)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:106)
at javax.media.opengl.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java:520)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:131)
at haven.HavenPanel.<init>(HavenPanel.java:68)
at haven.HavenPanel.<init>(HavenPanel.java:78)
at haven.MainFrame.<init>(MainFrame.java:215)
at haven.MainFrame.main2(MainFrame.java:412)
at haven.MainFrame.access$1(MainFrame.java:404)
at haven.MainFrame$8.run(MainFrame.java:477)
at java.lang.Thread.run(Unknown Source)


OS: 'Windows XP', arch: 'x86'

Would appreciate the help Mr.Ender :]
-Spirit with the Hatchet- aka JTG ~MM Tribe~
User avatar
Dshaded
 
Posts: 230
Joined: Mon Aug 20, 2012 8:42 am

Re: Salem Client by Ender

Postby Feliseda » Tue Dec 04, 2012 5:22 am

I'm getting an error, how do I fix it?
java.lang.UnsatisfiedLinkError: C:\Users\Daniel\Salem\bin\jogl.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.sun.opengl.impl.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:189)
at com.sun.opengl.impl.NativeLibLoader.access$000(NativeLibLoader.java:49)
at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeLibLoader.java:80)
at com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:103)
at com.sun.opengl.impl.NativeLibLoader.access$200(NativeLibLoader.java:49)
at com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:111)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java:109)
at com.sun.opengl.impl.windows.WindowsGLDrawableFactory.<clinit>(WindowsGLDrawableFactory.java:60)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:106)
at javax.media.opengl.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java:520)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:131)
at haven.HavenPanel.<init>(HavenPanel.java:68)
at haven.HavenPanel.<init>(HavenPanel.java:78)
at haven.MainFrame.<init>(MainFrame.java:215)
at haven.MainFrame.main2(MainFrame.java:412)
at haven.MainFrame.access$1(MainFrame.java:404)
at haven.MainFrame$8.run(MainFrame.java:477)
at java.lang.Thread.run(Unknown Source)
Feliseda
 
Posts: 2
Joined: Mon Nov 26, 2012 5:21 am

Re: Salem Client by Ender

Postby Chiprel » Tue Dec 04, 2012 5:32 am

Feliseda wrote:I'm getting an error, how do I fix it?
java.lang.UnsatisfiedLinkError: C:\Users\Daniel\Salem\bin\jogl.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.sun.opengl.impl.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:189)
at com.sun.opengl.impl.NativeLibLoader.access$000(NativeLibLoader.java:49)
at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeLibLoader.java:80)
at com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:103)
at com.sun.opengl.impl.NativeLibLoader.access$200(NativeLibLoader.java:49)
at com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:111)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java:109)
at com.sun.opengl.impl.windows.WindowsGLDrawableFactory.<clinit>(WindowsGLDrawableFactory.java:60)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:106)
at javax.media.opengl.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java:520)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:131)
at haven.HavenPanel.<init>(HavenPanel.java:68)
at haven.HavenPanel.<init>(HavenPanel.java:78)
at haven.MainFrame.<init>(MainFrame.java:215)
at haven.MainFrame.main2(MainFrame.java:412)
at haven.MainFrame.access$1(MainFrame.java:404)
at haven.MainFrame$8.run(MainFrame.java:477)
at java.lang.Thread.run(Unknown Source)

java.lang.UnsatisfiedLinkError: C:\Users\Daniel\Salem\bin\jogl.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
seems it downloaded wrong jogl.dll (64bit instead of 32bit)
Using 32bit ver myself so i packed .dlls from my salem/bin directory:
https://dl.dropbox.com/u/95535397/ender ... ll/bin.zip
Unzip it and put those 4 .dll in yourUSER/salem/bin/
Hopefully will work then.

Dshaded it might fix your problem too as it seems you are missing jogl :P (download only if you are on 32bit system)
dem M_O_V_E_M_E_N_T_O_A_T_M_E_A_L_C_R_A_C_K_E_R_S
Winner of bracket ( award.
<@TotalyMoo> Mushi, will you be my new lover? :<
User avatar
Chiprel
 
Posts: 778
Joined: Wed Aug 01, 2012 1:25 am

Re: Salem Client by Ender

Postby Dshaded » Tue Dec 04, 2012 5:55 am

Dshaded it might fix your problem too as it seems you are missing jogl


Worked thank you :]
-Spirit with the Hatchet- aka JTG ~MM Tribe~
User avatar
Dshaded
 
Posts: 230
Joined: Mon Aug 20, 2012 8:42 am

Re: Salem Client by Ender

Postby Alessa » Tue Dec 04, 2012 9:49 am

Ender, why does the client still recognize i7 as an AMD?
User avatar
Alessa
 
Posts: 3
Joined: Sun Dec 02, 2012 8:57 am

Re: Salem Client by Ender

Postby EnderWiggin » Tue Dec 04, 2012 10:56 am

Alessa wrote:Ender, why does the client still recognize i7 as an AMD?

Ask your java about it
User avatar
EnderWiggin
 
Posts: 339
Joined: Wed Aug 01, 2012 9:12 am
Location: Ukraine

Re: Salem Client by Ender

Postby iamah » Tue Dec 04, 2012 7:35 pm

vain suggestion: a button or a key that spins the camera to match the mini-map, so north is the same both in camera and mini-map... I do this manually, it's more intuitive when the camera matches the minimap... could be evolved into an option that automatically does this when you log in
iamah
 
Posts: 424
Joined: Fri Nov 09, 2012 11:47 pm

Re: Salem Client by Ender

Postby Nixman » Tue Dec 04, 2012 7:51 pm

Im not sure if anyone else is getting this but every time I port to Boston or if i switch characters, the game will stutter every 2 seconds and will remain until I have shut down the client and restarted it (even if i port back home). I tested the same thing on the Vanilla client and it doesn't do it, only on Enders.
When I say stutter I mean the game will freeze for half a second then a few seconds later will freeze again and so on.

I turned off the save map in options thinking it could be some map issue but it still does it, I also noticed that my maps are now creating empty folders every other folder too.

Using Java 7 with updater.jar
Nixman
 
Posts: 168
Joined: Thu Nov 08, 2012 1:36 pm

Re: Salem Client by Ender

Postby Feliseda » Tue Dec 04, 2012 11:00 pm

Chiprel wrote:java.lang.UnsatisfiedLinkError: C:\Users\Daniel\Salem\bin\jogl.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
seems it downloaded wrong jogl.dll (64bit instead of 32bit)
Using 32bit ver myself so i packed .dlls from my salem/bin directory:
https://dl.dropbox.com/u/95535397/ender ... ll/bin.zip
Unzip it and put those 4 .dll in yourUSER/salem/bin/
Hopefully will work then.

Dshaded it might fix your problem too as it seems you are missing jogl :P (download only if you are on 32bit system)


Thank you so much!, I can't test it out right now, but I am sure it will work, thanks!
Feliseda
 
Posts: 2
Joined: Mon Nov 26, 2012 5:21 am

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: Google [Bot] and 1 guest