Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender

Postby Kandarim » Fri Jul 18, 2014 7:51 pm

yes because you didn't have the gluegen-rt library files. It doesn't actually need the .dll, but you do need platform-specific jars which contain the native libraries.
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 Emina » Tue Jul 29, 2014 3:13 am

loong time no see :)

i decided to have a look at the new stuff so. the client has been fine it updated the new filesand all that and it has worked with no problem. but now i suddenley had this error wile walking around exploring. just wanted to give a heads up if you could find something useful in it.

Code: Select all
java.lang.RuntimeException: java.lang.NullPointerException
   at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)
   at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:103)
   at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:206)
   at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:172)
   at javax.media.opengl.Threading.invoke(Threading.java:191)
   at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:528)
   at haven.HavenPanel.uglyjoglhack(HavenPanel.java:415)
   at haven.HavenPanel.run(HavenPanel.java:448)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
   at haven.res.lib.HomeTrackerFX.setup(HomeTrackerFX.java:41)
   at haven.RenderList.setup(RenderList.java:98)
   at haven.RenderList.add(RenderList.java:135)
   at haven.Gob$Overlay.setup(Gob.java:82)
   at haven.RenderList.setup(RenderList.java:98)
   at haven.RenderList.add(RenderList.java:135)
   at haven.Gob.setup(Gob.java:196)
   at haven.RenderList.setup(RenderList.java:98)
   at haven.RenderList.add(RenderList.java:135)
   at haven.MapView.addgob(MapView.java:562)
   at haven.MapView$3.setup(MapView.java:571)
   at haven.RenderList.setup(RenderList.java:98)
   at haven.RenderList.add(RenderList.java:135)
   at haven.MapView.setup(MapView.java:633)
   at haven.PView$1.setup(PView.java:198)
   at haven.RenderList.setup(RenderList.java:98)
   at haven.RenderList.setup(RenderList.java:123)
   at haven.PView.draw(PView.java:222)
   at haven.MapView.draw(MapView.java:932)
   at haven.Widget.draw(Widget.java:514)
   at haven.Widget.draw(Widget.java:519)
   at haven.GameUI.draw(GameUI.java:565)
   at haven.Widget.draw(Widget.java:514)
   at haven.Widget.draw(Widget.java:519)
   at haven.RootWidget.draw(RootWidget.java:80)
   at haven.UI.draw(UI.java:147)
   at haven.HavenPanel.redraw(HavenPanel.java:296)
   at haven.HavenPanel$1.display(HavenPanel.java:92)
   at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:649)
   at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:633)
   at javax.media.opengl.awt.GLCanvas$9.run(GLCanvas.java:1271)
   at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1103)
   at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
   at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$200(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

it was so loong that i dont actually know if i got it all in here but i hope so.
User avatar
Emina
 
Posts: 53
Joined: Wed Aug 01, 2012 1:42 am

Re: Salem Client by Ender

Postby Kandarim » Tue Jul 29, 2014 8:45 am

hmm ... That shouldn't really happen - was it a one off thing or does it occur every time? It could happen if the GUI tries to draw the homestead pointer before the UI is fully initialised, but there should be checks against that.
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 Emina » Tue Jul 29, 2014 1:16 pm

so far it has only happend once, my homepointer was allready set to off at that time and it had been off for a loong time before this error, so i was not fiddeling with those buttons either i was just walking around exploring.
User avatar
Emina
 
Posts: 53
Joined: Wed Aug 01, 2012 1:42 am

Re: Salem Client by Ender

Postby Skallious » Sun Aug 03, 2014 11:06 pm

I keep getting an error when I try to run the installer.

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$100(MainFrame.java:63)
   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: com/jogamp/common/type/WriteCloneable
   at java.lang.ClassLoader.defineClass1(Native Method)
   at java.lang.ClassLoader.defineClass(Unknown Source)
   at java.security.SecureClassLoader.defineClass(Unknown Source)
   at java.net.URLClassLoader.defineClass(Unknown Source)
   at java.net.URLClassLoader.access$100(Unknown Source)
   at java.net.URLClassLoader$1.run(Unknown Source)
   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)
   at java.lang.ClassLoader.defineClass1(Native Method)
   at java.lang.ClassLoader.defineClass(Unknown Source)
   at java.security.SecureClassLoader.defineClass(Unknown Source)
   at java.net.URLClassLoader.defineClass(Unknown Source)
   at java.net.URLClassLoader.access$100(Unknown Source)
   at java.net.URLClassLoader$1.run(Unknown Source)
   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)
   at haven.TexGL$TexDraw.<clinit>(TexGL.java:83)
   at haven.TexGL.<init>(TexGL.java:154)
   at haven.TexGL.<init>(TexGL.java:282)
   at haven.TexI.<init>(TexI.java:42)
   at haven.Resource$Image$1.<init>(Resource.java:626)
   at haven.Resource$Image.tex(Resource.java:626)
   at haven.Resource.loadtex(Resource.java:1523)
   at haven.LoginScreen.<clinit>(LoginScreen.java:47)
   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$200(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$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: com.jogamp.common.type.WriteCloneable
   at java.net.URLClassLoader$1.run(Unknown Source)
   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)
   ... 47 more


