On the commit #364 Friture now no longer starts. When it gets to the line splash.finish(window), the program hangs.
Disabling the splash-screen bypasses the problem as the line is not called. Also, the program sometimes doesn't hang when using a debugger to slowly step through the code line by line (you might need an extra app.processEvents() after window.show() to replicate this), but always hangs when it's allowed to run at full speed.
Link to line:
System information: Arch Linux, KDE Plasma Wayland, Python 3.11.1 (virtual environment)
On the commit #364 Friture now no longer starts. When it gets to the line splash.finish(window), the program hangs.
Disabling the splash-screen bypasses the problem as the line is not called. Also, the program sometimes doesn't hang when using a debugger to slowly step through the code line by line (you might need an extra app.processEvents() after window.show() to replicate this), but always hangs when it's allowed to run at full speed.
Link to line:
friture/friture/analyzer.py
Line 495 in 69415a6
System information: Arch Linux, KDE Plasma Wayland, Python 3.11.1 (virtual environment)