Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender

Postby bilcich1 » Mon Mar 11, 2013 9:53 pm

I'm having trouble even launching the client once, successfully, always getting the same error message. I have 64bit java installed on 64bit windows 7, updated both nvidia gpu and intel hd 3000 drivers :\

EDIT: Okay got it working using 32bit java instead with security exceptions.
Code: Select all
java.lang.UnsatisfiedLinkError: C:\Users\Aiden\AppData\Local\Temp\jogamp_0000\file_cache\jln11018216204136558\jln5913321027255869897\gluegen-rt.dll: Access is denied
   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.load0(Unknown Source)
   at java.lang.System.load(Unknown Source)
   at com.jogamp.common.jvm.JNILibLoaderBase.loadLibraryInternal(JNILibLoaderBase.java:437)
   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:71)
   at haven.HavenPanel.<init>(HavenPanel.java:81)
   at haven.MainFrame.<init>(MainFrame.java:183)
   at haven.MainFrame.main2(MainFrame.java:371)
   at haven.MainFrame.access$100(MainFrame.java:35)
   at haven.MainFrame$7.run(MainFrame.java:425)
   at java.lang.Thread.run(Unknown Source)
Last edited by bilcich1 on Mon Mar 11, 2013 11:26 pm, edited 1 time in total.
bilcich1
 
Posts: 2
Joined: Mon Mar 11, 2013 7:17 pm

Re: Salem Client by Ender

Postby Mienja » Mon Mar 11, 2013 10:20 pm

bilcich1 wrote:I'm having trouble even launching the client once, successfully, always getting the same error message. I have 64bit java installed on 64bit windows 7, updated both nvidia gpu and intel hd 3000 drivers :\

Code: Select all
java.lang.UnsatisfiedLinkError: C:\Users\Aiden\AppData\Local\Temp\jogamp_0000\file_cache\jln11018216204136558\jln5913321027255869897\gluegen-rt.dll: Access is denied
   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.load0(Unknown Source)
   at java.lang.System.load(Unknown Source)
   at com.jogamp.common.jvm.JNILibLoaderBase.loadLibraryInternal(JNILibLoaderBase.java:437)
   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:71)
   at haven.HavenPanel.<init>(HavenPanel.java:81)
   at haven.MainFrame.<init>(MainFrame.java:183)
   at haven.MainFrame.main2(MainFrame.java:371)
   at haven.MainFrame.access$100(MainFrame.java:35)
   at haven.MainFrame$7.run(MainFrame.java:425)
   at java.lang.Thread.run(Unknown Source)

Did you add the client to the exceptions in the Java's Security tab?
Mienja
 
Posts: 41
Joined: Fri Feb 15, 2013 8:21 pm

Re: Salem Client by Ender

Postby bilcich1 » Mon Mar 11, 2013 10:27 pm

Did you add the client to the exceptions in the Java's Security tab?


I dont seem to have the option to do that :\ only have 'certificates'

Edit: and sorry, i only have java 6 installed*
bilcich1
 
Posts: 2
Joined: Mon Mar 11, 2013 7:17 pm

Re: Salem Client by Ender

Postby MagicManICT » Tue Mar 12, 2013 7:21 am

I may completely off base, but what Firewall or other security software are you running and on what OS? Make sure java is allowed on these things (java.exe, javaw.exe, javaws.exe).

It's been a while since I've played enough to bother downloading Ender's client, so I could be wrong here. Is the "run mixed code" check still showing up? If it is, make sure you're making the proper selection or go into Java's security settings and make sure "ask user" (preferred) or "always allow" is set.
I am a moderator. I moderate stuff. When I do, I write in this color.
JohnCarver wrote:anybody who argues to remove a mechanic that allows "yet another" way to summon somebody is really a carebear in disguise trying to save his own hide.
MagicManICT
 
Posts: 5088
Joined: Wed Aug 01, 2012 1:46 am

Re: Salem Client by Ender

Postby simakazi » Wed Mar 13, 2013 12:00 pm

Here is what I see after logging in:
Image

And nothing changes for 5 minutes.
I've tried to delete java cache with no result.
Java version does not matter (tried it with 6 and 7).
simakazi
 
Posts: 1
Joined: Wed Mar 06, 2013 9:09 am

Re: Salem Client by Ender

Postby colesie » Thu Mar 14, 2013 5:00 pm

I keep crashing when I try to look into my stall instantly. It works just fine on default client, and was working last night also

(11:47:49 AM) Colesie: java.lang.RuntimeException: No such widget type: cpbtn
(11:47:49 AM) Colesie: at haven.Widget.gettype(Widget.java:124)
(11:47:49 AM) Colesie: at haven.Widget.makechild(Widget.java:246)
(11:47:49 AM) Colesie: at haven.UI.newwidget(UI.java:160)
(11:47:49 AM) Colesie: at haven.RemoteUI.run(RemoteUI.java:65)
(11:47:49 AM) Colesie: at haven.MainFrame.run(MainFrame.java:287)
(11:47:49 AM) Colesie: at java.lang.Thread.run(Unknown Source)
Beep Boop Bop
My builds (Under Occupation)
Image
Have you given haven a try? ◕‿◕
User avatar
colesie
 
Posts: 4753
Joined: Thu Oct 04, 2012 6:20 pm
Location: Ontario, Canada

Re: Salem Client by Ender

Postby Darwoth » Thu Mar 14, 2013 6:55 pm

same issue as colesie, was working fine. sometime between going to bed and this morning it stopped. can look at other peoples stalls without issue, but my own instant kicks me.
Image
User avatar
Darwoth
 
Posts: 8035
Joined: Sun Aug 12, 2012 5:11 pm
Location: Everywhere

Re: Salem Client by Ender

Postby EnderWiggin » Thu Mar 14, 2013 7:08 pm

fixed
User avatar
EnderWiggin
 
Posts: 339
Joined: Wed Aug 01, 2012 9:12 am
Location: Ukraine

Re: Salem Client by Ender

Postby Zhamet » Thu Mar 14, 2013 7:21 pm

Get a seroius problem after last update.
Every time I try starting Ender Client, it goes thru the update check and then I get the "An error had occured! The error had been reported!" message window.
The standard client works as it should, but Ender Client refuse to start.
I have tested with both Java 6 and Java 7.
Zhamet
 
Posts: 5
Joined: Fri Nov 09, 2012 5:52 am

Re: Salem Client by Ender

Postby Vvengyr » Thu Mar 14, 2013 7:23 pm

Suddenly it doesn't want to load.
Code: Select all
java.lang.Error: java.lang.reflect.InvocationTargetException
   at haven.MainFrame.javabughack(MainFrame.java:393)
   at haven.MainFrame.main2(MainFrame.java:406)
   at haven.MainFrame.access$1(MainFrame.java:403)
   at haven.MainFrame$8.run(MainFrame.java:476)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
   at java.awt.EventQueue.invokeAndWait(Unknown Source)
   at java.awt.EventQueue.invokeAndWait(Unknown Source)
   at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
   at haven.MainFrame.javabughack(MainFrame.java:384)
   ... 4 more
Caused by: java.lang.NoClassDefFoundError: dolda/jglob/Loader
   at haven.Resource.<clinit>(Resource.java:559)
   at haven.LoginScreen.<clinit>(LoginScreen.java:49)
   at haven.MainFrame$5.run(MainFrame.java:387)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$400(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: dolda.jglob.Loader
   at java.net.URLClassLoader$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   ... 17 more
Vvengyr
 
Posts: 34
Joined: Fri Nov 09, 2012 9:51 pm

PreviousNext

Return to Artifice & Arcana

Who is online

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