Jump to content

[Server help] All mod items do not exist.


Roxmor

Recommended Posts

I've got a tekkit server now. And everything runs smoothly, exept one thing.

I am not able to make items witch are not in vanilla. I tried to grab them in the TMItems menu. But there it says the item does not exist at all. What do I got to do to fix this?

Link to comment
Share on other sites

this is the crash report:

---- Minecraft Crash Report ----

// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 12/27/13 8:46 PM

Description: Exception in server tick loop

java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP

at mod_ReiMinimap.getVersion(mod_ReiMinimap.java:16)

at cpw.mods.fml.common.modloader.ModLoaderModContainer.getVersion(ModLoaderModContainer.java:417)

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

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

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:431)

at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)

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

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

... 8 more

Caused by: java.lang.NullPointerException

at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:227)

... 10 more

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

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

-- System Details --

Details:

Minecraft Version: 1.5.2

Operating System: Mac OS X (x86_64) version 10.9

Java Version: 1.6.0_65, Apple Inc.

Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Apple Inc.

Memory: 950156520 bytes (906 MB) / 1069416448 bytes (1019 MB) up to 1069416448 bytes (1019 MB)

JVM Flags: 2 total; -Xmx1G -Xms1G

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: net/minecraft/client/entity/EntityClientPlayerMP

Profiler Position: N/A (disabled)

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

Type: Dedicated Server (map_server.txt)

Link to comment
Share on other sites

Delete everything you have, it's easier to start fresh. Next look up how to run a normal Minecraft server on a OSX, I use windows so I can't tell you exactly what to do. You will likely have some sort of command or script to run, and in that you need change it like this:

blah blah blah java blah blah minecraft_server.jar blah blah blah


 


blah blah blah java blah blah Tekkit.jar blah blah blah

I expect that would work.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...