Ender Client

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

Re: Ender Client

Postby overtyped » Wed Apr 28, 2021 10:04 pm

Anyone else crash sometimes while in combat or on a mountain? Sadly, most of the times were in combat so I was rushed to log back in, so I couldn't show the logs or forgot.
Early world exploit: Put your hearthfire inside a cave, then hold shift to position a claim right in front of a cave. After 8 hours the claim will be unbreakable. Since your hearthfire is inside the cave, you can still get back inside, and leave, but nobody will be able to enter, effectively making you unraidable for the first 3-7 days. Enjoy
User avatar
overtyped
 
Posts: 3906
Joined: Tue Sep 28, 2010 2:09 am
Location: Quaran book burning festival

Re: Ender Client

Postby VDZ » Thu Apr 29, 2021 5:10 am

overtyped wrote:Anyone else crash sometimes while in combat or on a mountain? Sadly, most of the times were in combat so I was rushed to log back in, so I couldn't show the logs or forgot.

Yeah, a crash during combat happened to me a while back (April 25th according to the timestamp). Likewise, I rushed to log back in, and I couldn't find a file with the error information afterwards. I do have a video, though: https://i.imgur.com/tny69iY.mp4 (but I'm not seeing anything particularly interesting that would be an obvious cause for the crash...)
User avatar
VDZ
 
Posts: 2681
Joined: Sun Jul 17, 2011 2:27 am

Re: Ender Client

Postby Adri » Thu Apr 29, 2021 5:54 am

Ender client, for the past 4-5 days, has been constantly freezing up for me. Never had this freezing issue before, now it occurs every ... ten minutes.

I cleared the cache (in AppData), deleted the registry saves (just in case), deleted the entire Ender folder to reinstall it. Did it four times, once every day, the freezes persist.

I have the most up-to-date Java as well, running on Win10.

Using the normal Ender client, not the beta one.

Any ideas?
User avatar
Adri
 
Posts: 29
Joined: Tue Apr 20, 2021 11:41 am

Re: Ender Client

Postby EnderWiggin » Thu Apr 29, 2021 7:03 am

Updated regular client to new version again. Updated beta client with prospecting helper.

Adri wrote:Ender client, for the past 4-5 days, has been constantly freezing up for me. Never had this freezing issue before, now it occurs every ... ten minutes.

Do you use regular or beta updater? Does error reporter pop-up when client hangs?
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby Adri » Thu Apr 29, 2021 11:57 am

EnderWiggin wrote:Do you use regular or beta updater? Does error reporter pop-up when client hangs?


I apologise, it seems like my issue was purely GPU-driver related. After an update, no freezes whatsoever.

Also, I haven't had a crash ever since your update, thank you for your work.
User avatar
Adri
 
Posts: 29
Joined: Tue Apr 20, 2021 11:41 am

Re: Ender Client

Postby czaper2 » Thu Apr 29, 2021 5:15 pm

A couple feature requests:

Can we get a faster flower menu option?

Lines 150 and 201 of FlowerMenu.java has the speed @ 1/4 a second. I like zero waiting better myself.

Also: Double zoom out option.

Can be achieved by changing the 8f on line 576 of MapView.java to 4f

Thanks in advance!
User avatar
czaper2
 
Posts: 389
Joined: Mon Aug 26, 2013 12:48 pm

Re: Ender Client

Postby displaced » Thu Apr 29, 2021 6:20 pm

Code: Select all
Caught handled SourcedInterruptedException: null on thread Haven main thread-SharedResourceRunner
    [0]: com.jogamp.common.util.SourcedInterruptedException.wrap(SourcedInterruptedException.java:82)
    [1]: com.jogamp.common.util.SourcedInterruptedException.wrap(SourcedInterruptedException.java:63)
    [2]: jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:338)
    [3]: java.base/java.lang.Thread.run(Thread.java:832)
Caused[0] by InterruptedException: null on thread Haven main thread-SharedResourceRunner
    [0]: java.base/java.lang.Object.wait(Native Method)
    [1]: java.base/java.lang.Object.wait(Object.java:321)
    [2]: jogamp.opengl.SharedResourceRunner.run(SharedResourceRunner.java:334)
    [3]: java.base/java.lang.Thread.run(Thread.java:832)
InterruptSource[0] by Throwable: Haven main thread-SharedResourceRunner.interrupt() #1 on thread Haven main thread-SharedResourceRunner
    [0]: com.jogamp.common.util.InterruptSource$Thread.interrupt(InterruptSource.java:152)
    [1]: java.base/java.lang.ThreadGroup.interrupt(ThreadGroup.java:635)
    [2]: haven.MainFrame$6.errorsent(MainFrame.java:479)
    [3]: haven.error.ErrorGui.done(ErrorGui.java:190)
    [4]: haven.error.ErrorHandler$Reporter.doreport(ErrorHandler.java:98)
    [5]: haven.error.ErrorHandler$Reporter.run(ErrorHandler.java:85)


