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.
katiamanagan

server error

5 posts in this topic

---- Minecraft Crash Report ----

// I feel sad now :(

Time: 10/4/12 6:14 PM

Description: Exception in server tick loop

java.lang.NoClassDefFoundError: atd

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

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

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

at gu.TryLoadMethod(gu.java:2681)

at gu.<clinit>(gu.java:3425)

at et.a(ServerConfigurationManager.java:297)

at gx.completeConnection(NetLoginHandler.java:162)

at cpw.mods.fml.common.network.FMLNetworkHandler.handleClientConnection(FMLNetworkHandler.java:155)

at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionReceivedFromClient(FMLNetworkHandler.java:109)

at gx.d(NetLoginHandler.java:151)

at gx.c(NetLoginHandler.java:53)

at fy.a(ServerListenThread.java:50)

at fx.b(SourceFile:29)

at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:646)

at ft.q(DedicatedServer.java:241)

at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:563)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)

at ep.run(SourceFile:539)

Caused by: java.lang.ClassNotFoundException: atd

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

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

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

... 18 more

Caused by: java.lang.NullPointerException

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

... 20 more

Relevant Details:

- Minecraft Version: 1.3.2

- Operating System: Windows 7 (amd64) version 6.1

- Java Version: 1.7.0_05, Oracle Corporation

- Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

- Memory: 162359

dont even ask if i deleted meta inf i did not

0

Share this post


Link to post
Share on other sites

The java.lang.NoClassDefFoundError typically means that some directory structure for the packages a mod (or any java app for that matter) uses was not preserved. Unfortunately I dont know which mod is causing the problem, but if you are using the mods folder for TFC, which you should be, my guess would be its your modloader, or any other mods you installed directly to the jar file. When you install mods to the folder, be sure you preserve the directory structure the mods have in their zips.

0

Share this post


Link to post
Share on other sites

Err my bad I was thinking about the "wrong name" NoClassDef error, but regardless, its still telling you it cant find the class atd, which still means you f'ed up installing the mod. Just be sure to use the correct minecraftforge verion (it says it on the downloads link), and make sure it works before you install your other mods.

0

Share this post


Link to post
Share on other sites

try reverting from PlayerAPI 1.6 to 1.5 for the server

1

Share this post


Link to post
Share on other sites

try reverting from PlayerAPI 1.6 to 1.5 for the server

This fixes it. Thank you.
0

Share this post


Link to post
Share on other sites