arch1t3cht

Results 126 comments of arch1t3cht

For future reference: I tested this with AviSynth (and other) videos now, and all the pixel positions seem to come out correctly.

This is a seek error in ffms2 that has been [fixed](https://github.com/FFMS/ffms2/issues/394) only very recently. Until AegisubDC is released with a newer version of ffms2, current alternatives are: - Use AegisubDC...

For posterity, here are the CI's logs for the MSVC build: [msvc_ci_build.txt](https://github.com/TypesettingTools/Aegisub/files/9057758/msvc_ci_build.txt)

The CMake subproject violation was fixed (or, well, circumvented) with Meson 0.63.1, but another violation error still remains: `subprojects/luabins/src/meson.build:1:0: ERROR: Sandbox violation: Tried to grab file fwrite.c from a nested...

I didn't see this issue before, so I didn't mention it in the commit, but there is a possible fix in https://github.com/arch1t3cht/Aegisub/commit/9ebe154964c4d335e74026f653de24beb3699dab . If `step` is not zero, the default...

Maybe I can attach the meson log for more info on what subprojects are being obtained from which source: [meson_output.txt](https://github.com/TypesettingTools/Aegisub/files/8148645/meson_output.txt) (this is the log for the build that suffers from...

It's been a while, but I found out that moving the zlib dependency https://github.com/TypesettingTools/Aegisub/blob/f21d8a36073acecad56b2621219ba82fedc04e37/meson.build#L112 above the libass dependency in meson.build fixes the crash for me, since it makes freetype pick...

After noticing that the installer built by the CI also doesn't show this crash for me, I found out that passing `--force-fallback-for=zlib` to meson also fixes this for me, without...

There's one commit 635503a in here that I needed for this, but which is useful regardless of AviSynth. Previously, meson wouldn't pick up on `default_config.json` being changed between builds (I...

After downgrading Meson to 62.2, the CI ran through for me on Windows with AviSynth enabled: https://github.com/arch1t3cht/Aegisub/runs/7222739058?check_suite_focus=true