BuildCraft|Core

BuildCraft|Core

7M Downloads

Crash when making a new world.

beringtom opened this issue · 6 comments

commented

Using Forge 9.10.0.818.
Minecraft 1.6.2

This happends when i try to make a new world, the game just crashes before it's done loading.

http://pastebin.com/2nbaU7cL

commented

Galacticraft is too old. Why no one here can read logs? This isn't that
hard.

commented

Update the BC api

commented

As an end user, what does this mean? I tried to make meaning of the 4 words, but it leaves too many questions :)

My interpretation is that BC is going to be updating their API.

commented

in general a 'X not found' error means that version A of mod Q is
written for a different version of the mod which the thing was
written for.

On 8/8/13, ProsperCraft [email protected] wrote:

As an end user, what does this mean? I tried to make meaning of the 4
words, but it leaves too many questions :)

My interpretation is that BC is going to be updating their API.


Reply to this email directly or view it on GitHub:
#1100 (comment)

“Getting information off the Internet is like taking a drink from a fire
hydrant.”
– Mitchell Kapor

commented

Linie 951, why didn't you read the ALL of the crashlog? "This isn't that hard", mr. internet hero!

commented

I have the same problem when using buildcraft-universal-1.6.2-3.7.1.239.329

2013-08-07 14:37:20 [SEVERE] java.lang.NoSuchFieldError: worldTime
2013-08-07 14:37:20 [SEVERE] at buildcraft.core.TickHandlerTimeTracker.tickStart(TickHandlerTimeTracker.java:13)
2013-08-07 14:37:20 [SEVERE] at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:28)
2013-08-07 14:37:20 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:122)
2013-08-07 14:37:20 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:295)
2013-08-07 14:37:20 [SEVERE] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829)
2013-08-07 14:37:20 [SEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:318)
2013-08-07 14:37:20 [SEVERE] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:741)
2013-08-07 14:37:20 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:625)
2013-08-07 14:37:20 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
2013-08-07 14:37:20 [SEVERE] Encountered an unexpected exception NoSuchFieldError
java.lang.NoSuchFieldError: worldTime
at buildcraft.core.TickHandlerTimeTracker.tickStart(TickHandlerTimeTracker.java:13)
at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:28)
at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:122)
at cpw.mods.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:295)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:318)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:741)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:625)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)