From b51629645ced6070437e54cd962266edd7e30fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Dahlgren?= Date: Sat, 30 May 2015 02:39:00 +0200 Subject: [PATCH] Add mention regarding error reporting on Windows and Wine. Fixes #3 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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).