Minenash / CustomHUD

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

Lagging on enabled plugin #119

Open anarix0 opened 5 months ago

anarix0 commented 5 months ago

My game has been getting 0 fps and i need to force close the app to quit, I have made sure to check every mod i have got and only customHUD made me lose the fps. I am using fabric 1.19.4 on v0.15.7 of the loader with this config:

{{fps >= 60, "&a", fps < 30, "&c", "&e"}}{fps}&f fps
{{ping <= 35, "&a", ping > 35 & ping < 100, "&c", "&e"}}{ping}&f ms

==Section:TopRight==
&7{cpu_name} &e{{cpu < 10, "0{cpu}", "{cpu}"}}% &fcpu
&7{gpu_name} &e{{gpu < 10, "0{gpu}", "{gpu}"}}% &fgpu
&e{{memory_used_percentage < 10, "0{memory_used_percentage}", "{memory_used_percentage}"}}% &fram

==Section:BottomRight==
{real_time:HH:mm:ss.SSS}

I am using the version 3.1.0 of the plugin for 1.19.4 and I have been using the plugin for some time but this started after I added the plugin Essentials. Any help would be appreciated.

Minenash commented 5 months ago

Does it happen with an empty profile?

anarix0 commented 5 months ago

Does it happen with an empty profile?

No, it doesn't. I'll check and try to fix it by the profile, but it was working fine a few days ago on the same profile.

anarix0 commented 5 months ago

The {cpu} variable is doing it.