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 Kandarim » Sun Mar 08, 2015 12:04 am

delete client-res.jar and try again.
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 Rele » Sun Mar 08, 2015 12:33 am

Kandarim wrote:delete client-res.jar and try again.



Hmm. I deleted the .jar file, downloaded a new updater and everything runs fine, but once I hit play in the char screen it still crashes with the same error

Image


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:173)
at haven.GameUI$MainMenu$11.<init>(GameUI.java:1063)
at haven.GameUI$MainMenu.<init>(GameUI.java:1063)
at haven.GameUI.makemenu(GameUI.java:1162)
at haven.GameUI.<init>(GameUI.java:162)
at haven.GameUI$$_.create(GameUI.java:121)
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.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
Rele
 
Posts: 419
Joined: Sat Aug 18, 2012 1:52 pm
Location: U.S.A

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

Postby Kandarim » Sun Mar 08, 2015 12:39 am

ahem.
client-res, not salem-res :)
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 Rele » Sun Mar 08, 2015 12:43 am

Kandarim wrote:ahem.
client-res, not salem-res :)


Ahh sorry haha, completely misread that >.< Its working now :D
User avatar
Rele
 
Posts: 419
Joined: Sat Aug 18, 2012 1:52 pm
Location: U.S.A

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

Postby alloin » Sun Mar 08, 2015 1:42 pm

Having a problem, when I install ender's beta client, your client stops working & gives this error:

Code: Select all
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:173)
   at haven.GameUI$MainMenu$11.<init>(GameUI.java:1063)
   at haven.GameUI$MainMenu.<init>(GameUI.java:1063)
   at haven.GameUI.makemenu(GameUI.java:1162)
   at haven.GameUI.<init>(GameUI.java:162)
   at haven.GameUI$$_.create(GameUI.java:121)
   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.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


This is fixed by deleting client-res.jar

but that means I can't run both clients at the same time :cry:
jorb wrote:all I see is misplaced machismo and a lot of very cheap talk. ^^

Darwat confirmed scrub!
User avatar
alloin
Customer
 
Posts: 3031
Joined: Wed Aug 01, 2012 1:33 am

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

Postby Kandarim » Sun Mar 08, 2015 2:05 pm

yeah, known issue :( I'm trying out a fix for it later today.
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 vilkin » Sun Mar 08, 2015 2:07 pm

Install latikai, then move it to another folder, then install ender.
User avatar
vilkin
Customer
 
Posts: 44
Joined: Sat Apr 13, 2013 11:46 am

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

Postby Kandarim » Sun Mar 08, 2015 2:30 pm

the easy solution is just splitting my client-res from Ender's client-res. I just need to update the launcher for that too... Will be done tonight.

edit: there we are, there is now an lclient-res.jar for my client. This will also allow to more confidently introduce new button art, specifically a gem of a glutton sort button i'm working on!
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 Kandarim » Sun Mar 08, 2015 10:41 pm

behold the gluttony icon! ridiculously small patch notes, but now at least I can more easily add new buttons to the client when it takes my fancy.

-added special icon to glutton sort.
Image
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 » Sun Mar 08, 2015 11:01 pm

:cry:
java.lang.ExceptionInInitializerError
at haven.minimap.Radar.<init>(Radar.java:19)
at haven.OCache.<init>(OCache.java:41)
at haven.Glob.<init>(Glob.java:48)
at haven.Session.<init>(Session.java:827)
at haven.Bootstrap.run(Bootstrap.java:171)
at haven.MainFrame.run(MainFrame.java:291)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/hud/wnd/obtn (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.Window.<clinit>(Window.java:51)
... 7 more
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/wnd/obtn(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/wnd/obtn.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


Can't log in... :cry:
majtejn
 
Posts: 119
Joined: Sat Oct 05, 2013 5:13 pm

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 9 guests