So I made a MCA (Minecraft Comes Alive Mod) server and when I run the server it crashes. Crash report:
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 7/7/15 6:44 PM
Description: Exception in server tick loop
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:163)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:553)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at net.minecraftforge.fml.common.network.simpleimpl.SimpleNetworkWrapper.instantiate(SimpleNetworkWrapper.java:113)
at net.minecraftforge.fml.common.network.simpleimpl.SimpleNetworkWrapper.registerMessage(SimpleNetworkWrapper.java:106)
at radixcore.network.AbstractPacketHandler.registerPacket(AbstractPacketHandler.java:61)
at mca.network.MCAPacketHandler.registerPackets(MCAPacketHandler.java:34)
at radixcore.network.AbstractPacketHandler.<init>(AbstractPacketHandler.java:47)
at mca.network.MCAPacketHandler.<init>(MCAPacketHandler.java:25)
at mca.core.MCA.preInit(MCA.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:550)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 43 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer [email protected]76b75f7 from coremod FMLCorePlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:234)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 45 more
Caused by: java.lang.RuntimeException: Attempted to load class bxf for invalid side SERVER
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:49)
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:230)
... 47 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1967170976 bytes (1876 MB) / 2058354688 bytes (1963 MB) up to 2058354688 bytes (1963 MB)
JVM Flags: 2 total; -Xmx2G -Xms2G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1487 6 mods loaded, 6 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (minecraft_forge-1.8-11.14.3.1487-universal.jar)
UCH Forge{11.14.3.1487} [Minecraft Forge] (minecraft_forge-1.8-11.14.3.1487-universal.jar)
UCH RadixCore{2.0.3-1.8} [RadixCore] (RadixCore-2.0.3-1.8-universal.jar)
UCE MCA{5.0.6.1-1.8} [Minecraft Comes Alive] (MCA-5.0.6.1-1.8-universal.jar)
UCH cfm{3.4.7} [ยง9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7-build5(1.8).jar)
Loaded coremods (and transformers):
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
I have the same problem, although i did not read the error, but still the server generates an error and holds in startup-mode if you try to connect to it... This is so far i have tried and used.
- Server 1.8.7 with forge-1.8-11.14.3.1450-universal <<<THIS RUNS NORMAL>>>
- Server 1.8.8 with forge-1.8-11.14.3.1450-universal <<<THIS RUNS NORMAL>>>
- Server 1.8.7 with forge-1.8-11.14.3.1450-universal
- mods: [1.8] SecurityCraft v1.7.4.1.jar
redstonepaste-mc1.8-1.7.1.jar
reptilemod-1.8.0-3.1.0-26.jar
<<<THIS RUNS NORMAL>>>
- Server 1.8.8 with forge-1.8-11.14.3.1450-universal
- mods: [1.8] SecurityCraft v1.7.4.1.jar
redstonepaste-mc1.8-1.7.1.jar
reptilemod-1.8.0-3.1.0-26.jar
<<<THIS RUNS NORMAL>>>
- Server 1.8.7 with forge-1.8-11.14.3.1450-universal
- mods: [1.8] SecurityCraft v1.7.4.1.jar
redstonepaste-mc1.8-1.7.1.jar
reptilemod-1.8.0-3.1.0-26.jar
RadixCore-2.0.3-1.8-universal.jar
<<<THIS RUNS NORMAL>>>
- Server 1.8.8 with forge-1.8-11.14.3.1450-universal
- mods: [1.8] SecurityCraft v1.7.4.1.jar
redstonepaste-mc1.8-1.7.1.jar
reptilemod-1.8.0-3.1.0-26.jar
RadixCore-2.0.3-1.8-universal.jar
<<<THIS RUNS NORMAL>>>
- Server 1.8.7 with forge-1.8-11.14.3.1450-universal
- mods: [1.8] SecurityCraft v1.7.4.1.jar
redstonepaste-mc1.8-1.7.1.jar
reptilemod-1.8.0-3.1.0-26.jar
RadixCore-2.0.3-1.8-universal.jar
MCA-5.0.6.2-1.8-universal.jar
<<<THIS RUNS NOT>>>
- Server 1.8.8 with forge-1.8-11.14.3.1450-universal
- mods: [1.8] SecurityCraft v1.7.4.1.jar
redstonepaste-mc1.8-1.7.1.jar
reptilemod-1.8.0-3.1.0-26.jar
RadixCore-2.0.3-1.8-universal.jar
MCA-5.0.6.2-1.8-universal.jar
<<<THIS RUNS NOT>>>
- Server 1.8.7 with forge-1.8-11.14.3.1450-universal
- mods: RadixCore-2.0.3-1.8-universal.jar
MCA-5.0.6.2-1.8-universal.jar
<<<THIS RUNS NOT>>>
- Server 1.8.8 with forge-1.8-11.14.3.1450-universal
- mods: RadixCore-2.0.3-1.8-universal.jar
MCA-5.0.6.2-1.8-universal.jar
<<<THIS RUNS NOT>>>
Even with an older version of Forge (1436) it does not work and generates an error report. See below...
So, i gave up, because we may not ask the makers to do something about that (forum rules) and everybody is pointing to dino-MC (i mean the versions below 1.8.8) and it is a struggle to fight against people who think i am doing it the wrong way, whilst i try to keep my servers as vanilla as possible with minor mods.
So, there you have it.
[10:00:57] [Server thread/INFO]: Starting minecraft server version 1.8
[10:00:59] [Server thread/INFO]: Loading properties
[10:00:59] [Server thread/INFO]: Default game type: SURVIVAL
[10:00:59] [Server thread/INFO]: Generating keypair
[10:00:59] [Server thread/INFO]: Starting Minecraft server on *:25562
[10:01:00] [Server thread/INFO]: Preparing level "world"
[10:01:00] [Server thread/INFO]: Preparing start region for level 0
[10:01:00] [Server thread/ERROR]: Encountered an unexpected exception
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(Unknown Source) ~[?:1.8.0_45]
at java.util.HashMap$KeyIterator.next(Unknown Source) ~[?:1.8.0_45]
at com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection$WrappedIterator.next(AbstractMapBasedMultimap.java:486) ~[minecraft_server.1.8.jar:?]
at net.minecraft.util.ClassInheritanceMultiMap$2.computeNext(SourceFile:90) ~[ue.class:?]
at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) ~[minecraft_server.1.8.jar:?]
at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) ~[minecraft_server.1.8.jar:?]
at net.minecraft.world.World.func_175650_b(World.java:3126) ~[aqu.class:?]
at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:952) ~[bfh.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46) ~[ChunkIOProvider.class:?]
at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12) ~[ChunkIOProvider.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344) ~[AsynchronousExecutor.class:?]
at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302) ~[AsynchronousExecutor.class:?]
at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12) ~[ChunkIOExecutor.class:?]
at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:117) ~[qs.class:?]
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:92) ~[qs.class:?]
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:302) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:272) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:259) ~[po.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
[10:01:00] [Server thread/ERROR]: This crash report has been saved to: F:\Minecraft-Server187 No forge for shaders\.\crash-reports\crash-2015-08-05_10.01.00-server.txt
[10:02:04] [Server thread/INFO]: Stopping the server
Ps. I run all my minecraft servers on Intel i5 with 8 GB memory and Windows Server 2012 on a 64 bit architecture and use also the 64 bit version of java, so it is not that my pc could generate because i tried and tried really hard to make this on serverside to work. Pps, the server is yawning most of the time, so he does not have a hard time.
So I made a MCA (Minecraft Comes Alive Mod) server and when I run the server it crashes. Crash report:
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 7/7/15 6:44 PM
Description: Exception in server tick loop
net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:163)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:553)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:355)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at net.minecraftforge.fml.common.network.simpleimpl.SimpleNetworkWrapper.instantiate(SimpleNetworkWrapper.java:113)
at net.minecraftforge.fml.common.network.simpleimpl.SimpleNetworkWrapper.registerMessage(SimpleNetworkWrapper.java:106)
at radixcore.network.AbstractPacketHandler.registerPacket(AbstractPacketHandler.java:61)
at mca.network.MCAPacketHandler.registerPackets(MCAPacketHandler.java:34)
at radixcore.network.AbstractPacketHandler.<init>(AbstractPacketHandler.java:47)
at mca.network.MCAPacketHandler.<init>(MCAPacketHandler.java:25)
at mca.core.MCA.preInit(MCA.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:550)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiScreen
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 43 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer [email protected]76b75f7 from coremod FMLCorePlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:234)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 45 more
Caused by: java.lang.RuntimeException: Attempted to load class bxf for invalid side SERVER
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:49)
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:230)
... 47 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1967170976 bytes (1876 MB) / 2058354688 bytes (1963 MB) up to 2058354688 bytes (1963 MB)
JVM Flags: 2 total; -Xmx2G -Xms2G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1487 6 mods loaded, 6 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (minecraft_forge-1.8-11.14.3.1487-universal.jar)
UCH Forge{11.14.3.1487} [Minecraft Forge] (minecraft_forge-1.8-11.14.3.1487-universal.jar)
UCH RadixCore{2.0.3-1.8} [RadixCore] (RadixCore-2.0.3-1.8-universal.jar)
UCE MCA{5.0.6.1-1.8} [Minecraft Comes Alive] (MCA-5.0.6.1-1.8-universal.jar)
UCH cfm{3.4.7} [ยง9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7-build5(1.8).jar)
Loaded coremods (and transformers):
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
what version are you using?
CEO of Piggalot Gaming Network
[Website] [Youtube] [Twitch] [Twitter]
#PGNforlife
I have the same problem, although i did not read the error, but still the server generates an error and holds in startup-mode if you try to connect to it... This is so far i have tried and used.
- Server 1.8.7 with forge-1.8-11.14.3.1450-universal <<<THIS RUNS NORMAL>>>
- Server 1.8.8 with forge-1.8-11.14.3.1450-universal <<<THIS RUNS NORMAL>>>
- Server 1.8.7 with forge-1.8-11.14.3.1450-universal
- mods: [1.8] SecurityCraft v1.7.4.1.jar
redstonepaste-mc1.8-1.7.1.jar
reptilemod-1.8.0-3.1.0-26.jar
<<<THIS RUNS NORMAL>>>
- Server 1.8.8 with forge-1.8-11.14.3.1450-universal
- mods: [1.8] SecurityCraft v1.7.4.1.jar
redstonepaste-mc1.8-1.7.1.jar
reptilemod-1.8.0-3.1.0-26.jar
<<<THIS RUNS NORMAL>>>
- Server 1.8.7 with forge-1.8-11.14.3.1450-universal
- mods: [1.8] SecurityCraft v1.7.4.1.jar
redstonepaste-mc1.8-1.7.1.jar
reptilemod-1.8.0-3.1.0-26.jar
RadixCore-2.0.3-1.8-universal.jar
<<<THIS RUNS NORMAL>>>
- Server 1.8.8 with forge-1.8-11.14.3.1450-universal
- mods: [1.8] SecurityCraft v1.7.4.1.jar
redstonepaste-mc1.8-1.7.1.jar
reptilemod-1.8.0-3.1.0-26.jar
RadixCore-2.0.3-1.8-universal.jar
<<<THIS RUNS NORMAL>>>
- Server 1.8.7 with forge-1.8-11.14.3.1450-universal
- mods: [1.8] SecurityCraft v1.7.4.1.jar
redstonepaste-mc1.8-1.7.1.jar
reptilemod-1.8.0-3.1.0-26.jar
RadixCore-2.0.3-1.8-universal.jar
MCA-5.0.6.2-1.8-universal.jar
<<<THIS RUNS NOT>>>
- Server 1.8.8 with forge-1.8-11.14.3.1450-universal
- mods: [1.8] SecurityCraft v1.7.4.1.jar
redstonepaste-mc1.8-1.7.1.jar
reptilemod-1.8.0-3.1.0-26.jar
RadixCore-2.0.3-1.8-universal.jar
MCA-5.0.6.2-1.8-universal.jar
<<<THIS RUNS NOT>>>
- Server 1.8.7 with forge-1.8-11.14.3.1450-universal
- mods: RadixCore-2.0.3-1.8-universal.jar
MCA-5.0.6.2-1.8-universal.jar
<<<THIS RUNS NOT>>>
- Server 1.8.8 with forge-1.8-11.14.3.1450-universal
- mods: RadixCore-2.0.3-1.8-universal.jar
MCA-5.0.6.2-1.8-universal.jar
<<<THIS RUNS NOT>>>
Even with an older version of Forge (1436) it does not work and generates an error report. See below...
So, i gave up, because we may not ask the makers to do something about that (forum rules) and everybody is pointing to dino-MC (i mean the versions below 1.8.8) and it is a struggle to fight against people who think i am doing it the wrong way, whilst i try to keep my servers as vanilla as possible with minor mods.
So, there you have it.
Ps. I run all my minecraft servers on Intel i5 with 8 GB memory and Windows Server 2012 on a 64 bit architecture and use also the 64 bit version of java, so it is not that my pc could generate because i tried and tried really hard to make this on serverside to work. Pps, the server is yawning most of the time, so he does not have a hard time.