-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Playlist Failing on macOS arm64 M3 #238
Comments
Some questions:
|
Sorry, I forgot to attach the crash log! |
I cannot reproduce the crash, but I have a slower machine. Thanks to the crash logs I have two ideas where it could be failing. Download the new beta from: https://sourceforge.net/projects/mrv2/files/beta/ This beta will not fix anything, but more than likely, it will not crash. It should print out to the Log console an error message (which could be long). Send me any log message you get. |
It no longer crashes as you foresaw. I tested this with a Gif but since the crash was happening on a mp4, I assume the format is irrelevant. Here is the log: |
Yes, the format should be irrelevant. The Log you gave me points to a bug in the OpenTimelineIO library I am using. I am using a custom version of it, not the latest release one (albeit it is not clear to me why it would work on all platforms except on macOS silicon). I am now compilig a version with the latest OTIO v0.16.0. I'll go to lunch and afterwards, it should be available on the above sourceforge beta site. |
Ok, I'll keep you posted. Thanks!!! |
It should be up on the sourceforge beta site: https://sourceforge.net/projects/mrv2/files/beta/ Let me know if it still reports the same error and if it does, I am afraid I will have to report it to the OpenTimelineIO team at Pixar and create a small sample. |
Hello again! Kapture.2024-05-18.at.07.39.59.mp4 |
You are using it perfectly. It is indeed a bug with OpenTimelineIO. To report it properly, we can do two final tests. First, the easy test. Can you download from github the latest: mrv2-Darwin-v1.1.7-amd64.dmg (ie not arm64!) and run it under Rossetta2? See if that exhibits the same log error. If it works, it is a problem with the M1 compiler on macOS that creates broken code for M3. |
It works!! No crash! And the feature (chaining clips) works as intended.... |
I've reported the bug to the OpenTimelineIO guys. You can follow the status here: |
@piotrnikov I know you got it working with amd64, but I recompiled a new version of mrv2 for arm64 with further debugging information from OpenTimelineIO. I'm hoping we can get rid of the bug before I release v1.2.0. If you feel like downloading this beta and trying it and sending me the output you get when it fails, it would help a lot: https://sourceforge.net/projects/mrv2/files/beta/mrv2-beta-Darwin-arm64.dmg/download |
Hello! |
Describe the bug
I'm not sure how the Playlist panel is supposed to work, but whatever I do it seems to crash a lot.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would assume it creates a Playlist where Clips are played one after the other.
Desktop (please complete the following information):
MacOs 14.5 M3 Max
mrv2 v1.1.6
The text was updated successfully, but these errors were encountered: