[Solved] FTB crash by startup

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

Hollander89

New Member
Jul 29, 2019
5
0
0
I got some problems with starting FTB on the computer.
I hope some1 could tell me how to fix this problem.

Here is the crashreport:
Code:
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
 
Time: 15-10-13 17:38
Description: Failed to start game
 
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.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
    at net.minecraft.client.Minecraft.a(Minecraft.java:412)
    at asq.a(SourceFile:56)
    at net.minecraft.client.Minecraft.run(Minecraft.java:746)
    at java.lang.Thread.run(Unknown Source)
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.7.0_11, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 210784448 bytes (201 MB) / 259522560 bytes (247 MB) up to 5030543360 bytes (4797 MB)
    JVM Flags: 7 total; -Xms256M -Xmx4864M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts -XX:+CMSClassUnloadingEnabled -XX:PermSize=128m
    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 Feed The Beast Mod Pack 2 mods loaded, 0 mods active
    mcp [Minecraft Coder Pack] (minecraft.jar)
    FML [Forge Mod Loader] (coremods)
    LWJGL: 2.4.2
    OpenGL: GeForce GTX 560 Ti/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
    Is Modded: Definitely; Client brand changed to 'forge,fml'
    Type: Client (map_client.txt)
    Texture Pack: Default
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
 
Code:
Unknown character ' ' in '/config/forge.cfg:1'
You have a tab in that file, need to replace the tab with spaces. Whatever you changed in the config, check it and make sure it's just spaces.
 
But I never changed anything in the configs, so how I have to do that?


I've got time, if you upload that config file I can take a look at it. It's weird it would have a tab if you didn't edit it, but that error normally means there is a tab. It could be something else, but 99% of the time it's a tab.
 
Status
Not open for further replies.