Add mention regarding error reporting on Windows and Wine.

Fixes #3
This commit is contained in:
Björn Dahlgren 2015-05-30 02:39:00 +02:00
parent 2738e61597
commit b51629645c

View File

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