isXander / isXander/Controlify
Remove Reloading Screen Conflict
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 341
- Forks
- 97
- Avg merge
- 1h
- Merged PRs (30d)
- 1
Description
- Mod name: Remove Reloading Screen - dima_dencep
- Mod version: 5.1.15+mc.1.21.11
With remove reloading screen enabled, mc crashes with error code 255, looking in log reports:
java.lang.ExceptionInInitializerError
at knot//dev.isxander.controlify.config.ConfigManager.load(ConfigManager.java:75)
at knot//dev.isxander.controlify.config.ConfigManager.loadOrDefault(ConfigManager.java:39)
at knot//dev.isxander.controlify.Controlify.initializeControlify(Controlify.java:231)
at knot//net.minecraft.class_310.handler$zhb000$controlify$initControlifyNow(class_310.java:5692)
at knot//net.minecraft.class_310.method_51736(class_310.java:780)
at knot//net.minecraft.class_310.method_53465(class_310.java:765)
at knot//net.minecraft.class_310.handler$doc000$rrls$init(class_310.java:20668)
at knot//net.minecraft.class_310.<init>(class_310.java:739)
at knot//net.minecraft.client.main.Main.main(Main.java:234)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
Caused by: java.lang.NullPointerException: Cannot invoke "dev.isxander.controlify.config.dto.profile.ProfileConfig.generic()" because "dto" is null
Steps to reproduce the behavior:
- Install both Controlify and Remove Reloading Screen for mc version 1.21.11
- Start game
Expected behaviour with Controlify and Remove Reload Screen both enabled is the game to run without error
- OS: MacOS Tahoe 26.3
- Minecraft Version: 1.21.11
- Controlify Version: 3.0.0-beta.2+1.21.11-fabric
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at ConfigManager.java:75 and Controlify.java:231, then reproduce the crash with Controlify 3.0.0-beta.2 and Remove Reloading Screen enabled on Minecraft 1.21.11. Trace the initialization path shown in the report and verify that the game launches without error when both mods are enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- game-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100