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 Necrobane » Thu Jan 22, 2015 8:02 pm

Сrashin often...
java.lang.RuntimeException: java.lang.RuntimeException: Delayed error in resource gfx/invobjs/savagecharm (v3), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
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:420)
at haven.HavenPanel.run(HavenPanel.java:455)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/invobjs/savagecharm (v3), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
at haven.Resource.checkerr(Resource.java:1512)
at haven.Resource.layer(Resource.java:1396)
at haven.Resource.layer(Resource.java:1405)
at haven.Makewindow.draw(Makewindow.java:115)
at haven.Widget.draw(Widget.java:514)
at haven.Widget.draw(Widget.java:519)
at haven.Window.draw(Window.java:205)
at haven.GameUI.drawFiltered(GameUI.java:629)
at haven.GameUI.draw(GameUI.java:637)
at haven.Widget.draw(Widget.java:514)
at haven.Widget.draw(Widget.java:519)
at haven.RootWidget.draw(RootWidget.java:110)
at haven.UI.draw(UI.java:162)
at haven.HavenPanel.redraw(HavenPanel.java:298)
at haven.HavenPanel$1.display(HavenPanel.java:94)
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)
Caused by: haven.Resource$LoadException: Load error in resource gfx/invobjs/savagecharm(v3), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
at haven.Resource$Loader.handle(Resource.java:446)
at haven.Resource$Loader.run(Resource.java:420)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Недостаточно места на диске
at java.io.FileOutputStream.write(Native Method)
at java.io.FileOutputStream.write(Unknown Source)
at java.io.FilterOutputStream.write(Unknown Source)
at java.io.FilterOutputStream.write(Unknown Source)
at haven.StreamTee.read(StreamTee.java:91)
at haven.Resource.readall(Resource.java:1336)
at haven.Resource.load(Resource.java:1476)
at haven.Resource.access$200(Resource.java:40)
at haven.Resource$Loader.handle(Resource.java:440)
... 2 more
Loyal servant of Her Majesty Lallaith
User avatar
Necrobane
Customer
 
Posts: 1092
Joined: Tue May 07, 2013 9:34 am

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

Postby Emina » Fri Jan 23, 2015 4:37 pm

i am currentley unable to logg any of my chars in to the game with your client, getting the error below. i updated my my java today though not sure if that has something to do with it, or the fact that i by accident logged in using enders client first until i realized i was using the wrong client since i was missing some features from your client, and then tryed to logg in with your client instead with no sucess.

i am able to logg in to the game with Enders client atm but not with yours.

java.lang.RuntimeException: Delayed error in resource gfx/hud/hwaup (v-1), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
at haven.Resource.checkerr(Resource.java:1512)
at haven.Resource.layer(Resource.java:1396)
at haven.Resource.layer(Resource.java:1405)
at haven.Resource.loadimg(Resource.java:1522)
at haven.GameUI$MenuButton.<init>(GameUI.java:171)
at haven.GameUI$MainMenu$11.<init>(GameUI.java:1029)
at haven.GameUI$MainMenu.<init>(GameUI.java:1029)
at haven.GameUI.makemenu(GameUI.java:1124)
at haven.GameUI.<init>(GameUI.java:160)
at haven.GameUI$$_.create(GameUI.java:119)
at haven.Widget.makechild(Widget.java:246)
at haven.UI.newwidget(UI.java:175)
at haven.RemoteUI.run(RemoteUI.java:71)
at haven.MainFrame.run(MainFrame.java:291)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/hwaup(v-1), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
at haven.Resource$Loader.handle(Resource.java:446)
at haven.Resource$Loader.run(Resource.java:420)
... 1 more
Caused by: java.io.FileNotFoundException: http://game.salemthegame.com/res/gfx/hud/hwaup.res
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at haven.Resource$HttpSource.get(Resource.java:370)
at haven.Resource$TeeSource.get(Resource.java:266)
at haven.Resource$Loader.handle(Resource.java:439)
... 2 more
User avatar
Emina
 
Posts: 53
Joined: Wed Aug 01, 2012 1:42 am

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

Postby Kandarim » Fri Jan 23, 2015 4:54 pm

delete client-res.jar and try again.
God I need to fix this issue :(
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 majtejn » Sat Jan 24, 2015 6:26 pm

Code: Select all
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at haven.Audio$Player.fillbuf(Audio.java:170)
   at haven.Audio$Player.run(Audio.java:246)

Still on 64-bit java
majtejn
 
Posts: 119
Joined: Sat Oct 05, 2013 5:13 pm

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

Postby majtejn » Sun Jan 25, 2015 7:00 pm

Idea:
Make a window where all items on the minimap are listed, maybe sortable. Or maybe it's harder but make the minimap sort things based on some priority so the bears and feathers won't hide behind overlapping icon. I like the first option more.

If you are not up for this, could you point out some directions where to look for: implementing a new window; some list of items currently on the map. This looks like a not too difficult topic to mess with java for the first time, but the code is huge and i'm lazy...
majtejn
 
Posts: 119
Joined: Sat Oct 05, 2013 5:13 pm

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

Postby Pildream » Tue Jan 27, 2015 11:29 am

unable to launch the application... :(

java.net.UnknownHostException: DonnEssime.github.io
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.checkUpdateAvailable(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.isUpdateAvailable(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
User avatar
Pildream
 
Posts: 321
Joined: Wed Jul 02, 2014 2:38 pm

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

Postby Kandarim » Tue Jan 27, 2015 11:48 am

does this persist? I think it's rather weird you're able to download the launcher from my dropbox but not the actual client from my github. As far as I can see, neither has had any downtime. If you are using a newish Java installation, make sure DonnEssime.github.io is set as an exception to your java security for Java 8: http://forum.salemthegame.com/viewtopic.php?f=10&t=8388&start=20#p167676
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 Pildream » Tue Jan 27, 2015 11:50 am

Kandarim wrote:does this persist? I think it's rather weird you're able to download the launcher from my dropbox but not the actual client from my github. As far as I can see, neither has had any downtime. If you are using a newish Java installation, make sure DonnEssime.github.io is set as an exception to your java security for Java 8: http://forum.salemthegame.com/viewtopic.php?f=10&t=8388&start=20#p167676


i just logged in, this was repeated for several times in a row, but now after 15 minutes its ok, it happened another time some days ago , but only for 1 try
User avatar
Pildream
 
Posts: 321
Joined: Wed Jul 02, 2014 2:38 pm

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

Postby Silent_Bob » Sat Jan 31, 2015 4:22 am

Is it bad that I use this mod to mute my own music played at the stalls? Don't get me wrong, I make love to it every night but it does get kind of old after a while ;). I'll work on extending it, per chance.
User avatar
Silent_Bob
 
Posts: 263
Joined: Tue Oct 07, 2014 3:58 am

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

Postby honeymilk » Sat Jan 31, 2015 6:16 am

majtejn wrote:Idea:
Make a window where all items on the minimap are listed, maybe sortable. Or maybe it's harder but make the minimap sort things based on some priority so the bears and feathers won't hide behind overlapping icon. I like the first option more.


I couldnt agree more. Wishpoosh hiding under other beavers or even forage items, Argopelters under turkeys etc. It can be quite annoying in the darkness without a map priority system so a sortable list would be really awesome :>
User avatar
honeymilk
Customer
 
Posts: 249
Joined: Sun Dec 28, 2014 4:51 am

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: Google [Bot] and 1 guest