Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.
Sign in to follow this  
Followers 0
Capt`n

Build 72 - Game isn`t launching

6 posts in this topic

After I installed TerraFirmaCraft Build 72 the game is not launching. I use MultiMC, I`ve got Forge 6.4.2.445, API 1.1, Optifine HD U D5, CodeChickenCore 0.6.11, NEI 1.4.2.9, InvTweaks 1.44, ReiMinimap 3.2_05 installed. Here is the crash log:

---- Minecraft Crash Report ----

// Quite honestly, I wouldn't worry myself about that.

Time: 14.12.12 18:03

Description: Failed to start game

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: TFC/Core/Player/TFC_PlayerServer

at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:655)

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)

at net.minecraft.client.Minecraft.a(Minecraft.java:458)

at net.minecraft.client.Minecraft.run(Minecraft.java:746)

at java.lang.Thread.run(Unknown Source)

Caused by: java.lang.NoClassDefFoundError: TFC/Core/Player/TFC_PlayerServer

at TFC.CommonProxy.RegisterPlayerApiClasses(CommonProxy.java:238)

at TFC.ClientProxy.RegisterPlayerApiClasses(ClientProxy.java:169)

at TFC.TerraFirmaCraft.modsLoaded(TerraFirmaCraft.java:173)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

at com.google.common.eventbus.EventBus.post(EventBus.java:268)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

at com.google.common.eventbus.EventBus.post(EventBus.java:268)

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:654)

... 4 more

Caused by: java.lang.ClassNotFoundException: TFC.Core.Player.TFC_PlayerServer

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

... 33 more

Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.ClassNotFoundException: ServerPlayerBase

at codechicken.nei.asm.NEITransformer.transform(NEITransformer.java:112)

at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:178)

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133)

... 35 more

Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: ServerPlayerBase

at codechicken.core.asm.ClassHeirachyManager.classExtends(ClassHeirachyManager.java:65)

at codechicken.core.asm.ClassHeirachyManager.classExtends(ClassHeirachyManager.java:71)

at codechicken.core.asm.ClassHeirachyManager.classExtends(ClassHeirachyManager.java:29)

at codechicken.nei.asm.NEITransformer.transformer001(NEITransformer.java:33)

at codechicken.nei.asm.NEITransformer.transform(NEITransformer.java:105)

... 37 more

Caused by: java.lang.ClassNotFoundException: ServerPlayerBase

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:76)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Unknown Source)

at codechicken.core.asm.ClassHeirachyManager.classExtends(ClassHeirachyManager.java:56)

... 41 more

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

-- System Details --

Details:

Minecraft Version: 1.4.5

Operating System: Windows 7 (x86) version 6.1

Java Version: 1.7.0_09, Oracle Corporation

Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

Memory: 342871184 bytes (326 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)

JVM Flags: 2 total; -Xms512m -Xmx1024m

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

Suspicious classes: FML and Forge are installed

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP v7.23 FML v4.5.62.495 Minecraft Forge 6.4.2.445 Optifine OptiFine_1.4.5_HD_U_D5 8 mods loaded, 8 mods active

mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

mod_CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

mod_NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

mod_ReiMinimap [mod_ReiMinimap] ([1.4.5]ReiMinimap_v3.2_05.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

mod_InvTweaks [inventory Tweaks] (InvTweaks-1.45-1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

TerraFirmaCraft [TerraFirmaCraft] (TFCraft-Universal-Core-B2-Build72 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized->Errored

LWJGL: 2.4.2

OpenGL: GeForce GTX 660 Ti/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation

Is Modded: Definitely; Client brand changed to 'forge,fml'

Type: Client (map_client.txt)

Texture Pack: faithful32pack.zip

Profiler Position: N/A (disabled)

Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

Build 69 worked properly (but very laggy, 15 fps. On Hitman:Absolution with Ultra settings I had 120 (!!!) fps)

0

Share this post


Link to post
Share on other sites

Looks to me like youre missing the player api, and using the wrong forge version. See the download page for the correct version of forge, and install the player API :D. As a side note and edit, I dont have much luck with NEI. I did back in the day, but lately I cant make it work with TFC at all. If you happen to get it to work, could you post the exact version you used to do so?

-Another edit- I see API in your list now, missed it the first time, but the forge version is wrong TFC 72 was "Built using Forge 6.4.0.395".

0

Share this post


Link to post
Share on other sites

All NEI versions work properly, but it shows some strange blocks, like block with top door texture on all sides, etc.. I think you used too old versions, use the latest version of NEI, but install CodeChickenCore version older than v0.6.11. From 0.6.1 CCC is blocking other mods, causes some extreme lags, changes some IDs, and does all kinds of mess.

0

Share this post


Link to post
Share on other sites

If what the first post tells is right, you're using the wrong versions of Forge and PlayerAPI, and that is exactly the reason why your game crashes. Especially the PlayerAPI.

0

Share this post


Link to post
Share on other sites

I solved the problem, API 1.2 helps. Кстати, мог бы и по-русски написать...

0

Share this post


Link to post
Share on other sites

I solved the problem, API 1.2 helps. Кстати, мог бы и по-русски написать...

Мог бы, но это несколько невежливо на форуме, где никто, кроме пары человек, его не понимает.
0

Share this post


Link to post
Share on other sites
Sign in to follow this  
Followers 0