diff --git a/README.md b/README.md index 9340eb6..5544ed0 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,16 @@ auth | If both username and password is set, HTTP Basic Auth will be used 3. Install all dependencies with `npm install` 4. Launch the web UI with `npm start` + +## System Configuration + +### Windows + +Make sure to disable Windows Error Reporting or server control will be stuck on a server crash. + +### Wine + +Make sure to disable Wine GUI Crash Dialog or server control will be stuck on a server crash. +This is easiest solved using `winetricks` by running `winetricks nocrashdialog`. +It can also be disabled manually. +[Read more at Wine FAQ](http://wiki.winehq.org/FAQ#head-c857c433cf9fc1dcd90b8369ef75c325483c91d6).