Opened 16 months ago
Closed 16 months ago
#1444 closed defect (fixed)
Opening an avisynth script for video which has an error fails silently (r6387)
| Reported by: | gpower2 | Owned by: | Plorkyeran |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0.0 |
| Component: | Video | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: | Platform: | Windows | |
| Sub Component: |
Description
When opening an avisynth script for video, and that script has errors, Aegisub fails silently, without informing the user of the error.
Change History (2)
comment:1 Changed 16 months ago by Plorkyeran
- Milestone 3.0.0 deleted
comment:2 Changed 16 months ago by plorkyeran
- Milestone set to 3.0.0
- Owner set to Plorkyeran
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

(In [ddc8dc9]) Only wrap the avisynth-using part of AvisynthVideoProvider's constructor with try/catch so that avisynth is still initialized when the catch handler runs, which is required to actually get an error message. Closes #1444.