Visual Overhaul

Visual Overhaul

883k Downloads

Crashes when using modmenu for another mod

nomino3390 opened this issue ยท 0 comments

commented

Hello, thanks for the mod but I'm getting this crash. When entering modmenu, then the settings for the mod "Coordinates display", clicking "visual settings" or "text settings" crashes my game. Removing the visualoverhaul mod prevents this from happening. Java version 1.20.1, Fabric, Coordinates display version 4.0.0, visual overhaul version 5.0.1

This happens with or without the midnightlib mod, and with or without having the visualoverhaul's resource packs enabled.

ERROR
Game crashed

The game crashed whilst mouseclicked event handler
Error: java.lang.NullPointerException: Cannot invoke "net.minecraft.class_2561.method_10851()" because the return value of "net.minecraft.class_339.method_25369()" is null

Exit Code: -1

Crash Report:

---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 2023-10-06 21:08:26
Description: mouseClicked event handler

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_2561.method_10851()" because the return value of "net.minecraft.class_339.method_25369()" is null
	at eu.midnightdust.visualoverhaul.IconicButtons.init(IconicButtons.java:31)
	at eu.midnightdust.visualoverhaul.IconicButtons.<init>(IconicButtons.java:27)
	at net.minecraft.class_4264.handler$cnn000$visualoverhaul$iconic$onInitButton(class_4264.java:522)
	at net.minecraft.class_4264.<init>(class_4264.java:21)
	at net.minecraft.class_4185.<init>(class_4185.java:86)
	at dev.boxadactle.boxlib.config.gui.BConfigButton.<init>(BConfigButton.java:15)
	at dev.boxadactle.boxlib.config.gui.widget.button.BToggleButton.<init>(BToggleButton.java:17)
	at dev.boxadactle.boxlib.config.gui.widget.button.BEnumButton.<init>(BEnumButton.java:15)
	at dev.boxadactle.coordinatesdisplay.config.screen.VisualScreen.initConfigButtons(VisualScreen.java:61)
	at dev.boxadactle.boxlib.config.gui.BConfigScreen.method_25426(BConfigScreen.java:48)
	at net.minecraft.class_437.method_25423(class_437.java:297)
	at net.minecraft.class_310.method_1507(class_310.java:1080)
	at dev.boxadactle.boxlib.util.ClientUtils.setScreen(ClientUtils.java:58)
	at dev.boxadactle.boxlib.config.gui.widget.button.BConfigScreenButton.changeValue(BConfigScreenButton.java:21)
	at dev.boxadactle.boxlib.config.gui.widget.button.BConfigScreenButton.changeValue(BConfigScreenButton.java:9)
	at dev.boxadactle.boxlib.config.gui.BConfigButton.handleInput(BConfigButton.java:25)
	at dev.boxadactle.boxlib.config.gui.BConfigButton.method_25348(BConfigButton.java:32)
	at net.minecraft.class_339.method_25402(class_339.java:189)
	at dev.boxadactle.boxlib.config.gui.BConfigButton.method_25402(BConfigButton.java:57)
	at net.minecraft.class_4069.method_25402(class_4069.java:38)
	at net.minecraft.class_4265$class_4266.method_25402(class_4265.java:135)
	at net.minecraft.class_350.method_25402(class_350.java:327)
	at net.minecraft.class_4069.method_25402(class_4069.java:38)
	at net.minecraft.class_312.method_1611(class_312.java:98)
	at net.minecraft.class_437.method_25412(class_437.java:409)
	at net.minecraft.class_312.method_1601(class_312.java:98)
	at net.minecraft.class_312.method_22686(class_312.java:169)
	at net.minecraft.class_1255.execute(class_1255.java:102)
	at net.minecraft.class_312.method_22684(class_312.java:169)
	at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
	at org.lwjgl.system.JNI.invokeV(Native Method)
	at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
	at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:237)
	at net.minecraft.class_310.method_1523(class_310.java:1244)
	at net.minecraft.class_310.method_1514(class_310.java:802)
	at net.minecraft.client.main.Main.main(Main.java:250)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)


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

