YoshiWalsh / aegisub-timewarp

Aegisub Automation to linearly stretch time
MIT License
4 stars 1 forks source link

Error on macOS Sonoma #2

Open udoschmitz opened 3 months ago

udoschmitz commented 3 months ago

I use this version of Aegisub on my Mac:

https://github.com/arch1t3cht/Aegisub/releases/tag/feature_11

Timewarp throws error:

Lua reported a runtime error:
    File "/Applications/Aegisub.app/Contents/SharedSupport/automation/autoload/timewarp.lua", line 69
<anonymous function at lines 54-70>
    File "<C function>", line -1
?
Subtitles object is no longer valid

.srt-file is unchanged.

joenroll commented 1 month ago

Same Issue here

YoshiWalsh commented 1 month ago

I think this might be an upstream issue. The line in this automation that produces the error is a simple call to set_undo_point. The actual error occurs within Aegisub's C code.

udoschmitz commented 1 month ago

jfyi: I commented out line 69 -- aegisub.set_undo_point(script_name) no errors now, script changes start and end times but just not how it was supposed to. Am I missing something?

YoshiWalsh commented 1 month ago

Please provide details of which settings you are giving the script (or a screenshot).