Ender Client

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

Re: Ender Client

Postby Asgaroth22 » Thu Oct 21, 2021 7:34 am

Travelling through a crossroads while under the effects of opium (crashes at the moment the game tries to render the destination)

Code: Select all
java.lang.IllegalStateException: Value reference output before being constructed
   at haven.render.sl.ValBlock$Value$1.output(ValBlock.java:92)
   at haven.render.sl.Function$Call.output(Function.java:58)
   at haven.render.sl.LBinOp.output(LBinOp.java:51)
   at haven.render.sl.Statement$1.output(Statement.java:37)
   at haven.render.sl.Block.trail(Block.java:117)
   at haven.render.sl.Block.output(Block.java:129)
   at haven.render.sl.Function$Def$Definition.output(Function.java:101)
   at haven.render.sl.Context.output(Context.java:60)
   at haven.render.sl.FragmentContext.construct(FragmentContext.java:61)
   at haven.render.gl.GLProgram.<init>(GLProgram.java:60)
   at haven.render.gl.GLProgram.build(GLProgram.java:141)
   at haven.render.gl.GLEnvironment.getprog(GLEnvironment.java:753)
   at haven.render.gl.Applier.apply2(Applier.java:184)
   at haven.render.gl.Applier.apply(Applier.java:279)
   at haven.render.gl.GLRender.draw(GLRender.java:164)
   at haven.GOut.drawp(GOut.java:243)
   at haven.GOut.drawp(GOut.java:247)
   at haven.GOut.line(GOut.java:262)
   at haven.MapView.drawarrow(MapView.java:1742)
   at haven.MapView.partydraw(MapView.java:1800)
   at haven.MapView.draw(MapView.java:1825)
   at haven.Widget.draw(Widget.java:792)
   at haven.Widget.draw(Widget.java:797)
   at haven.GameUI.draw(GameUI.java:1235)
   at haven.Widget.draw(Widget.java:792)
   at haven.Widget.draw(Widget.java:797)
   at haven.RootWidget.draw(RootWidget.java:141)
   at haven.UI.draw(UI.java:236)
   at haven.JOGLPanel.display(JOGLPanel.java:475)
   at haven.JOGLPanel.run(JOGLPanel.java:555)
   at java.lang.Thread.run(Unknown Source)
“The story so far:
In the beginning the Universe was created.
This has made a lot of people very angry and been widely regarded as a bad move.”

Douglas Adams

W3-W13 - mostly hermit, with a few brief periods as a crafter/farmer to various villages
User avatar
Asgaroth22
 
Posts: 602
Joined: Mon Jan 09, 2012 8:08 pm

Re: Ender Client

Postby magnet » Fri Oct 29, 2021 12:28 am

After Oct 28 patch

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
User avatar
magnet
 
Posts: 9
Joined: Sat Jun 12, 2021 2:35 am

Re: Ender Client

Postby Tilia » Fri Oct 29, 2021 1:01 am

same.
NoSuchMethodException: haven.res.lib.plants.GrowingPlant.
User avatar
Tilia
 
Posts: 71
Joined: Wed Dec 14, 2011 2:35 am

Re: Ender Client

Postby xyzzy57 » Fri Oct 29, 2021 2:54 am

Some time in the past few hours, with the client already running, I reconnected. All was normal until my hearthling left its house.

This led to an incredibly slow load of the image, followed by a client crash.

When I relaunched the client, it updated various components. Connecting to that hearthling, but not others, caused what seemed to be the same crash, every time.

After relaunching the client, I connected to another hearthling that was in its house. (NOT the same house, or even the same continent, but the same account.) All was normal, until it tried to leave its house, whereupon the same thing happened, and it, too, crashes the client every time I try to connect to it.

The crash on connection does not replicate with the official client.

I moved the first affected character back into its house with the official client, disconnected, and then connected to it using the Ender client. It connected normally, but when it tried to leave its house, the crash came back. The following messages are from this last replication. I *think* they were much the same in all cases, possibly identical.

java.lang.RuntimeException: java.lang.NoSuchMethodException: haven.res.lib.plants.GrowingPlant.<init>()
at haven.Utils.construct(Utils.java:1658)
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:258)
at haven.OCache.lambda$cres$10(OCache.java:270)
at haven.OCache$GobInfo.apply(OCache.java:759)
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(Thread.java:748)
Caused by: java.lang.NoSuchMethodException: haven.res.lib.plants.GrowingPlant.<init>()
at java.lang.Class.getConstructor0(Class.java:3082)
at java.lang.Class.getConstructor(Class.java:1825)
at haven.Utils.construct(Utils.java:1656)
... 17 more


The messages for a hearthling that's already left its house are the same.

I am running a very recently updated java, on MacOS BigSur version 11.3.1

Note: it looks like others have already reported this. I'm making my own post in case the added detail is useful.
xyzzy57
 
Posts: 109
Joined: Thu Aug 19, 2021 9:41 pm

Re: Ender Client

Postby mofmoflock1 » Fri Oct 29, 2021 4:20 am

xyzzy57 wrote:Some time in the past few hours, with the client already running, I reconnected. All was normal until my hearthling left its house.

This led to an incredibly slow load of the image, followed by a client crash.

When I relaunched the client, it updated various components. Connecting to that hearthling, but not others, caused what seemed to be the same crash, every time.

After relaunching the client, I connected to another hearthling that was in its house. (NOT the same house, or even the same continent, but the same account.) All was normal, until it tried to leave its house, whereupon the same thing happened, and it, too, crashes the client every time I try to connect to it.

The crash on connection does not replicate with the official client.

I moved the first affected character back into its house with the official client, disconnected, and then connected to it using the Ender client. It connected normally, but when it tried to leave its house, the crash came back. The following messages are from this last replication. I *think* they were much the same in all cases, possibly identical.

java.lang.RuntimeException: java.lang.NoSuchMethodException: haven.res.lib.plants.GrowingPlant.<init>()
at haven.Utils.construct(Utils.java:1658)
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:258)
at haven.OCache.lambda$cres$10(OCache.java:270)
at haven.OCache$GobInfo.apply(OCache.java:759)
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(Thread.java:748)
Caused by: java.lang.NoSuchMethodException: haven.res.lib.plants.GrowingPlant.<init>()
at java.lang.Class.getConstructor0(Class.java:3082)
at java.lang.Class.getConstructor(Class.java:1825)
at haven.Utils.construct(Utils.java:1656)
... 17 more


The messages for a hearthling that's already left its house are the same.

I am running a very recently updated java, on MacOS BigSur version 11.3.1

Note: it looks like others have already reported this. I'm making my own post in case the added detail is useful.

I am having the same problem.
alredy deleted my haven file and re downloded the launcher
User avatar
mofmoflock1
 
Posts: 2
Joined: Wed Jun 23, 2021 5:33 pm

Re: Ender Client

Postby Akiracee » Fri Oct 29, 2021 6:53 am

Similar problems here. Operates fine when my hearthling is inside. Going outside, or spawning outside, leads to crash:

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.base/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.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.lang.NoSuchMethodException: haven.res.lib.plants.GrowingPlant.<init>()
at java.base/java.lang.Class.getConstructor0(Class.java:3349)
at java.base/java.lang.Class.getConstructor(Class.java:2151)
at haven.Utils.construct(Utils.java:1622)
... 17 more
Akiracee
 
Posts: 21
Joined: Wed Apr 07, 2021 2:13 am

Re: Ender Client

Postby Xoatl » Fri Oct 29, 2021 7:48 am

same
Xoatl
 
Posts: 87
Joined: Sun Jan 30, 2011 9:54 pm

Re: Ender Client

Postby yuryudjin » Fri Oct 29, 2021 8:09 am

Same

java.lang.RuntimeException: java.lang.NoSuchMethodException: haven.res.lib.plants.GrowingPlant.<init>()
at haven.Utils.construct(Utils.java:1658)
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:258)
at haven.OCache.lambda$cres$10(OCache.java:270)
at haven.OCache$GobInfo.apply(OCache.java:759)
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:1656)
... 17 more
yuryudjin
 
Posts: 1
Joined: Thu Nov 07, 2019 1:19 pm

Re: Ender Client

Postby Pommfritz » Fri Oct 29, 2021 8:49 am

looks like I'm not the only one xd
java.lang.RuntimeException: java.lang.NoSuchMethodException: haven.res.lib.plants.GrowingPlant.<init>()
at haven.Utils.construct(Utils.java:1658)
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.base/java.security.AccessController.doPrivileged(AccessController.java:312)
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:258)
at haven.OCache.lambda$cres$10(OCache.java:270)
at haven.OCache$GobInfo.apply(OCache.java:759)
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.base/java.lang.Thread.run(Thread.java:832)
Caused by: java.lang.NoSuchMethodException: haven.res.lib.plants.GrowingPlant.<init>()
at java.base/java.lang.Class.getConstructor0(Class.java:3508)
at java.base/java.lang.Class.getConstructor(Class.java:2244)
at haven.Utils.construct(Utils.java:1656)
... 17 more


when I open my oven next to growing plants I guess
User avatar
Pommfritz
 
Posts: 360
Joined: Wed Sep 16, 2015 6:00 pm

Re: Ender Client

Postby Sukula » Fri Oct 29, 2021 10:31 am

Can not play since dialogue screen "Haven error" blocking any in-game control. I see my windmill spinning but the error screen ain't resuming the game.

java.lang.RuntimeException: java.lang.NoSuchMethodException: haven.res.lib.plants.GrowingPlant.<init>()
at haven.Utils.construct(Utils.java:1658)
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:258)
at haven.OCache.lambda$cres$10(OCache.java:270)
at haven.OCache$GobInfo.apply(OCache.java:759)
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:1656)
... 17 more
Sukula
 
Posts: 1
Joined: Sun Feb 03, 2019 10:28 am

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Yandex [Bot] and 7 guests