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

Software Crashing on High Core Count CPUs #537

Open
BossOfGames opened this issue Jan 2, 2025 · 1 comment
Open

Software Crashing on High Core Count CPUs #537

BossOfGames opened this issue Jan 2, 2025 · 1 comment

Comments

@BossOfGames
Copy link

I currently use a Ryzen Threadripper 3960x, which has 48 logical cores. When the Orbiter application launches on my platform, the main screen open and closes shortly thereafter. When viewing Windows Event Viewer, I get a STATUS_STACK_BUFFER_OVERRUN error.

This same error came up recently in the release of Microsoft Flight Simulator 2024, and it was determined that this only came up on computers above 32 cores.

I will investigate a fix and possibly shoot in a PR if I can wrap my head around it.

@Urwumpe
Copy link

Urwumpe commented Jan 5, 2025

Maybe mention that the error code is 0xC0000409, which might ring some bells for C++ developers: It is the resulting error code of an uncaught exception in MSVC++.

I don't think the error is simply caused by the number of cores, but it might help triggering the bug, for example in DirectX. Can you trigger the error in a debugger session?

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