summaryrefslogtreecommitdiff
path: root/known-bugs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'known-bugs.txt')
-rw-r--r--known-bugs.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/known-bugs.txt b/known-bugs.txt
index 499801c25..4fd48c77a 100644
--- a/known-bugs.txt
+++ b/known-bugs.txt
@@ -293,3 +293,9 @@ Can't change volume inside OpenTTD [FS#4416]
in OpenTTD. As a result you can't change the volume inside OpenTTD
for backends such as SDL; just use the volume control provided by
your operating system.
+
+Can't run OpenTTD with the -d option from a MSYS console [FS#4587]
+ The MSYS console does not allow OpenTTD to open an extra console for
+ debugging output. Compiling OpenTTD with the --enable-console
+ configure option prevents this issue and allows the -d option to use
+ the MSYS console for its output.