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 when marking fairy souls as found / not found in main menu (not escape menu) config. #1046

Open
nea89o opened this issue Mar 12, 2024 · 0 comments
Labels
crash This issue is about a crash (more important)

Comments

@nea89o
Copy link
Member

nea89o commented Mar 12, 2024

All the command handlers in executeRunnable need to be replaced with actual function calls / checks for whether the player is ingame or not.

---- Minecraft Crash Report ----

WARNING: coremods are present:
  Skytils On Top (Skytils-1.9.0-pre2.jar)
  PatcherTweaker (Patcher-1.8.7 (1.8.9).jar)
  ModTweaker (Patcher-1.8.7 (1.8.9).jar)
Contact their authors BEFORE contacting forge

// I let you down. Sorry :(

Time: 12/03/24 16:49
Description: Updating screen events

io.github.moulberry.notenoughupdates.deps.io.github.moulberry.moulconfig.internal.ContextAware$ContextualException: Editor at field public boolean io.github.moulberry.notenoughupdates.options.separatesections.Misc.fariySoul crashed: null
	at io.github.moulberry.notenoughupdates.deps.io.github.moulberry.moulconfig.internal.ContextAware.wrapErrorWithContext(ContextAware.java:16)
	at io.github.moulberry.notenoughupdates.deps.io.github.moulberry.moulconfig.gui.MoulConfigEditor.mouseInput(MoulConfigEditor.java:867)
	at io.github.moulberry.notenoughupdates.deps.io.github.moulberry.moulconfig.gui.GuiScreenElementWrapper.func_146274_d(GuiScreenElementWrapper.java:47)
	at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:524)
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1674)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1024)
	at net.minecraft.client.Minecraft.func_99999_d(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:497)
	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:497)
	at gg.essential.loader.stage2.relaunch.Relaunch.relaunch(Relaunch.java:124)
	at gg.essential.loader.stage2.EssentialLoader.preloadEssential(EssentialLoader.java:173)
	at gg.essential.loader.stage2.EssentialLoader.loadPlatform(EssentialLoader.java:117)
	at gg.essential.loader.stage2.EssentialLoaderBase.load(EssentialLoaderBase.java:147)
	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 gg.essential.loader.stage1.EssentialLoaderBase.load(EssentialLoaderBase.java:293)
	at gg.essential.loader.stage1.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:44)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
	at gg.essential.loader.stage0.EssentialSetupTweaker.loadStage1(EssentialSetupTweaker.java:53)
	at gg.essential.loader.stage0.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:26)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
	at java.lang.Class.newInstance(Class.java:442)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:98)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NullPointerException
	at net.minecraftforge.client.ClientCommandHandler.func_71556_a(ClientCommandHandler.java:90)
	at io.github.moulberry.notenoughupdates.options.NEUConfig.executeRunnable(NEUConfig.java:212)
	at io.github.moulberry.notenoughupdates.deps.io.github.moulberry.moulconfig.gui.editors.GuiOptionEditorBoolean.onUpdate(GuiOptionEditorBoolean.java:70)
	at io.github.moulberry.notenoughupdates.deps.io.github.moulberry.moulconfig.gui.editors.GuiOptionEditorBoolean.lambda$new$1(GuiOptionEditorBoolean.java:42)
	at io.github.moulberry.notenoughupdates.deps.io.github.moulberry.moulconfig.gui.editors.GuiOptionEditorBoolean$$Lambda$645/1226964344.accept(Unknown Source)
	at io.github.moulberry.notenoughupdates.deps.io.github.moulberry.moulconfig.gui.elements.GuiElementBoolean.mouseInput(GuiElementBoolean.java:147)
	at io.github.moulberry.notenoughupdates.deps.io.github.moulberry.moulconfig.gui.editors.GuiOptionEditorBoolean.mouseInput(GuiOptionEditorBoolean.java:60)
	at io.github.moulberry.notenoughupdates.deps.io.github.moulberry.moulconfig.gui.MoulConfigEditor.lambda$mouseInput$15(MoulConfigEditor.java:867)
	at io.github.moulberry.notenoughupdates.deps.io.github.moulberry.moulconfig.gui.MoulConfigEditor$$Lambda$655/2030698385.run(Unknown Source)
	at io.github.moulberry.notenoughupdates.deps.io.github.moulberry.moulconfig.internal.ContextAware.wrapErrorWithContext(ContextAware.java:14)
	... 40 more


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

