You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that owo-lib is incompatible with the mod Hey Wiki (https://github.com/mc-wiki/minecraft-mod-heywiki), as using its Wiki lookup function causes the game to immedietly crash with the error "java.lang.NullPointerException: Cannot invoke "java.util.Map.containsKey(Object)" because "this.owo$textMap" is null". It is a bit of a shot in the dark for me what mod is really responsible for the issue, because I am not exactly good with code and the flow of execution behind the scenes. I apologize if owo-lib happens to not be at fault.
To confirm the validity of the mod-combination causing the crash and not have the log be bloated by unrelated stuff, I made a clean instance and the issue infact persists exactly the same as it did in a bigger modpack. Both of the mods also seem to be stable on their own, it is only when they are put together that the game encounters an exception.
Edit: As it turns out, pressing F3 also causes the crash. That is the only new information I have noticed.
Description
I have noticed that owo-lib is incompatible with the mod Hey Wiki (https://github.com/mc-wiki/minecraft-mod-heywiki), as using its Wiki lookup function causes the game to immedietly crash with the error "java.lang.NullPointerException: Cannot invoke "java.util.Map.containsKey(Object)" because "this.owo$textMap" is null". It is a bit of a shot in the dark for me what mod is really responsible for the issue, because I am not exactly good with code and the flow of execution behind the scenes. I apologize if owo-lib happens to not be at fault.
To confirm the validity of the mod-combination causing the crash and not have the log be bloated by unrelated stuff, I made a clean instance and the issue infact persists exactly the same as it did in a bigger modpack. Both of the mods also seem to be stable on their own, it is only when they are put together that the game encounters an exception.
Edit: As it turns out, pressing F3 also causes the crash. That is the only new information I have noticed.
Attachments
latest.log
crash-2024-09-28_07.28.29-client.txt
Versions
owo-lib = 0.12.14+1.21
Hey Wiki = v1.6.4-1.21.1
Fabric API = 0.105.0+1.21.1
Fabric loader = 0.16.5
The text was updated successfully, but these errors were encountered: