Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender

Postby Stoner » Fri Feb 21, 2014 7:32 am

Having problem with ender client, my vanilla client works just fine yet for some odd reason I get this when i load the updater for ender

Note: I have deleted my salem/bin file then ran the updater and this happened.

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:618)
at haven.Resource$Image.tex(Resource.java:618)
at haven.Resource.loadtex(Resource.java:1515)
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


Any help at all would be great.
Last Chance Gaming

ts120.light-speed.com:8311
User avatar
Stoner
 
Posts: 43
Joined: Sun Nov 11, 2012 4:27 pm
Location: North DaCananda

Re: Salem Client by Ender

Postby Basmal » Fri Feb 21, 2014 10:16 am

midgitkilla wrote:I click the updater, about 10 lines of looking for updates and then it closes and nothing happens. Would love some help.


EDIT: FIXED. Download lat's client. Then go to C:/users/name/Salem and delete it. Re-download ender's updater.jnlp and run it.

Same thing happens to me. I installed the new updater.jnlp, deleted the bin and ran it. It updated everything and then said "starting client..." Except it never starts.

OS: 'Windows Vista', arch: 'amd64'
Checking for updates...
Updates found for 'jogl-all-natives-windows-amd64.jar'
Updates found for 'gluegen-rt-natives-windows-amd64.jar'
Updates found for 'jogl.jar'
Updates found for 'gluegen-rt.jar'
Updates found for 'salem-res.jar'
Updates found for 'builtin-res.jar'
Updates found for 'salem.jar'
Updates found for 'client-res.jar'
Downloading 'jogl-all-natives-windows-amd64.jar'
Downloading 'gluegen-rt-natives-windows-amd64.jar'
Downloading 'jogl.jar'
Downloading 'gluegen-rt.jar'
Downloading 'salem-res.jar'
Downloading 'builtin-res.jar'
Downloading 'salem.jar'
Downloading 'client-res.jar'
Starting client...
Last edited by Basmal on Wed Feb 26, 2014 7:13 am, edited 3 times in total.
Basmal
 
Posts: 27
Joined: Fri Nov 16, 2012 5:22 am

Re: Salem Client by Ender

Postby ziyakaz » Fri Feb 21, 2014 11:44 am

Try using the updater.jar file in the original post.

But note that even if you do get it working, when you try to log in you will get an error that "The client is too old". There was an update to the client today, so it will be a little while before this is updated.
ziyakaz
 
Posts: 24
Joined: Sat Nov 16, 2013 6:51 pm

Re: Salem Client by Ender

Postby yozzik » Fri Feb 21, 2014 12:12 pm

Mac OSX 10.9.1 with latest Java says:

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:618)
at haven.Resource$Image.tex(Resource.java:618)
at haven.Resource.loadtex(Resource.java:1515)
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
User avatar
yozzik
 
Posts: 110
Joined: Wed Oct 03, 2012 9:17 am

Re: Salem Client by Ender

Postby EnderWiggin » Fri Feb 21, 2014 12:42 pm

Client updated.

@yozzik: can you post contents of Salem/bin/updater.log and contents of Salem/bin folder?
User avatar
EnderWiggin
 
Posts: 339
Joined: Wed Aug 01, 2012 9:12 am
Location: Ukraine

Re: Salem Client by Ender

Postby Banok » Fri Feb 21, 2014 12:47 pm

edit: ok just had to go to users/me/salem and delete the salem folder, then retry your launcher and it works fine.
User avatar
Banok
 
Posts: 269
Joined: Wed Aug 01, 2012 2:04 am

Re: Salem Client by Ender

Postby yozzik » Fri Feb 21, 2014 12:58 pm

EnderWiggin wrote:Client updated.

@yozzik: can you post contents of Salem/bin/updater.log and contents of Salem/bin folder?


I dont know what happened, but it works now.
User avatar
yozzik
 
Posts: 110
Joined: Wed Oct 03, 2012 9:17 am

Re: Salem Client by Ender

Postby merrymaidmarian » Fri Feb 21, 2014 2:37 pm

Okay, I started by deleting the users/me/salem and users/me/.salem folders.
I then downloaded the updater.jnlp from the first link in this thread's original post.
Ran it, no cigar.
it says starting client, but never does.

examined the updater.jnlp. Changed the 3 lines which still pointed to the plymouth login server to point to game.salemthegame.com.
Deleted users/me/salem folder again, just for good measure.
my updater.jnlp now looked like this:
Code: Select all
<?xml version="1.0" ?>
<jnlp spec="1.0+" codebase="https://dl.dropboxusercontent.com/u/18779594/salem/" href="updater.jnlp">
  <information>
    <title>Custom Salem Updater</title>
    <vendor>Ender</vendor>
    <description>The Salem game</description>
    <icon href="http://game.salemthegame.com/java/icon.gif" />
    <shortcut online="false">
      <desktop />
      <menu submenu="Custom Salem Updater" />
    </shortcut>
  </information>
  <security>
    <all-permissions />
  </security>
  <resources>
    <java version="1.6+" max-heap-size="512M" />
    <j2se version="1.6+" max-heap-size="512M" />
    <jar href="updater.jar" />
    <property name="haven.defserv" value="game.salemthegame.com" />
    <property name="haven.resurl" value="http://game.salemthegame.com/res/" />
  </resources>
  <application-desc />
</jnlp>

when I ran it, it still said starting client, but nothing happens.

in another attempt to figure out what's wrong, I compared the updater.jnlp to the salem.jnlp, and changed the two lines reading
Code: Select all
<property name="haven.defserv" value="game.salemthegame.com" />
    <property name="haven.resurl" value="http://game.salemthegame.com/res/" />

into
Code: Select all
<property name="jnlp.haven.defserv" value="game.salemthegame.com" />
    <property name="jnlp.haven.resurl" value="http://game.salemthegame.com/res/" />

and for good measure, deleted the users/me/salem folder again before running.
still it says client starting, but no cigar. here's the full sequence
Code: Select all
OS: 'Windows 7', arch: 'amd64'
Checking for updates...
Updates found for 'jogl-all-natives-windows-amd64.jar'
Updates found for 'gluegen-rt-natives-windows-amd64.jar'
Updates found for 'jogl.jar'
Updates found for 'gluegen-rt.jar'
Updates found for 'salem-res.jar'
Updates found for 'builtin-res.jar'
Updates found for 'salem.jar'
Updates found for 'client-res.jar'
Downloading 'jogl-all-natives-windows-amd64.jar'
Downloading 'gluegen-rt-natives-windows-amd64.jar'
Downloading 'jogl.jar'
Downloading 'gluegen-rt.jar'
Downloading 'salem-res.jar'
Downloading 'builtin-res.jar'
Downloading 'salem.jar'
Downloading 'client-res.jar'
Starting client...


I'm using the latest java7 version btw. Running win7 on an i7.
the java task just ends after it says client starting, I had to retrieve above snippet from the updater.txt mentioned below.

For completeness, my users/salem/bin has the following files:
builtin-res
client-res
gluegen-rt
gluegen-rt-natives-windows-amd64
jogl
jogl-all-natives-windows-amd64
salem
salem-res
updater.txt (which shows the text as incoded above)

How can I run the client? Or is the link in the original post not updated? If so, where can I find the new updater.jnlp?
Now playing Salem: the Tamagochi MMO.
Set your alarms to feed and pet your alts!
merrymaidmarian
 
Posts: 65
Joined: Mon May 27, 2013 1:56 pm

Re: Salem Client by Ender

Postby MightySkiba » Fri Feb 21, 2014 6:23 pm

game crash when game log in:
java.lang.RuntimeException: haven.GOut$GLInvalidOperationException: GL Error: 1282 (invalid operation)
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:450)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.GOut$GLInvalidOperationException: GL Error: 1282 (invalid operation)
at haven.GOut.glexcfor(GOut.java:98)
at haven.GOut.checkerr(GOut.java:107)
at haven.TexMS.create(TexMS.java:52)
at haven.TexMS.glid(TexMS.java:60)
at haven.GLFrameBuffer$AttachMS.attach(GLFrameBuffer.java:144)
at haven.GLFrameBuffer.apply(GLFrameBuffer.java:204)
at haven.GLState$Applier.apply(GLState.java:494)
at haven.GOut.apply(GOut.java:203)
at haven.PView.draw(PView.java:242)
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:573)
at haven.Widget.draw(Widget.java:514)
at haven.Widget.draw(Widget.java:519)
at haven.RootWidget.draw(RootWidget.java:107)
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)

pls help :roll: :roll:
MightySkiba
 
Posts: 2
Joined: Thu Feb 20, 2014 1:50 am

Re: Salem Client by Ender

Postby rassporter » Fri Feb 21, 2014 6:43 pm

Has the client been updated? If so where is the updated launcher? Thankssss!

Update: Never mind, not being lazy helps.
rassporter
 
Posts: 1
Joined: Thu Feb 13, 2014 5:21 am

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 1 guest