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
139 stars 9 forks source link

Attempting to run any d2v crashes: Segmentation error (memory stack reset to disk) #14

Closed EvgenyKV closed 2 years ago

EvgenyKV commented 2 years ago

Installed from: https://aur.archlinux.org/packages/vapoursynth-editor-git/

EvgenyKV commented 2 years ago

Ok, from https://aur.archlinux.org/packages/vapoursynth-editor-git/

sl1pkn07 commented on 2021-10-10 22:58

i can confirm the segfault, but is not problem by vsedit

└───╼ python Python 3.9.7 (default, Aug 31 2021, 13:28:12) [GCC 11.1.0] on linux Type "help", "copyright", "credits" or "license" for more information.

import vapoursynth as vs core = vs.core clip = core.d2v.Source('Amaranth.vob.d2v') Traceback (most recent call last): File "", line 1, in File "vapoursynth.pyx", line 2501, in vapoursynth.Function.call vapoursynth.Error: D2V cannot be opened. clip = core.d2v.Source('/home/sl1pkn07/aplicaciones/foosynth-test/Amaranth.vob.d2v') Violación de segmento (`core' generado)

so is a problem with d2vsource

YomikoR commented 2 years ago

For troubleshooting you can try if you can normally get_frame in a Python interpreter. Also calling get_frame with imwri.Write to save to PNG.

sl1pkn07 commented 2 years ago

this is fixed in upstream