Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Mihwak

Members
  • Joined

  • Last visited

  1. 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 The Error when mods in the folder
  2. sry for the spoiler, its Railcraft, the problem is when i took mods in the Mods folder come this error..
  3. 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
  4. SanAndreasP ty IT WORKS u are the best
  5. 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 .

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.