Advertisement
Guest User

Untitled

a guest
Feb 25th, 2013
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This doesn't make any sense!
  3.  
  4. Time: 2/25/13 9:41 PM
  5. Description: Failed to start game
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.RuntimeException: Unknown character ' ' in '/config/forge.cfg:1'
  8. at cpw.mods.fml.common.Loader.identifyMods(Loader.java:322)
  9. at cpw.mods.fml.common.Loader.loadMods(Loader.java:457)
  10. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
  11. at net.minecraft.client.Minecraft.a(Minecraft.java:410)
  12. at asq.a(SourceFile:56)
  13. at net.minecraft.client.Minecraft.run(Minecraft.java:744)
  14. at java.lang.Thread.run(Unknown Source)
  15. Caused by: java.lang.RuntimeException: Unknown character ' ' in '/config/forge.cfg:1'
  16. at net.minecraftforge.common.Configuration.load(Configuration.java:612)
  17. at net.minecraftforge.common.Configuration.<init>(Configuration.java:89)
  18. at net.minecraftforge.common.ForgeDummyContainer.<init>(ForgeDummyContainer.java:44)
  19. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  20. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  21. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  22. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  23. at java.lang.Class.newInstance0(Unknown Source)
  24. at java.lang.Class.newInstance(Unknown Source)
  25. at cpw.mods.fml.common.Loader.identifyMods(Loader.java:317)
  26. ... 6 more
  27.  
  28.  
  29. A detailed walkthrough of the error, its code path and all known details is as follows:
  30. ---------------------------------------------------------------------------------------
  31.  
  32. -- System Details --
  33. Details:
  34. Minecraft Version: 1.4.6
  35. Operating System: Windows 8 (amd64) version 6.2
  36. Java Version: 1.7.0_13, Oracle Corporation
  37. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  38. Memory: 119424864 bytes (113 MB) / 251002880 bytes (239 MB) up to 787873792 bytes (751 MB)
  39. JVM Flags: 5 total; -Xms256M -Xmx768M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts
  40. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  41. Suspicious classes: FML and Forge are installed
  42. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  43. FML: MCP v7.25 FML v4.6.17.515 Minecraft Forge 6.5.0.489 Optifine OptiFine_1.4.6_HD_U_D4 Feed The Beast Mod Pack 2 mods loaded, 0 mods active
  44. mcp [Minecraft Coder Pack] (minecraft.jar)
  45. FML [Forge Mod Loader] (coremods)
  46. LWJGL: 2.4.2
  47. OpenGL: ATI Radeon HD 3200 Graphics GL version 3.3.11672 Compatibility Profile Context, ATI Technologies Inc.
  48. Is Modded: Definitely; Client brand changed to 'forge,fml'
  49. Type: Client (map_client.txt)
  50. Texture Pack: HD_Font.zip
  51. Profiler Position: N/A (disabled)
  52. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement