Skip to content

Commit

Permalink
Add warning about gnome desktop causing game crash on unmodded eps 4 …
Browse files Browse the repository at this point in the history
…onwards.

The gnome-crash-warning snippet can be updated if we find a better way to fix it.

https://github.com/07th-mod/higurashi-patch-compiler/issues/58
  • Loading branch information
drojf committed May 14, 2019
1 parent 608f3ab commit c21b7a5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/Higurashi/Higurashi-Getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<table>
Expand Down
2 changes: 2 additions & 0 deletions docs/Higurashi/Manual-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions docs/Snippets/Cross-Platform-Installer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions docs/Snippets/gnome-crash-warning.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit c21b7a5

Please sign in to comment.