Jump to content

Recommended Posts

Posted

My 1.7.10 Forge server wont start. It'll start with the normal server jar but not the forge universal jar. -Here's the crash report!

 

---- Minecraft Crash Report ----

// I bet Cylons wouldn't have this problem.

 

Time: 3/15/15 5:54 PM

Description: Exception in server tick loop

 

cpw.mods.fml.common.DuplicateModsFoundException

at cpw.mods.fml.common.Loader.identifyDuplicates(Loader.java:386)

at cpw.mods.fml.common.Loader.identifyMods(Loader.java:348)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:468)

at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)

at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)

at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)

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

at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

 

 

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

---------------------------------------------------------------------------------------

 

-- System Details --

Details:

Minecraft Version: 1.7.10

Operating System: Mac OS X (x86_64) version 10.10.2

Java Version: 1.8.0_31, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 267870336 bytes (255 MB) / 373293056 bytes (356 MB) up to 954728448 bytes (910 MB)

JVM Flags: 0 total;

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 23 mods loaded, 0 mods active

mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)

FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291-universal.jar)

Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291-universal.jar)

AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)

arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)

bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15 (1).jar)

Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4 (1).jar)

AnimationAPI{1.2.3} [AnimationAPI] (AnimationAPI-1.7.10-1.2.3.jar)

BuildCraft|Silicon{6.4.2} [bC Silicon] (buildcraft-6.4.2.jar)

BuildCraft|Core{6.4.2} [buildCraft] (buildcraft-6.4.2.jar)

BuildCraft|Transport{6.4.2} [bC Transport] (buildcraft-6.4.2.jar)

BuildCraft|Builders{6.4.2} [bC Builders] (buildcraft-6.4.2.jar)

BuildCraft|Energy{6.4.2} [bC Energy] (buildcraft-6.4.2.jar)

BuildCraft|Factory{6.4.2} [bC Factory] (buildcraft-6.4.2.jar)

ExtraUtilities{1.2.2} [Extra Utilities] (extrautilities-1.2.2.jar)

IronChest{6.0.62.742} [iron Chest] (Iron-Chests-Mod-1.7.10.jar)

Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)

mca{4.1.5} [Minecraft Comes Alive] (MCA-1.7.10-4.1.5-universal (1).jar)

radixcore{1.3.4} [RadixCore] (RadixCore-1.7.10-1.3.4-universal (1).jar)

rivalrebels{1.7.10A} [Rival Rebels] (rivalrebels-1.7.10A.jar)

TConstruct{1.7.10-1.8.2.build858} [Tinkers' Construct] (TConstruct-1.7.10-1.8.2a.jar)

Treecapitator{1.7.2} [Treecapitator] (Tree-Capitator-Mod-1.7.2 (1).jar)

TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar)

Profiler Position: N/A (disabled)

Is Modded: Definitely; Server brand changed to 'fml,forge'

Type: Dedicated Server (map_server.txt)

 

In advance, thanks a lot!

Posted

thanks a lot that part worked and got rid of that problem but another crash report says this

 

---- Minecraft Crash Report ----

// My bad.

 

Time: 3/15/15 8:42 PM

Description: Exception in server tick loop

 

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient

at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)

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

at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)

at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319)

at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)

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

at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient

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

at java.lang.Class.privateGetDeclaredConstructors(Class.java:2663)

at java.lang.Class.getConstructor0(Class.java:3067)

at java.lang.Class.newInstance(Class.java:408)

at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.instantiate(SimpleNetworkWrapper.java:113)

at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.registerMessage(SimpleNetworkWrapper.java:106)

at thehippomaster.AnimationAPI.AnimationAPI.init(AnimationAPI.java:27)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)

at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

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 cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:483)

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 cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)

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

... 5 more

Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)

at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

... 38 more

Caused by: java.lang.RuntimeException: Attempted to load class bjf for invalid side SERVER

at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)

at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)

... 40 more

 

 

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

---------------------------------------------------------------------------------------

 

-- System Details --

Details:

Minecraft Version: 1.7.10

Operating System: Mac OS X (x86_64) version 10.10.2

Java Version: 1.8.0_31, Oracle Corporation

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

Memory: 241515784 bytes (230 MB) / 393216000 bytes (375 MB) up to 954728448 bytes (910 MB)

JVM Flags: 0 total;

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 22 mods loaded, 22 mods active

mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized

FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized

Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized

AM2-Preloader{0.0.2} [AMCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized

AnimationAPI{1.2.3} [AnimationAPI] (AnimationAPI-1.7.10-1.2.3.jar) Unloaded->Constructed->Pre-initialized->Errored

arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar) Unloaded->Constructed->Pre-initialized->Errored

bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized

Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized

BuildCraft|Core{6.4.2} [buildCraft] (buildcraft-6.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized

BuildCraft|Transport{6.4.2} [bC Transport] (buildcraft-6.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized

BuildCraft|Silicon{6.4.2} [bC Silicon] (buildcraft-6.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized

BuildCraft|Builders{6.4.2} [bC Builders] (buildcraft-6.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized

BuildCraft|Energy{6.4.2} [bC Energy] (buildcraft-6.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized

BuildCraft|Factory{6.4.2} [bC Factory] (buildcraft-6.4.2.jar) Unloaded->Constructed->Pre-initialized->Initialized

ExtraUtilities{1.2.2} [Extra Utilities] (extrautilities-1.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized

IronChest{6.0.62.742} [iron Chest] (Iron-Chests-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized

Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized

radixcore{1.3.4} [RadixCore] (RadixCore-1.7.10-1.3.4-universal (1).jar) Unloaded->Constructed->Pre-initialized->Initialized

mca{4.1.5} [Minecraft Comes Alive] (MCA-1.7.10-4.1.5-universal (1).jar) Unloaded->Constructed->Pre-initialized->Initialized

rivalrebels{1.7.10A} [Rival Rebels] (rivalrebels-1.7.10A.jar) Unloaded->Constructed->Pre-initialized->Initialized

TConstruct{1.7.10-1.8.2.build858} [Tinkers' Construct] (TConstruct-1.7.10-1.8.2a.jar) Unloaded->Constructed->Pre-initialized->Initialized

TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized

Mantle Environment: Environment healthy.

TConstruct Environment: Environment healthy.

Profiler Position: N/A (disabled)

Is Modded: Definitely; Server brand changed to 'fml,forge'

Type: Dedicated Server (map_server.txt)

 

also are there any sources i could use to figure this stuff out on my own so i dont waste your time? and again thanks for your service!

Posted

AnimationAPI is crashing. Report to the author, it's clearly a bug on their end.

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Posted

AnimationAPI is crashing. Report to the author, it's clearly a bug on their end.

 

Is there a certain place that i can i can learn to diagnose it my self?

 

And thanks a lot!

Posted
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
   at java.lang.Class.getDeclaredConstructors0(Native Method)
   at java.lang.Class.privateGetDeclaredConstructors(Class.java:2663)
   at java.lang.Class.getConstructor0(Class.java:3067)
   at java.lang.Class.newInstance(Class.java:408)
   at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.instantiate(SimpleNetworkWrapper.java:113)
   at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.registerMessage(SimpleNetworkWrapper.java:106)
   at thehippomaster.AnimationAPI.AnimationAPI.init(AnimationAPI.java:27)

If you 'backtrace' the logs, you eventually see that it is caused 'at thehippomaster.AnimationAPI.AnimationAPI.init(AnimationAPI.java:27)'.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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