Dudemanguy / mpv-manga-reader

Manga reading script for mpv
GNU General Public License v3.0
119 stars 4 forks source link

Double page segmentation fault #22

Closed NecRaul closed 10 months ago

NecRaul commented 10 months ago

I had previously thought this had something to do with changing the page on double page as other issues suggested and don't get me wrong, the segmentation fault happens whenever I change the page too but it happens when I do nothing as well.

Here's a sample for replicating the issue, I chose one of the smaller chapters I could find on my collection.

Here's a video of the issue happening.

Here's the log of the issue happening.

Dudemanguy commented 10 months ago

It's an mpv bug. It's because I broke lavfi-complex before 0.36 (oops). It was fixed in https://github.com/mpv-player/mpv/commit/65840f8889a2a19610895c8223bbd1669448f062.

NecRaul commented 10 months ago

That's quite the timing lol, fixing it RIGHT after the release, guess I gotta compile it myself then, thanks.