Posted November 11, 201212 yr I setup a new Minecraft Server 1.4.2 and follow the instruction on the wiki, all works but every mod that i took in Mods folder work not. Ingame i cant place any blocks from my Mods in Mods folder like Railcraft. I used every version of forge but nothing works .
November 11, 201212 yr I setup a new Minecraft Server 1.4.2 and follow the instruction on the wiki, all works but every mod that i took in Mods folder work not. Ingame i cant place any blocks from my Mods in Mods folder like Railcraft. I used every version of forge but nothing works . Try to use 6.0.1.355. Also we need logs, such as ForgeModLoader-client-0.log (client) and ForgeModLoader-server-0.log (server) and put them here in spoiler tags, or use http://paste.minecraftforge.net/ and post the link here. 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.
November 11, 201212 yr Author I have a new problem, the normal server Works but i wanna Bukkit, i download a Forge version for bukkit from here http://mcportcentral.co.za/wiki/index.php?title=Ports_for_1.4.2 but when i took mods in Mods folder come this error... ---- Minecraft Crash Report ---- // Hey, that tickles! Hehehe! Time: 11/11/12 3:19 PM Description: Exception in server tick loop cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: railcraft/common/blocks/tracks/old/TileRailBoarding at cpw.mods.fml.common.LoadController.transition(LoadController.java:122) at cpw.mods.fml.common.Loader.loadMods(Loader.java:421) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:79) at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:317) at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:56) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:371) at net.minecraft.server.ThreadServerApplication.run(SourceFile:818) Caused by: java.lang.NoClassDefFoundError: railcraft/common/blocks/tracks/old/TileRailBoarding at railcraft.common.blocks.tracks.EnumTrack.<clinit>(EnumTrack.java:44) at railcraft.common.core.RailcraftConfig.loadBlocks(RailcraftConfig.java:273) at railcraft.common.core.RailcraftConfig.checkInit(RailcraftConfig.java:154) at railcraft.common.core.RailcraftConfig.doUpdateCheck(RailcraftConfig.java:435) at railcraft.common.core.StartupChecks.checkForNewVersion(StartupChecks.java:69) at railcraft.common.core.Railcraft.preInit(Railcraft.java:78) 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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:422) 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.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:149) 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.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:82) at cpw.mods.fml.common.Loader.loadMods(Loader.java:420) ... 5 more Caused by: java.lang.ClassNotFoundException: railcraft.common.blocks.tracks.old.TileRailBoarding at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:132) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 37 more Caused by: java.lang.NoClassDefFoundError: railcraft/common/blocks/tracks/TileOldTrack at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:125) ... 39 more Caused by: java.lang.ClassNotFoundException: railcraft.common.blocks.tracks.TileOldTrack at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:75) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 42 more Relevant Details: - Minecraft Version: 1.4.2 - Operating System: Windows 7 (amd64) version 6.1 - Java Version: 1.7.0_09, Oracle Corporation - Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation - Memory: 197947792 bytes (188 MB) / 228851712 bytes (218 MB) up to 1905197056 bytes (1816 MB) - JVM Flags: 0 total; - AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used - CraftBukkit Information: Running: Failed to handle CraftCrashReport: java.lang.NullPointerException at org.bukkit.Bukkit.getName(Bukkit.java:67) at org.bukkit.craftbukkit.CraftCrashReport.call(CraftCrashReport.java:20) at net.minecraft.server.CrashReport.a(CrashReport.java:46) at net.minecraft.server.CrashReport.g(CrashReport.java:40) at net.minecraft.server.CrashReport.<init>(CrashReport.java:29) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:419) at net.minecraft.server.ThreadServerApplication.run(SourceFile:818) - FML: ~ERROR~ NullPointerException: null - Is Modded: Definitely; 'craftbukkit,forge,fml' - Profiler Position: N/A (disabled) - Type: Dedicated Server ps Spoiler dont work pss i use the Beta Build 11
November 12, 201212 yr Even if spoilers don't work in preview they do work in the forum itself It looks like a railcraft issue. Protip: try and find answers yourself before asking on the forum. It's pretty likely that there is an answer. Was I helpful? Give me a thank you! http://bit.ly/HZ03zy[/img] Tired of waiting for mods to port to bukkit? use BukkitForge! (now with a working version of WorldEdit!)
November 12, 201212 yr Author sry for the spoiler, its Railcraft, the problem is when i took mods in the Mods folder come this error..
November 12, 201212 yr Author I write the problem now again and accurate I download Craftbukkit and the Forge build 11 on http://mcportcentral.co.za/wiki/index.php?title=Ports_for_1.4.2 I start the Server and all works...but when i took Mods in the Modsfolder comes a error. Start befor i took Mods in the folder 2012-11-12 12:51:27 [iNFO] Starting minecraft server version 1.4.2 2012-11-12 12:51:27 [iNFO] MinecraftForge v 2012-11-12 12:51:27 [iNFO] 6.0.1.355 2012-11-12 12:51:27 [iNFO] Initialized 2012-11-12 12:51:28 [iNFO] Loading properties 2012-11-12 12:51:28 [iNFO] Default game type: SURVIVAL 2012-11-12 12:51:28 [iNFO] Generating keypair 2012-11-12 12:51:28 [iNFO] Starting Minecraft server on *:25565 2012-11-12 12:51:28 [iNFO] This server is running CraftBukkit version null (MC: 1.4.2) (Implementing API version 1.4.2-R0.2) 2012-11-12 12:51:29 [WARNING] Could not get information about this CraftBukkit version; perhaps you are running a custom one?: FileNotFoundException 2012-11-12 12:51:29 [iNFO] Preparing level "world" 2012-11-12 12:51:29 [iNFO] Preparing start region for level 0 (Seed: -832316872351431954) 2012-11-12 12:51:30 [iNFO] Preparing start region for level 1 (Seed: -832316872351431954) 2012-11-12 12:51:30 [iNFO] Preparing spawn area: 28% 2012-11-12 12:51:30 [iNFO] Preparing start region for level 2 (Seed: -832316872351431954) 2012-11-12 12:51:30 [iNFO] Server permissions file permissions.yml is empty, ignoring it 2012-11-12 12:51:31 [iNFO] Done (1,958s)! For help, type "help" or "?" 2012-11-12 12:51:46 [iNFO] CONSOLE: Stopping the server..[m 2012-11-12 12:51:46 [iNFO] Stopping server 2012-11-12 12:51:46 [iNFO] Saving players 2012-11-12 12:51:46 [WARNING] DSCT: socket closed 2012-11-12 12:51:46 [iNFO] Saving worlds 2012-11-12 12:51:46 [iNFO] Closing listening thread 2012-11-12 12:51:46 [iNFO] Saving chunks for level 'world'/Overworld 2012-11-12 12:51:46 [iNFO] Saving chunks for level 'world_nether'/Nether 2012-11-12 12:51:46 [iNFO] Saving chunks for level 'world_the_end'/The End 2012-11-12 12:51:46 [iNFO] Stopping server 2012-11-12 12:51:46 [iNFO] Saving players 2012-11-12 12:51:46 [iNFO] Saving worlds The Error when mods in the folder ---- Minecraft Crash Report ---- // Shall we play a game? Time: 11/12/12 12:53 PM Description: Exception in server tick loop cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: railcraft/common/blocks/tracks/old/TileRailBoarding at cpw.mods.fml.common.LoadController.transition(LoadController.java:122) at cpw.mods.fml.common.Loader.loadMods(Loader.java:421) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:79) at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:317) at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:56) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:371) at net.minecraft.server.ThreadServerApplication.run(SourceFile:818) Caused by: java.lang.NoClassDefFoundError: railcraft/common/blocks/tracks/old/TileRailBoarding at railcraft.common.blocks.tracks.EnumTrack.<clinit>(EnumTrack.java:44) at railcraft.common.core.RailcraftConfig.loadBlocks(RailcraftConfig.java:273) at railcraft.common.core.RailcraftConfig.checkInit(RailcraftConfig.java:154) at railcraft.common.core.RailcraftConfig.doUpdateCheck(RailcraftConfig.java:435) at railcraft.common.core.StartupChecks.checkForNewVersion(StartupChecks.java:69) at railcraft.common.core.Railcraft.preInit(Railcraft.java:78) 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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:422) 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.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:149) 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.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:82) at cpw.mods.fml.common.Loader.loadMods(Loader.java:420) ... 5 more Caused by: java.lang.ClassNotFoundException: railcraft.common.blocks.tracks.old.TileRailBoarding at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:132) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 37 more Caused by: java.lang.NoClassDefFoundError: railcraft/common/blocks/tracks/TileOldTrack at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:125) ... 39 more Caused by: java.lang.ClassNotFoundException: railcraft.common.blocks.tracks.TileOldTrack at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:75) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 42 more Relevant Details: - Minecraft Version: 1.4.2 - Operating System: Windows 7 (amd64) version 6.1 - Java Version: 1.7.0_09, Oracle Corporation - Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation - Memory: 197900120 bytes (188 MB) / 228851712 bytes (218 MB) up to 1905197056 bytes (1816 MB) - JVM Flags: 0 total; - AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used - CraftBukkit Information: Running: Failed to handle CraftCrashReport: java.lang.NullPointerException at org.bukkit.Bukkit.getName(Bukkit.java:67) at org.bukkit.craftbukkit.CraftCrashReport.call(CraftCrashReport.java:20) at net.minecraft.server.CrashReport.a(CrashReport.java:46) at net.minecraft.server.CrashReport.g(CrashReport.java:40) at net.minecraft.server.CrashReport.<init>(CrashReport.java:29) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:419) at net.minecraft.server.ThreadServerApplication.run(SourceFile:818) - FML: ~ERROR~ NullPointerException: null - Is Modded: Definitely; 'craftbukkit,forge,fml' - Profiler Position: N/A (disabled) - Type: Dedicated Server
November 12, 201212 yr A. Wrong forum, this is for forge not craftbukkit forge B. it's in beta so don't expect much "you seem to be THE best modder I've seen imo." ~spynathan ლ(́◉◞౪◟◉‵ლ
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.