-- Head --
Thread: Render thread
Stacktrace:
	at eu.midnightdust.visualoverhaul.IconicButtons.init(IconicButtons.java:31)
	at eu.midnightdust.visualoverhaul.IconicButtons.<init>(IconicButtons.java:27)
	at net.minecraft.class_4264.handler$cnn000$visualoverhaul$iconic$onInitButton(class_4264.java:522)
	at net.minecraft.class_4264.<init>(class_4264.java:21)
	at net.minecraft.class_4185.<init>(class_4185.java:86)
	at dev.boxadactle.boxlib.config.gui.BConfigButton.<init>(BConfigButton.java:15)
	at dev.boxadactle.boxlib.config.gui.widget.button.BToggleButton.<init>(BToggleButton.java:17)
	at dev.boxadactle.boxlib.config.gui.widget.button.BEnumButton.<init>(BEnumButton.java:15)
	at dev.boxadactle.coordinatesdisplay.config.screen.VisualScreen.initConfigButtons(VisualScreen.java:61)
	at dev.boxadactle.boxlib.config.gui.BConfigScreen.method_25426(BConfigScreen.java:48)
	at net.minecraft.class_437.method_25423(class_437.java:297)
	at net.minecraft.class_310.method_1507(class_310.java:1080)
	at dev.boxadactle.boxlib.util.ClientUtils.setScreen(ClientUtils.java:58)
	at dev.boxadactle.boxlib.config.gui.widget.button.BConfigScreenButton.changeValue(BConfigScreenButton.java:21)
	at dev.boxadactle.boxlib.config.gui.widget.button.BConfigScreenButton.changeValue(BConfigScreenButton.java:9)
	at dev.boxadactle.boxlib.config.gui.BConfigButton.handleInput(BConfigButton.java:25)
	at dev.boxadactle.boxlib.config.gui.BConfigButton.method_25348(BConfigButton.java:32)
	at net.minecraft.class_339.method_25402(class_339.java:189)
	at dev.boxadactle.boxlib.config.gui.BConfigButton.method_25402(BConfigButton.java:57)
	at net.minecraft.class_4069.method_25402(class_4069.java:38)
	at net.minecraft.class_4265$class_4266.method_25402(class_4265.java:135)
	at net.minecraft.class_350.method_25402(class_350.java:327)
	at net.minecraft.class_4069.method_25402(class_4069.java:38)
	at net.minecraft.class_312.method_1611(class_312.java:98)
	at net.minecraft.class_437.method_25412(class_437.java:409)
	at net.minecraft.class_312.method_1601(class_312.java:98)
	at net.minecraft.class_312.method_22686(class_312.java:169)
	at net.minecraft.class_1255.execute(class_1255.java:102)
	at net.minecraft.class_312.method_22684(class_312.java:169)
	at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
	at org.lwjgl.system.JNI.invokeV(Native Method)
	at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)

-- Affected screen --
Details:
	Screen name: dev.boxadactle.coordinatesdisplay.config.screen.ConfigScreen
Stacktrace:
	at net.minecraft.class_437.method_25412(class_437.java:409)
	at net.minecraft.class_312.method_1601(class_312.java:98)
	at net.minecraft.class_312.method_22686(class_312.java:169)
	at net.minecraft.class_1255.execute(class_1255.java:102)
	at net.minecraft.class_312.method_22684(class_312.java:169)
	at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
	at org.lwjgl.system.JNI.invokeV(Native Method)
	at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
	at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:237)
	at net.minecraft.class_310.method_1523(class_310.java:1244)
	at net.minecraft.class_310.method_1514(class_310.java:802)
	at net.minecraft.client.main.Main.main(Main.java:250)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload --
Details:
	Reload number: 1
	Reload reason: initial
	Finished: Yes
	Packs: vanilla, file/VanillaTweaks_r446300.zip, fabric, continuity:default, continuity:glass_pane_culling_fix, minecraft:supporteatinganimation, file/no-splash-texts.zip, visualoverhaul:rounddiscs, visualoverhaul:fancyfurnace, visualoverhaul:nobrewingbottles, visualoverhaul:coloredwaterbucket, file/FreshAnimations_v1.8.1.zip
Stacktrace:
	at net.minecraft.class_6360.method_36565(class_6360.java:49)
	at net.minecraft.class_310.method_1587(class_310.java:2413)
	at net.minecraft.class_310.method_1514(class_310.java:821)
	at net.minecraft.client.main.Main.main(Main.java:250)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- System Details --
Details:
	Minecraft Version: 1.20.1
	Minecraft Version ID: 1.20.1
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 17.0.8, Microsoft
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
	Memory: 453200696 bytes (432 MiB) / 905969664 bytes (864 MiB) up to 3221225472 bytes (3072 MiB)
	CPUs: 4
	Processor Vendor: AuthenticAMD
	Processor Name: AMD Phenom(tm) II X4 955 Processor
	Identifier: AuthenticAMD Family 16 Model 4 Stepping 3
	Microarchitecture: K10
	Frequency (GHz): 3.20
	Number of physical packages: 1
	Number of physical CPUs: 4
	Number of logical CPUs: 4
	Graphics card #0 name: NVIDIA GeForce GTX 660 Ti
	Graphics card #0 vendor: NVIDIA (0x10de)
	Graphics card #0 VRAM (MB): 2048.00
	Graphics card #0 deviceId: 0x1183
	Graphics card #0 versionInfo: DriverVersion=27.21.14.5730
	Memory slot #0 capacity (MB): 4096.00
	Memory slot #0 clockSpeed (GHz): 1.33
	Memory slot #0 type: Unknown
	Memory slot #1 capacity (MB): 4096.00
	Memory slot #1 clockSpeed (GHz): 1.33
	Memory slot #1 type: Unknown
	Virtual memory max (MB): 14994.79
	Virtual memory used (MB): 6987.34
	Swap memory total (MB): 6805.24
	Swap memory used (MB): 314.69
	JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
	Fabric Mods: 
		ambientsounds: AmbientSounds 5.2.22
		blur: Blur (Fabric) 3.1.0
			satin: Satin 1.13.0
		bookshelf: Bookshelf 20.0.5
		bounced: Bounced 3.1.1
		cloth-config: Cloth Config v11 11.1.106
			cloth-basic-math: cloth-basic-math 0.6.1
		completeconfig: CompleteConfig 2.5.0
			completeconfig-base: completeconfig-base 2.5.0
			completeconfig-gui-cloth: completeconfig-gui-cloth 2.5.0
			completeconfig-gui-yacl: completeconfig-gui-yacl 2.5.0
		continuity: Continuity 3.0.0-beta.4+1.20.1
		coordinatesdisplay: CoordinatesDisplay 4.0.0
			boxlib: BoxLib 5.4.2
		creativecore: CreativeCore 2.10.28
			net_minecraftforge_eventbus: eventbus 6.0.3
		cull-less-leaves: Cull Less Leaves 1.3.0
			com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.10
		dogslie: Let Sleeping Dogs Lie 1.2.0
		dynamic_fps: Dynamic FPS 3.2.1
		eatinganimationid: Eating Animation 1.9.4+1.20
		enchdesc: EnchantmentDescriptions 17.0.8
		enhancedblockentities: Enhanced Block Entities 0.9+1.20
			advanced_runtime_resource_pack: Runtime Resource Pack 0.6.7
			spruceui: SpruceUI 5.0.0+1.20
		enhancedvisuals: EnhancedVisuals 1.6.7
		entity_model_features: Entity Model Features 1.0.2
		entity_texture_features: Entity Texture Features 4.5.1
			org_apache_httpcomponents_httpmime: httpmime 4.5.10
		entityculling: EntityCulling-Fabric 1.6.2-mc1.20.1
		explosiveenhancement: Explosive Enhancement 1.2.1-1.20.x
		fabric-api: Fabric API 0.89.0+1.20.1
			fabric-api-base: Fabric API Base 0.4.30+7abfd51577
			fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.35+4d8536c977
			fabric-biome-api-v1: Fabric Biome API (v1) 13.0.10+b3afc78b77
			fabric-block-api-v1: Fabric Block API (v1) 1.0.10+92a0d36777
			fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.0+92a0d36777
			fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.40+b3afc78b77
			fabric-client-tags-api-v1: Fabric Client Tags 1.1.1+97bb207577
			fabric-command-api-v1: Fabric Command API (v1) 1.2.33+f71b366f77
			fabric-command-api-v2: Fabric Command API (v2) 2.2.12+b3afc78b77
			fabric-commands-v0: Fabric Commands (v0) 0.2.50+df3654b377
			fabric-containers-v0: Fabric Containers (v0) 0.1.63+df3654b377
			fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.9+b3afc78b77
			fabric-convention-tags-v1: Fabric Convention Tags 1.5.4+a1a980da77
			fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.18+aeb40ebe77
			fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.0+0883a8d477
			fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.53+8536527b77
			fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.22+b3afc78b77
			fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.1+e91849a877
			fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.62+df3654b377
			fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.38+b04edc7a77
			fabric-item-api-v1: Fabric Item API (v1) 2.1.27+b3afc78b77
			fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.10+23d9108177
			fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.36+fb8d95da77
			fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.34+df3654b377
			fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.21+b3afc78b77
			fabric-loot-api-v2: Fabric Loot API (v2) 1.1.39+b3afc78b77
			fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.43+9e7660c677
			fabric-message-api-v1: Fabric Message API (v1) 5.1.7+3265161977
			fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.49+b3afc78b77
			fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.2+709a987177
			fabric-models-v0: Fabric Models (v0) 0.4.1+9386d8a777
			fabric-networking-api-v1: Fabric Networking API (v1) 1.3.10+eeb8eb3677
			fabric-networking-v0: Fabric Networking (v0) 0.3.50+df3654b377
			fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.1+6beca84877
			fabric-particles-v1: Fabric Particles (v1) 1.1.1+201a23a077
			fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.20+b3afc78b77
			fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.2+4df89eb277
			fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.0+39a511ba77
			fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.0+39a511ba77
			fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.45+df3654b377
			fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.36+92a0d36777
			fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.27+b3afc78b77
			fabric-rendering-v0: Fabric Rendering (v0) 1.1.48+df3654b377
			fabric-rendering-v1: Fabric Rendering (v1) 3.0.7+b3afc78b77
			fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.5+ea08f9d877
			fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.9+132c48c177
			fabric-screen-api-v1: Fabric Screen API (v1) 2.0.7+b3afc78b77
			fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.29+b3afc78b77
			fabric-sound-api-v1: Fabric Sound API (v1) 1.0.12+b3afc78b77
			fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.1+195226a777
			fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.0+6c31357e77
		fabricloader: Fabric Loader 0.14.22
		fallingleaves: Falling Leaves 1.15.3
		ferritecore: FerriteCore 6.0.0
		forgeconfigapiport: Forge Config API Port 8.0.0
		indium: Indium 1.0.27+mc1.20.1
		iris: Iris 1.6.9
			io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13
			org_anarres_jcpp: jcpp 1.4.14
			org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
		java: OpenJDK 64-Bit Server VM 17
		kiwi: Kiwi Library 11.1.1
		lithium: Lithium 0.11.2
		make_bubbles_pop: Make Bubbles Pop Mod 0.2.0-fabric
		midnightlib: MidnightLib 1.4.1
		minecraft: Minecraft 1.20.1
		modmenu: Mod Menu 7.2.2
		mousewheelie: Mouse Wheelie 1.13.0+mc1.20.1
			amecsapi: Amecs API 1.5.1+mc1.20-pre1
			coat: Coat 1.0.0-beta.20+mc1.20-pre1
			tweed4_annotated: tweed4_annotated 1.3.1+mc1.20-pre1
			tweed4_base: tweed4_base 1.7.1+mc1.20-pre1
			tweed4_data: tweed4_data 1.2.1+mc1.20-pre1
			tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc1.20-pre1
			tweed4_tailor_coat: tweed4_tailor_coat 1.1.3+mc1.20-pre1
			tweed4_tailor_lang_json_descriptions: tweed4_tailor_lang_json_descriptions 1.1.0+mc1.20-pre1
			tweed4_tailor_screen: tweed4_tailor_screen 1.1.4+mc1.20-pre1
		notenoughanimations: NotEnoughAnimations 1.6.4
		passablefoliage: Passable Foliage 1.20.1-fabric-8.1.0
		pickupnotifier: Pick Up Notifier 8.0.0
		presencefootsteps: Presence Footsteps 1.9.0
			kirin: Kirin UI 1.15.0
		puzzleslib: Puzzles Lib 8.0.24
		rare-ice: Rare Ice 0.6.0
		regrowth: Regrowth 83.31.1
		sodium: Sodium 0.5.3
		sound_physics_remastered: Sound Physics Remastered 1.20.1-1.1.2
		visuality: Visuality 0.7.1+1.20
		visualoverhaul: VisualOverhaul 5.0.1
		waterdripsound: Drip Sounds 1.19-0.3.2
		yet_another_config_lib_v3: YetAnotherConfigLib 3.2.1+1.20
			com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT
			com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT
			com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT
			com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT
			com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT
			com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT
			org_quiltmc_parsers_gson: gson 0.2.1
			org_quiltmc_parsers_json: json 0.2.1
	Loaded Shaderpack: Sildur's+Vibrant+Shaders+v1.51+Lite.zip
		Profile: Custom (+34 options changed by user)
	NEC status: No NEC detected
	Launched Version: fabric-loader-0.14.22-1.20.1
	Backend library: LWJGL version 3.3.1 SNAPSHOT
	Backend API: GeForce GTX 660 Ti/PCIe/SSE2 GL version 3.2.0 NVIDIA 457.30, NVIDIA Corporation
	Window size: 1920x1080
	GL Caps: Using framebuffer using OpenGL 3.2
	GL debug messages: 
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fabric'
	Type: Client (map_client.txt)
	Graphics mode: fancy
	Resource Packs: vanilla, file/VanillaTweaks_r446300.zip, fabric, continuity:default, continuity:glass_pane_culling_fix, minecraft:supporteatinganimation, file/no-splash-texts.zip, visualoverhaul:rounddiscs (incompatible), visualoverhaul:fancyfurnace (incompatible), visualoverhaul:nobrewingbottles (incompatible), visualoverhaul:coloredwaterbucket (incompatible), file/FreshAnimations_v1.8.1.zip (incompatible)
	Current Language: en_us
	CPU: 4x AMD Phenom(tm) II X4 955 Processor