Custom client by Latikai, building on Ender's client

Forum for game modifications and custom clients.

Re: Craft backpack, roasted meat button?

Postby naosnule » Sun Mar 23, 2014 6:12 pm

Lihz wrote:Login screen.

Basically it's just a "back to previously opened recipe" button.


I am at the login screen and can't see any patch notes, how do I make it appear? Is there a textfile somewhere saved on my computer? If so what's the name of the file?
naosnule
 
Posts: 371
Joined: Wed Aug 01, 2012 1:26 am

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

Postby Kandarim » Sun Mar 23, 2014 6:35 pm

delete jogl-all.jar from your Salem/bin/ directory.
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 AcuaArkane » Sun Mar 23, 2014 7:09 pm

it just downloaded me the jog-all.jar and gives me the same error i think..

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
User avatar
AcuaArkane
 
Posts: 30
Joined: Fri Mar 21, 2014 4:49 pm

Re: Craft backpack, roasted meat button?

Postby MagicManICT » Sun Mar 23, 2014 8:53 pm

naosnule wrote:
Lihz wrote:Login screen.

Basically it's just a "back to previously opened recipe" button.


I am at the login screen and can't see any patch notes, how do I make it appear? Is there a textfile somewhere saved on my computer? If so what's the name of the file?


I'm not sure about where else you can find them or resolve this issue, but you can find the patch notes in the User/.../Salem directory as "changelog.txt". You will need to read around the markup text that the Salem client uses to format the file, but they are there, at least.
I am a moderator. I moderate stuff. When I do, I write in this color.
JohnCarver wrote:anybody who argues to remove a mechanic that allows "yet another" way to summon somebody is really a carebear in disguise trying to save his own hide.
MagicManICT
 
Posts: 5088
Joined: Wed Aug 01, 2012 1:46 am

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

Postby Kandarim » Sun Mar 23, 2014 10:46 pm

the changelog shows up a single time after an update. You can always read them here as well, with the aforementioned markup.

@akua: weird that always fixed it for me. If you can spare the bandwidth, you can always try a complete wipe of Salem/bin/ (if bandwidth is scarce, save salem-res.jar), which might work - but I don't expect it to if the specific removal of jogl-all didn't help.
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 AcuaArkane » Sun Mar 23, 2014 10:56 pm

i just reinstalled java and instead of installing enders first i installed your client first and it works like a charm.. Duno why ender's doesnt work for me, but this way it worked for me so :)
User avatar
AcuaArkane
 
Posts: 30
Joined: Fri Mar 21, 2014 4:49 pm

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

Postby Ruane » Tue Mar 25, 2014 2:02 pm

this client is pure ****, not only does it NOT mesh well with enders (frequently ***** up the install when you use this requiring a full clean of both) and crashes a lot but as soon as you attempt to run two clients in this the memory leaks are so severe that after a few minutes you have no choice but to restart the clients, even closing the first one will not fix the other.

only thing that makes it worth using at all is the prospecting tool, beyond that save your time and get enders to work properly.
Ruane
 
Posts: 19
Joined: Tue Apr 09, 2013 1:57 am

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

Postby Kandarim » Tue Mar 25, 2014 6:54 pm

Ruane wrote:this client is pure ****, not only does it NOT mesh well with enders (frequently ***** up the install when you use this requiring a full clean of both) and crashes a lot but as soon as you attempt to run two clients in this the memory leaks are so severe that after a few minutes you have no choice but to restart the clients, even closing the first one will not fix the other.

only thing that makes it worth using at all is the prospecting tool, beyond that save your time and get enders to work properly.


I'm sorry you have issues with my client. As I do not experience any of the issues you list myself, I'm afraid I'll need more info to try and alleviate them. Do you not encounter the same issues with Ender's, or indeed the default client so that they are not restricted to my client in particular?
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 Ruane » Tue Mar 25, 2014 6:59 pm

just this one, it is unfortunate as some of the features are nice but as it stands it is not worth the hassle.

both enders and default gives me no trouble using either java 7 or 6 on a newer windows 7 and an older xp computer, for some reason the issues here are present on both computers and with either java version.
Ruane
 
Posts: 19
Joined: Tue Apr 09, 2013 1:57 am

Error after updating / cannot start the client

Postby Tedka » Wed Apr 02, 2014 3:19 am

Hello, I would like to report this error right here, I get it after every time I run the updater, help would be very much appreciated, thanks in advance.
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 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 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$000(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
Tedka
 
Posts: 1
Joined: Wed Mar 19, 2014 5:48 pm

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 1 guest