Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender

Postby Jaeos » Tue Dec 25, 2012 12:41 am

Klemens wrote:While trying to start up the client I get this error.

java.lang.UnsatisfiedLinkError: C:\Users\Klemens\Salem\bin\jogl.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(Unknown Source)
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:214)
at haven.MainFrame.main2(MainFrame.java:411)
at haven.MainFrame.access$1(MainFrame.java:403)
at haven.MainFrame$8.run(MainFrame.java:476)
at java.lang.Thread.run(Unknown Source)


Same problem here
Jaeos
 
Posts: 8
Joined: Sun Nov 18, 2012 9:30 am

Re: Salem Client by Ender

Postby Chiprel » Tue Dec 25, 2012 1:01 am

java.lang.UnsatisfiedLinkError: C:\Users\Klemens\Salem\bin\jogl.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

Klemens and Jaeos try deleting 4 .dll files in yourUSER/salem/bin
Start updater again and it should redownload 64bit version .dll's.
If it will redownload 32bit .dlls again you can ask some other 64bit java user to send you those dlls or change(reinstall) to 32bit java for now ;p
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 Klemens » Tue Dec 25, 2012 1:06 am

Sure but which 4 dlls are you talking about?
Klemens
 
Posts: 3
Joined: Fri Nov 16, 2012 4:53 am

Re: Salem Client by Ender

Postby Chiprel » Tue Dec 25, 2012 1:13 am

Klemens wrote:Sure but which 4 dlls are you talking about?

C:\Users\Klemens\Salem\bin\
jogl.dll
jogl_cg.dll
jogl_awt.dll
gluegen-rt.dll
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 Klemens » Tue Dec 25, 2012 1:26 am

Heh, i just realized those are the only four dll files, sorry about my christmas drunkness.
Klemens
 
Posts: 3
Joined: Fri Nov 16, 2012 4:53 am

Re: Salem Client by Ender

Postby martinuzz » Tue Dec 25, 2012 1:44 am

I am getting this error "Unable to launch application." when I try to start the client. I could run it just fine an hour or two ago. I tried removing the 4 .dll files, but that does not help. The program won't get as far as trying to download, the error comes before that.

Exception:
CouldNotLoadArgumentException[ Could not load file/URL specified: http://dl.dropbox.com/u/18779594/salem/updater.jnlp]
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Wrapped exception:
java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doGetRequest(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory._buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Did Claeyt shut up yet?
WARNING: berrymash laxatives can cause your character to explode violently, after eating chymically unstable foods.
User avatar
martinuzz
 
Posts: 583
Joined: Wed Dec 19, 2012 11:38 pm

Re: Salem Client by Ender

Postby Stormie » Tue Dec 25, 2012 1:59 am

martinuzz wrote:I am getting this error "Unable to launch application." when I try to start the client. I could run it just fine an hour or two ago. I tried removing the 4 .dll files, but that does not help. The program won't get as far as trying to download, the error comes before that.

Exception:
CouldNotLoadArgumentException[ Could not load file/URL specified: http://dl.dropbox.com/u/18779594/salem/updater.jnlp]
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Wrapped exception:
java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doGetRequest(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory._buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


I get the same exact problem, and same thing, I ran it fine last night...go to log on now and it just says that when java loads..
"The only true wisdom is knowing you know nothing"
-Socrates
User avatar
Stormie
 
Posts: 236
Joined: Thu Dec 06, 2012 3:13 am
Location: Behind you

Re: Salem Client by Ender

Postby lord_acid » Tue Dec 25, 2012 2:04 am

having the same problem here also deleted the 4 dll files got 64 bit java
lord_acid
 
Posts: 1
Joined: Sat Dec 22, 2012 1:38 am

Re: Salem Client by Ender

Postby Stormie » Tue Dec 25, 2012 2:20 am

Well, I deleted enders completely, restarted computer, still same error message after a fresh load of enders client.

This was a last resort after clearing the bin/cache/dll/ restarting and trying those in different ways..

Not sure whats going on, seems win 7 64bit which I also have is the hardest to fix. Several of my friends have 32 and deleting dll/bin/cache files in user/salem directory worked fine for them.

But one of the other villagers I play with have win 7 64bit and after doing the same thing I have done, were both still in the same boat..broken and double broken lol
"The only true wisdom is knowing you know nothing"
-Socrates
User avatar
Stormie
 
Posts: 236
Joined: Thu Dec 06, 2012 3:13 am
Location: Behind you

Re: Salem Client by Ender

Postby Chiprel » Tue Dec 25, 2012 2:39 am

if you dont get:
"java.lang.UnsatisfiedLinkError: C:\Users\Klemens\Salem\bin\jogl.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform"
error then don't delete your .dlls..

Check page 54 and look for ender post. Launch updater from his link.
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

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 2 guests