Inareous / Minimal-CS-Manga-Reader

Read your manga continously in one page.
MIT License
16 stars 2 forks source link

Can't read archived chapters #12

Closed GenoXu closed 4 years ago

Inareous commented 4 years ago

This is due to my old self's stupidity of appending "-path=" to arguments and only accepting that as input instead of handling arguments path normally. This should be easy to fix, i think.

Inareous commented 4 years ago

Try v0.1.0.7 release

As for FMD, the recommended way would be to change Options->General->Parameters: to be "%PATH%" instead of the default value, this way MCS grab all chapter and you can navigate between chapter.

Inareous commented 4 years ago

Hmm, thats weird. Can you provide a gif example? Something like below: zip

Inareous commented 4 years ago

So, after a couple tries i've managed to reproduce the issue but i'm not sure how to fix it.

Steps i did to reproduce :

  1. Remove all releases of MCS folder (everywhere).
  2. Get v0.1.0.6 release or below, then extract it.
  3. Try "open with .." to MCS.exe, it will fail to load images.
  4. Get latest release, then extract it. (Don't delete the previous release extracted folder)
  5. Try "open with .." to latest MCS.exe, it will fail to load images.

A simple solution i've found is just to remove previous releases of MCS folder. To be safe, maybe remove all releases of MCS and just extract the latest one (try using different directory name/location). My first thought on this is that "open with" windows will point to the older version if its still exist, even though we point it to the newer version, maybe because the filename is same?

Inareous commented 4 years ago

Glad it worked out.

Yeah, adding native context or file association to archive file may be something to consider if this happens often, we'll see.

Closing this for now.