-
Notifications
You must be signed in to change notification settings - Fork 181
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
Opening flowblade causes python3.10 to quit unexpectedly #1099
Comments
These are two different problems
This is a bit baffling. Should happen everywhere if happens at all. The GPU render tests launch prosesses that are supposed to crash if some resource is not available, but that does not crash the application when running from developer version, or when running from Flatpak here. I get e.g.
printed on terminal as test results, and -11 is indeed SIGSEGV. But that is supposed to happen, I do:
to run the tests and get the return values to find out which GPU render options are available. But on your Fedora Linux 38, Gnome 44.2, Wayland that crashes the application, don't know why. Python Subprocess API does not indicate that crashing Subprocess.process crashes parent process.
This one makes more sense and should be fixable. |
BTW, is possible for you to test this bug:
running Gnome on XOrg, so we would know if this is Wayland related issue? |
Just tested it on Gnome XOrg and unfourtantely I got the exact same issue. |
Thanks for doing the test. It is actually positive result for the project, as it implies that Wayland systems do not crash the app as it is now presented. |
The new update has just fixed the main issue for me, the load error, I'm now back to editing. Thanks! |
I'll reopen and give this some further examination. |
Flowblade version: 2.10
MLT version: 7.17.0
Distribution: Fedora Linux 38 (Workstation Edition)
OS type: 64-bit
Desktop Environment: Gnome 44.2
Windowing system: Wayland
Kernel version: Linux 6.3.8-200.fc38.x86_64
Whenever I start-up flowblade or open a previous project I get the error message "python3.10 quit unexpectedly" from problem reporting, which spits out:
Running the flatpak in cmdline with
-v
, when it starts the error occurs but nothing is printed out. However when opening a previous project it gets stuck loading the project trying to build a certain track, and the following is printed out to the cmdline:I didn't get this error few weeks before and it operated as expected, and from then I haven't really installed anything that could've messed with my system so I'm at a stump of what could've caused this.
The text was updated successfully, but these errors were encountered: