Jump to content

Custom Server tutorial


SXScarecrow

Recommended Posts

A few people have been asking about this, so I thought I'd do a basic, step by step tutorial on how to build a server for you custom modpack. To make it even easier, I have done the tricky stuff for you!

Step One
Grab the base server files from here which correspond to your Minecraft version:

 

MC Version - Cauldron Version

 

*Links removed*

 

Unzip the file, create a new folder called 'MyServerNameHere'. Copy the unzipped files into the new folder.

 

Minecraft Forge now requires the minecraft_server.jar as well. This has been included in the zips above but don't get freaked out because it doesn't appear in the screenshots below!

Step Two
So you got your pack right? What you need from it are the mods, coremods and config folders. If you have Flan's mod, you need the Flans folder as well. Copy them over into the 'MyServerNameHere' folder. It should now look like this:

Reminder! In 1.6+ NO mods go in the coremods folder! Everything goes in the mods folder!

63YoYCp.png
For this, I have used the example of my pack, Yogcraft Extreme.

Step Three
This is an important step. You MUST delete all client side mods from the coremods and mods folders. This includes any NEI plugins from mods, any Voxel mods and Inventory Tweaks. This also includes Dynamic Lights, Custom LAN Ports, Optifine, any minimap mods and GUI API. Only mods that actually add content to the game need to be included. Otherwise, bin it!

Step Four
The pack is now done! Just run the launch.bat file and hey presto, it all works!

Errors
Most errors when running the server or playing the server can be fixed with a simple update. A common problem with Voxel Mods is if another mod is out of date, it will crash upon disconnecting from the server. Whatever that mod is, update it to its latest version for the version of MC you are using.

I intend to update this as necessary, so if you have any other bugs/errors, post them below and I will endeavour to help you.

Edited by SXScarecrow
Link to comment
Share on other sites

No problem dude, always willing to help people with this. What I mean by Bukkit enabled is it has MCPC+ built in. This means all Bukkit plugins will work, and the mods won't have to be changed in any way. The relevant files and folders for Bukkit will be generated upon first time launch. I included this purely so people who want it won't have to spam this thread with 'Install Bukkit plz' etc. If you want plugins, the option is there, if not, you don't have to use it if you don't want to.

Link to comment
Share on other sites

I'm having this problem here:

2013-05-09 19:52:23 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.7.35.556 for Minecraft 1.4.7 loading

2013-05-09 19:52:23 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-2.25.jar

2013-05-09 19:52:23 [sEVERE] [ForgeModLoader] There was a problem downloading the file argo-2.25.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again

 

2013-05-09 19:52:23 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar

2013-05-09 19:52:23 [sEVERE] [ForgeModLoader] There was a problem downloading the file guava-12.0.1.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again

 

2013-05-09 19:52:23 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar

2013-05-09 19:52:23 [sEVERE] [ForgeModLoader] There was a problem downloading the file asm-all-4.0.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again

 

2013-05-09 19:52:23 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] There was a problem downloading the file bcprov-jdk15on-147.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again

 

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] There were errors during initial FML setup. Some files failed to download or were otherwise corrupted. You will need to manually obtain the following files from these download links and ensure your lib directory is clean.

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/argo-2.25.jar

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/guava-12.0.1.jar

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/asm-all-4.0.jar

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] *** Download http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-147.jar

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] <===========>

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] The following is the errors that caused the setup to fail. They may help you diagnose and resolve the issue

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] A download error occured

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] A download error occured

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] A download error occured

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] A download error occured

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] <<< ==== >>>

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] The following is diagnostic information for developers to review.

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] Error details

java.lang.RuntimeException: A download error occured

    at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:483)

    at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:132)

    at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)

    at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133)

    at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33)

    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1723)

    at org.bukkit.craftbukkit.Main.main(Main.java:18)

Caused by: java.net.BindException: Cannot assign requested address: connect

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

    at java.lang.reflect.Constructor.newInstance(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)

    at java.security.AccessController.doPrivileged(Native Method)

    at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

    at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:467)

    ... 6 more

Caused by: java.net.BindException: Cannot assign requested address: connect

    at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)

    at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)

    at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)

    at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)

    at java.net.AbstractPlainSocketImpl.connect(Unknown Source)

    at java.net.PlainSocketImpl.connect(Unknown Source)

    at java.net.SocksSocketImpl.connect(Unknown Source)

    at java.net.Socket.connect(Unknown Source)

    at sun.net.NetworkClient.doConnect(Unknown Source)

    at sun.net.www.http.HttpClient.openServer(Unknown Source)

    at sun.net.www.http.HttpClient.openServer(Unknown Source)

    at sun.net.www.http.HttpClient.<init>(Unknown Source)

    at sun.net.www.http.HttpClient.New(Unknown Source)

    at sun.net.www.http.HttpClient.New(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)

    at java.net.URLConnection.getHeaderFieldLong(Unknown Source)

    at java.net.URLConnection.getContentLengthLong(Unknown Source)

    at java.net.URLConnection.getContentLength(Unknown Source)

    at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:466)

    ... 6 more

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] Error details

java.lang.RuntimeException: A download error occured

    at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:483)

    at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:132)

    at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)

    at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133)

    at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33)

    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1723)

    at org.bukkit.craftbukkit.Main.main(Main.java:18)

Caused by: java.net.BindException: Cannot assign requested address: connect

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

    at java.lang.reflect.Constructor.newInstance(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)

    at java.security.AccessController.doPrivileged(Native Method)

    at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

    at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:467)

    ... 6 more

Caused by: java.net.BindException: Cannot assign requested address: connect

    at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)

    at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)

    at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)

    at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)

    at java.net.AbstractPlainSocketImpl.connect(Unknown Source)

    at java.net.PlainSocketImpl.connect(Unknown Source)

    at java.net.SocksSocketImpl.connect(Unknown Source)

    at java.net.Socket.connect(Unknown Source)

    at sun.net.NetworkClient.doConnect(Unknown Source)

    at sun.net.www.http.HttpClient.openServer(Unknown Source)

    at sun.net.www.http.HttpClient.openServer(Unknown Source)

    at sun.net.www.http.HttpClient.<init>(Unknown Source)

    at sun.net.www.http.HttpClient.New(Unknown Source)

    at sun.net.www.http.HttpClient.New(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)

    at java.net.URLConnection.getHeaderFieldLong(Unknown Source)

    at java.net.URLConnection.getContentLengthLong(Unknown Source)

    at java.net.URLConnection.getContentLength(Unknown Source)

    at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:466)

    ... 6 more

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] Error details

java.lang.RuntimeException: A download error occured

    at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:483)

    at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:132)

    at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)

    at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133)

    at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33)

    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1723)

    at org.bukkit.craftbukkit.Main.main(Main.java:18)

Caused by: java.net.BindException: Cannot assign requested address: connect

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

    at java.lang.reflect.Constructor.newInstance(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)

    at java.security.AccessController.doPrivileged(Native Method)

    at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

    at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:467)

    ... 6 more

Caused by: java.net.BindException: Cannot assign requested address: connect

    at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)

    at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)

    at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)

    at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)

    at java.net.AbstractPlainSocketImpl.connect(Unknown Source)

    at java.net.PlainSocketImpl.connect(Unknown Source)

    at java.net.SocksSocketImpl.connect(Unknown Source)

    at java.net.Socket.connect(Unknown Source)

    at sun.net.NetworkClient.doConnect(Unknown Source)

    at sun.net.www.http.HttpClient.openServer(Unknown Source)

    at sun.net.www.http.HttpClient.openServer(Unknown Source)

    at sun.net.www.http.HttpClient.<init>(Unknown Source)

    at sun.net.www.http.HttpClient.New(Unknown Source)

    at sun.net.www.http.HttpClient.New(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)

    at java.net.URLConnection.getHeaderFieldLong(Unknown Source)

    at java.net.URLConnection.getContentLengthLong(Unknown Source)

    at java.net.URLConnection.getContentLength(Unknown Source)

    at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:466)

    ... 6 more

2013-05-09 19:52:24 [sEVERE] [ForgeModLoader] Error details

