Jump to content

Recommended Posts

Posted

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

 

 

Posted

Better Enchanting Server V127.zip is your problem. It doesn't use Forge Mod Loader and instead uses ModLoaderMP. Bug the maintainer of that mod to port it to Forge Mod Loader instead.

Posted

I think it a msitake in unnderstanding, not only better enchanting is the trouble, i had tested, and i hadn't add it anymore because its only  nicer enchanting, all linked mods are a problem for forge

Posted

You are asking questions that are *not* about Forge, but rather about specific mods that are out of date, ask at those mods boards.

Make sure to read this thread:  Support Board Rules

 

In short though, if something is giving a BaseModMp error, then you are either not using the Forge version, or they are not up to date (regardless of what the version number they put in the post is).  What this does show is that you did not follow the installation procedures for the mods you installed, because if you did they you would be getting an error that said basically what I said if any of them were out of date.

Posted

So you want to say me, i not use the forge version on the server.

Then you see wrong, because i don't like java but i am not blind to see, the complet missing of a basemodmp in your forge.

This class is completly missed if i use the installation procedures.

 

Only Siegecraft need a update , the rest finlay not use any kind of forge, so say me, whats wrong?

 

The modder and i don't take care of a mistake, if forge get a change and maked modloadermp on server side incompatible.

So pls tell me the mistake if only the server don't start, but the singleplayer works fine.....

Posted

You're trying to use MLMP on the server, thats the mistake. Don't do it.

Forge is incompatible with MLMP on the server.

Not our problem, its yours.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

Lex, that is my problem, for the mods i need modloader mp, and thats why it doesn't work anymore.

 

because of making a incompability in server area sdk modloader and forge.

thats the finaly problem, that now mod gets killed to work together.

Posted

Yes, you ahve to choose.

We are no longer gunna support the half-ass job that is MLMP.

Its a pain yes,. but instead of bitching here, go bitch at your mod makers to update to FML.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

hehe good luck with that.

See you in 5 years when you finish.

Thread closed.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Please see https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/ for information on how to post your log correctly.
    • Hello!  The detailed description of how you got to where you are is certainly valuable.  But, at the end of the day (well, any time of the day actually), it is going to be the actual logs that going to provide the necessary details to hopefully solve your startup issue. Part of me wonders if you have installed a client-only mod on a dedicated server.  But I may very well be wrong, and it will be the logs that will tell that story.
    • Hello there! I didn't quite know where to go regarding this, but ended up deciding to post it here. I have been running a forge server with around 200 mods for me and some friends to play on casually, but have recently started to get an issue when booting the server. This all started after I decided to add some new mods to the server. Like usual, I add a mod, test run the server for any issues, and if all is well, I'll add a next one and so on until I have added all that I wanted to. After doing so, in all test runs, it all seemed to work just fine. However, the next day, after trying to boot the server, I kept getting an error regarding java.lang.NullPointerException, towards one of the mods I had recently added. So far so good, I removed the mod that was causing the issue, started up the server again, and here in when things took a turn for the worse. I received another java.lang.NullPointerException null error that wouldn't allow me to boot the server, but this time with a mod that wasn't part of the new ones I had recently added. I found this weird, but nonetheless, I removed it thinking it might be causing some conflicts with some of the new ones. Afterwards, booting the server again proved to be impossible, as it gave me another java.lang.NullPointerException null error with the 3rd mod I had ever installed on the server! This mod was there since the start, it added some biomes and had been just fine so far. This turn of events made me remove all the newer mods I had recently added in hopes to fix this whole ordeal, but alas, to no avail. Same error, with that same biome mod that had been there since day one. Reluctantly, I removed the biome mod, booted the server, and voila! The server was running, although without a major mod that had always been there to begin with. As I do not wish to part ways with this mod, specially since it had been working so far without any issues, I tried to bring everything back to how it was before I added those new mods, but kept on getting the same java.lang.NullPointerException null error for the biome mod. Even adding the newer mods won't cause me this error, with exception of the one that started it all, which I find quite odd since the mods I had been using without any issues are now giving me the same error the newer one that started it all gave me. Now, I have checked that everything is up to date regarding the mods, forge (forge-1.20.1-47.3.12) and java. The modpack runs perfectly fine when I start Minecraft itself, and play singleplayer, or even when I open a LAN world, everything works. Everything aside from the server. From what I could gather, this java.lang.NullPointerException null error would point to a missing value of sorts, for an item perhaps, within the mod that is causing the error, but aside from removing the whole mod, I lack the knowledge on how to fix this. With this in mind, if anyone would be so kind as to shine some light into this situation, with a way to fix all this blunder, I would be most grateful!
    • If you want a mana GUI, call Minecraft.getInstance().setScreen(new ManaScreen()); somewhere display your GUI. I would recommend creating a keybind and listening to key events, and if your key bind is pressed down, running that code.
    • You are creating an entire new screen, or GUI. What you probably want is an Overlay.
  • Topics

×
×
  • Create New...

Important Information

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