Skip to content

Commit

Permalink
Various small wiki updates
Browse files Browse the repository at this point in the history
- developer: Update install plugins batch file
- Add FAQ about "Matsuribayashi Ch. 8 - Fatal error in gc: get thread context failed" error
- Add Yoigoshi to list of translated console arcs
- Add note about "Operation not permitted" error on MacOS when running installer
- Use a concrete linux player.log location example / make it more clear
  • Loading branch information
drojf committed Nov 23, 2020
1 parent e9a09d6 commit dcf0905
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev_scripts/install_upgrade_mkdocs_and_plugins.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pip install --upgrade mkdocs mkdocs-material mkdocs-minify-plugin pymdown-extensions
python -m pip install --upgrade mkdocs mkdocs-material mkdocs-minify-plugin pymdown-extensions
pause
6 changes: 6 additions & 0 deletions docs/Higurashi/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ A workaround for this is to install XFCE desktop (please look up instructions fo

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).

### Matsuribayashi Ch. 8 - Fatal error in gc: get thread context failed

If you get a `Fatal error in gc: get thread context failed` error, you may need to either uninstall your third-party (non-Windows/non-Microsoft) antivirus software, or unblock the game from your Antivirus Software.

AVG antivirus in particular is known to cause this issue.

### Less likely errors

- Some Windows 10 users with Nvidia graphics cards reported a `IndexOutOfRangeException: Array index is out of range.
Expand Down
1 change: 1 addition & 0 deletions docs/Higurashi/Higurashi-Getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ Console Arcs:
| Tokihogushi | <div style="color:green;font-size:24px;line-height:16px">✔</div> | <div style="color:green;font-size:24px;line-height:16px">✘</div> |
| Miotsukushi Omote | <div style="color:green;font-size:24px;line-height:16px">✔</div> | <div style="color:green;font-size:24px;line-height:16px">✘</div> |
| Miotsukushi Ura | <div style="color:green;font-size:24px;line-height:16px">✔</div> | <div style="color:green;font-size:24px;line-height:16px">✘</div> |
| Yoigoshi | <div style="color:green;font-size:24px;line-height:16px">✔</div> | <div style="color:green;font-size:24px;line-height:16px">✘</div> |
5 changes: 3 additions & 2 deletions docs/Snippets/Cross-Platform-Installer.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
1. **Warning**: Do not move the `install` file out of the folder. The zip contains two hidden files that are required by the installer. If you try to move the `install` file out of the folder, it won't be able to find them. If you really want to move the `install` file out of the folder, press ⇧⌘. (Shift-Command-Period) to temporarily enable showing of hidden files and copy the `.7za` and `.aria2c` files to the same folder.

1. Right click on the file called `install` and choose `Open`
2. If prompted with a security prompt, choose `Open`
1. If you cannot get the web page to load, run the `install_safe_mode` file instead
1. If you get a "Operation not permitted" error, [try following these steps](https://osxdaily.com/2018/10/09/fix-operation-not-permitted-terminal-error-macos/) to give Terminal the correct permissions.
2. If prompted with a security prompt, choose `Open`
3. If you cannot get the web page to load, run the `install_safe_mode` file instead

??? example "Linux"
--8<-- "gnome-crash-warning.md"
Expand Down
2 changes: 1 addition & 1 deletion docs/Snippets/support-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ What you have already done to fix the problem: [Nothing/I tried re-installing th
<li>On MacOS: <code>/Users/&lt;yourusername&gt;/Library/Logs/Unity/Player.log</code><br>
Access it by opening Finder, pressing Shift-Command-G, and pasting in <code>~/Library/Logs/Unity</code>
</li>
<li>On Linux: <code>~/.config/unity3d/MangaGamer/GameName/Player.log</code></li>
<li>On Linux: <code>~/.config/unity3d/MangaGamer/Higurashi When They Cry - Ch.5 Meakashi/Player.log</code> (for chapter 5)</li>
</ul>
</details>

Expand Down

0 comments on commit dcf0905

Please sign in to comment.