Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Hengar

Members
  • Joined

  • Last visited

Everything posted by Hengar

  1. Please help me to get the linked mods Working. 1.) Modloader.Txt says 2012-04-27 13:37:22 [iNFO] Forge Mod Loader version 1.0.0.73 for Minecraft 1.2.5 loading 2012-04-27 13:37:22 [FINE] Attempting to load mods contained in the minecraft jar file and associated classes 2012-04-27 13:37:22 [FINE] Minecraft is a file at C:\Users\Hengar\Desktop\Mineserver\Server 1.2.5\minecraft_server.jar, loading 2012-04-27 13:37:22 [FINE] Found a mod class mod_LCTrees in file minecraft_server.jar, attempting to load it 2012-04-27 13:37:22 [FINE] ModLoader BaseMod class mod_LCTrees found, loading 2012-04-27 13:37:22 [FINE] ModLoader BaseMod class mod_LCTrees loaded 2012-04-27 13:37:22 [FINE] Mod class mod_LCTrees loaded successfully 2012-04-27 13:37:22 [FINE] Found a mod class mod_MinecraftForge in file minecraft_server.jar, attempting to load it 2012-04-27 13:37:22 [FINE] ModLoader BaseMod class mod_MinecraftForge found, loading 2012-04-27 13:37:22 [FINE] ModLoader BaseMod class mod_MinecraftForge loaded 2012-04-27 13:37:22 [FINE] Mod class mod_MinecraftForge loaded successfully 2012-04-27 13:37:22 [FINE] Minecraft jar mods loaded successfully 2012-04-27 13:37:22 [iNFO] Loading mods from C:\Users\Hengar\Desktop\Mineserver\Server 1.2.5\mods 2012-04-27 13:37:22 [FINE] Found a zip or jar file animalbikes server 1.2.5.zip, attempting to load it 2012-04-27 13:37:22 [FINE] Found a mod class mod_AnimalBikes in file animalbikes server 1.2.5.zip, attempting to load it 2.) The order of my server isntallation is first forge 3.1.2.94 second was playerapi (1.1) third was tree++ forth is adding the following mods in file: Ballerburg Siegecraft weaponmod animalbikes backpack(2.3.5) ee2 1.4.4.0 elemental Creeper v 2.3 invasionmod 0.9.4 lectern tome railcraft 5.1.0 redpower 2.0pr5b1 ropeplus secretrooms smartmoving only siege is for 1.2.4 rest is 1.2.5 3.) my research passed following infos: in every of the linked mod it is used the class data BaseModMp and its all time the reason for the same trouble 2012-04-27 12:31:45 [iNFO] Starting minecraft server version 1.2.5 2012-04-27 12:31:45 [iNFO] Forge Mod Loader version 1.0.0.73 for Minecraft 1.2.5 loading 2012-04-27 12:31:45 [FINE] Attempting to load mods contained in the minecraft jar file and associated classes 2012-04-27 12:31:45 [FINE] Minecraft is a file at C:\Users\Hengar\Desktop\Mineserver\Server 1.2.5\minecraft_server.jar, loading 2012-04-27 12:31:45 [FINE] Found a mod class mod_MinecraftForge in file minecraft_server.jar, attempting to load it 2012-04-27 12:31:45 [FINE] ModLoader BaseMod class mod_MinecraftForge found, loading 2012-04-27 12:31:45 [FINE] ModLoader BaseMod class mod_MinecraftForge loaded 2012-04-27 12:31:45 [FINE] Mod class mod_MinecraftForge loaded successfully 2012-04-27 12:31:45 [FINE] Minecraft jar mods loaded successfully 2012-04-27 12:31:45 [iNFO] Loading mods from C:\Users\Hengar\Desktop\Mineserver\Server 1.2.5\mods 2012-04-27 12:31:45 [FINE] Found a zip or jar file Backpack_v2.3.5_FML_Server.zip, attempting to load it 2012-04-27 12:31:45 [FINE] Found a mod class mod_Backpack in file Backpack_v2.3.5_FML_Server.zip, attempting to load it 2012-04-27 12:31:45 [FINE] ModLoader BaseMod class mod_Backpack found, loading 2012-04-27 12:31:45 [FINE] ModLoader BaseMod class mod_Backpack loaded 2012-04-27 12:31:45 [FINE] Mod class mod_Backpack loaded successfully 2012-04-27 12:31:45 [FINE] File Backpack_v2.3.5_FML_Server.zip loaded successfully 2012-04-27 12:31:45 [FINE] Found a zip or jar file Better Enchanting Server V127.zip, attempting to load it 2012-04-27 12:31:45 [FINE] Found a mod class mod_MultiplayerSupport in file Better Enchanting Server V127.zip, attempting to load it 2012-04-27 12:31:45 [sEVERE] Unexpected exception java.lang.NoClassDefFoundError: BaseModMp at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) 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) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.Loader.loadModClass(Loader.java:440) at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:497) at cpw.mods.fml.common.Loader.load(Loader.java:375) at cpw.mods.fml.common.Loader.loadMods(Loader.java:527) at cpw.mods.fml.server.FMLServerHandler.onPreLoad(FMLServerHandler.java:119) at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:155) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:411) at dn.run(SourceFile:492) Caused by: java.lang.ClassNotFoundException: BaseModMp at java.net.URLClassLoader$1.run(Unknown Source) 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) ... 23 more http://www.minecraftforum.net/topic/741100-125-backpack-ssp-smp/ http://www.minecraftforum.net/topic/762794-125-animal-bikes-sspsmp-added-iron-golem/ http://www.minecraftforum.net/topic/855525-125-ballerburg-mod-v06-smp/ http://www.minecraftforum.net/topic/647153-124smp-siegecraft-28b-with-modloadermp-and-forge/ http://www.minecraftforum.net/topic/498342-125-elemental-creepers-v23-smp-fixes-open-source-and-more/ http://www.minecraftforum.net/topic/780480-125-invasion-mod-v094-so-you-think-your-base-is-tough-do-you/ http://www.minecraftforum.net/topic/821714-125-sspsmp-pinkemmas-mods-tomes-writable-books-xp-books-save-your-xp-lecterns-display-your-books-outfit-smp-quick-start-smp/ (not the xp book) http://www.minecraftforum.net/topic/546192-125secretroomsmodsmpbukkit-hidden-trapdoors-in-beta/ i had checked for a overwriting of needed data, but the single one was tree++ and that works fine. I hope i had fined all the information that i can get help friendly greets Hengar
  2. Working mods are: Weapon backpack Equial exchange 2 Railcraft Redpower( <3 because of so many to one id) tree++ rope Smartmoving
  3. Good Morning, i don't like it that i have ask for support or be uunnhappy with the idea to add modloader in forge-server. But i am unhappy because of 15 mods the idea have killed 8 of them. I am not a java scripper, thats why i finally need help for this to add Ballerburg; Siegecraft, Animalbikes; Better Enchanting; Elemental Crpeepers; invasion_mod; mod_lectern and secret rooms. all this 8 mods got killed by chaning the base of forge_server. i am not able to add the modloadermp and this mods all missed the basemodmp and the moment. Pls help me Hengar

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.