Ender Client

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

Re: Ender Client

Postby FatDragon » Mon Aug 15, 2022 11:05 am

Does the rustroot shows the direction of the closest ore in radius right now or is it no longer working?
FatDragon
 
Posts: 6
Joined: Thu Sep 10, 2015 4:12 am

Re: Ender Client

Postby wojsz20 » Mon Aug 15, 2022 11:10 am

EnderWiggin wrote:
wojsz20 wrote:Hello, any option to add sound alarms for specific animals/curio/etc in Client?

Same as in the default client - Icon settings near minimap.

Agreed,but its only highlight items on minimap,doesnt make any sound at all.
wojsz20
 
Posts: 48
Joined: Mon Dec 23, 2013 6:15 pm

Re: Ender Client

Postby FatDragon » Mon Aug 15, 2022 2:43 pm

FatDragon wrote:Does the rustroot shows the direction of the closest ore in radius right now or is it no longer working?

Scratch that, it was just a large area entirely devoid of ore
FatDragon
 
Posts: 6
Joined: Thu Sep 10, 2015 4:12 am

Re: Ender Client

Postby qazedcwsx4 » Mon Aug 15, 2022 4:39 pm

Hi,

I get this stacktrace like 10 seconds into login screen:
Code: Select all
java.lang.RuntimeException: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.GLException$GLInvalidOperationException: GL Error: 1282 (invalid operation) on thread AWT-EventQueue-0
   at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)
   at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:103)
   at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:201)
   at com.jogamp.opengl.Threading.invokeOnOpenGLThread(Threading.java:202)
   at com.jogamp.opengl.Threading.invoke(Threading.java:221)
   at com.jogamp.opengl.awt.GLCanvas.display(GLCanvas.java:503)
   at haven.JOGLPanel.uglyjoglhack(JOGLPanel.java:322)
   at haven.JOGLPanel.renderloop(JOGLPanel.java:343)
   at java.lang.Thread.run(Thread.java:750)
Caused by: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.GLException$GLInvalidOperationException: GL Error: 1282 (invalid operation) on thread AWT-EventQueue-0
   at com.jogamp.opengl.GLException.newGLException(GLException.java:76)
   at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1327)
   at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
   at com.jogamp.opengl.awt.GLCanvas$12.run(GLCanvas.java:1442)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: haven.render.gl.BGL$BGLException: haven.render.gl.GLException$GLInvalidOperationException: GL Error: 1282 (invalid operation)
   at haven.render.gl.BufferBGL.run(BufferBGL.java:65)
   at haven.render.gl.GLEnvironment.process(GLEnvironment.java:341)
   at haven.JOGLPanel.redraw(JOGLPanel.java:208)
   at haven.JOGLPanel.access$000(JOGLPanel.java:39)
   at haven.JOGLPanel$1.display(JOGLPanel.java:101)
   at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:692)
   at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:674)
   at com.jogamp.opengl.awt.GLCanvas$11.run(GLCanvas.java:1428)
   at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1293)
   ... 16 more
Caused by: haven.render.gl.GLException$GLInvalidOperationException: GL Error: 1282 (invalid operation)
   at haven.render.gl.GLException.glexcfor(GLException.java:95)
   at haven.render.gl.GLException.checkfor(GLException.java:104)
   at haven.render.gl.GLException.checkfor(GLException.java:113)
   at haven.JOGLPanel$BufferSwap.run(JOGLPanel.java:250)
   at haven.render.gl.BGL$4.run(BGL.java:218)
   at haven.render.gl.BufferBGL.run(BufferBGL.java:57)
   ... 24 more

Nvidia drivers are up to date.
Java is:
Code: Select all
openjdk version "1.8.0_332"
OpenJDK Runtime Environment (Temurin)(build 1.8.0_332-b09)
OpenJDK 64-Bit Server VM (Temurin)(build 25.332-b09, mixed mode)


I can't find any mentions of this error in this thread. Anyone has any ideas?
qazedcwsx4
 
Posts: 9
Joined: Tue Apr 30, 2013 7:04 pm

Re: Ender Client

Postby qazedcwsx4 » Mon Aug 15, 2022 4:53 pm

qazedcwsx4 wrote:Hi,

I get this stacktrace like 10 seconds into login screen:
Code: Select all
java.lang.RuntimeException: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.GLException$GLInvalidOperationException: GL Error: 1282 (invalid operation) on thread AWT-EventQueue-0
   at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)
   at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:103)
   at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:201)
   at com.jogamp.opengl.Threading.invokeOnOpenGLThread(Threading.java:202)
   at com.jogamp.opengl.Threading.invoke(Threading.java:221)
   at com.jogamp.opengl.awt.GLCanvas.display(GLCanvas.java:503)
   at haven.JOGLPanel.uglyjoglhack(JOGLPanel.java:322)
   at haven.JOGLPanel.renderloop(JOGLPanel.java:343)
   at java.lang.Thread.run(Thread.java:750)
