Ender Client

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

Re: Ender Client

Postby faslger » Sat Nov 02, 2024 5:27 am

why isnt my inventory auto stacking?
faslger
 
Posts: 10
Joined: Wed May 05, 2021 11:38 pm

Re: Ender Client

Postby DreadKatak » Sat Nov 02, 2024 5:31 am

Some icon settings are missing when launching non-Steam client. Any idea how I can get the non-Steam Ender client to match the Steam one? I copied over the configs and such from the location specified in first post, but still getting different icon settings, specifically, certain icons are missing completely.
User avatar
DreadKatak
 
Posts: 76
Joined: Mon Nov 26, 2018 3:10 am

Re: Ender Client

Postby ReDll » Sat Nov 02, 2024 7:56 am

faslger wrote:why isnt my inventory auto stacking?

You need to turn it on in
Adventure -> Toggles -> Toggle automatic item stacking
God is real, unless defined as integer.
User avatar
ReDll
 
Posts: 95
Joined: Mon Mar 22, 2010 12:47 pm

Re: Ender Client

Postby EnderWiggin » Sun Nov 03, 2024 3:25 pm

Updated beta client:
  • allow drink refill to work on buckets in hands
  • added 'Xtended -> Minesweeper' to menu grid - stores amount of dust fallen when mining if you were present to witness it and can show those numbers when toggled on. Stores data between sessions and even when displaying is toggled off.
  • added option to export/import minesweeper data when trying to export/import map
  • made Display Flavor objects option apply instantly

Note: I haven't done extensive testing of the minesweeper yet because I lack strength to properly mine, so it was tested on couple mined tiles. Please report any problems with it.
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby TheServant » Sun Nov 03, 2024 6:28 pm

Thanks!
Image
User avatar
TheServant
 
Posts: 613
Joined: Wed Apr 09, 2014 1:07 am

Re: Ender Client

Postby Giewonciak » Sun Nov 03, 2024 7:50 pm

Last update - nice <3 But
Code: Select all
haven.UI$CommandException: error during ui command-handling: #<cmd 123 #<newwdg 36 scm [380412807]> (deps 36) (bars 36)>
   at haven.UI$CommandQueue.run(UI.java:308)
   at haven.UI$CommandQueue.lambda$execute$0(UI.java:316)
   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.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadFailedException: Failed to load resource paginae/add/hide_trees (v-1)
   at haven.Resource$Pool$Queued.get(Resource.java:586)
   at haven.Resource$Pool$Queued.get(Resource.java:553)
   at haven.Loading.waitforint(Loading.java:124)
   at haven.Loading.waitfor(Loading.java:137)
   at haven.Resource$Pool.loadwait(Resource.java:862)
   at haven.Resource$Pool.loadwait(Resource.java:866)
   at haven.MenuGrid.makeLocal(MenuGrid.java:910)
   at haven.MenuGrid.makeLocal(MenuGrid.java:925)
   at haven.MenuGrid.initCustomPaginae(MenuGrid.java:884)
   at haven.MenuGrid.<init>(MenuGrid.java:491)
   at haven.MenuGrid$$_.create(MenuGrid.java:71)
   at haven.UI$NewWidget.run(UI.java:463)
   at haven.UI$CommandQueue.run(UI.java:304)
   ... 6 more
Caused by: haven.Resource$LoadException: Illegal resource dependency
   at haven.Resource$AButton.<init>(Resource.java:1305)
   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 haven.Resource$LayerConstructor.cons(Resource.java:996)
   at haven.Resource.load(Resource.java:1933)
   at haven.Resource.access$600(Resource.java:44)
   at haven.Resource$Pool.handle(Resource.java:643)
   at haven.Resource$Pool.access$1100(Resource.java:530)
   at haven.Resource$Pool$Loader.run(Resource.java:784)
   ... 1 more
   Suppressed: haven.Resource$LoadException: Load error in resource paginae/add/hide_trees(v-1), from local res source (res-preload)
      at haven.Resource$Pool.handle(Resource.java:654)
      ... 3 more
      Suppressed: haven.Resource$LoadException: Load error in resource paginae/add/hide_trees(v-1), from filesystem res source (C:\Program Files (x86)\havenbeta\res)
         ... 4 more
      Caused by: java.io.FileNotFoundException: paginae/add/hide_trees
         at haven.Resource$FileSource.get(Resource.java:365)
         at haven.Resource$Pool.handle(Resource.java:631)
         ... 3 more
      Caused by: java.nio.file.NoSuchFileException: C:\Program Files (x86)\havenbeta\res\paginae\add\hide_trees.res
         at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
         at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
         at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
         at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(Unknown Source)
         at java.nio.file.Files.newByteChannel(Unknown Source)
         at java.nio.file.Files.newByteChannel(Unknown Source)
         at java.nio.file.spi.FileSystemProvider.newInputStream(Unknown Source)
         at java.nio.file.Files.newInputStream(Unknown Source)
         at haven.Resource$FileSource.get(Resource.java:363)
         ... 4 more
   Caused by: java.io.FileNotFoundException: Could not find resource locally: /res-preload/paginae/add/hide_trees.res
      at haven.Resource$JarSource.get(Resource.java:385)
      at haven.Resource$Pool.handle(Resource.java:631)
      ... 3 more
Caused by: haven.Resource$BadVersionException: Obsolete version 2 of paginae/act/toggles requested, loaded version is 7, from local res source (res-preload)
   at haven.Resource$Pool.load(Resource.java:674)
   at haven.Resource$Pool.load(Resource.java:728)
   at haven.Resource$AButton.<init>(Resource.java:1303)
   ... 11 more
Giewonciak
 
Posts: 45
Joined: Fri Sep 11, 2015 12:14 pm

Re: Ender Client

Postby EnderWiggin » Sun Nov 03, 2024 9:17 pm

Giewonciak wrote:Last update - nice <3 But
[code]haven.UI$CommandException: error during ui command-handling: #<cmd 123 #<newwdg 36 scm [380412807]> (deps 36) (bars 36)>
at haven.UI$CommandQueue.run(UI.java:308)
at haven.UI$CommandQueue.lambda$execute$0(UI.java:316)
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.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadFailedException: Failed to load resource paginae/add/hide_trees (v-1)
at haven.Resource$Pool$Queued.get(Resource.java:586)
at haven.Resource$Pool$Queued.get(Resource.java:553)
at haven.Loading.waitforint(Loading.java:124)
at haven.Loading.waitfor(Loading.java:137)
at haven.Resource$Pool.loadwait(Resource.java:862)
at haven.Resource$Pool.loadwait(Resource.java:866)
at haven.MenuGrid.makeLocal(MenuGrid.java:910)
at haven.MenuGrid.makeLocal(MenuGrid.java:925)
at haven.MenuGrid.initCustomPaginae(MenuGrid.java:884)
at haven.MenuGrid.<init>(MenuGrid.java:491)
at haven.MenuGrid$$_.create(MenuGrid.java:71)
at haven.UI$NewWidget.run(UI.java:463)
at haven.UI$CommandQueue.run(UI.java:304)
... 6 more
That's weird. Those resources are present in client-res.jar file.
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby Giewonciak » Sun Nov 03, 2024 11:19 pm

Yeah thats weird, I cant run EnderBeta and Nurgling, but I can run normal Ender, and on steam Ender and Nurgling
Giewonciak
 
Posts: 45
Joined: Fri Sep 11, 2015 12:14 pm

Re: Ender Client

Postby Hadehariast » Mon Nov 04, 2024 2:56 pm

Strange bug-- client crashes every time I destroy a wooden fencepost. Using non-Steam client. Deleted everything at the launch of W16 except launcher-hafen.jar.
Hadehariast
 
Posts: 55
Joined: Wed Jan 07, 2015 3:08 am

Re: Ender Client

Postby tsutter2 » Mon Nov 04, 2024 3:06 pm

tsutter2 wrote:anyone having an issue with the andyleap automapper? URL keeps dropping out of the server field and some other weird stuff


for anyone else having this issue, all i had to do was edit the config json and paste the token into the "andpoint" parameter of the automap object and it stopped dropping out of the field every time i loaded the game
tsutter2
 
Posts: 3
Joined: Fri Nov 01, 2024 11:20 pm

PreviousNext

Return to The Wizards' Tower

Who is online

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