Jump to content

arit1

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by arit1

  1. Here's the crash report I keep getting

     

    ---- Minecraft Crash Report ----
    // Why did you do that?

    Time: 6/12/19 4:03 PM
    Description: Initializing game

    java.lang.NullPointerException: Initializing game
        at net.minecraft.client.renderer.block.statemap.BlockStateMapper.func_188182_a(SourceFile:49)
        at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:221)
        at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150)
        at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
        at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
        at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)
        at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
        at net.minecraft.client.main.Main.main(SourceFile:123)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

    -- Head --
    Thread: Client thread
    Stacktrace:
        at net.minecraft.client.renderer.block.statemap.BlockStateMapper.func_188182_a(SourceFile:49)
        at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:221)
        at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:150)
        at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
        at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
        at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:513)

    -- Initialization --
    Details:
    Stacktrace:
        at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
        at net.minecraft.client.main.Main.main(SourceFile:123)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    -- System Details --
    Details:
        Minecraft Version: 1.12.2
        Operating System: Windows 10 (amd64) version 10.0
        Java Version: 1.8.0_51, Oracle Corporation
        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
        Memory: 374075808 bytes (356 MB) / 805306368 bytes (768 MB) up to 2147483648 bytes (2048 MB)
        JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
        IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
        FML: MCP 9.42 Powered by Forge 14.23.5.2838 7 mods loaded, 7 mods active
        States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

        | State | ID                 | Version        | Source                        | Signature                                |
        |:----- |:------------------ |:-------------- |:----------------------------- |:---------------------------------------- |
        | LCH   | minecraft          | 1.12.2         | minecraft.jar                 | None                                     |
        | LCH   | mcp                | 9.42           | minecraft.jar                 | None                                     |
        | LCH   | FML                | 8.0.99.99      | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
        | LCH   | forge              | 14.23.5.2838   | forge-1.12.2-14.23.5.2838.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
        | LCH   | flansmod           | 5.5.2          | Flan's Mod-1.12.2-5.5.2.jar   | None                                     |
        | LCH   | flansmodapocalypse | 1.0            | Flan's Mod-1.12.2-5.5.2.jar   | None                                     |
        | LCH   | row                | 1.12.2-1812-4o | Rails-of-War-Mod-1.12.2.jar   | None                                     |

        Loaded coremods (and transformers): 
        GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 25.20.100.6374' Renderer: 'Intel(R) UHD Graphics 620'
        Launched Version: 1.12.2-forge1.12.2-14.23.5.2838
        LWJGL: 2.9.4
        OpenGL: Intel(R) UHD Graphics 620 GL version 4.5.0 - Build 25.20.100.6374, Intel
        GL Caps: Using GL 1.3 multitexturing.
    Using GL 1.3 texture combiners.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Shaders are available because OpenGL 2.1 is supported.
    VBOs are available because OpenGL 1.5 is supported.

        Using VBOs: Yes
        Is Modded: Definitely; Client brand changed to 'fml,forge'
        Type: Client (map_client.txt)
        Resource Packs: 
        Current Language: English (US)
        Profiler Position: N/A (disabled)
        CPU: 4x Intel(R) Core(TM) i3-8145U CPU @ 2.10GHz

     

    The weird thing is I'm not using Flans mod (i was at a different time)

    I'm trying to use Mr. Crayfishes town template with the required mods (I can't upload them, but there's a file online)

    Update:

    I'm using the mods from the required mods folder that I got from here: http://www.mediafire.com/file/yjyj621qqgajum9/MrCrayfish+town.rar

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.