Gendustry

Gendustry

35M Downloads

NoSuchMethodError: forestry.api.genetics.IPollinatable

ProsperCraft opened this issue ยท 4 comments

commented

I get disconnected when looking in my refined storage drive, this is what is in console.

https://gist.github.com/ProsperCraft/d4471f222f910a9d5fc641dd88823f23
I have been breeding bees and trees.
Server logs attached.
logs.zip

Picture of the disconnection error.
https://gyazo.com/06d832cf852b28c02398dd2475d44296

[23:11:29] [Server thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: forestry.api.genetics.IPollinatable.getPollen()Lforestry/api/arboriculture/ITree;
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_111]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_111]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]

commented

Forestry >= 5.2.16.299 has an ABI-breaking change. You didn't include what versions you were running but you probably need to update gendustry to 1.6.4.25 or later.

commented

You are right, I apologize, I usually rely on a crash report for that, but this wasn't a crash.

FTB Infinity Lite 1.0.1(recommended)

gendustry-1.6.4.24-mc1.10.2.jar
forestry_1.10.2-5.2.16.310.jar

commented

Try installing 1.6.4.25, it should fix it.

commented

Fixed with update, thank you.