Solved Mac server will not start with mods

Zebia

New Member
Jul 29, 2019
15
0
0
I am trying to start a server on a mac and i have already done everything This Thread says to do, but every time i try to run the server with mods in the mods folder it crashes before it finishes loading.Please help me figure out what is wrong.

Using Horizons 2.1.0
Changes from default:
Added
BiblioCraft[v1.5.4]
BiblioWoods[BiomesOPlenty][v1.3]
BiblioWoods[Forestry][v1.3]
binnie-mods-1.8.0
buildcraft-A-1.6.4-4.2.2
ComputerCraft1.58
forestry-A-2.3.1.1
magicbees-2.1.12
miscperipherals-3.4b2
OpenBlocks-1.2.5
OpenModsLib-0.2
Railcraft_1.6.4-8.3.2.0
RedstoneArsenal-1.0.0.0
SpiderPet 1.6 v18
ThaumcraftGates v1.2.0
thaumcraftmobaspects-1.6.X-1e-build2
Thaumic Exploration 0.5.2
ThaumicTinkerer-2.3-137
ThaumicTinkererKAMI_j6
twilightforest-1.20.3

Enabled
[1.6.4]ReiMinimap_v3.4_01
Blood Magic v0.7.2b
JourneyMap3.3.2_Unlimited_MC1.6.4

Disabled
RemoteIO1.10.0-b2

Updated
ForbiddenMagic pr0.32
Thaumcraft4.1.0g

This setup successfully runs on the regular ftb launcher

Crash log
---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 3/16/14 5:28 PM
Description: Exception in server tick loop

java.lang.NoClassDefFoundError: reifnsk/minimap/ReiMinimap
at mod_ReiMinimap.getVersion(mod_ReiMinimap.java:15)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.getVersion(ModLoaderModContainer.java:418)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.ClassNotFoundException: reifnsk.minimap.ReiMinimap
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 8 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/resources/ResourceManagerReloadListener
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.resources.ResourceManagerReloadListener
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 15 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at invtweaks.forge.asm.ContainerTransformer.transform(ContainerTransformer.java:116)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
... 17 more


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

-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Mac OS X (x86_64) version 10.7.5
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 3111979936 bytes (2967 MB) / 3216900096 bytes (3067 MB) up to 3216900096 bytes (3067 MB)
JVM Flags: 3 total; -Xmx3G -Xms3G -XX:permSize=128m
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: ~~ERROR~~ NoClassDefFoundError: reifnsk/minimap/ReiMinimap
TConstruct Environment: Sane and ready for action. Bugs may be reported.
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
 

Zebia

New Member
Jul 29, 2019
15
0
0
Nevermind problem solved. I just needed to add the mods in a different manner or something. thank you for your time

There was a secondary problem that once the server was up it started spamming "can't keep up" messages but that was solved by doubling the value of the XX: PermSize argument
 
Last edited:
  • Like
Reactions: Connor Gavitt