Ender Client

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

Re: Ender Client

Postby EnderWiggin » Wed Nov 22, 2023 9:24 pm

MDDrozD wrote:Help. Error ocurrs when i press login and screen says "waiting for map data". I run Win10 22H2 and Java build 1.8.0_391-b13.
Error:
java.lang.NullPointerException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.util.concurrent.ForkJoinTask.getThrowableException(Unknown Source)
at java.util.concurrent.ForkJoinTask.reportException(Unknown Source)
at java.util.concurrent.ForkJoinTask.invoke(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(Unknown Source)
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(Unknown Source)
at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.util.stream.ReferencePipeline.forEach(Unknown Source)
at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source)
at haven.OCache.ctick(OCache.java:150)
at haven.Glob.ctick(Glob.java:172)
at haven.GLPanel$Loop.run(GLPanel.java:377)
at haven.JOGLPanel.run(JOGLPanel.java:246)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at haven.Gob.isOnRadar(Gob.java:763)
at haven.Gob.updateVisibility(Gob.java:1297)
at haven.Gob.updateState(Gob.java:1446)
at haven.Gob.ctick(Gob.java:551)
at haven.OCache.lambda$ctick$8(OCache.java:144)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.util.stream.ForEachOps$ForEachTask.compute(Unknown Source)
at java.util.concurrent.CountedCompleter.exec(Unknown Source)
at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
Pushed quick fix for that.
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby MDDrozD » Thu Nov 23, 2023 5:37 pm

EnderWiggin wrote:Pushed quick fix for that.

Thnx. It`s works.
User avatar
MDDrozD
 
Posts: 11
Joined: Wed Jan 19, 2011 2:48 pm

Re: Ender Client

Postby WESKERBOY » Fri Nov 24, 2023 5:41 am

Link in first post is actual client?
W5 hermit
W6 hermit
Dropout
1/2 w11 hermit other 1/2 citizen of Arkona
WESKERBOY
 
Posts: 233
Joined: Fri Oct 16, 2015 9:50 am
Location: Mexico

Re: Ender Client

Postby EnderWiggin » Fri Nov 24, 2023 9:44 am

Updated both versions:
  • added skis to radar
  • made enhanced weapon damage tooltip not apply for ranged weapons and for crafting menus
  • made drink refill action skip full containers
  • made drink refill action consider nearby water barrels

WESKERBOY wrote:Link in first post is actual client?
It is a launcher that manages download/update and launching client.
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby Hickupp » Fri Nov 24, 2023 8:18 pm

Image
Hmmm .... any way I can force the default top Minehole to look like the bottom (custom radar) one.
(Already tries some stuff, but without success so far ... obviously)
Hickupp
 
Posts: 177
Joined: Thu Oct 15, 2020 6:33 am

Re: Ender Client

Postby EnderWiggin » Fri Nov 24, 2023 9:10 pm

Hickupp wrote:Image
Hmmm .... any way I can force the default top Minehole to look like the bottom (custom radar) one.
(Already tries some stuff, but without success so far ... obviously)

disable minehole in the icon setting and disable auto marking for it - custom one is always on. You'll also need to delete already placed vanilla markers.
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby Hickupp » Sat Nov 25, 2023 12:18 am

EnderWiggin wrote:disable minehole in the icon setting and disable auto marking for it - custom one is always on. You'll also need to delete already placed vanilla markers.

[... after a bit of experimenting ...]

Seems the only thing I needed to do was to change the by me used "radar/minehole" res filename into "radar/mine-hole" (as used in the automark file)

Mind you. There is no default Minehole icon setting (def's did not add one to the vanilla client).
After fixing the custom Minehole icon setting to use ""radar/mine-hole", its also not showing an auto marking option.

(Now to get rid of those leftover empty icon settings ... where are my dusty notes on that ... done.)
Hickupp
 
Posts: 177
Joined: Thu Oct 15, 2020 6:33 am

Re: Ender Client

Postby pagsiu » Sat Nov 25, 2023 4:24 pm

Great changes, thank you for your work. There's one thing that annoys me, though: every time a stack is created in the inventory, the inventory window takes focus from other windows, a chat for example. Could you please change it? It's impossible to chat and mine in the same time :?
In-game name: Balin. Hearthlands resident since World 2.
Skipping W16 :cry:
User avatar
pagsiu
 
Posts: 198
Joined: Fri Feb 25, 2011 3:14 am

Re: Ender Client

Postby EnderWiggin » Sat Nov 25, 2023 4:52 pm

Updated beta client:
  • made visitor gate show hitbox as impassable if you are in combat
  • fixed some types of contents (namely trees in planter pots) not working properly with quality display and filtering
  • show ore smelting progress as a timer instead of percentage
  • made smelters show time till the earliest finished ore in the gob info

pagsiu wrote:Great changes, thank you for your work. There's one thing that annoys me, though: every time a stack is created in the inventory, the inventory window takes focus from other windows, a chat for example. Could you please change it? It's impossible to chat and mine in the same time :?
This may be hard to do properly, but I'll try to look into it.
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby Ø » Sun Nov 26, 2023 12:47 am

Any way to add Glass Bottle to Auto Refill? You can drink directly from them.
Ø
 
Posts: 323
Joined: Thu Oct 19, 2023 11:01 pm

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Claude [Bot] and 16 guests