
Incompatibility with "Remove Resource Loading Screen" Fabric Mod
Computahwiz-Github opened this issue ยท 0 comments
MC Version: 1.21.7
Fabric Loader Version: 0.16.14
Remove Resource Loading Screen Version: 5.1.8
Description of Error:
When I launch the game, there is only a black screen, without a loading bar, and without title screen. Music does play in the background, and there is no crashing. I think it is just simply an error with the way that "Remove Resource Loading Screen" orders/prioritizes the rendering pipeline. I have no idea, but that would be my best guess since the config file or path to the config file isn't found. That is probably where things go wrong since there is a "SHOW_TITLE_SCREEN_BUTTON" option in the config. Of course, the mod works beautifully and perfectly without "Remove Resource Loading Screen" installed.
Logged Error:
...
[18:08:04] [Render thread/INFO]: Hardware information:
[18:08:04] [Render thread/INFO]: CPU: 16x AMD Ryzen 9 6900HS with Radeon Graphics
[18:08:04] [Render thread/INFO]: GPU: NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2 (Supports OpenGL 3.2.0 NVIDIA 576.52)
[18:08:04] [Render thread/INFO]: OS: Windows 11 (10.0)
[18:08:04] [Render thread/INFO]: Reloading texture 'minecraft:textures/gui/title/minecraft.png'!
[18:08:04] [Render thread/INFO]: Reloading texture 'minecraft:textures/gui/title/edition.png'!
[18:08:04] [Render thread/INFO]: Reloading texture 'minecraft:textures/gui/title/background/panorama_overlay.png'!
[18:08:04] [Render thread/INFO]: Reloading ResourceManager: vanilla, fabric, accurateblockplacement, ambientsounds, appleskin, axiom, betteradvancements, betterclouds, betterf1, betterf3, bettermounthud, betterstats, betterthirdperson, blur, boatiview, bobby, bookshelfinspector, c2me, camerautils, capes, chat_heads, clickthrough, cloth-config, continuity, creativecore, dynamiccrosshair, dynamiccrosshair-api, effectual, entity_model_features, entity_texture_features, entityculling, explosiveenhancement, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-command-api-v2, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-api-v3, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-rendering-fluids-v1, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-tag-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, forgeconfigapiport, fullbrightnesstoggle, gui-time, horsebuff, immediatelyfast, iris, jade, jankson, lambdynlights, lambdynlights_api, libbamboo, libgui, litematica, lithium, make_bubbles_pop, malilib, mcinspects, midnightlib, minihud, modify-camera-collision, modmenu, morechathistory, mru, music_control, musicnotification, notenoughanimations, owo, particlerain, particletweaks, placeholder-api, pride, puzzleslib, raised, reconfigure, replaymod, rrls, scalablelux, shulkerboxtooltip, skinlayers3d, sodium, sodium-extra, sound_physics_remastered, spruceui, sspb, symbol-chat, tcdcommons, tlib, trender, tweakeroo, variants-cit, visuality, voicechat, voicemessages, waveycapes, xaerominimap, xaeroworldmap, yet_another_config_lib_v3, zoomify, file/Server Resource pack, file/FreshAnimations_v1.9.4, replaymod_lang
[18:08:04] [Worker-Main-7/INFO]: Found unifont_all_no_pua-16.0.03.hex, loading
[18:08:04] [Worker-Main-8/INFO]: Found unifont_pua-16.0.03.hex, loading
[18:08:04] [Worker-Main-6/INFO]: Found unifont_jp_patch-16.0.03.hex, loading
[18:08:05] [Render thread/INFO]: Creating pipeline for dimension minecraft:overworld
[18:08:05] [Render thread/ERROR]: Failed to complete load early!
java.lang.NullPointerException: Cannot read field "SHOW_TITLE_SCREEN_BUTTON" because "net.kosmo.music.impl.ClientMusic.config" is null
at knot/net.minecraft.class_442.handler$edd009$musicnotification$init(class_442.java:2025) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_442.method_25426(class_442.java:136) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_437.method_25423(class_437.java:337) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_310.method_1507(class_310.java:1214) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_310.method_53528(class_310.java:779) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_310.wrapWithCondition$epg000$rrls$fixDH(class_310.java:25130) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_310.method_51736(class_310.java:761) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_310.method_53465(class_310.java:750) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_310.handler$epg000$rrls$init(class_310.java:25115) [client-intermediary.jar:?]
at knot/net.minecraft.class_310.<init>(class_310.java:740) [client-intermediary.jar:?]
at knot/net.minecraft.client.main.Main.main(Main.java:249) [client-intermediary.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480) [fabric-loader-0.16.14.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.16.14.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.16.14.jar:?]
[18:08:06] [Render thread/INFO]: Music Notification initialized
...