MindCrack crashing on 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.

PJUmbreon

New Member
Jul 29, 2019
1
0
0
After the Mojang screen shows, it crashes and gives me this:
Code:
      Minecraft has crashed!     
      ----------------------     
 
Minecraft has stopped running because it encountered a problem; Failed to start game
 
A full error report has been saved to \\server\users\PJUmbreon\Downloads\ftb\MindCrack\minecraft\crash-reports\crash-2013-03-10_16.20.23-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(
 
 
 
--- BEGIN ERROR REPORT f650c2ec --------
Full report at:
\\server\users\PJUmbreon\Downloads\ftb\MindCrack\minecraft\crash-reports\crash-2013-03-10_16.20.23-client.txt
Please show that file to Mojang, NOT just this screen!
 
Generated 3/10/13 4:20 PM
 
-- System Details --
Details:
    Minecraft Version: 1.4.7
    Operating System: Windows 7 (x86) version 6.1
    Java Version: 1.7.0_10, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 121871480 bytes (116 MB) / 255066112 bytes (243 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 5 total; -Xms256M -Xmx1024M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts
    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.32.553 Minecraft Forge 6.6.1.524 Feed The Beast Mod Pack 5 mods loaded, 0 mods active
    mcp [Minecraft Coder Pack] (minecraft.jar)
    FML [Forge Mod Loader] (coremods)
    Forge [Minecraft Forge] (coremods)
    CodeChickenCore [CodeChicken Core] (coremods)
    NotEnoughItems [Not Enough Items] (coremods)
    LWJGL: 2.4.2
    OpenGL: Intel Bear Lake B GL version 1.4.0 - Build 8.14.10.1930, Intel
    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
 
java.lang.IllegalArgumentException: URI has an authority component
    at java.io.File.<init>(Unknown Source)
    at cpw.mods.fml.common.ModClassLoader.getParentSources(ModClassLoader.java:67)
    at cpw.mods.fml.common.discovery.ModDiscoverer.findClasspathMods(ModDiscoverer.java:33)
    at cpw.mods.fml.common.Loader.identifyMods(Loader.java:332)
    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:410)
    at asq.a(SourceFile:56)
    at net.minecraft.client.Minecraft.run(Minecraft.java:744)
    at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 685ad087 ----------
And this is the full error report:
Code:
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
 
Time: 3/10/13 4:08 PM
Description: Failed to start game
 
java.lang.IllegalArgumentException: URI has an authority component
    at java.io.File.<init>(Unknown Source)
    at cpw.mods.fml.common.ModClassLoader.getParentSources(ModClassLoader.java:67)
    at cpw.mods.fml.common.discovery.ModDiscoverer.findClasspathMods(ModDiscoverer.java:33)
    at cpw.mods.fml.common.Loader.identifyMods(Loader.java:332)
    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:410)
    at asq.a(SourceFile:56)
    at net.minecraft.client.Minecraft.run(Minecraft.java:744)
    at java.lang.Thread.run(Unknown Source)
 
 
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 (x86) version 6.1
    Java Version: 1.7.0_10, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 114753656 bytes (109 MB) / 255066112 bytes (243 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 5 total; -Xms256M -Xmx1024M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts
    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.32.553 Minecraft Forge 6.6.1.524 Feed The Beast Mod Pack 5 mods loaded, 0 mods active
    mcp [Minecraft Coder Pack] (minecraft.jar)
    FML [Forge Mod Loader] (coremods)
    Forge [Minecraft Forge] (coremods)
    CodeChickenCore [CodeChicken Core] (coremods)
    NotEnoughItems [Not Enough Items] (coremods)
    LWJGL: 2.4.2
    OpenGL: Intel Bear Lake B GL version 1.4.0 - Build 8.14.10.1930, Intel
    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
Is there any way to fix this?
 
Status
Not open for further replies.