kotmatross28729 / WorldTooltipsShadersFix

World-Tooltips, but works with shaders
Other
2 stars 0 forks source link

Game crash #4

Closed Omgise closed 9 months ago

Omgise commented 10 months ago

crash-2023-12-14_16.35.38-client.txt

kotmatross28729 commented 10 months ago

Are there any steps to reproduce? (the crash occurs only after certain actions, or did the crash happen accidentally?) For now, try this version and send fml-client-latest.log: test.zip (open the archive, there will be a jar file inside)

Omgise commented 10 months ago

This crash happened by accident, and it may be difficult for me to recreate it

Omgise commented 10 months ago

Now tested for a while, the game does not continue to produce crashes fml-client-latest.log

Omgise commented 10 months ago

Maybe it has been fixed and I think it is possible to close the issue temporarily and reopen it when there is a problem 🤔

kotmatross28729 commented 10 months ago

I’m not sure, I just added a few debug prints to find out which variable is null (crash - NullPointerException), but there is not a single message in the logs that any of the variables are null (quite a strange crash). I'll leave it open for now. If it happens again, please let me know.

Omgise commented 10 months ago

Okay, if the crash happens again, I'll let you know soon.

Omgise commented 9 months ago

crash-2023-12-25_12.27.23-client.txt fml-client-latest.log

kotmatross28729 commented 9 months ago

Yeah, now I see that in the logs it says: mc.objectMouseOver == null I added a null check for some values ​​and it should work now. Check this version so that this crash doesn't happen before I can release it:

worldtooltips-1.2.3-83.zip

(as usual, archive and jar file inside)

Omgise commented 9 months ago

Yes, I checked it and it was repaired, thank you!