Ender Client

Forum for alternative clients, mods & discussions on the same.

Re: Ender Client

Postby Dimlight » Wed Nov 20, 2024 2:43 pm

Getting this error when I try to use a sketchbook to change building materials:


haven.UI$CommandException: error during ui command-handling: #<cmd 75990 #<wdgmsg 6046 set [8, 8648, -1]> (deps 6046) (bars 6046)>
at haven.UI$CommandQueue.run(UI.java:309)
at haven.UI$CommandQueue.lambda$execute$0(UI.java:317)
at haven.Loader.lambda$defer$0(Loader.java:240)
at haven.Loader$Future.run(Loader.java:71)
at haven.Loader$Future.access$400(Loader.java:42)
at haven.Loader.loop(Loader.java:202)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.ClassCastException: class haven.Material$Res$1 cannot be cast to class haven.Pair (haven.Material$Res$1 and haven.Pair are in unnamed module of loader 'app')
at java.base/java.util.Map.forEach(Map.java:733)
at haven.res.lib.vmat.Materials.<init>(Materials.java:50)
at Preview.updmats(vm-pv.cjava:60)
at Preview.uimsg(vm-pv.cjava:98)
at haven.Widget$MessageEvent.shandle(Widget.java:966)
at haven.Widget.handle(Widget.java:907)
at haven.Widget$Event.dispatch(Widget.java:860)
at haven.UI.dispatch(UI.java:641)
at haven.UI$UiMessage.run(UI.java:711)
at haven.UI$CommandQueue.run(UI.java:305)
... 6 more
Dimlight
 
Posts: 33
Joined: Tue Apr 29, 2014 10:54 pm

Re: Ender Client

Postby EnderWiggin » Wed Nov 20, 2024 8:46 pm

Dimlight wrote:Getting this error when I try to use a sketchbook to change building materials:


haven.UI$CommandException: error during ui command-handling: #<cmd 75990 #<wdgmsg 6046 set [8, 8648, -1]> (deps 6046) (bars 6046)>
at haven.UI$CommandQueue.run(UI.java:309)
at haven.UI$CommandQueue.lambda$execute$0(UI.java:317)
at haven.Loader.lambda$defer$0(Loader.java:240)
at haven.Loader$Future.run(Loader.java:71)
at haven.Loader$Future.access$400(Loader.java:42)
at haven.Loader.loop(Loader.java:202)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.ClassCastException: class haven.Material$Res$1 cannot be cast to class haven.Pair (haven.Material$Res$1 and haven.Pair are in unnamed module of loader 'app')
at java.base/java.util.Map.forEach(Map.java:733)
at haven.res.lib.vmat.Materials.<init>(Materials.java:50)
at Preview.updmats(vm-pv.cjava:60)
at Preview.uimsg(vm-pv.cjava:98)
at haven.Widget$MessageEvent.shandle(Widget.java:966)
at haven.Widget.handle(Widget.java:907)
at haven.Widget$Event.dispatch(Widget.java:860)
at haven.UI.dispatch(UI.java:641)
at haven.UI$UiMessage.run(UI.java:711)
at haven.UI$CommandQueue.run(UI.java:305)
... 6 more
This error should be fixed now, although I can't verify this by myself.
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby hektor96643 » Thu Nov 21, 2024 1:39 am

hektor96643 wrote:Ty for the work.

I'm getting this

Code: Select all
java.lang.RuntimeException: java.net.SocketTimeoutException: connect timed out
   at haven.launcher.Driver.run(Driver.java:60)
   at haven.launcher.Driver.main(Driver.java:161)
Caused by: java.net.SocketTimeoutException: connect timed out
   at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
   at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
   at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
   at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
   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 sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.<init>(Unknown Source)
   at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
   at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
   at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(Unknown Source)
   at haven.launcher.Cache.update0(Cache.java:284)
   at haven.launcher.Cache.update(Cache.java:369)
   at haven.launcher.Resource.update(Resource.java:75)
   at haven.launcher.Driver.run(Driver.java:53)
   ... 1 more
   Suppressed: java.net.SocketTimeoutException: connect timed out
      ... 24 more
   Suppressed: java.net.SocketTimeoutException: connect timed out
      ... 24 more





i got it after trying to run the .jar file ive download from OP link.
what i could be?
btw, what java version should I use? May u provide a direct link for it?
ty
User avatar
hektor96643
 
Posts: 57
Joined: Fri Mar 18, 2016 6:37 pm

Re: Ender Client

Postby Dimlight » Thu Nov 21, 2024 10:18 am

EnderWiggin wrote:
Dimlight wrote:Getting this error when I try to use a sketchbook to change building materials:


haven.UI$CommandException: error during ui command-handling: #<cmd 75990 #<wdgmsg 6046 set [8, 8648, -1]> (deps 6046) (bars 6046)>
at haven.UI$CommandQueue.run(UI.java:309)
at haven.UI$CommandQueue.lambda$execute$0(UI.java:317)
at haven.Loader.lambda$defer$0(Loader.java:240)
at haven.Loader$Future.run(Loader.java:71)
at haven.Loader$Future.access$400(Loader.java:42)
at haven.Loader.loop(Loader.java:202)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.ClassCastException: class haven.Material$Res$1 cannot be cast to class haven.Pair (haven.Material$Res$1 and haven.Pair are in unnamed module of loader 'app')
at java.base/java.util.Map.forEach(Map.java:733)
at haven.res.lib.vmat.Materials.<init>(Materials.java:50)
at Preview.updmats(vm-pv.cjava:60)
at Preview.uimsg(vm-pv.cjava:98)
at haven.Widget$MessageEvent.shandle(Widget.java:966)
at haven.Widget.handle(Widget.java:907)
at haven.Widget$Event.dispatch(Widget.java:860)
at haven.UI.dispatch(UI.java:641)
at haven.UI$UiMessage.run(UI.java:711)
at haven.UI$CommandQueue.run(UI.java:305)
... 6 more
This error should be fixed now, although I can't verify this by myself.