I have java 7 update 65
Any suggestions?
Skallious
 
Posts: 2
Joined: Sun Nov 11, 2012 9:40 pm

Re: Salem Client by Ender

Postby Feone » Sun Aug 03, 2014 11:10 pm

Skallious wrote:I keep getting an error when I try to run the installer.

I have java 7 update 65
Any suggestions?


Go to your userhome/Salem/bin folder and delete the contents. This should force a redownload of those jar files & hopefully fix the issue.
If it persists, make sure your virusscanner and other security isn't messing with the downloads.
Feone
 
Posts: 810
Joined: Tue Jan 01, 2013 8:38 pm

Re: Salem Client by Ender

Postby Kazogoth » Sat Sep 06, 2014 2:18 am

Feone wrote:
Skallious wrote:I keep getting an error when I try to run the installer.

I have java 7 update 65
Any suggestions?


Go to your userhome/Salem/bin folder and delete the contents. This should force a redownload of those jar files & hopefully fix the issue.
If it persists, make sure your virusscanner and other security isn't messing with the downloads.


It worked for me, thanks :)
Kazogoth
 
Posts: 10
Joined: Wed May 14, 2014 3:21 am

Re: Salem Client by Ender

Postby ALL » Tue Sep 09, 2014 4:47 pm

i had this problem, and it helped me too, thanks ^_^
ALL
 
Posts: 27
Joined: Sat Dec 01, 2012 2:00 pm

Re: Salem Client by Ender

Postby Mzungu » Sun Sep 14, 2014 6:38 pm

Hello,
I experience some problem with the ender client: Executing updater.jar will check the files for updates and starts the client. After logging in and selecting a character the main screen is black and shows "Loading...". There is no change after several minutes of waiting.

Could this be caused by a bad internet connection?

Best regards

Mzungu
Mzungu
 
Posts: 7
Joined: Sat Sep 13, 2014 6:27 pm

Re: Salem Client by Ender

Postby Feone » Sun Sep 14, 2014 7:01 pm

Mzungu wrote:Hello,
I experience some problem with the ender client: Executing updater.jar will check the files for updates and starts the client. After logging in and selecting a character the main screen is black and shows "Loading...". There is no change after several minutes of waiting.

Could this be caused by a bad internet connection?

Best regards

Mzungu


A pc/laptop with very little ram could have this issue, but usually it'd result in a crash.
A poor internet connection could also cause it, but it should stll eventually load.
Feone
 
Posts: 810
Joined: Tue Jan 01, 2013 8:38 pm

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 20 guests

cron