07th-mod / python-patcher

Mod Installer for the Higurashi and Umineko Games
151 stars 12 forks source link

Checking whether installer is latest shouldn't be critical to installer startup #151

Closed drojf closed 3 years ago

drojf commented 3 years ago

Currently, if the installer fails to check if the installre is latest (see below link), it won't startup.

Since this is not important, the installer should just print any errors, and assume the installer is up-to-date (or have a special screen to tell the user installer might not be up to date)

https://github.com/07th-mod/python-patcher/blob/5585ceb460c40b750361aefea3efa114ca88e837/common.py#L269-L281

drojf commented 3 years ago

Fixed in f0f5f13c6dca4c0f74c76def769ed0eee760cd87, released in https://github.com/07th-mod/python-patcher/releases/tag/v1.1.85