Custom client by Latikai, building on Ender's client

Forum for game modifications and custom clients.

Re: Custom client by Latikai, building on Ender's client

Postby Scilly_guy » Sat Mar 01, 2014 4:41 pm

Well mine has just crashed to desktop when I went to put more wood on the fire, it hasn't crashed like this before this update.
Scilly_guy
 
Posts: 742
Joined: Wed Feb 20, 2013 12:05 pm

Re: Custom client by Latikai, building on Ender's client

Postby RonPaulFTW » Sat Mar 01, 2014 5:28 pm

Kandarim wrote:yes, dropbox is having some issues (or may be throttling my badnwidth, I suppose i have been using a lot of it for all the new players)


@Everyone else: i believe to have fixed the issues with GL1281 crashes, shader crashes and "not a gl3bc implementation" crashes. Please reply if it didn't work for you.


Is there any easy way to launch your client without going through the dropbox update checker?
RonPaulFTW
 
Posts: 928
Joined: Sun May 05, 2013 8:30 pm

Re: Custom client by Latikai, building on Ender's client

Postby Kandarim » Sat Mar 01, 2014 6:56 pm

Scilly_guy wrote:Well mine has just crashed to desktop when I went to put more wood on the fire, it hasn't crashed like this before this update.


You're gonna have to give me more to work with ... An error report at the very least. Was the fire lit? Was it cooking something? Was a pot boiling above it ? etc etc.

RonPaulFTW wrote:Is there any easy way to launch your client without going through the dropbox update checker?


it depends what you think is easy :)

You can run the client from the commandline like this (you can easily dump it in a .bat):
Code: Select all
start "" java -jar lsalem.jar -U http://game.salemthegame.com/res/ game.salemthegame.com


From the Salem/bin/ directory. If you get some errors about gluegen-rt.dll not being present, you're probably using the wrong version of java and you should try direct links to java:
Code: Select all
start "" "C:\Program Files (x86)\Java\jre7\bin\java.exe" -jar lsalem.jar -U http://game.salemthegame.com/res/ game.salemthegame.com
Last edited by Kandarim on Sat Mar 01, 2014 8:33 pm, edited 1 time in total.
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: Custom client by Latikai, building on Ender's client

Postby Chiprel » Sat Mar 01, 2014 7:30 pm

Kandarim wrote:yes, dropbox is having some issues (or may be throttling my badnwidth, I suppose i have been using a lot of it for all the new players)


@Everyone else: i believe to have fixed the issues with GL1281 crashes, shader crashes and "not a gl3bc implementation" crashes. Please reply if it didn't work for you.


Works fine for me now. No more GL 1281 error. GJ.
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: Custom client by Latikai, building on Ender's client

Postby Claeyt » Sat Mar 01, 2014 8:35 pm

Kand, you are a gentleman and a Wizard of the first order. I'd call you a god but that might offend your incredible intelligence. You have made this game more playable for hundreds if not thousands of players and I'd like to thank you from the bottom of my heart for all your hard work. Good Job and Thank You for continuing with your client. If you ever need anything from me in game, feel free to ask.

Image

btw it works fine for me now. :D
jorb wrote:(jwhitehorn) you are an ungrateful, spoiled child


As the river rolled over the cliffs, my own laughing joy was drowned out by the roaring deluge of the water. The great cataract of Darwoth's Tears fell over and over endlessly.
User avatar
Claeyt
 
Posts: 5166
Joined: Mon Dec 24, 2012 4:02 pm

Re: Custom client by Latikai, building on Ender's client

Postby Broehain » Sat Mar 01, 2014 11:55 pm

Has anyone got a fix for the error, using the plan client sucks ass
Broehain
 
Posts: 21
Joined: Wed Nov 27, 2013 5:49 pm

Re: Custom client by Latikai, building on Ender's client

Postby Broehain » Sun Mar 02, 2014 7:02 am

ANyone know why you get this error when trying to download the client.

java.lang.Error: java.lang.reflect.InvocationTargetException
at haven.MainFrame.javabughack(MainFrame.java:397)
at haven.MainFrame.main2(MainFrame.java:410)
at haven.MainFrame.access$100(MainFrame.java:63)
at haven.MainFrame$8.run(MainFrame.java:480)
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:388)
... 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 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:1520)
at haven.LoginScreen.<clinit>(LoginScreen.java:47)
at haven.MainFrame$5.run(MainFrame.java:391)
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)
Broehain
 
Posts: 21
Joined: Wed Nov 27, 2013 5:49 pm

Re: Custom client by Latikai, building on Ender's client

Postby Claeyt » Sun Mar 02, 2014 7:58 am

Try and clean out your 'Salem' and '.salem' folders and re-download the client. The client seems to be working for everyone else.
jorb wrote:(jwhitehorn) you are an ungrateful, spoiled child


As the river rolled over the cliffs, my own laughing joy was drowned out by the roaring deluge of the water. The great cataract of Darwoth's Tears fell over and over endlessly.
User avatar
Claeyt
 
Posts: 5166
Joined: Mon Dec 24, 2012 4:02 pm

Re: Custom client by Latikai, building on Ender's client

Postby Droj » Sun Mar 02, 2014 10:17 am

is it me or does it take forever to run the client. are there connection issues?
***** the Treaty!
loftar wrote:I not like, you not get
User avatar
Droj
 
Posts: 1192
Joined: Wed Aug 01, 2012 1:23 am
Location: England

Re: Custom client by Latikai, building on Ender's client

Postby Kandarim » Sun Mar 02, 2014 11:31 am

there seem to be issues with dropbox. I posted a .bat file that you can use to launch the client to get around them temporarily
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

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 2 guests

cron