Page 231 of 237

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

PostPosted: Fri Dec 29, 2017 7:18 pm
by Ciego
Is Latikai set up for the new expedition? Or will we need to drop back to original bare client, until that's ready?

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

PostPosted: Fri Dec 29, 2017 7:22 pm
by Nikixos
Ciego wrote:Is Latikai set up for the new expedition? Or will we need to drop back to original bare client, until that's ready?


It should work as normal, most changes don't interfere with UI

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

PostPosted: Fri Dec 29, 2017 8:26 pm
by Kandarim
as far as I am aware, the changes for the new expedition were already dropped. The grape stuff shouldn't require I client change, i don't think.

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

PostPosted: Sat Dec 30, 2017 9:45 pm
by Yinsun
I downloaded the updater, I got past the security check, I got to this...
Image
But after that, nothing happens. I have tried turning off the firewall and the anti virus, I updated Java, I tried both the .jar and the .jnlp... all to no avail. What should I do? I do have regular Salem downloaded.

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

PostPosted: Sat Dec 30, 2017 10:34 pm
by Kandarim
do you know your way around the command line? Could you run the client from command line ? That might give more info

Code: Select all
cd C:\Users\<username>\Salem\bin
start "" javaw -jar lsalem.jar -U http://game.salemthegame.com/res/ game.salemthegame.com

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

PostPosted: Sun Dec 31, 2017 1:27 am
by Adelewhy
Do brambles count as regular trees.. as in will they be miniature in raider mode or full size?

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

PostPosted: Sun Dec 31, 2017 2:53 am
by Yinsun
This is the error I get: Image

Edit: I also got "A java Exception has occured."

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

PostPosted: Mon Jan 01, 2018 9:40 am
by lachlaan
java.lang.RuntimeException: java.lang.NullPointerException
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:418)
at haven.HavenPanel.run(HavenPanel.java:453)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at haven.Glob$Pagina$State$2.tex(Glob.java:153)
at haven.MenuGrid.draw(MenuGrid.java:413)
at haven.GameUI.drawFiltered(GameUI.java:658)
at haven.GameUI.draw(GameUI.java:666)
at haven.Widget.draw(Widget.java:514)
at haven.Widget.draw(Widget.java:519)
at haven.RootWidget.draw(RootWidget.java:182)
at haven.UI.draw(UI.java:165)
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$500(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$JavaSecurityAccessImpl.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)


Error i get when trying to open the potato food crafting menu.

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

PostPosted: Mon Jan 01, 2018 10:09 am
by JohnCarver
This is actually my bad. Kandarim does need to be pestered for a quick fix to when the cravings destroy themselves. As the mason lodge 'craving swap' feature only shows correctly on defaults.

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

PostPosted: Tue Jan 02, 2018 8:12 am
by Kandarim
The fix should have been merged, although I can't test it myself. Please let me know if it still crashes.