Minenash / CustomHUD

A highly customizable variable-based text HUD for Minecraft
MIT License
77 stars 23 forks source link

Fixes #85, toggling enabled no longer crashes the game #86

Closed moxvallix closed 1 year ago

moxvallix commented 1 year ago

Small fix to the enable toggle crash. Just adds a check for if CustomHud.getActiveProfile() is null, and if it is, returns getGpuUsageAndOtherPerformanceMetrics as false.

Seems to fix the issue.

Minenash commented 1 year ago

Closing as I'm applying this fix to all 1.19.2-1.19.4

Clozent commented 1 year ago

It has been over a month now, it doesn't seem to be fixed...

moxvallix commented 1 year ago

@Clozent if the main version is still crashing for you, you can try the version I patched for my modpack. https://github.com/optipack/ported-mods/releases/tag/v1.3.9

Minenash commented 1 year ago

I'm sorry about the delay, college and finals were really kicking me.

I'm able to work on the mod again, so there should be a release within the next week