Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility issue with custom NPC #85

Open
Zack7292 opened this issue Dec 8, 2024 · 0 comments
Open

Compatibility issue with custom NPC #85

Zack7292 opened this issue Dec 8, 2024 · 0 comments

Comments

@Zack7292
Copy link

Zack7292 commented Dec 8, 2024

im trying to run a simply modpack (only tools mods that i keep to test things around, including custom npc for the diemsnion teleporter) and after running it with your mod, i got thee following crash: https://mclo.gs/awpXrFO after turning on and off mods, i found out that this mod was causing it, tbh i have no real idea what is causing it since it is happening during the 2nd phase of lunching the game, i have retried the crash without any other mods :

---- Minecraft Crash Report ----

WARNING: coremods are present:
ModTweaker (PolyPatcher-1.12.2-forge-1.10.2.jar)
PatcherTweaker (PolyPatcher-1.12.2-forge-1.10.2.jar)
Contact their authors BEFORE contacting forge

// You're mean.

Time: 12/8/24 4:00 PM
Description: Initializing game

java.lang.NullPointerException: Initializing game
at noppes.npcs.items.ItemNpcBlock.(ItemNpcBlock.java:11)
at noppes.npcs.CustomItems.registerItems(CustomItems.java:159)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_15_CustomItems_registerItems_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:850)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
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 noppes.npcs.items.ItemNpcBlock.(ItemNpcBlock.java:11)
at noppes.npcs.CustomItems.registerItems(CustomItems.java:159)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_15_CustomItems_registerItems_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:850)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- 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: 608371768 bytes (580 MB) / 1070071808 bytes (1020 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2860 8 mods loaded, 8 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.2860.jar       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | forge       | 14.23.5.2860   | forge-1.12.2-14.23.5.2860.jar       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | polypatcher | 1.10.2         | minecraft.jar                       | None                                     |
| LCH   | oneconfig   | 0.2.2-alpha220 | OneConfig (1.12.2-forge).jar        | None                                     |
| LCH   | customnpcs  | 1.12           | CustomNPCs_1.12.2-(05Jul20).jar     | None                                     |
| LCH   | patcher     | 1.10.2         | PolyPatcher-1.12.2-forge-1.10.2.jar | None                                     |

Loaded coremods (and transformers): 

ModTweaker (PolyPatcher-1.12.2-forge-1.10.2.jar)
club.sk1er.patcher.tweaker.other.ModClassTransformer
PatcherTweaker (PolyPatcher-1.12.2-forge-1.10.2.jar)
club.sk1er.patcher.tweaker.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 560.94' Renderer: 'NVIDIA GeForce RTX 3070/PCIe/SSE2'
Launched Version: forge-14.23.5.2860
LWJGL: 2.9.4
OpenGL: NVIDIA GeForce RTX 3070/PCIe/SSE2 GL version 4.6.0 NVIDIA 560.94, NVIDIA Corporation
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: 12x AMD Ryzen 5 5600X 6-Core Processor 

thank you in advance :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant