Dudemanguy / mpv-manga-reader

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

Screen turns blue when turning on continuous mode #32

Closed george1231231 closed 2 months ago

george1231231 commented 2 months ago

After opening this file with the manga reader and turning on continuous mode with c, the window will turn blue and the window will resize.

Reproduction steps:

  1. Download and open test.zip with the manga reader.
  2. Press c to turn on continuous mode.
  3. Window will turn blue and the window will resize after a few seconds (<10 seconds).

https://github.com/user-attachments/assets/de7820a1-9302-48cd-839a-b54a43eb89ca

Logs:

log.txt

Other details:

mpv.conf contains only save-position-on-quit. manga-reader.conf contains only auto_start=yes, however the problem can be reproduced without autostart if the manga reader is enabled shortly after opening.

Related: #8: I have a problem with continuous mode

OS: Arch Linux x86_64 Desktop Environment: Plasma 6.1.4 CPU: Intel i5-8250U (8) @ 3.400GHz GPU: Intel UHD Graphics 620

george1231231 commented 2 months ago

Setting continuous_size=3 in manga-reader.conf fixes the issue.