still occasional deadlocks... on beta
displaced
 
Posts: 121
Joined: Wed Feb 12, 2014 12:09 am

Re: Ender Client

Postby ULGMsean » Fri Apr 30, 2021 7:00 am

non beta branch, also this crash only appears on enders. Default client works properly also.

Code: Select all
java.lang.RuntimeException: Delayed error in resource sfx/ambient/flowermeadow/music (v16), from local res source (res)
   at haven.Resource$Pool$Queued.get(Resource.java:463)
   at haven.Resource$Pool$Queued.get(Resource.java:431)
   at haven.ResDrawable.<init>(ResDrawable.java:45)
   at haven.MCache$Grid.makeflavor(MCache.java:333)
   at haven.MCache$Grid.getfo(MCache.java:345)
   at haven.MCache.getfo(MCache.java:858)
   at haven.MapView$Terrain$2.getcut(MapView.java:931)
   at haven.MapView$Terrain$2.getcut(MapView.java:929)
   at haven.MapView$MapRaster$Grid.tick(MapView.java:862)
   at haven.MapView$Terrain.tick(MapView.java:942)
   at haven.MapView.tick(MapView.java:1865)
   at haven.Widget.tick(Widget.java:758)
   at haven.GameUI.tick(GameUI.java:1274)
   at haven.Widget.tick(Widget.java:758)
   at haven.UI.tick(UI.java:223)
   at haven.JOGLPanel.run(JOGLPanel.java:536)
   at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource sfx/ambient/flowermeadow/music(v16), from local res source (res)
   at haven.Resource$Pool.handle(Resource.java:524)
   at haven.Resource$Pool.access$1200(Resource.java:408)
   at haven.Resource$Pool$Loader.run(Resource.java:660)
   ... 1 more
   Suppressed: haven.Resource$LoadException: Load error in resource sfx/ambient/flowermeadow/music(v16), from filesystem res source (D:\Haven and Hearth\Ender Client\res)
      ... 4 more
   Caused by: java.io.FileNotFoundException: sfx/ambient/flowermeadow/music
      at haven.Resource$FileSource.get(Resource.java:271)
      at haven.Resource$Pool.handle(Resource.java:508)
      ... 3 more
   Caused by: java.nio.file.NoSuchFileException: D:\Haven and Hearth\Ender Client\res\sfx\ambient\flowermeadow\music.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:269)
      ... 4 more
Caused by: java.lang.SecurityException: SHA-256 digest error for res/sfx/ambient/flowermeadow/music.res
   at sun.security.util.ManifestEntryVerifier.verify(Unknown Source)
   at java.util.jar.JarVerifier.processEntry(Unknown Source)
   at java.util.jar.JarVerifier.update(Unknown Source)
   at java.util.jar.JarVerifier$VerifierStream.read(Unknown Source)
   at java.io.FilterInputStream.read(Unknown Source)
   at haven.StreamMessage.underflow(StreamMessage.java:68)
   at haven.Message.skip(Message.java:150)
   at haven.Resource.load(Resource.java:1637)
   at haven.Resource.access$700(Resource.java:43)
   at haven.Resource$Pool.handle(Resource.java:512)
   ... 3 more
マイルズ
User avatar
ULGMsean
 
Posts: 159
Joined: Mon Apr 23, 2012 10:56 am

Re: Ender Client

Postby EnderWiggin » Fri Apr 30, 2021 7:35 am

ULGMsean wrote:non beta branch, also this crash only appears on enders. Default client works properly also.

Weird. Looks like something is wrong with hafen-res.jar. Try removing that file so updater will re-download it.
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby mvgulik » Fri Apr 30, 2021 12:04 pm

overtyped wrote:Anyone else crash sometimes while in combat or on a mountain? Sadly, most of the times were in combat so I was rushed to log back in, so I couldn't show the logs or forgot.

Not to sure if this would work, due some potential error-window issue.
But you could try to fire-up a new client instance, or have a second client ready at account-login, while leaving the crashed one as is until you do got the time to pickup the error message.

The potential error-window issue: would be that the error-window can become unaccessible after the crashed client window was minimized.
mvgulik
 
Posts: 3766
Joined: Fri May 21, 2010 2:29 am

PreviousNext

Return to The Wizards' Tower

Who is online

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