arch1t3cht / Aegisub

Cross-platform advanced subtitle editor, with new feature branches. Read the README on the feature branch.
http://www.aegisub.org
Other
738 stars 32 forks source link

Aegisub will crash if loaded avs without audio #61

Closed seiya-git closed 10 months ago

seiya-git commented 1 year ago

When loading avs script, I got this error and Aegisub will crash

Default vapoursynth audio script: import vapoursynth as vs vs.core.bas.Source(source=filename).set_output()

arch1t3cht commented 12 months ago

Does this still happen with the updated provider loading logic? If so, can you give detailed steps to reproduce?

seiya-git commented 11 months ago

image Yes

just trying open avs via drug-n-drop: FFMS2("any_video.mp4", atrack=-2) it's happened because it will try open audio too from file

arch1t3cht commented 10 months ago

Should be fixed now, see https://github.com/arch1t3cht/Aegisub/issues/83#issuecomment-1763390396 for more information. Reopen if this still happens.

seiya-git commented 10 months ago

@arch1t3cht not fixed for me

when dran-n-drop avisynth script: image after selecting any of them, it's get error image image and after closing error window and click play, Aegisub silently closes

arch1t3cht commented 10 months ago

I see, that was a separate issue with the avisynth wrap on top of the audio/video provider selection issue. Fixed now.

seiya-git commented 10 months ago

Thanks, with 858f4acf it's working now