Fureniku / HUDWidgets

Move your HUD freely around the screen!
Other
3 stars 1 forks source link

Seeing Alot of errors in the console after your last update man ! #7

Open crunkazcanbe opened 8 years ago

crunkazcanbe commented 8 years ago

http://pastebin.com/nntBfvZc Thats the log ,and heres the mod its conflicting with http://forum.minecraftuser.jp/viewtopic.php?t=22369 ,and you need this mod http://forum.minecraftuser.jp/viewtopic.php?f=13&t=17110 ,the mod you just added support for for it to work ! Thank you man for looking into this I also posted it here https://github.com/shift02/SextiarySector2/issues/15 ,but nothing I ever post there gets fixed . I think he does not know English or how to Translate it with Google or something . :) Love both you guys mods.

Fureniku commented 8 years ago

The error is with an item renderer... which is very weird. They must be directly doing something with the hotbar - possibly changing how it's rendered when it's in the hotbar (why, I have no idea...)

Only fix I'm afraid is to disable the hotbar widget (Easily done in the config). The issue is on their end - if they add a null check then the issue would disappear (before doing hotbar stuff just if (hotbar != null) would be all it needs)