-
Notifications
You must be signed in to change notification settings - Fork 70
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
Game crashes after changing main menu too many times. #56
Labels
bug
Something isn't working
Comments
didn't mean to close it lol |
Hmm |
Can you provide a video of this happening possibly? |
2024-03-09.18-29-21.mp4I just noticed, I was doing this with capped fps, so, I tried it uncapped, and it didn't work. Maybe it has something to do with that? |
I see |
Fixed in the next update |
AgentXLP
added a commit
that referenced
this issue
Jul 2, 2024
* Add a menu where mods can put their options at * Document mod menu hook functions * Add HOOK_ON_LANGUAGE_CHANGED * Add new Cheats mod * Make player menu disable singleplayer pause * fix some git merge conflicts that weren't resolved (#55) and added -latomic to build flags to fix compile warnings while compiling miniaudio * Remove legacy 'deluxe' field from built-in mods * Lots of improvements to memory safety * Abbreviated hex color parsing Co-Authored-By: Mechstreme <84944335+mechstreme@users.noreply.github.com> --------- Co-authored-by: Isaac0-dev <62234577+Isaac0-dev@users.noreply.github.com> Co-authored-by: Mechstreme <84944335+mechstreme@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Turning staff roll off and on multiple times would crash the game.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected to just be able to see the difference between the option being off and on multiple times.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
The bug is a bit inconsistent. Sometimes, the bug would take less than 2 clicks to happen, and other times, it would take forever to happen, or would just require restarting the game to happen again.
Also, the only reason why I found this bug is because I was a moron, and I didn't notice it was changing the background and music.
The text was updated successfully, but these errors were encountered: