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

Crash with Advanced Item Tab #1

Closed
HowardZHY opened this issue Jan 15, 2023 · 1 comment
Closed

Crash with Advanced Item Tab #1

HowardZHY opened this issue Jan 15, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@HowardZHY
Copy link
Owner

---- Minecraft Crash Report ----

WARNING: coremods are present:
CustomSkinLoader (CustomSkinLoader_ForgeLegacy-14.15.jar)
InputFix (InputFix-1.8.x-v2.jar)
EFFLL (LiteLoader ObjectHolder fix) (ExtraFoamForLiteLoader-1.0.0.jar)
ModTweaker (Patcher-1.8.5 (1.8.9).jar)
NoBeaconBeam (nobeam-1.8.9.jar)
TMIForgeLoader (!TMI-1.8.9-mixin.jar)
BetterfpsdistMod (betterfpsdistance-1.8.9.jar)
PatcherTweaker (Patcher-1.8.5 (1.8.9).jar)
Contact their authors BEFORE contacting forge

// Don't do that.

Time: 16/01/23 上午 12:59
XRay version: 47
Description: Unexpected error

java.lang.ExceptionInInitializerError
at net.minecraft.client.gui.inventory.GuiContainer.handler$zzb000$onInit(GuiContainer.java:786)
at net.minecraft.client.gui.inventory.GuiContainer.(GuiContainer.java:60)
at net.minecraft.client.renderer.InventoryEffectRenderer.(InventoryEffectRenderer.java:19)
at net.minecraft.client.gui.inventory.GuiInventory.(SourceFile:18)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1983)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1024)
at net.minecraft.client.Minecraft.run(Minecraft.java:349)
at net.minecraft.client.main.Main.main(SourceFile:124)
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:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
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:498)
at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:58)
at oolloo.jlw.Wrapper.main(Wrapper.java:51)
Caused by: java.lang.NullPointerException
at fr.atesab.act.AdvancedItem.getSubItems(AdvancedItem.java:48)
at net.minecraft.src.TMIGame.gameItems(TMIGame.java:206)
at net.minecraft.src.TMIGame.allItems(TMIGame.java:214)
at net.minecraft.src.TMIItemsPanel.(TMIItemsPanel.java:17)
at net.minecraft.src.TMISidebar.(TMISidebar.java:6)
at net.minecraft.src.TMIController.(TMIController.java:22)
at net.minecraft.src.TMI.(TMI.java:5)
at net.minecraft.src.TMI.(TMI.java:4)
... 20 more

@HowardZHY HowardZHY added the bug Something isn't working label Jan 15, 2023
@HowardZHY HowardZHY pinned this issue Jan 15, 2023
@HowardZHY
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant