KronHUD

KronHUD

317k Downloads

Crash when initializing the game

RoonMoonlight opened this issue ยท 1 comments

commented

Describe the bug
Crash when initializing the game. Most likely a getActionBar bug.

To Reproduce
Game Log

Expected behavior
The game should launch normally without issue, I even have MaLiLib installed.

Screenshots
Log posted instead of screenshot because it is just a crash

Additional context
None.

commented

This is just caused by 1.19.1 not using TextRenderer.draw, but TextRenderer.drawWithShadow. (That's why the injection fails.)
I'll open a PR soon to fix this.