[kdenlive] [Bug 433527] Crash when clickung on wipe transition in timeline

2021-03-04 Thread Julius Künzel
https://bugs.kde.org/show_bug.cgi?id=433527

Julius Künzel  changed:

   What|Removed |Added

   Version Fixed In||21.04.0
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/mult
   ||imedia/kdenlive/commit/071d
   ||831f4f722f0051784841c746696
   ||7b308a8fb
 Resolution|--- |FIXED

--- Comment #13 from Julius Künzel  ---
This is fixed with the commits above and will be in version 21.04.0 (Thanks
Jean-Baptiste!)

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

[kdenlive] [Bug 433527] Crash when clickung on wipe transition in timeline

2021-03-04 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=433527

--- Comment #12 from Jean-Baptiste Mardelle  ---
Git commit 071d831f4f722f0051784841c7466967b308a8fb by Jean-Baptiste Mardelle.
Committed on 04/03/2021 at 08:48.
Pushed by mardelle into branch 'master'.

Fix incorrect handling of mix transition when moving one of the clips to
another track

M  +2-23   src/timeline2/model/timelinemodel.cpp

https://invent.kde.org/multimedia/kdenlive/commit/071d831f4f722f0051784841c7466967b308a8fb

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

[kdenlive] [Bug 433527] Crash when clickung on wipe transition in timeline

2021-03-04 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=433527

--- Comment #11 from Jean-Baptiste Mardelle  ---
Thanks for the details and reproducable steps. I am working on it.

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

[kdenlive] [Bug 433527] Crash when clickung on wipe transition in timeline

2021-03-02 Thread Julius Künzel
https://bugs.kde.org/show_bug.cgi?id=433527

--- Comment #10 from Julius Künzel  ---
Some hints:

A simpler way to reproduce is adding a color clip to an new project, add it
twice to the timeline and add a "mix". It happens with audio too, the important
thing is that it is single clip, not a group.

The crash only occurs if you drag the FIRST clip to a DIFFERENT TRACK. Moving
it on the same track or or moving the second clip to another track works as
expected.

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

[kdenlive] [Bug 433527] Crash when clickung on wipe transition in timeline

2021-03-01 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=433527

emohr  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[kdenlive] [Bug 433527] Crash when clickung on wipe transition in timeline

2021-03-01 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=433527

--- Comment #9 from emohr  ---
Created attachment 136295
  --> https://bugs.kde.org/attachment.cgi?id=136295&action=edit
crash_log

Confirmed. 
Crash happen with same track-transition. Keeping the thumbnail on: scenario 3,
6th step -> crash. Log see attached.

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

[kdenlive] [Bug 433527] Crash when clickung on wipe transition in timeline

2021-03-01 Thread Julius Künzel
https://bugs.kde.org/show_bug.cgi?id=433527

Julius Künzel  changed:

   What|Removed |Added

 CC||jk.kde...@smartlab.uber.spa
   ||ce

--- Comment #8 from Julius Künzel  ---
Do you talk about real transitions between tracks ("Compositions") or about
inline transitions ("Mix")?

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

[kdenlive] [Bug 433527] Crash when clickung on wipe transition in timeline

2021-02-27 Thread Martin Lang
https://bugs.kde.org/show_bug.cgi?id=433527

--- Comment #7 from Martin Lang  ---
I tried several things and I think I found, what makes the difference:

New project, added 3 GoPro clips, each clip contains video and audio track.
Added two clips to timeline, switched picture preview in the Timeline-Menu off,
and dragged end of first clip a little bit to the left and beginning of second
clip a bit the right (yust to get some space for the in track transition)

Now 3 different sceanarios

Scenario 1)
- Added a transition by double clicking
- Moved first clip to a different track

Transition got removed, everthing fine

Scenario 2)
- As 1) but grouped both tracks 
- moved the group around
- ungrouped again
- moved first clip to different track

Transition got removed, everything fine

Note, both scenarios had video and audio track.

Scenario 3)
- Selected first clip
- ungrouped video and audio track
- deleted audio track from timelin
- ungrouped second clip and removed audio track
- added transition between the remaining video track
- moved first video clip to another track
- then you get the screenshot that is already attached
- clicking on the transition produces the crash

So the difference is the audio track

Made another check:
- Recreated the audio track again (from context menu option)
Everything works again

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

[kdenlive] [Bug 433527] Crash when clickung on wipe transition in timeline

2021-02-27 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=433527

--- Comment #6 from emohr  ---
I tried your steps with same-track-transition. But with your step 5 the
transition goes away. Please describe your first step a bit more in detail so I
can try to reproduce the crash (a screenshot would help).

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

[kdenlive] [Bug 433527] Crash when clickung on wipe transition in timeline

2021-02-27 Thread Martin Lang
https://bugs.kde.org/show_bug.cgi?id=433527

--- Comment #5 from Martin Lang  ---
Tried it. Exact same behavior. Tried 20.12.2 Ubutuntu Package, 20.12.2 AppImage
and Downloaded gitmaster and compiled that version. All show same behavior.

Since I am new to Qt, if you have some hints into which classes I should have a
deeper look with the debugger, I can do that.

I found already, that timelinemodel and trackmodel look at the first glance
o.k. Their behavior seems to be consistent. Problem to me seems, that the wipe
effect is still visible and "clickable" in the GUI, but not present in the
corresponding model anymore.

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

[kdenlive] [Bug 433527] Crash when clickung on wipe transition in timeline

2021-02-26 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=433527

emohr  changed:

   What|Removed |Added

  Flags||timeline_corruption+
 CC||fritzib...@gmx.net

--- Comment #4 from emohr  ---
Please try with the current Kdenlive AppImage version 20.12.2 to see if there
are any packaging issues https://download.kde.org/stable/kdenlive/20.12/linux/

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

[kdenlive] [Bug 433527] Crash when clickung on wipe transition in timeline

2021-02-25 Thread Martin Lang
https://bugs.kde.org/show_bug.cgi?id=433527

--- Comment #3 from Martin Lang  ---
After some debugging I got the following insights: the list of effects is
empty, which seems to be ok, because after dragging one clip the different
timeline the wipe effect is removed.

The problem seems to be that the wipe is still visible and accessible.

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

[kdenlive] [Bug 433527] Crash when clickung on wipe transition in timeline

2021-02-24 Thread Martin Lang
https://bugs.kde.org/show_bug.cgi?id=433527

--- Comment #2 from Martin Lang  ---
As can be seen from the gdb screenshot the AssetParameterModel& is a NULL
Pointer reference

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

[kdenlive] [Bug 433527] Crash when clickung on wipe transition in timeline

2021-02-24 Thread Martin Lang
https://bugs.kde.org/show_bug.cgi?id=433527

--- Comment #1 from Martin Lang  ---
Created attachment 136107
  --> https://bugs.kde.org/attachment.cgi?id=136107&action=edit
Screenshot of kdenlive before click on wipe transitions

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