java.lang.RuntimeException: A download error occured

    at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:483)

    at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:132)

    at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)

    at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:133)

    at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:33)

    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1723)

    at org.bukkit.craftbukkit.Main.main(Main.java:18)

Caused by: java.net.BindException: Cannot assign requested address: connect

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

    at java.lang.reflect.Constructor.newInstance(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)

    at java.security.AccessController.doPrivileged(Native Method)

    at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

    at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:467)

    ... 6 more

Caused by: java.net.BindException: Cannot assign requested address: connect

    at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)

    at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)

    at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)

    at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)

    at java.net.AbstractPlainSocketImpl.connect(Unknown Source)

    at java.net.PlainSocketImpl.connect(Unknown Source)

    at java.net.SocksSocketImpl.connect(Unknown Source)

    at java.net.Socket.connect(Unknown Source)

    at sun.net.NetworkClient.doConnect(Unknown Source)

    at sun.net.www.http.HttpClient.openServer(Unknown Source)

    at sun.net.www.http.HttpClient.openServer(Unknown Source)

    at sun.net.www.http.HttpClient.<init>(Unknown Source)

    at sun.net.www.http.HttpClient.New(Unknown Source)

    at sun.net.www.http.HttpClient.New(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

    at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)

    at java.net.URLConnection.getHeaderFieldLong(Unknown Source)

    at java.net.URLConnection.getContentLengthLong(Unknown Source)

    at java.net.URLConnection.getContentLength(Unknown Source)

    at cpw.mods.fml.relauncher.RelaunchLibraryManager.downloadFile(RelaunchLibraryManager.java:466)

    ... 6 more

P.S. I do have internet access at the time.

Link to comment
Share on other sites

Solved the first problem, but I'm getting a forge fatal error from a customLAN details apply:

2013-05-09 20:21:30 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from SERVER_ABOUT_TO_START to SERVER_STARTING. Loading cannot continue

2013-05-09 20:21:30 [sEVERE] [ForgeModLoader]

    mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    PowerCrystalsCore [PowerCrystals Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    mod_bspkrsCore [bspkrsCore] ([1.4.7]bspkrsCorev2.02.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    TreeCapitator [TreeCapitator] ([1.4.6]TreeCapitator.Forge.1.4.6.r07.Uni.CoreMod.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    CustomLAN [Custom LAN Mod] (CustomPortForge.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Errored

    BuildCraft|Core [buildCraft] (buildcraft-A-3.4.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    BuildCraft|Factory [bC Factory] (buildcraft-A-3.4.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    BuildCraft|Transport [bC Transport] (buildcraft-A-3.4.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    BuildCraft|Silicon [bC Silicon] (buildcraft-A-3.4.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    APUnofficial [Additional Pipes] (AdditionalPipes2.1.3u42-BC3.4.2-MC1.4.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    CoFHCore [CoFH Core] (CoFHCore-1.4.7.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    ComputerCraft [ComputerCraft] (ComputerCraft1.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    CCTurtle [ComputerCraft Turtles] (ComputerCraft1.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    ThermalExpansion [Thermal Expansion] (ThermalExpansion-2.2.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    OmniTools [OmniTools] (OmniTools-3.0.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    IC2 [industrialCraft 2] (industrialcraft-2_1.115.231-lf.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    ImmibisCore [immibis Core] (immibis-core-52.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    AdvancedRepulsionSystems [Advanced Repulsion Systems] (adv-repulsion-systems-52.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    AdvancedMachines [iC2 Advanced Machines Addon] (AdvancedMachines_1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    AdvancedPowerManagement [Advanced Power Management] (AdvancedPowerManagement-1.1.55-IC2_1.112.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    AppliedEnergistics [Applied Energistics] (appeng-rv9-i.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    BasicComponents [basic Components] (BasicComponents_v1.2.6.339.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    AssemblyLine [Assembly Line] (AssemblyLine_v0.2.8.88.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    AtomicScience [Atomic Science] (AtomicScience_v0.4.1.162a.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    BuildCraft|Builders [bC Builders] (buildcraft-A-3.4.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    BuildCraft|Energy [bC Energy] (buildcraft-A-3.4.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    ChickenChunks [ChickenChunks] (ChickenChunks 1.3.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    CompactSolars [Compact Solar Arrays] (compactsolars-universal-1.4.7-4.0.3.29.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    DimensionalAnchors [Dimensional Anchors] (dimensional-anchor-52.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    EE3 [Equivalent Exchange 3] (ee3-universal-pre1f.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    ElectricExpansion [Electric Expansion] (ElectricExpansion_v1.4.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    EnderStorage [EnderStorage] (EnderStorage 1.4.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    factorization [Factorization] (Factorization-0.7.21.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    factorization.misc [Factorization Miscellaneous Nonsense] (Factorization-0.7.21.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    factorization.dimensionalSlice [Factorization Dimensional Slices] (Factorization-0.7.21.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    FlatBedrock [FlatBedrock] (FlatBedrock_1.0.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    Fluid_Mechanics [Fluid_Mechanics] (Fluid-Mechanics_v0.2.8.27.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    IC2NuclearControl [Nuclear Control] (IC2NuclearControl-1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    ICBM|Contraption [iCBM|Contraption] (ICBM_Contraption_v1.0.6.168.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    ICBM|Sentry [iCBM|Sentry] (ICBM_Sentry_v1.0.6.168.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    ICBM|Explosion [iCBM|Explosion] (ICBM_Explosion_v1.0.6.168.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    IronChest [iron Chest] (ironchest-universal-1.4.7-5.1.0.275.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    ThermalExpansion|Factory [Factory] (ThermalExpansion-2.2.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    ThermalExpansion|Energy [Energy] (ThermalExpansion-2.2.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    ThermalExpansion|Transport [Transport] (ThermalExpansion-2.2.2.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    LogisticsPipes|Main [Logistics Pipes] (LogisticsPipes-MC1.4.7-0.7.0.96.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    Mekanism [Mekanism] (Mekanism-v5.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    MekanismGenerators [MekanismGenerators] (MekanismGenerators-v5.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    MekanismTools [MekanismTools] (MekanismTools-v5.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    ModularForceFieldSystem [Modular Force Field System] (MFFS_v2.3.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    MFReloaded [Minefactory Reloaded] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    MFReloaded|CompatExtraBiomes [MFR Compat: ExtraBiomes] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    MFReloaded|CompatForestry [MFR Compat: Forestry] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    MFReloaded|CompatIC2 [MFR Compat: IC2] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    MFReloaded|CompatPams [MFR Compat: Pam's Mods] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    RedPowerCore [RedPower] (RedPowerCore-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    RedPowerBase [RP Base] (RedPowerCore-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    RedPowerWorld [RP World] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    MFReloaded|CompatRP2 [MFR Compat: RP2] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    MFReloaded|CompatSoulShards [MFR Compat: Soul Shards] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    MFReloaded|CompatSufficientBiomes [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    MFReloaded|CompatThaumcraft [MFR Compat: Thaumcraft] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    MFReloaded|CompatTwilightForest [MFR Compat: TwilightForest] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    MFReloaded|CompatVanilla [MFR Compat: Vanilla] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    MFReloaded|CompatXyCraft [MFR Compat: XyCraft] (MineFactoryReloaded-2.3.2-287.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    mmmPowersuits [MachineMuse's Modular Powersuits] (ModularPowersuits-0.3.2-199.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    NetherOres [Nether Ores] (NetherOres-2.0.6-32.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    OCS [OpenCCSensors] (OpenCCSensors-0.1.4b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    Railcraft [Railcraft] (Railcraft_1.4.7-6.17.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    PowerConverters [Power Converters] (PowerConverters-2.2.2-29.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    RedPowerMachine [RP Machine] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    RedPowerCompat [RP Compat] (RedPowerCompat-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    RedPowerWiring [RP Wiring] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    RedPowerLogic [RP Logic] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    RedPowerLighting [RP Lighting] (RedPowerDigital-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    RedPowerControl [RP Control] (RedPowerMechanical-2.0pr6.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    SGCraft [sG Craft] (SGCraft-0.2.0-mc1.4.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    StevesCarts [steve's Carts] (StevesCarts2.0.0.a62.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    Tubestuff [Tubestuff] (tubestuff-52.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    WR-CBE|Core [WR-CBE Core] (WR-CBE Core 1.3.2.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    WR-CBE|Addons [WR-CBE Addons] (WR-CBE Addons 1.3.2.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

    WR-CBE|RedPower [WR-CBE RedPower] (WR-CBE RedPower 1.3.2.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

2013-05-09 20:21:30 [sEVERE] [ForgeModLoader] The following problems were captured during this phase

2013-05-09 20:21:30 [sEVERE] [ForgeModLoader] Caught exception from CustomLAN

java.lang.NoClassDefFoundError: ayp

    at CustomLAN.CustomLAN.registerCommands(CustomLAN.java:140)

    at CustomLAN.CustomLAN.onServerStarting(CustomLAN.java:61)

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

    at sun.reflect.GeneratedMethodAccessor1.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:153)

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

    at cpw.mods.fml.common.Loader.serverStarting(Loader.java:721)

    at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:315)

    at ho.c(DedicatedServer.java:233)

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

    at fy.run(ThreadMinecraftServer.java:16)

Caused by: java.lang.ClassNotFoundException: ayp

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

    at java.lang.ClassLoader.loadClass(Unknown Source)

    at java.lang.ClassLoader.loadClass(Unknown Source)

    ... 31 more

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

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

    at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:261)

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

    ... 33 more

2013-05-09 20:21:30 [sEVERE] [ForgeModLoader] A fatal exception occurred during the server starting event

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: ayp

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

    at cpw.mods.fml.common.Loader.serverStarting(Loader.java:722)

    at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:315)

    at ho.c(DedicatedServer.java:233)

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

    at fy.run(ThreadMinecraftServer.java:16)

Caused by: java.lang.NoClassDefFoundError: ayp

    at CustomLAN.CustomLAN.registerCommands(CustomLAN.java:140)

    at CustomLAN.CustomLAN.onServerStarting(CustomLAN.java:61)

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

    at sun.reflect.GeneratedMethodAccessor1.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:153)

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

    at cpw.mods.fml.common.Loader.serverStarting(Loader.java:721)

    ... 4 more

Caused by: java.lang.ClassNotFoundException: ayp

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

    at java.lang.ClassLoader.loadClass(Unknown Source)

    at java.lang.ClassLoader.loadClass(Unknown Source)

    ... 31 more

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

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

    at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:261)

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

    ... 33 more

Link to comment
Share on other sites

How exactly do you get the server.jar?

In the launch.bat, what do you currently have set for it's settings. Such as the Xms___Kb/G?

I hate to be rude, but why don't you download and find out?!?! Also, why the double post dude?

Link to comment
Share on other sites

I have a, probably basic, question. I have created a 1.5.1 Custom Modpack without any issues. I cannot for the life of me figure out how to create the server. Do I just modify a vanilla minecraft_server.jar? If that's the case, I'm getting tons of errors when I try to put in my mods and coremods, though it works fine with forge installed. I've also tried to tackle craftbukkit servers and MCPC+ servers and left more confused than before. The modpack I'm using is http://www.technicpack.net/api/modpack/stoked-modpack . I wish Tekkit had a simple TechnicLauncherSERVER.jar that I could have auto-load my mods. I tried following the tutorial above, but can't find a 1.5.1 equivalent for the 1.4.7 link that was provided. Thanks!

Link to comment
Share on other sites

I have a, probably basic, question. I have created a 1.5.1 Custom Modpack without any issues. I cannot for the life of me figure out how to create the server. Do I just modify a vanilla minecraft_server.jar? If that's the case, I'm getting tons of errors when I try to put in my mods and coremods, though it works fine with forge installed. I've also tried to tackle craftbukkit servers and MCPC+ servers and left more confused than before. The modpack I'm using is http://www.technicpack.net/api/modpack/stoked-modpack . I wish Tekkit had a simple TechnicLauncherSERVER.jar that I could have auto-load my mods. I tried following the tutorial above, but can't find a 1.5.1 equivalent for the 1.4.7 link that was provided. Thanks!

Unfortunately, MCPC+ is only updated for 1.4.7. I will however, include a link in the OP for a 1.5.1 server file.

Link to comment
Share on other sites

In your third step you mention not including NEI data in the mod and coremod folders of the server. This would leave only the config files on the server which I'm assuming is all you need there correct? Also, NEI requires the ChickenBonesCore to be placed in the coremod folder: would this need to remain in the server or not?

Thanks for the help!

Link to comment
Share on other sites

In regards to NEI I just want to say that I had to put NEI back into the server's coremods because without it there and just the config files I was unable to access magnet mode and creative + mode, both of which I tend to use. They showed up when I added it back. Although my friend has reported NEI issues while online. I think he said all he had was the options button and doesn't have access to anything else of NEI. I'm waiting on him to send me screens to confirm though.

And on another note I just made the core server from scratch and put forge in it manually. The one I downloaded from you kept giving me errors mentioning bukkit. Kind of a shame since I would like to learn about and find some plugins to use, but my pack/server is a private pack just for me and my 2 friends that play, so it isn't that big of a deal.

Ps, Thanks for the guide it was helpful!

Link to comment
Share on other sites

I have problem with ID mismatches and a biiiig wall of text that comes just before this

2013-05-14 21:44:12 [infos] [sTDOUT] Clearing dim cache

2013-05-14 21:44:12 [infos] [sTDERR] java.lang.NullPointerException

2013-05-14 21:44:12 [infos] [sTDERR]    at StevenDimDoors.mod_pocketDim.dimHelper.save(dimHelper.java:1019)

2013-05-14 21:44:12 [infos] [sTDERR]    at StevenDimDoors.mod_pocketDim.ConnectionHandler.connectionClosed(ConnectionHandler.java:47)

2013-05-14 21:44:12 [infos] [sTDERR]    at cpw.mods.fml.common.network.NetworkRegistry.connectionClosed(NetworkRegistry.java:219)

2013-05-14 21:44:12 [infos] [sTDERR]    at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionClosed(FMLNetworkHandler.java:325)

2013-05-14 21:44:12 [infos] [sTDERR]    at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:469)

2013-05-14 21:44:12 [infos] [sTDERR]    at cpw.mods.fml.client.FMLClientHandler.disconnectIDMismatch(FMLClientHandler.java:525)

2013-05-14 21:44:12 [infos] [sTDERR]    at cpw.mods.fml.common.FMLCommonHandler.disconnectIDMismatch(FMLCommonHandler.java:463)

2013-05-14 21:44:12 [infos] [sTDERR]    at cpw.mods.fml.common.network.ModIdMapPacket.execute(ModIdMapPacket.java:101)

2013-05-14 21:44:12 [infos] [sTDERR]    at cpw.mods.fml.common.network.FMLNetworkHandler.handleFMLPacket(FMLNetworkHandler.java:114)

2013-05-14 21:44:12 [infos] [sTDERR]    at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:79)

2013-05-14 21:44:12 [infos] [sTDERR]    at net.minecraft.client.multiplayer.NetClientHandler.func_72501_a(NetClientHandler.java:1571)

2013-05-14 21:44:12 [infos] [sTDERR]    at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:59)

2013-05-14 21:44:12 [infos] [sTDERR]    at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:461)

2013-05-14 21:44:12 [infos] [sTDERR]    at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:266)

2013-05-14 21:44:12 [infos] [sTDERR]    at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(GuiConnecting.java:51)

2013-05-14 21:44:12 [infos] [sTDERR]    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1525)

2013-05-14 21:44:12 [infos] [sTDERR]    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:834)

2013-05-14 21:44:12 [infos] [sTDERR]    at net.minecraft.client.Minecraft.run(Minecraft.java:759)

2013-05-14 21:44:12 [infos] [sTDERR]    at java.lang.Thread.run(Unknown Source)

2013-05-14 21:44:12 [infos] [sTDOUT] Could not save data-- SEVERE

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...