diff --git a/docs/Higurashi/Higurashi-Getting-started.md b/docs/Higurashi/Higurashi-Getting-started.md index 9c5a9c0..2ad2adb 100644 --- a/docs/Higurashi/Higurashi-Getting-started.md +++ b/docs/Higurashi/Higurashi-Getting-started.md @@ -6,7 +6,9 @@ !!! warning "Careful about old save files!" Save files from older versions of the patch **or** the vanilla game are not expected to work properly with our patch. They might look fine sometimes, but you will hit a roadblock eventually. We recommend to start fresh from the beggining or use the "Chapter Select" function to start at the current chapter you were playing before. You can also hold ``ctrl`` to skip the game in high speed mode. - + +--8<-- "gnome-crash-warning.md" + ## Main story arcs diff --git a/docs/Higurashi/Manual-Installation.md b/docs/Higurashi/Manual-Installation.md index 42de280..7e014af 100644 --- a/docs/Higurashi/Manual-Installation.md +++ b/docs/Higurashi/Manual-Installation.md @@ -230,6 +230,8 @@ Follow the table below to download all the pieces to install the patch: **On Windows or Linux (any distro):** +--8<-- "gnome-crash-warning.md" + 1. Find and open your game folder * On Steam: open your Steam library, choose the game from the list, right click on it and click on ``Properties``. Switch to the ``LOCAL FILES`` tab and click on ``Browse local files...``) 2. After downloading all the files needed for your version of the game, place them in the root folder (where the game ``.exe`` is) diff --git a/docs/Snippets/Cross-Platform-Installer.md b/docs/Snippets/Cross-Platform-Installer.md index da9534b..37f7710 100644 --- a/docs/Snippets/Cross-Platform-Installer.md +++ b/docs/Snippets/Cross-Platform-Installer.md @@ -24,6 +24,8 @@ Click on any of the blocks for the operating system of your choice to see the in 3. Right click on the file called `install` and choose `Open` 4. If prompted with a security prompt, choose `Open` +--8<-- "gnome-crash-warning.md" + ??? example "Linux" 1. Install the following using your distribution's package manager: * Python (2 or 3) diff --git a/docs/Snippets/gnome-crash-warning.md b/docs/Snippets/gnome-crash-warning.md new file mode 100644 index 0000000..1cf174d --- /dev/null +++ b/docs/Snippets/gnome-crash-warning.md @@ -0,0 +1,2 @@ +??? bug "Linux Users: GNOME Desktop and Ubuntu causes Game Crash - Workaround" + GNOME Desktop (the default on Ubuntu) will cause Higurashi Ep.4 and upwards to **crash the entire desktop**. 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](https://linuxconfig.org/how-to-install-xubuntu-desktop-on-ubuntu-18-04-bionic-beaver-linux) 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). \ No newline at end of file