-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Bug Fix Suggestion) Related to GUI Planet Selection Screen Crashes #714
Comments
Here are some logs from where i noticed said errors where showing |
JEBG1234
changed the title
(Bug Fix Suggestion)
(Bug Fix Suggestion) Related to GUI Planet Selection Screen Crashes
Jun 18, 2024
And i know decompiling of your mod is not allowed but seeing as this bug was really bugging me i figured i'd look into solving it for you and explain it and how you can solve it to easily implement a new update to fix this thank you for your hard work and keep it up! lmk if you ever wanna collaborate on anything! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you look under the asmoduesCore on the class file which is responsible for the function getChildren in the gui interface I would highly suggest wrapping in try and catch block this will reduce likelihood of crashes from array out of indexs issues that sometimes happen when clicking in the galaxy gui freely.
I'll update thus later on with screenshots and logs and properly following along your requested bug report guidelines when I wake up later today.
The text was updated successfully, but these errors were encountered: