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

Assertion fails for debug build (Linux) #10

Closed
Hiradur opened this issue Jan 6, 2015 · 1 comment
Closed

Assertion fails for debug build (Linux) #10

Hiradur opened this issue Jan 6, 2015 · 1 comment

Comments

@Hiradur
Copy link
Contributor

Hiradur commented Jan 6, 2015

RoR: rigsofrods-next-stable/source/main/utils/Singleton.h:83: static T* RoRSingletonNoCreation::getSingletonPtr() [with T = GUI_MainMenu]: Assertion `_instance' failed.

@Hiradur Hiradur added the bug label Jan 6, 2015
@Hiradur
Copy link
Contributor Author

Hiradur commented Jan 8, 2015

Cause: Console::resize() requests GUI_MainMenu before it got instantiated.
Solution: Initialize GUI_MainMenu before Console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants