You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After interacting with a container and trying to close, a Null exception is thrown. The container GUI is not displayed but the crafting GUI stays displayed and can't be exited (therefor you can't open the menu or anything and need to restart)
To Reproduce
Open container and close with ESC having Project Auga installed alongside
Expected behaviour
Should be able to close the crafting GUI
LogOutput file(s) Player.log
[Debug :XStorage.Log] [PanelManager.Hide] Hiding
NullReferenceException: Object reference not set to an instance of an object
Version
1.1.6 (latest)
Environment
Choose from the following options where you are experiencing the problem (leave only the ones you know about):
Singleplayer
Other mods
Project Auga compatibility is certainly at fault here, but here is the complete anyway:
I'm going to create a pull request for it if that's okay with you. Beyond that I think it works perfectly fine with Project Auga and just need a few null safety check
Pull requests are welcome! I don't have Auga myself and don't intend to install it, but if you can stop it crashing by catching a null value that'd be fine with me 👍
Sadly my attempt did not work, Auga is clearly messing with containers UI too much to use both. Do you use/recommend a UI mod that's XStorage friendly?
Describe the bug
After interacting with a container and trying to close, a Null exception is thrown. The container GUI is not displayed but the crafting GUI stays displayed and can't be exited (therefor you can't open the menu or anything and need to restart)
To Reproduce
Open container and close with ESC having Project Auga installed alongside
Expected behaviour
Should be able to close the crafting GUI
LogOutput file(s)
Player.log
[Debug :XStorage.Log] [PanelManager.Hide] Hiding
NullReferenceException: Object reference not set to an instance of an object
Version
1.1.6 (latest)
Environment
Choose from the following options where you are experiencing the problem (leave only the ones you know about):
Other mods
Project Auga compatibility is certainly at fault here, but here is the complete anyway:
Priority
Estimate how important this problem is. Choose Medium if you don't know.
The text was updated successfully, but these errors were encountered: