Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Server thread/FATAL]: Error executing task #6

Closed
JelleDijkhuizen opened this issue Oct 17, 2017 · 4 comments
Closed

[Server thread/FATAL]: Error executing task #6

JelleDijkhuizen opened this issue Oct 17, 2017 · 4 comments
Labels

Comments

@JelleDijkhuizen
Copy link

As sone as i put a chicken in the Roost i get the following error message every second:
[Server thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: net/minecraft/client/resources/I18n
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_144]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_144]
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:748) [?:1.8.0_144]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/resources/I18n
at com.timwoodcreates.roost.data.DataChicken.getDisplayName(DataChicken.java:141) ~[DataChicken.class:?]
at com.timwoodcreates.roost.data.DataChicken.getDisplaySummary(DataChicken.java:149) ~[DataChicken.class:?]
at com.timwoodcreates.roost.tileentity.TileEntityRoost.storeInfoForTooltip(TileEntityRoost.java:102) ~[TileEntityRoost.class:?]
at com.timwoodcreates.roost.integration.waila.RoostWailaDataProvider.getNBTData(RoostWailaDataProvider.java:65) ~[RoostWailaDataProvider.class:?]
at mcp.mobius.waila.network.MessageRequestTile$Handler$1.run(MessageRequestTile.java:97) ~[MessageRequestTile$Handler$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_144]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_144]
at net.minecraft.util.Util.func_181617_a(SourceFile:45) ~[h.class:?]

Could you take a look at this?

Minecraft version 1.10.2

@timrwood timrwood added the bug label Oct 18, 2017
@timrwood
Copy link
Owner

Yeah, I'll take a look, thanks for reporting!

@timrwood
Copy link
Owner

I got a fix working for the Minecraft 1.12 version, I'll backport it to 1.10 and 1.11 soon.

6666fae

@GrimTheReaper
Copy link

@timrwood any chance you backported it into a 1.10 compatible branch yet?

@timrwood
Copy link
Owner

timrwood commented Nov 6, 2018

I don't really have much time to work on this mod, so I don't think I'll be able to support 1.10 anymore.

@timrwood timrwood closed this as completed Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants