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 Diodake » Wed Apr 23, 2014 1:04 am

Kandarim wrote:gpu won't have any effect on that crash: as I mentioned in my previous post, it seems to be related to parsing the wiki. Sadly I cannot reproduce the issue. Please make sure you are using the most recent version? (I remember fixing a similar issue soon after the server reset due to different food wiki entries).

Thanks for your answer Kandarim. I tried updating the client, but unfortunately with no luck. If I get it to work somehow I will make sure to post the solution here.
Diodake
 
Posts: 4
Joined: Fri Jan 10, 2014 10:22 pm

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

Postby paljarro » Fri Apr 25, 2014 9:37 am

I dont know if this is normal error or client related error, but after I use the ingame function: switch character a few times, then each time i switch i get more stuttering sounds and at the 6 or 7th time my client crashes with multiple (up to 10) different out of memory errors.
paljarro
 
Posts: 25
Joined: Fri Mar 29, 2013 12:40 pm

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

Postby Kandarim » Fri Apr 25, 2014 10:17 am

sadly, a client related error. I can reproduce it pretty easily, but it's hell to debug and I can't find a straightforward culprit.
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 dunehammer2014 » Tue May 06, 2014 4:37 pm

why i delete everything in bin, it still said no update on lsalem.jar? i cant even find this file in my pc
dunehammer2014
 
Posts: 31
Joined: Thu Jan 31, 2013 5:52 am

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

Postby Kandarim » Tue May 06, 2014 5:06 pm

make sure you also delete lsalem.jar.etag
dropbox doesn't support HTTP if-modified-since requests '-'
Also possible, your computer cannot contact the dropbox server.
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 dunehammer2014 » Tue May 06, 2014 5:32 pm

i cant find the lsalem.jar.etag in any folder, and the other files like jol.jar can update, only lsalem and client-res.jar refuse to update even if i deleter all fles
dunehammer2014
 
Posts: 31
Joined: Thu Jan 31, 2013 5:52 am

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

Postby dunehammer2014 » Wed May 07, 2014 2:09 am

solved, its the dropbox access error, i use a vpn then it began to update
moreover, the client crash when i move cursor to a empty toobar button, or a certain button like berry-on-straw
dunehammer2014
 
Posts: 31
Joined: Thu Jan 31, 2013 5:52 am

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

Postby Kandarim » Wed May 07, 2014 5:40 pm

Weird, that's an issue that I thought I had solved months ago. I'll have to have another look at it, I suppose.
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 jayt1990 » Sat May 10, 2014 9:35 pm

Get this error how do i fix?

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:626)
at haven.Resource$Image.tex(Resource.java:626)
at haven.Resource.loadtex(Resource.java:1528)
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)
... 35 more
jayt1990
Customer
 
Posts: 107
Joined: Sun Mar 03, 2013 7:12 pm

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

Postby Kandarim » Mon May 12, 2014 7:15 pm

long overdue merge of some of ender's and loftar's changes.

changes to the client will not happen often anymore due to real life picking up for me. If i'm too slow to fix the client after major loftar updates, drop me a pm (I generally still read the forum ... somewhat)
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 1 guest