Just verified that it is fixed, thank you!
Dimlight
 
Posts: 33
Joined: Tue Apr 29, 2014 10:54 pm

Re: Ender Client

Postby EnderWiggin » Thu Nov 21, 2024 11:41 am

hektor96643 wrote:
hektor96643 wrote:Ty for the work.

I'm getting this

Code: Select all
java.lang.RuntimeException: java.net.SocketTimeoutException: connect timed out
   at haven.launcher.Driver.run(Driver.java:60)
   at haven.launcher.Driver.main(Driver.java:161)
Caused by: java.net.SocketTimeoutException: connect timed out



i got it after trying to run the .jar file ive download from OP link.
what i could be?
btw, what java version should I use? May u provide a direct link for it?
ty

Looks like the problem is not with java version, but something prevents you from connecting to either haven official site or to my github to download necessary configs and/or files.
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby hektor96643 » Thu Nov 21, 2024 7:04 pm

EnderWiggin wrote:
hektor96643 wrote:
hektor96643 wrote:Ty for the work.

I'm getting this

Code: Select all
java.lang.RuntimeException: java.net.SocketTimeoutException: connect timed out
   at haven.launcher.Driver.run(Driver.java:60)
   at haven.launcher.Driver.main(Driver.java:161)
Caused by: java.net.SocketTimeoutException: connect timed out



i got it after trying to run the .jar file ive download from OP link.
what i could be?
btw, what java version should I use? May u provide a direct link for it?
ty

Looks like the problem is not with java version, but something prevents you from connecting to either haven official site or to my github to download necessary configs and/or files.


it is strange coz i use vanilla nd hurricanes just fine.
how to i download you client from your git hub directly?
i aint tech save. shoul di copy paste all the files there?
User avatar
hektor96643
 
Posts: 57
Joined: Fri Mar 18, 2016 6:37 pm

Re: Ender Client

Postby The_Hemingway » Fri Nov 22, 2024 6:51 am

Am I the only one who's "Auto pick stuff [Q]" stopped working after last patch/sever reset?
The_Hemingway
 
Posts: 5
Joined: Sun Nov 03, 2024 3:10 am

Re: Ender Client

Postby Muzk » Sat Nov 23, 2024 9:12 am

Requesting a way to go down/up Z-levels on your map without being there physically or having markers set for jumping
Muzk
 
Posts: 62
Joined: Mon Jan 16, 2012 7:54 pm

Re: Ender Client

Postby Pølipøket » Sat Nov 23, 2024 5:55 pm

Hello there, i have an error with your client :

java.lang.ArrayIndexOutOfBoundsException: Index 8239 out of bounds for length 256
at haven.FastText.textw(FastText.java:71)
at haven.FastText.aprint(FastText.java:78)
at haven.FastText.aprintf(FastText.java:110)
at haven.LoginScreen$StatusLabel.draw(LoginScreen.java:337)
at haven.Widget.draw(Widget.java:808)
at haven.Widget.draw(Widget.java:813)
at haven.LoginScreen.draw(LoginScreen.java:446)
at haven.Widget.draw(Widget.java:808)
at haven.Widget.draw(Widget.java:813)
at haven.RootWidget.draw(RootWidget.java:93)
at haven.UI.draw(UI.java:414)
at haven.GLPanel$Loop.display(GLPanel.java:307)
at haven.GLPanel$Loop.run(GLPanel.java:396)
at haven.JOGLPanel.run(JOGLPanel.java:246)
at java.base/java.lang.Thread.run(Unknown Source)

The classic version as been patched for it two days ago , it is due to me playing from france it seems , can you merge / fix it on your client ? i really like to play with your's , the quality of life are so great !

Thanks i advance and sorry for the multipost between here and steam workshop !
Pølipøket
 
Posts: 6
Joined: Wed Nov 20, 2024 5:26 pm

Re: Ender Client

Postby EnderWiggin » Sat Nov 23, 2024 8:01 pm

Pølipøket wrote:Hello there, i have an error with your client :

java.lang.ArrayIndexOutOfBoundsException: Index 8239 out of bounds for length 256
at haven.FastText.textw(FastText.java:71)
at haven.FastText.aprint(FastText.java:78)
at haven.FastText.aprintf(FastText.java:110)
at haven.LoginScreen$StatusLabel.draw(LoginScreen.java:337)
at haven.Widget.draw(Widget.java:808)
at haven.Widget.draw(Widget.java:813)
at haven.LoginScreen.draw(LoginScreen.java:446)
at haven.Widget.draw(Widget.java:808)
at haven.Widget.draw(Widget.java:813)
at haven.RootWidget.draw(RootWidget.java:93)
at haven.UI.draw(UI.java:414)
at haven.GLPanel$Loop.display(GLPanel.java:307)
at haven.GLPanel$Loop.run(GLPanel.java:396)
at haven.JOGLPanel.run(JOGLPanel.java:246)
at java.base/java.lang.Thread.run(Unknown Source)

The classic version as been patched for it two days ago , it is due to me playing from france it seems , can you merge / fix it on your client ? i really like to play with your's , the quality of life are so great !

Thanks i advance and sorry for the multipost between here and steam workshop !

Pushed update with merged loftar's changes
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: No registered users and 88 guests