My server crashes every time I try to start the game up, as a result of trying to place stone conductive pipes in the game.
Opening the file in an FTB-friendly version of MCEdit and removing them doesn't fix the problem.
Does anyone know what I could try to do to fix it? Thanks
Helpful info:
Minecraft Version: 1.4.7
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_17, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 433317864 bytes (413 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512M -Xmx1G
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: MCP v7.26a FML v4.7.35.556 Minecraft Forge 6.6.2.534 2 mods loaded, 0 mods active
mcp [Minecraft Coder Pack] (minecraft.jar)
FML [Forge Mod Loader] (coremods)
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'forge,fml'
Type: Dedicated Server (map_server.txt)
Opening the file in an FTB-friendly version of MCEdit and removing them doesn't fix the problem.
Does anyone know what I could try to do to fix it? Thanks
Code:
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.RuntimeException: Unknown character ' ' in '/config/forge.cfg:1'
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:326)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:470)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:351)
at ho.c(DedicatedServer.java:64)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
Caused by: java.lang.RuntimeException: Unknown character ' ' in '/config/forge.cfg:1'
at net.minecraftforge.common.Configuration.load(Configuration.java:613)
at net.minecraftforge.common.Configuration.<init>(Configuration.java:89)
at net.minecraftforge.common.ForgeDummyContainer.<init>(ForgeDummyContainer.java:47)
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 java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:321)
... 6 more
Helpful info:
Minecraft Version: 1.4.7
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_17, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 433317864 bytes (413 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512M -Xmx1G
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: MCP v7.26a FML v4.7.35.556 Minecraft Forge 6.6.2.534 2 mods loaded, 0 mods active
mcp [Minecraft Coder Pack] (minecraft.jar)
FML [Forge Mod Loader] (coremods)
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'forge,fml'
Type: Dedicated Server (map_server.txt)