-
Notifications
You must be signed in to change notification settings - Fork 814
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
Fails to start with runtime error: division by zero #644
Comments
What GPU driver is this on? |
I'm using the nvidia driver, version 418.74-1 |
What is your monitor refresh rate and do you have some sort of adaptive/g sync enabled? The crash is caused by the driver reporting the refresh rate as 0 |
The refresh rate is 60HZ. Everything should be pretty basic.
|
Looks like the refresh_rate can be reported as 0 when it isn't specified, thanks for reporting this. https://wiki.libsdl.org/SDL_DisplayMode |
Hi,
I've compiled an up-to-date master from source on a debian buster machine.
When i try to run the binary, it immediately crashes with this error:
The error occurs in both fullscreen and windowed ( -x parameter) mode.
The SDL version i'm using:
The text was updated successfully, but these errors were encountered: