Skip to content

Releases: 07th-mod/python-patcher

v1.1.69

20 Nov 14:04
Compare
Choose a tag to compare

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.6 and below 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

  • Use correct UI file for Matsuribayashi on Linux depending on store (MG/GOG or Steam) [f832248]
    • Make ui backup more transactional and raise an error if ui backup fails [4f1175b]
    • Add requiring a target checksum to accept a ModFileOverride [8c4e6d4]
    • Add support for mod override "targetChecksums" field in JSONValidator [a140374]
    • Fix unescaped GIT_TAG variable [ac599eb]
  • Add installer is latest version check and popup [b5cd4fd] (#126 )

Developer Changes

v1.1.68 - MacOS/Python 2.7 Fix

12 Nov 02:50
Compare
Choose a tag to compare

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.6 and below 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

  • Fix downloads failing on Python 2.7/MacOS (introduced in last release). You would get a "AttributeError: exit" Error 1263675
  • Add experimental Higurashi DLL for Onikakushi
    • Known issues with Original/Ryukishi mode on the experimental Higurashi DLL
      • When the "negative/color inversion" effect is applied, the black letterboxing to make it 4:3 turns white
      • To avoid having to remake all the text assets, any text assets (images which are just text on black background) which are in 16:9 will remain 16:9

v1.1.67

03 Nov 14:28
Compare
Choose a tag to compare

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

v1.1.65

20 Oct 00:40
Compare
Choose a tag to compare

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

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

  • Attempted 'non-english locale' fix - see #111 [f70d53b] [8d9f790]
  • Add option to do a partially-manual install (#114) [5efc06b] [9c31880] [c3193e9]
    - user has to manually copy extracted files to game folder, but everything else should be automated
    - extraction folder should open automatically at end of install
  • Fix links navigating away from page (now open new in tab) [593421b]
  • Fix 'test archive' progress bar not working (stuck at 0%) [8f4c58f]
  • Keep selected mod options when navigating away from page [0b8579c]
  • Hide mod options until a valid path is selected [0f6a439]

Developer Changes

  • Fix mod option display order [a0071c4]
  • Re-implement Steamgrid/Custom Steam Art opt using normal option system [670a02e]

Performance Improvements

  • Remove loading indicator and parallax [599034a]
  • Fix installer page slow first load by linking to flowchart instead of embedding it [d32a787]

v1.1.63

09 Oct 08:44
Compare
Choose a tag to compare

Please download the installer to your computer, then run it. Don't run the file directly from your browser.

Having trouble with installation or the game itself?
Follow the Support Checklist to get your problem solved


Known Issue: Higurashi on Ubuntu (or Linux users with GNOME Desktop)

GNOME Desktop (the default on Ubuntu) will cause Higurashi Ep.4 and upwards to crash the entire desktop when you start the game. This happens even on the base game (without any mods applied). A workaround for this 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 (for ease of installation, please don't make any saves on the base game).


Important Changes

  • Add UP mention to Umineko pages

v1.1.59

23 Sep 02:31
Compare
Choose a tag to compare

Please download the installer to your computer, then run it. Don't run the file directly from your browser.

Having trouble with installation or the game itself?
Follow the Support Checklist to get your problem solved


Known Issue: Higurashi on Ubuntu (or Linux users with GNOME Desktop)

GNOME Desktop (the default on Ubuntu) will cause Higurashi Ep.4 and upwards to crash the entire desktop when you start the game. This happens even on the base game (without any mods applied). A workaround for this 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 (for ease of installation, please don't make any saves on the base game).


Important Changes

  • Fix installer failing if parsing 7zip or Aria2 output fails
    • (Fix incorrect arguments to traceback.format See #111) [768c9f9]
  • Fix download fallback on Windows
    • Fix curl fallback on windows [8105b1a]
  • Fix download resuming on Python 2 (MacOS)
    • Fix .dateModified file generation on Python 2 [b0a929c]

Unimportant Changes

  • update versionData.json - Umineko Answer ADV mode script [51bb1b3]

v1.1.58

13 Sep 02:10
Compare
Choose a tag to compare

Please download the installer to your computer, then run it. Don't run the file directly from your browser.

Having trouble with installation or the game itself?
Follow the Support Checklist to get your problem solved


Known Issue: Higurashi on Ubuntu (or Linux users with GNOME Desktop)

GNOME Desktop (the default on Ubuntu) will cause Higurashi Ep.4 and upwards to crash the entire desktop when you start the game. This happens even on the base game (without any mods applied). A workaround for this 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 (for ease of installation, please don't make any saves on the base game).


Important Changes

  • MacOS/Python2 users: fix installer not starting up when ran with Python 2 (gave "Installer folder is not writeable" error) [6eae526]
  • Allow bypassing startup checks (in case there is a false positive during startup checks) [6eae526]

v1.1.57

12 Sep 22:07
Compare
Choose a tag to compare

Please download the installer to your computer, then run it. Don't run the file directly from your browser.

Having trouble with installation or the game itself?
Follow the Support Checklist to get your problem solved


Known Issue: Higurashi on Ubuntu (or Linux users with GNOME Desktop)

GNOME Desktop (the default on Ubuntu) will cause Higurashi Ep.4 and upwards to crash the entire desktop when you start the game. This happens even on the base game (without any mods applied). A workaround for this 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 (for ease of installation, please don't make any saves on the base game).


Important Changes

  • Default to Python 3 on Linux and OS X

v1.1.56

08 Sep 02:44
Compare
Choose a tag to compare

If you have problems with this release, please try the v1.1.54 release.

  • Please download the installer to your computer, then run it.
    • Do not run the file directly from your browser
    • Do not run the file from your start menu (Windows users)

Having trouble with installation or the game itself?
Follow the Support Checklist to get your problem solved


Known Issue: Higurashi on Ubuntu (or Linux users with GNOME Desktop)

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). A workaround if you have this issue 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 (for ease of installation, please don't make any saves on the base game).


Important Changes

  • Fix windows file chooser [49b8415]
    • Was broken in previous release by [ca120e9]

Unimportant Changes

  • Fix mod option preview and URL printing [ade2faa]

v1.1.55

05 Sep 13:12
Compare
Choose a tag to compare
v1.1.55 Pre-release
Pre-release

Please don't use this release - use the next v1.1.56, or previous v1.1.54 release.


Important Changes

  • Improve performance when selecting install options, by caching install folder scans [beda9cd]
    • Previously, each time a option in the installer was changed, a re-scan of the install folder would be done to update the download preview
    • Now any re-scans due to a download preview are cached (but the final "real" install scan is never cached)
  • Detect if installer folder not writable [74f15d6]
    • See #106 - Previously installer would just try to run anyway, and then fail when it needed to write something to disk
  • Fixes for if windows install loader started with custom working directory
    • Fix installer working directory when started from the Windows 10 start menu [ca120e9]
    • Detect if installer is accidentally run from system32 folder [f26e876]
    • See #110 - running the windows launcher from the start menu would start it in the system32 folder, which would cause the install to fail. This should be mitigated by the above two commits.
  • Fix Windows Install Launcher allowing multiple instances to run at the same time [ca5108e]
  • Fix misleading "corrupted download" message [6e9ddea]
    • If download/extraction failed, installer would display "corrupted download" when the cause might be a permissions issue or some other issue - now message prompts you to check the log for the real issue
  • Fix issue for some Windows users where the download "querying" step (just after installer starts) would fail by including/using CURL as fallback [b39814e]
  • Add PowerShell as fallback for Windows file chooser [e31662e]
  • Fix issue where download would get stuck displaying "0B/0B" by updating Aria2 binary [4b16beb]

Unimportant Changes

  • Add hardcoded GOG scan paths to hopefully scan for GOG games automatically [5efd459]
  • Fix init page counter counting even after init failed [59bbdd2]
  • Fix donation status not displaying [a8bb9fe]

Developer Changes

  • Suppress most printing on 'validateOnly' installs to avoid confusing log messages [5ec0812]
  • Fix makedirs failing when running travis build script locally [bd7d1e9]
  • Improve error logging when there is a Unity Version error [ebad389]
  • Run same startup tasks in both CLI and UI interfaces to minimize discrepancies in behavior [75191bc]
  • Fix #117 "install_loader gives '(never executed)' when ran with Cargo on Windows 10" [61a93c5]