Jump to content

Recommended Posts

Posted

Crash report:

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

Time: 2/13/20 8:49 PM
Description: Constructing RTM ModelPack

java.lang.NullPointerException: Constructing RTM Model Pack
    at jp.ngt.rtm.modelpack.ModelPackManager.getResource (ModelPackManager.java:398)
    at jp.ngt.rtm.modelpack.modelset.ModelSetNPC.constructOnClient (ModelSetNPC.java:49)
    at jp.ngt.rtm.modelpack.init.ModelPackConstructThread.runThread (ModelPackConstructThread.java:66)
    at jp.ngt.rtm.modelpack.init.ModelPackConstructThread.run (ModelPackConstructThread.java:33)


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

- Head -
Thread: RTM ModelPack Construct Stacktrace
:
    at jp.ngt.rtm.modelpack.ModelPackManager.getResource (ModelPackManager.java:398)
    at jp.ngt.rtm.modelpack.modelset.ModelSetNPC.constructOnClient (ModelSetNPC.java: 49)
    at jp.ngt.rtm.modelpack.init.ModelPackConstructThread.runThread (ModelPackConstructThread.java:66)

- Initialization -
Details:
Stack trace:
    at jp.ngt.rtm.modelpack.init.ModelPackConstructThread.run (ModelPackConstructThread.java:33)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 164840184 bytes (157 MB) / 369098752 bytes (352 MB) up to 1073741824 bytes (1024 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -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.2847 6 mods loaded, 6 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 |
    |:------ |:--------- |:------------ |:------------------------------------------------- |:--------- |
    | LCHIJA | minecraft | 1.12.2       | minecraft.jar                                     | None      |
    | LCHIJA | mcp       | 9.42         | minecraft.jar                                     | None      |
    | LCHIJA | FML       | 8.0.99.99    | forge-1.12.2-14.23.5.2847.jar                     | None      |
    | LCHIJA | forge     | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar                     | None      |
    | LCHIJA | ngtlib    | 2.4.13       | NGTLib2.4.13-30_forge-1.12.2-14.23.2.2611 (2).jar | None      |
    | LCHIJA | rtm       | 2.4.14       | RTM2.4.14-33_forge-1.12.2-14.23.2.2611 (1).jar    | None      |

    Loaded coremods (and transformers): 
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
    LWJGL: 2.9.4
    OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    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: 6x Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz

Posted

1.12 is no longer support on this forum due to age.

Please update to a modern version to receive support.

 

More information can be found in the LTS link at the top of every page.

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • When you name a method like that, with no return value, it is a constructor. The constructor must have the same name as the class it constructs, in this case, ModItems. I would strongly advise reading up on some basic Java tutorials, because you will definitely be running into a lot more issues as you go along without the basics. *I should also add that the Forge documentation is a reference, not a tutorial. Even following tutorials, you should know Java basics, otherwise the smallest of mistakes will trip you up as you copy someone elses code.
    • so, I'm starting modding and I'm following the official documantation for forge: https://docs.minecraftforge.net, but in the registries part it is not working as it is in the docs:   public class ModItems { private static final DeferredRegister<Item> ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS, DarkStarvation.MOD_ID); public static final RegistryObject<Item> TEST_ITEM = ITEMS.register("test_item", () -> new Item(new Item.Properties())); public DarkStarvation(FMLJavaModLoadingContext context) { ITEMS.register(context.getModEventBus()); } } in 'public DarkStarvation(...' the DarkStarvation has this error: Invalid method declaration; return type required and the getModEventBus(): Cannot resolve method 'getModEventBus' in 'FMLJavaModLoadingContext' please help, I asked gpt but it is saying that I'm using an old method, but I'm following the latest version of Forge Docs???
    • I merged your second post with the original , there is no need to post a new thread asking for an answer. If someone sees your post and can help, they will reply. If you are seeking a quicker response, you could try asking in the Minecraft Forge diacord.
    • Create a new instance and start with cobblemon - if this works, add the rest of your mods in groups   Maybe another mod is conflicting - like Sodium/Iris or Radical Cobblemon Trainers
    • https://forums.minecraftforge.net/topic/157393-1201-forge-rocket-flame-particle-trail-moves-up-and-crashes-into-the-rocket-during-flight/#comment-584134
  • Topics

×
×
  • Create New...

Important Information

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