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
Overview Description: celluloid fails to play any video on macOS 10.6. (Yes, it is a rather old version, but I have all dependencies working in current/recent versions.)
Steps to Reproduce:
Reproducing it could be somewhat challenging, but install mpv-legacy +libmpv port and build celluloid against it.
Actual Results:
Trying to load a video for playback, I get instead an error message: Playback was terminated abnormally. Reason: something happened.
Terminal has the following:
(io.github.celluloid_player.Celluloid:26663): celluloid-CRITICAL **: 13:14:36.072: Failed to initialize render context
Expected Results:
I hope it can work normally, since mpv itself works.
Version: 0.27
Additional Information: MacPorts environment.
What can I try? I understand that perhaps nobody has 10.6, but maybe the issue looks familiar.
The text was updated successfully, but these errors were encountered:
I don't have a Mac to test with, but my guess is that it's something to do with your OpenGL version. We're using GtkGLArea, which requires at least OpenGL 3.2 to work. What version do you have?
I don't have a Mac to test with, but my guess is that it's something to do with your OpenGL version. We're using GtkGLArea, which requires at least OpenGL 3.2 to work. What version do you have?
Overview Description:
celluloid
fails to play any video on macOS 10.6. (Yes, it is a rather old version, but I have all dependencies working in current/recent versions.)Steps to Reproduce:
Reproducing it could be somewhat challenging, but install
mpv-legacy +libmpv
port and buildcelluloid
against it.Actual Results:
Trying to load a video for playback, I get instead an error message:
Playback was terminated abnormally. Reason: something happened
.Terminal has the following:
Expected Results:
I hope it can work normally, since
mpv
itself works.Version: 0.27
Additional Information: MacPorts environment.
What can I try? I understand that perhaps nobody has 10.6, but maybe the issue looks familiar.
The text was updated successfully, but these errors were encountered: