This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Kdenlive 0.7.3 crashes when trying to open project

Tags: None
(comma "," separated)
Giannux
Registered Member
Posts
2
Karma
0
Hi,

working on an already existing project suddendly Kdenlive crashed and after that every time I try to open that project Kdenlive crashes again.
Of course Kdenlive is able to open other projects without problems.
The behaviour seems to be similar to an already solved bug (no. 746), however how can I check it and most important how can I fix my project file? It took me lot of time and I need to finalize it urgently...
Thanks to anybody who may help me to recover it!

Ciao
ddennedy
Registered Member
Posts
1315
Karma
1
I once ran into a bug where some corrupt text found its way into the XML file. Run the project file through 'xmllint' at the konsole and see if it reports an error.


Giannux
Registered Member
Posts
2
Karma
0
Thanks for your help. I managed to find the part of xml file which was making kdenlive crash: taking out this part the rest of the project file was readable normally by the software. So far it's ok even if I was not able to recognize the error and the reason why this happened.

Ciao!
avilla
Moderator
Posts
79
Karma
0
OS
it would have been useful for us to know what was the corrupted text :P
yt
Registered Member
Posts
32
Karma
0
Because google gives this Thread a high ranking, I post my experience with the same Problem here: Version kdenlive 0.7.8.
I figured out, that in my case this entry causes trouble and crashes Kdenlive 0.7.8 when loading the Project:

< tracksinfo>
< trackinfo blind="1" mute="0" locked="1" trackname="Audio 2" type="audio"/>
< trackinfo blind="1" mute="0" locked="0" trackname="Audio 1" type="audio"/>
< trackinfo blind="0" mute="0" locked="0" trackname="Video 3"/>
< trackinfo blind="0" mute="0" locked="0" trackname="Video 2"/>
< trackinfo blind="0" mute="0" locked="0" trackname="Video 1"/>
< /tracksinfo>

I did cleard the tmp cache files with no luck, but disabling audio preview and unlock die helped.
changed to

< tracksinfo>
< trackinfo blind="0" mute="0" locked="0" trackname="Audio 2" type="audio"/>
< trackinfo blind="0" mute="0" locked="0" trackname="Audio 1" type="audio"/>
< trackinfo blind="0" mute="0" locked="0" trackname="Video 3"/>
< trackinfo blind="0" mute="0" locked="0" trackname="Video 2"/>
< trackinfo blind="0" mute="0" locked="0" trackname="Video 1"/>
< /tracksinfo>

worked for me

with correct greetings,
yt


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot]