.mlt file disappeared

backstory - I keep my source files and save files in one hard drive so I could work alternately between laptops. One to edit and the other for exporting (because the former has a smoother experience for some reason even though the latter is drastically more powerful. the former uses windows 10 and the latter uses windows 11). I’ve just finished editing, I plugged in my hard drive and I see my .mlt file, clicked on it, and shotcut was taking a while to load so I clicked on the file again and I’m greeted with a new project screen. I closed shotcut and noticed my save file disappeared. I got it back with easeus because the file wasn’t in the autosave folder nor was it in the previous version properties in file explorer…

Can it still be recovered? send help
scene4new(1).mlt (258.8 KB)

I just checked my windows 11 laptop has shotcut version 22.11.25 and my windows 10 has shotcut version 22.09.23…

Your MLT file is improperly terminated. It ends:

    <transition id="transition10">
      <property name="a_track">0</property>
      <property name="b_track">2</property>
      <property name="mlt_service">mix</property>
      <property name="always_active">1</property>
      <property name="sum">1</property>
    </transition>
    <transition id="transition11">
      <property name="a_track">1</property>
      <property name="b_track">2</property>
      <property 

If you do not have a backup copy you can use then try the edited version that I created by removing the incomplete “transition11” and adding the terminating tags:

  </tractor>
</mlt>

scene4new_EDITED.mlt (258.7 KB)

Of course you will be missing some of the work you did on the project, but at least all is not completely lost. You can view the MLT file in a simple text editor like Notepad, or Notepad++.

For future reference please read this thread:

1 Like

If you have “File History” configured on your Windows system(s) you may have a backup already. See the following for more info:

Thank you so much! I’ll make sure to reduce the likelihood of this happening to me again in the future

This topic was automatically closed after 90 days. New replies are no longer allowed.