| Summary: | When multiple instances are running, render progress is not handled consistently | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Jonathan Gilbert <c6kargn6hz> |
| Component: | Rendering & Export | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | berndmj, cgiraud, fritzibaby |
| Priority: | NOR | Keywords: | triaged |
| Version First Reported In: | 18.12.1 | Flags: | fritzibaby:
Brainstorm+
|
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jonathan Gilbert
2019-01-29 04:27:12 UTC
Thank you for reporting. I’m not sure if multiple instances of Kdenlive can be run. Huh, okay -- I simply did it without thinking and everything I used worked except for the bug I reported here. ¯\_("/)_/¯
Same problem with Ubuntu Studio 20.04 LTS and kdenlive-21.08.0a-x86_64.appimage Kdenlive multiple instances are very useful: - running different versions to test and report bugs :-) - working concurrently on multiple video sequences: one to compute stabilized video for example, one other import and use them (necessary to change video speed for example). Agreed :-) Any case where communication with an external process is not precise enough to guarantee that the instance that launches it is the one that connects to it should be considered a bug, and if there are any other cases where an action assumes that a system resource (such as a file path) can simply be used in way that causes two concurrent instances to collide with each other should be considered a bug. An approach used by many other programs is to put the process ID into the path somewhere (e.g. a separate directory per process) so that it is completely impossible for two instances to interfere with each other. Imagine if Microsoft was like, "Well, you can run multiple instances of Microsoft Word if you _want_, but if you tell the first one to print, you might actually get the second one sent to the printer" or something. :-P Hi and thank you for your patience. Your bug report was for a version of Kdenlive that is at least four years old. Can you please check whether this issue still exists in the latest version 24.12.0? If yes, please update this report to reflect the new version and set the status to CONFIRMED. If it works now like you expect it would, you may change the status of this report to RESOLVED - FIXED. At any rate, this report will be closed if there is no activity for the next 30 days. 🐛🧹 ⚠️ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! 🐛🧹 This bug has been in NEEDSINFO status with no change for at least 30 days. Closing as RESOLVED WORKSFORME. Sorry for the delay. I just downloaded 24.12.1 and tried two concurrent renders and they did not interfere with one another. So it looks like the closed state for this bug is correct. Thank you for your feedback |