Skip to content

v1.1.67

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 14:28
· 465 commits to master since this release

This release mainly fixes Chrome failing to load the installer web GUI on Windows (until you refresh the page manually).

On MacOS and Python < 3.7, this can't be fixed that easily unfortunately, see "Known Issues" below.

Installation Instructions

  • Please download the installer to your computer, then run it - don't run directly from your browser
  • Please read the Higurashi or Umineko wiki sections for more information.

Known Issues

  • You may need to refresh the webpage (web GUI) if it does not load or seems to hang.
    • This will happen for MacOS users / Python 2 / Python < 3.7 using the Chrome web browser (Firefox seems to be OK)
    • This shouldn't happen on Windows builds / Python 3.7 and up as we've applied a fix
Linux: Higurashi with GNOME Desktop/Ubuntu Crashes - CLICK TO EXPAND

GNOME Desktop (the default on Ubuntu) may cause Higurashi Ep.4 and upwards to crash the entire desktop when you start the game.

We've had varying reports - Ubuntu 19.10 with GNOME 3.34.2. seems to work (except for a crash in Tatarigoroshi on first startup). But previously we've had crash reports from anyone using GNOME. This happens even on the base game (without any mods applied).

If you have this issue, a workaround is to install XFCE desktop. You can follow this guide to install XFCE desktop (it can be installed alongside GNOME).

Please make sure you can launch the base game before applying any mods (please don't make any saves on the base game as they are not compatible with the mod).

Troubleshooting

  • If you are having installer trouble, or the game does not run properly, follow the Support Checklist to solve your problem

Important Changes

  • On Windows/Python 3.7 and above, fix pages failing to load until page refreshed on Chrome and possibly other browsers
    • MacOS/Python < 3.7 users will still encounter this issue, a workaround is to refresh the page if it does not load/hangs
  • Possibly fix language specific asset installation and delete unused assets if they have the filename '.languagespecificassets' 320ff55
    • Will fix #122 after language specific asset file extensions are renamed
  • Add support for Python 3.9 d1ef332
  • Fix #125 - If install loader minimized, and exit issued, show window so confirmation dialog is visible a80d3a1
  • Link to changelog just below mod description 7cdc827
  • Update install loader troubleshooting message 05935be

Developer changes

  • Fix bug in v1.1.66 where web GUI shutdown buttons were broken ae6c985
  • Fix invalid escape sequence 5fa7c1b
  • Fix leaked stdout/stderr on Popen() call 30ef02e
  • Fix unclosed file cc21167
  • Add refresh the webpage note and warning when non threading server used 6b19298