You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently Repl.it upgraded to 3.10.6 for python, meaning we could theoretically run rubato there. But when you try initializing rubato it can't make a window. Looking further in the sdl2/ext/window it says the video system wasn't initialized. This is usually done in sdl2.SDL_Init(sdl2.SDL_INIT_EVERYTHING) in our init, but it seems to be failing.
We should:
a) find a fix.
b) notice when sdl2 init fails and raise our own error.
Background:
I think Replit is running on Ubuntu.
Version
1.0.0
OS
Linux
Logs
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Describe the bug
Recently Repl.it upgraded to 3.10.6 for python, meaning we could theoretically run rubato there. But when you try initializing rubato it can't make a window. Looking further in the sdl2/ext/window it says the video system wasn't initialized. This is usually done in
sdl2.SDL_Init(sdl2.SDL_INIT_EVERYTHING)
in our init, but it seems to be failing.We should:
a) find a fix.
b) notice when sdl2 init fails and raise our own error.
Background:
I think Replit is running on Ubuntu.
Version
1.0.0
OS
Linux
Logs
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: