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
Davidos

Starting a server-

3 posts in this topic

After finding an absolute zero ammount of help on creating and hosting a TFC server, I figured to just throw one online.

Because of the 1.3.1 update, I had to manually rip a version of 1.2.5 for the minecraft_server.jar

I editted it with the correct version of Forge (server) and player API (Which, btw, should really have the correct version number added to the download list IMHO FYI) and the server core.

I did NOT touch meta inf as this was not in the instructions.

When I start the server I get the following crash and error:

"java.lang.NoClassDefFoundError: ajw"

Full log

[iNFO] Starting minecraft server version 1.2.5

[iNFO] Forge Mod Loader version 2.2.78.153 for Minecraft 1.2.5 loading

[FINE] Attempting to load mods contained in the minecraft jar file and associated classes

[FINE] Minecraft is a file at C:\Users\MSI\AppData\Roaming\.techniclauncher\minecraft_server.jar, loading

[FINE] Found a mod class mod_MinecraftForge in file minecraft_server.jar, attempting to load it

[FINE] ModLoader BaseMod class mod_MinecraftForge found, loading

[FINE] ModLoader BaseMod class mod_MinecraftForge loaded

[FINE] Mod class mod_MinecraftForge loaded successfully

[FINE] Found a mod class mod_TFC_Core in file minecraft_server.jar, attempting to load it

[FINE] ModLoader BaseMod class mod_TFC_Core found, loading

[FINE] ModLoader BaseMod class mod_TFC_Core loaded

[FINE] Mod class mod_TFC_Core loaded successfully

[FINE] Found a mod class mod_UpdateManager in file minecraft_server.jar, attempting to load it

[FINE] ModLoader BaseMod class mod_UpdateManager found, loading

[FINE] ModLoader BaseMod class mod_UpdateManager loaded

[FINE] Mod class mod_UpdateManager loaded successfully

[FINE] Minecraft jar mods loaded successfully

[iNFO] Loading mods from C:\Users\MSI\AppData\Roaming\.techniclauncher\mods

[iNFO] Forge Mod Loader has loaded 3 mods

[FINE] Beginning mod pre-initialization

[FINER] Pre-initializing C:\Users\MSI\AppData\Roaming\.techniclauncher\minecraft_server.jar

[FINE] Reading existing configuration file for mod_MinecraftForge : mod_MinecraftForge.cfg

[FINEST] Configuration for mod_MinecraftForge.DISABLE_DARK_ROOMS found values default: false, configured: false, interpreted: false

[FINEST] Configuration for mod_MinecraftForge.SPAWNER_ALLOW_ON_INVERTED found values default: true, configured: true, interpreted: true

[FINEST] Configuration for mod_MinecraftForge.NO_FORGE_KICK_MESSAGE found values default: This server requires you to have Minecraft Forge installed. http://MinecraftForge.net/, configured: This server requires you to have Minecraft Forge installed. http://MinecraftForge.net/, interpreted: This server requires you to have Minecraft Forge installed. http://MinecraftForge.net/

[FINEST] Configuration for mod_MinecraftForge.SPAWNER_MAKE_MORE_RANDOM found values default: false, configured: false, interpreted: false

[FINE] Configuration for mod_MinecraftForge written to mod_MinecraftForge.cfg

[FINER] Pre-initializing C:\Users\MSI\AppData\Roaming\.techniclauncher\minecraft_server.jar

[FINE] No MLProp configuration for mod_TFC_Core found or required. No file written

[iNFO] MinecraftForge v3.3.8.152 Initialized

[FINER] Pre-initializing C:\Users\MSI\AppData\Roaming\.techniclauncher\minecraft_server.jar

[FINE] No MLProp configuration for mod_UpdateManager found or required. No file written

[FINE] Mod pre-initialization complete

[FINE] Verifying mod dependencies are satisfied

[FINE] All dependencies are satisfied

[FINE] Sorting mods into an ordered list

[FINE] Sorted mod list:

[FINE] mod_UpdateManager: minecraft_server.jar (before:*)

[FINE] mod_MinecraftForge: minecraft_server.jar ()

[FINE] mod_TFC_Core: minecraft_server.jar ()

[iNFO] Loading properties

[iNFO] Starting Minecraft server on *:25560

[FINE] Beginning mod initialization

[FINER] Initializing mod_UpdateManager

[iNFO] -agentlib:jdwp = -1

[FINER] Initializing mod_MinecraftForge

[FINER] Initializing mod_TFC_Core

[sEVERE] Unexpected exception

java.lang.NoClassDefFoundError: ajw

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

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

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

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

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

at PlayerAPI.addMethod(PlayerAPI.java:1080)

at PlayerAPI.register(PlayerAPI.java:528)

at PlayerAPI.register(PlayerAPI.java:29)

at PlayerAPI.register(PlayerAPI.java:22)

at mod_TFC_Core.load(mod_TFC_Core.java:227)

at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351)

at cpw.mods.fml.common.Loader.modInit(Loader.java:263)

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

at cpw.mods.fml.server.FMLServerHandler.onLoadComplete(FMLServerHandler.java:147)

at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:204)

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

at dn.run(SourceFile:492)

Caused by: java.lang.ClassNotFoundException: ajw

at java.net.URLClassLoader$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(Unknown Source)

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

at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

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

... 17 more

0

Share this post


Link to post
Share on other sites

If you want, I could just send you my modded minecraft_server.jar with 47f on it.

0

Share this post


Link to post
Share on other sites
If you want, I could just send you my modded minecraft_server.jar with 47f on it.
C
0

Share this post


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