Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender

Postby lordkey » Wed Mar 12, 2014 10:33 pm

Kandarim wrote:what happens if you download the requisite files manually (obviously not a real solution to the problem, but at least it'll allow you to play with ender's client)?
You can find the list of URL's here: https://github.com/EnderWiggin/salem-updater/blob/master/etc/config.xml

download the two native libraries for jogl and gluegen for your platform, as well as the six platform-independent libraries in the bottom of the file. You should put them in Salem/bin/



What is the form of dowload in JOGL??.. you can explain me.. please i am noob.!
i am use java 7.51 and salem client.. HELP ME !!!!
sorry for the inconvenience...
lordkey
 
Posts: 9
Joined: Fri Sep 13, 2013 1:47 am

Re: Salem Client by Ender

Postby Emina » Thu Mar 13, 2014 6:02 pm

Code: Select all
java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: 29
   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.ArrayIndexOutOfBoundsException: 29
   at haven.GLState$Applier.apply(GLState.java:473)
   at haven.GOut.apply(GOut.java:203)
   at haven.TexGL.render(TexGL.java:380)
   at haven.Tex.crender(Tex.java:90)
   at haven.Tex.crender(Tex.java:95)
   at haven.GOut.image(GOut.java:142)
   at haven.IBox.draw(IBox.java:89)
   at haven.Window.draw(Window.java:176)
   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)
   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)


getting this error when i click the updater crashed just when i arrived to the logg in window
User avatar
Emina
 
Posts: 53
Joined: Wed Aug 01, 2012 1:42 am

Re: Salem Client by Ender

Postby Nixman » Fri Mar 14, 2014 3:55 pm

Getting error when trying to launch application:

Code: Select all
JNLPException[category: Download Error : Exception: java.io.IOException: Server returned HTTP response code: 503 for URL: https://dl.dropboxusercontent.com/u/18779594/salem/updater.jnlp : LaunchDesc: null
   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)
Nixman
 
Posts: 168
Joined: Thu Nov 08, 2012 1:36 pm

Re: Salem Client by Ender

Postby totalwar235 » Sat Mar 15, 2014 7:43 am

i receive this error when trying to run the updater
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)
totalwar235
 
Posts: 25
Joined: Sat Feb 22, 2014 6:17 am

Re: Salem Client by Ender

Postby EnderWiggin » Sat Mar 15, 2014 11:22 am

Emina wrote:
Code: Select all
java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: 29
getting this error when i click the updater crashed just when i arrived to the logg in window
Sorry, I can't find why it is crashed. This happens on login screen?

Nixman wrote:Getting error when trying to launch application:
Code: Select all
JNLPException[category: Download Error : Exception: java.io.IOException: Server returned HTTP response code: 503 for URL: https://dl.dropboxusercontent.com/u/18779594/salem/updater.jnlp : LaunchDesc: null
Don't use jnlp, use jar updater.

totalwar235 wrote:i receive this error when trying to run the updater
Code: Select all
java.lang.Error: java.lang.reflect.InvocationTargetException
Caused by: java.lang.NoClassDefFoundError: com/jogamp/common/type/WriteCloneable
Can you post contents of Salem/bin/updater.log?
User avatar
EnderWiggin
 
Posts: 339
Joined: Wed Aug 01, 2012 9:12 am
Location: Ukraine

Re: Salem Client by Ender

Postby totalwar235 » Sun Mar 16, 2014 2:25 am

totalwar235 wrote:i receive this error when trying to run the updater
Code: Select all
java.lang.Error: java.lang.reflect.InvocationTargetException
Caused by: java.lang.NoClassDefFoundError: com/jogamp/common/type/WriteCloneable
Can you post contents of Salem/bin/updater.log?[/quote]

this is the code

Code: Select all
OS: 'Windows 7', arch: 'x86'
Checking for updates...
No updates for 'jogl-all-natives-windows-i586.jar'
No updates for 'gluegen-rt-natives-windows-i586.jar'
No updates for 'jogl-all.jar'
No updates for 'gluegen-rt.jar'
No updates for 'salem-res.jar'
No updates for 'builtin-res.jar'
No updates for 'lsalem.jar'
No updates for 'client-res.jar'
Starting client...
totalwar235
 
Posts: 25
Joined: Sat Feb 22, 2014 6:17 am

Re: Salem Client by Ender

Postby darnokpl » Thu Mar 20, 2014 9:58 pm

Code: Select all
java.lang.RuntimeException: java.lang.RuntimeException: Delayed error in resource gfx/invobjs/sargassoeel (v1), from forking source backed by HTTP res source (http://salemthegame.com/res/)
   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(Thread.java:701)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/invobjs/sargassoeel (v1), from forking source backed by HTTP res source (http://salemthegame.com/res/)
   at haven.Resource.checkerr(Resource.java:1507)
   at haven.Resource.layer(Resource.java:1391)
   at haven.Resource.layer(Resource.java:1400)
   at haven.WItem.draw(WItem.java:223)
   at haven.Widget.draw(Widget.java:514)
   at haven.Widget.draw(Widget.java:519)
   at haven.Inventory.draw(Inventory.java:64)
   at haven.Widget.draw(Widget.java:514)
   at haven.Widget.draw(Widget.java:519)
   at haven.Window.draw(Window.java:198)
   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(InvocationEvent.java:216)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:673)
   at java.awt.EventQueue.access$300(EventQueue.java:96)
   at java.awt.EventQueue$2.run(EventQueue.java:634)
   at java.awt.EventQueue$2.run(EventQueue.java:632)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:108)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:643)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
Caused by: haven.Resource$LoadException: Load error in resource gfx/invobjs/sargassoeel(v1), from forking source backed by HTTP res source (http://salemthegame.com/res/)
   at haven.Resource$Loader.handle(Resource.java:446)
   at haven.Resource$Loader.run(Resource.java:420)
   at java.lang.Thread.run(Thread.java:701)
Caused by: java.net.UnknownHostException: salemthegame.com
   at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:175)
   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:385)
   at java.net.Socket.connect(Socket.java:546)
   at java.net.Socket.connect(Socket.java:495)
   at sun.net.NetworkClient.doConnect(NetworkClient.java:178)
   at sun.net.www.http.HttpClient.openServer(HttpClient.java:409)
   at sun.net.www.http.HttpClient.openServer(HttpClient.java:530)
   at sun.net.www.http.HttpClient.<init>(HttpClient.java:240)
   at sun.net.www.http.HttpClient.New(HttpClient.java:321)
   at sun.net.www.http.HttpClient.New(HttpClient.java:338)
   at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:935)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:876)
   at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:801)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
   at haven.Resource$HttpSource.get(Resource.java:370)
   at haven.Resource$TeeSource.get(Resource.java:266)
   at haven.Resource$Loader.handle(Resource.java:439)
   ... 2 more


While running client with command:
~/Salem/bin$ java -Xms512m -Xmx512m -Dhaven.resurl="http://salemthegame.com/res/" -Dhaven.defserv="game.salemthegame.com" -jar salem.jar
Image
User avatar
darnokpl
 
Posts: 2019
Joined: Thu Aug 02, 2012 12:10 am

Re: Salem Client by Ender

Postby AcuaArkane » Fri Mar 21, 2014 5:47 pm

rly wierd for me whenever i run updater it just checks for updates -> no updates found and exits and after that nothing happens..
User avatar
AcuaArkane
 
Posts: 30
Joined: Fri Mar 21, 2014 4:49 pm

Re: Salem Client by Ender

Postby AcuaArkane » Sat Mar 22, 2014 3:03 pm

so can anybody help me?
User avatar
AcuaArkane
 
Posts: 30
Joined: Fri Mar 21, 2014 4:49 pm

Re: Salem Client by Ender

Postby Gloomy » Sat Mar 22, 2014 6:37 pm

When running the updater.jar:

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(Thread.java:695)
Caused by: java.lang.reflect.InvocationTargetException
   at java.awt.EventQueue.invokeAndWait(EventQueue.java:1126)
   at java.awt.EventQueue.invokeAndWait(EventQueue.java:1103)
   at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1326)
   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.defineClassCond(ClassLoader.java:637)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
   at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
   at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
   at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
   at java.lang.ClassLoader.defineClass1(Native Method)
   at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
   at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
   at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
   at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
   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(InvocationEvent.java:199)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:715)
   at java.awt.EventQueue.access$400(EventQueue.java:82)
   at java.awt.EventQueue$2.run(EventQueue.java:676)
   at java.awt.EventQueue$2.run(EventQueue.java:674)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:685)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.ClassNotFoundException: com.jogamp.common.type.WriteCloneable
   at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
   ... 47 more


Here's what is in the updater.log

Code: Select all
OS: 'Mac OS X', arch: 'x86_64'
Checking for updates...
No updates for 'jogl-all-natives-macosx-universal.jar'
No updates for 'gluegen-rt-natives-macosx-universal.jar'
No updates for 'jogl-all.jar'
No updates for 'gluegen-rt.jar'
No updates for 'salem-res.jar'
No updates for 'builtin-res.jar'
No updates for 'salem.jar'
No updates for 'client-res.jar'
Starting client...
Gloomy
 
Posts: 28
Joined: Mon Aug 27, 2012 7:16 pm

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: shaneadams64 and 3 guests