Closed Brambor closed 1 year ago
Please post the contents of config/crash.log
Please post the contents of config/crash.log
I... don't have that. When I play with the Game Launcher, it hangs for a bit. When I play with compiled binary on MSYS on Windows, it says "Segmentation Fault"
Hopefuly relevant files when playing throught Launcher:
When compiling myself:
But I encourage anyone to just try it, it's so simple it blows my mind it's still there.
I did try reproducing this. In the process of doing so I found two other bugs (#51189 #51191) but neither matches your description.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not \'bump\' or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered.
Closing as stale, since stalebot can't do this by itself.
Describe the bug
Crash when expanding window drastically when scrolling options -> Interface.
Steps To Reproduce
Expected behavior
No crash.
Screenshots
No response
Versions and configuration
Additional context
I think it might have crashed because of the scrolling thing. The number of items in the list or position might have not be updated properly, so we access vector[i], where i > vector.size().
But who knows?