[kdenlive] [Bug 483777] Enabling Proxies Corrupts Timeline

2024-04-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=483777

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #11 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 483777] Enabling Proxies Corrupts Timeline

2024-04-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=483777

--- Comment #10 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 483777] Enabling Proxies Corrupts Timeline

2024-03-25 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=483777

--- Comment #9 from Jean-Baptiste Mardelle  ---
Thanks for reporting the crash on project file opening, this should now also be
fixed in the daily builds. Could you please check the daily builds to confirm?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 483777] Enabling Proxies Corrupts Timeline

2024-03-24 Thread Bob Wetzelheimer
https://bugs.kde.org/show_bug.cgi?id=483777

--- Comment #8 from Bob Wetzelheimer  ---
To double check, I re-installed 24.02.0 and it doesn't crash on startup

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 483777] Enabling Proxies Corrupts Timeline

2024-03-24 Thread Bob Wetzelheimer
https://bugs.kde.org/show_bug.cgi?id=483777

--- Comment #7 from Bob Wetzelheimer  ---
However (and if you want me to open a new bug, let me know), I'm getting a
crash every time I try and open any project file from Explorer. If I open them
via File -> Open, they load fine. 

I uploaded a new video showing the issue to that folder I linked
"opening_bug.mkv"

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 483777] Enabling Proxies Corrupts Timeline

2024-03-24 Thread Bob Wetzelheimer
https://bugs.kde.org/show_bug.cgi?id=483777

--- Comment #6 from Bob Wetzelheimer  ---
Thanks for the quick fix! 

I messed around with it for a bit and couldn't reproduce the issue with build
7748 / 2024-03-25 01:21

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 483777] Enabling Proxies Corrupts Timeline

2024-03-24 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=483777

--- Comment #5 from Jean-Baptiste Mardelle  ---
Git commit ac078f004298f42807e2a8beed476486ab96067a by Jean-Baptiste Mardelle.
Committed on 24/03/2024 at 13:51.
Pushed by mardelle into branch 'release/24.02'.

Ensure we never reset the locale while an MLT XML Consumer is running (it
caused data corruption)

M  +2-0src/bin/bin.cpp
M  +1-1src/bin/binplaylist.cpp
M  +1-0src/bin/generators/generators.cpp
M  +6-1src/bin/projectclip.cpp
M  +0-1src/bin/projectfolder.cpp
M  +7-2src/bin/projectitemmodel.cpp
M  +1-0src/core.h
M  +1-0src/dialogs/timeremap.cpp
M  +2-0src/dialogs/wizard.cpp
M  +1-0src/doc/kdenlivedoc.cpp
M  +1-0src/mltcontroller/clipcontroller.cpp
M  +2-1src/project/projectmanager.cpp
M  +1-0src/timeline2/model/timelinefunctions.cpp
M  +1-0src/timeline2/model/timelinemodel.cpp

https://invent.kde.org/multimedia/kdenlive/-/commit/ac078f004298f42807e2a8beed476486ab96067a

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 483777] Enabling Proxies Corrupts Timeline

2024-03-22 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=483777

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #4 from Jean-Baptiste Mardelle  ---
I think I might have found the root cause - a concurrency issue in our use of
MLT that caused corruption when exporting to xml. However as this bug was not
always reproducible for me, It would be very helpful if you could try out the
latest devel build here to confirm if it also fixes the issue for you:
https://cdn.kde.org/ci-builds/multimedia/kdenlive/master/windows/

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 483777] Enabling Proxies Corrupts Timeline

2024-03-22 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=483777

--- Comment #3 from Jean-Baptiste Mardelle  ---
Git commit 75be42a77c94b84ce0621122c5ee0923b0729b54 by Jean-Baptiste Mardelle.
Committed on 22/03/2024 at 10:47.
Pushed by mardelle into branch 'master'.

Ensure we never reset the locale while an MLT XML Consumer is running (it
caused data corruption)

M  +2-0src/bin/bin.cpp
M  +1-1src/bin/binplaylist.cpp
M  +1-0src/bin/generators/generators.cpp
M  +6-1src/bin/projectclip.cpp
M  +0-1src/bin/projectfolder.cpp
M  +7-2src/bin/projectitemmodel.cpp
M  +1-0src/core.h
M  +1-0src/dialogs/timeremap.cpp
M  +2-0src/dialogs/wizard.cpp
M  +1-0src/doc/kdenlivedoc.cpp
M  +1-0src/mltcontroller/clipcontroller.cpp
M  +2-1src/project/projectmanager.cpp
M  +1-0src/timeline2/model/timelinefunctions.cpp
M  +1-0src/timeline2/model/timelinemodel.cpp

https://invent.kde.org/multimedia/kdenlive/-/commit/75be42a77c94b84ce0621122c5ee0923b0729b54

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 483777] Enabling Proxies Corrupts Timeline

2024-03-21 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=483777

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

   Priority|NOR |VHI

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 483777] Enabling Proxies Corrupts Timeline

2024-03-20 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=483777

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from Jean-Baptiste Mardelle  ---
I can confirm the bug, thanks for your report! I am investigating...

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 483777] Enabling Proxies Corrupts Timeline

2024-03-16 Thread Bob Wetzelheimer
https://bugs.kde.org/show_bug.cgi?id=483777

--- Comment #1 from Bob Wetzelheimer  ---
I've been playing around with it and I can't reproduce it in 23.08.5

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 483777] Enabling Proxies Corrupts Timeline

2024-03-16 Thread Bob Wetzelheimer
https://bugs.kde.org/show_bug.cgi?id=483777

Bob Wetzelheimer  changed:

   What|Removed |Added

  Component|Effects & Transitions   |Video Display & Export

-- 
You are receiving this mail because:
You are watching all bug changes.