FTB SERVER START-UP CRASH

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

Fitz

New Member
Jul 29, 2019
4
0
0
Hello.
Today I tried to start up my FTB server just like any other day and this came up:


---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 22/06/13 8:05 PM
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


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

-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.6.0_31, Sun Microsystems Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
Memory: 2966839224 bytes (2829 MB) / 3087007744 bytes (2944 MB) up to 3087007744 bytes (2944 MB)
JVM Flags: 2 total; -Xms3072M -Xmx3072M
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)


I'm new to server hosting and I have no idea what to do.
All I know is that now I cannot access my server.
Please help me! I hope there's an easy fix. :)
 

Philo

New Member
Jul 29, 2019
89
0
0
Try this:
Uninstall Java 6 and install Java 7 instead.

If that won't help, post a new console log on pastebin.com.
As to how to get the log, check out this resource.
 

Fitz

New Member
Jul 29, 2019
4
0
0
Or you could just correct the minor failure in the forge.cfg's first line.

What do you mean? Sorry I'm completely new to this :/[DOUBLEPOST=1372579073][/DOUBLEPOST]Never mind I've fixed it. :) Thanks guys was really worried for a second there.
 
Status
Not open for further replies.