Caused by: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.GLException$GLInvalidOperationException: GL Error: 1282 (invalid operation) on thread AWT-EventQueue-0
   at com.jogamp.opengl.GLException.newGLException(GLException.java:76)
   at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1327)
   at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
   at com.jogamp.opengl.awt.GLCanvas$12.run(GLCanvas.java:1442)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: haven.render.gl.BGL$BGLException: haven.render.gl.GLException$GLInvalidOperationException: GL Error: 1282 (invalid operation)
   at haven.render.gl.BufferBGL.run(BufferBGL.java:65)
   at haven.render.gl.GLEnvironment.process(GLEnvironment.java:341)
   at haven.JOGLPanel.redraw(JOGLPanel.java:208)
   at haven.JOGLPanel.access$000(JOGLPanel.java:39)
   at haven.JOGLPanel$1.display(JOGLPanel.java:101)
   at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:692)
   at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:674)
   at com.jogamp.opengl.awt.GLCanvas$11.run(GLCanvas.java:1428)
   at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1293)
   ... 16 more
Caused by: haven.render.gl.GLException$GLInvalidOperationException: GL Error: 1282 (invalid operation)
   at haven.render.gl.GLException.glexcfor(GLException.java:95)
   at haven.render.gl.GLException.checkfor(GLException.java:104)
   at haven.render.gl.GLException.checkfor(GLException.java:113)
   at haven.JOGLPanel$BufferSwap.run(JOGLPanel.java:250)
   at haven.render.gl.BGL$4.run(BGL.java:218)
   at haven.render.gl.BufferBGL.run(BufferBGL.java:57)
   ... 24 more

Nvidia drivers are up to date.
Java is:
Code: Select all
openjdk version "1.8.0_332"
OpenJDK Runtime Environment (Temurin)(build 1.8.0_332-b09)
OpenJDK 64-Bit Server VM (Temurin)(build 25.332-b09, mixed mode)


I can't find any mentions of this error in this thread. Anyone has any ideas?


After reading up on it it turned out that an overlay was causing it. What was not obvious was that this overlay was Geforce Experience.
qazedcwsx4
 
Posts: 9
Joined: Tue Apr 30, 2013 7:04 pm

Re: Ender Client

Postby danya » Mon Aug 15, 2022 7:08 pm

God, thank you for adequate sound warning out of the box.
danya
 
Posts: 5
Joined: Wed Dec 30, 2020 3:46 pm

Re: Ender Client

Postby Oddity » Mon Aug 15, 2022 9:00 pm

Sartharion wrote:Getting this error whenever I load into my base:

I'm getting this too.
Code: Select all
java.lang.RuntimeException: java.lang.NoSuchMethodException: haven.res.lib.plants.GrowingPlant.<init>()
   at haven.Utils.construct(Utils.java:1624)
   at haven.Resource$PublishedCode$Instancer.stdmake(Resource.java:1229)
   at haven.Sprite$FactMaker.make(Sprite.java:75)
   at haven.Sprite$FactMaker.make(Sprite.java:72)
   at haven.Resource$CodeEntry.lambda$get$1(Resource.java:1453)
   at java.security.AccessController.doPrivileged(Native Method)
   at haven.Resource$CodeEntry.get(Resource.java:1443)
   at haven.Resource.getcode(Resource.java:1288)
   at haven.Sprite.create(Sprite.java:136)
   at haven.ResDrawable.<init>(ResDrawable.java:45)
   at haven.OCache.cres(OCache.java:257)
   at haven.OCache.lambda$cres$9(OCache.java:269)
   at haven.OCache$GobInfo.apply(OCache.java:758)
   at haven.Loader.lambda$defer$0(Loader.java:235)
   at haven.Loader$Future.run(Loader.java:71)
   at haven.Loader$Future.access$400(Loader.java:42)
   at haven.Loader.loop(Loader.java:197)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoSuchMethodException: haven.res.lib.plants.GrowingPlant.<init>()
   at java.lang.Class.getConstructor0(Unknown Source)
   at java.lang.Class.getConstructor(Unknown Source)
   at haven.Utils.construct(Utils.java:1622)
   ... 17 more
jadamkaz wrote:ah i remember my run in with odditown they are good ppl im sure the only reason they killed ME is because they are troll hunters and i was a troll
User avatar
Oddity
 
Posts: 1948
Joined: Sun Jun 20, 2010 12:04 am
Location: BC, Canadia

Re: Ender Client

Postby Ukhata » Tue Aug 16, 2022 11:08 am

could we get the ability in this client to see what something is when shift+hover over it.
that is show what tree, cave wallstone type or some such is?
Ukhata
 
Posts: 695
Joined: Wed Jan 29, 2014 9:20 am

Re: Ender Client

Postby ReDll » Tue Aug 16, 2022 12:21 pm

Ukhata wrote:could we get the ability in this client to see what something is when shift+hover over it.
that is show what tree, cave wallstone type or some such is?


Search in addition menu with big +. There is a spying glass which shows what object is.
God is real, unless defined as integer.
User avatar
ReDll
 
Posts: 83
Joined: Mon Mar 22, 2010 12:47 pm

Re: Ender Client

Postby Uriel » Tue Aug 16, 2022 1:33 pm

thx mate for great client in another world!
Last edited by Uriel on Tue Aug 16, 2022 3:08 pm, edited 1 time in total.
User avatar
Uriel
 
Posts: 665
Joined: Fri May 28, 2010 5:00 pm

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: No registered users and 8 guests