-- Head --
Stacktrace:
	at io.github.moulberry.notenoughupdates.deps.io.github.moulberry.moulconfig.internal.ContextAware.wrapErrorWithContext(ContextAware.java:16)
	at io.github.moulberry.notenoughupdates.deps.io.github.moulberry.moulconfig.gui.MoulConfigEditor.mouseInput(MoulConfigEditor.java:867)
	at io.github.moulberry.notenoughupdates.deps.io.github.moulberry.moulconfig.gui.GuiScreenElementWrapper.func_146274_d(GuiScreenElementWrapper.java:47)
	at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:524)

-- Affected screen --
Details:
	Screen name: io.github.moulberry.notenoughupdates.core.config.MoulConfigGuiForgeInterop.WrappedMoulConfig
Stacktrace:
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1674)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1024)
	at net.minecraft.client.Minecraft.func_99999_d(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:497)
	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:497)
	at gg.essential.loader.stage2.relaunch.Relaunch.relaunch(Relaunch.java:124)
	at gg.essential.loader.stage2.EssentialLoader.preloadEssential(EssentialLoader.java:173)
	at gg.essential.loader.stage2.EssentialLoader.loadPlatform(EssentialLoader.java:117)
	at gg.essential.loader.stage2.EssentialLoaderBase.load(EssentialLoaderBase.java:147)
	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 gg.essential.loader.stage1.EssentialLoaderBase.load(EssentialLoaderBase.java:293)
	at gg.essential.loader.stage1.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:44)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
	at gg.essential.loader.stage0.EssentialSetupTweaker.loadStage1(EssentialSetupTweaker.java:53)
	at gg.essential.loader.stage0.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:26)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
	at java.lang.Class.newInstance(Class.java:442)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:98)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
	Game Directory: USER.HOME\AppData\Roaming\.minecraft
	Minecraft Version: 1.8.9
	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: 308461000 bytes (294 MB) / 1375731712 bytes (1312 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.19 Powered by Forge 11.15.1.2318 Optifine OptiFine_1.8.9_HD_U_M5 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                             |
	| ------ | ---------------- | ------------ | ---------------------------------- |
	| UCHIJA | mcp              | 9.19         | minecraft.jar                      |
	| UCHIJA | FML              | 8.0.99.99    | forge-1.8.9-11.15.1.2318-1.8.9.jar |
	| UCHIJA | Forge            | 11.15.1.2318 | forge-1.8.9-11.15.1.2318-1.8.9.jar |
	| UCHIJA | essential        | 1.0.0        | Essential (forge_1.8.9).jar        |
	| UCHIJA | apec             | 1.11.6       | apec-1.11.6.jar                    |
	| UCHIJA | notenoughupdates | 2.1.1-PRE    | NotEnoughUpdates-2.1.1-Pre-5.jar   |
	| UCHIJA | patcher          | 1.8.7        | Patcher-1.8.7 (1.8.9).jar          |
	| UCHIJA | skytils          | 1.9.0-pre2   | Skytils-1.9.0-pre2.jar             |

	Loaded coremods (and transformers): 
Skytils On Top (Skytils-1.9.0-pre2.jar)
  gg.skytils.skytilsmod.asm.SkytilsTransformer
PatcherTweaker (Patcher-1.8.7 (1.8.9).jar)
  club.sk1er.patcher.tweaker.ClassTransformer
ModTweaker (Patcher-1.8.7 (1.8.9).jar)
  club.sk1er.patcher.tweaker.other.ModClassTransformer
	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 551.76' Renderer: 'NVIDIA GeForce RTX 3060/PCIe/SSE2'
	Skytils Debug Info: {HasBetterFPS=false, BetterFPS Version=NONE, Disabled Start Checks=false}
	Launched Version: 1.8.9-forge1.8.9-11.15.1.2318-1.8.9
	LWJGL: 2.9.4
	OpenGL: NVIDIA GeForce RTX 3060/PCIe/SSE2 GL version 4.6.0 NVIDIA 551.76, 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: No
	Is Modded: Definitely; Client brand changed to 'fml,forge'
	Type: Client (map_client.txt)
	Resource Packs: �aFurfSky Reborn �8�lFULL�8.zip
	Current Language: English (US)
	Profiler Position: N/A (disabled)
	CPU: 12x AMD Ryzen 5 5500 
	OptiFine Version: OptiFine_1.8.9_HD_U_M5
	OptiFine Build: 20210124-163719
	Render Distance Chunks: 25
	Mipmaps: 4
	Anisotropic Filtering: 1
	Antialiasing: 0
	Multitexture: false
	Shaders: null
	OpenGlVersion: 4.6.0 NVIDIA 551.76
	OpenGlRenderer: NVIDIA GeForce RTX 3060/PCIe/SSE2
	OpenGlVendor: NVIDIA Corporation
	CpuCount: 12
@nea89o nea89o added the crash This issue is about a crash (more important) label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash This issue is about a crash (more important)
Projects
None yet
Development

No branches or pull requests

1 participant