Skip to content
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

Stack overflow thrown during main menu loading #129

Closed
YeahImRose opened this issue Nov 4, 2016 · 0 comments
Closed

Stack overflow thrown during main menu loading #129

YeahImRose opened this issue Nov 4, 2016 · 0 comments

Comments

@YeahImRose
Copy link
Contributor

I've done a lot of digging to try and find the cause of the issue(which is certainly due to threading and may be different depending on hardware).

As far as I can tell, this seems to happen because the preloading of mainMenu takes differing amounts of time for different hardware. For example, increasing the delay before pushing mainMenu to 4800 solves this issue on my laptop, but on an older desktop I had to increase this to 6500. There is certainly a solution other than increasing the delay, but I'm uncertain of what it is.

I'm assuming the overflow itself is caused by recursive calls in osu.Game.GameModes.BackgroundMode.Push.

If I find anymore information while debugging, I'll put it below here

@peppy peppy closed this as completed Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants