YomikoR / VapourSynth-Editor

Branch vse-previewer for standalone previewer. Branch vs-api4 for an IDE with a text editor. Branch master for "stability". Forked from https://bitbucket.org/mystery_keeper/vapoursynth-editor
Other
138 stars 9 forks source link

Crashes when removing removing file drop templates #4

Closed Ryuukishi closed 2 years ago

Ryuukishi commented 2 years ago

How to reproduce:

  1. Navigate to file drop templates.
  2. Delete an item from the list
  3. Click 'Save all'

This causes it to crash 100% of the time. I'm running Windows 10.

YomikoR commented 2 years ago

Sorry, I didn't figure out how to make it crash. Could you please run in portable mode and upload your vsedit.config?

Ryuukishi commented 2 years ago

https://file.io/f1A6JDMdAErO

YomikoR commented 2 years ago

Thanks for reporting. I still cannot reproduce in the same way as you suggested but I'm sure something is wrong.

YomikoR commented 2 years ago

I'm not sure when it will be fixed. For now you may (switch to portable mode,) edit the config file (and switch back)

[drop_file_templates]
clip\mask_list=*.mkv, *.mp4,
clip\template="clip = core.ffms2.Source(r'{f}')"
clip2\mask_list=......
clip2\template=......
YomikoR commented 2 years ago

vsedit.zip Does it work for you?

Ryuukishi commented 2 years ago

Sorry for the late reply, r19-mod-3 fixes the crash. Thanks!