summaryrefslogtreecommitdiff
path: root/known-bugs.txt
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2011-05-15 14:51:06 +0000
committerterkhen <terkhen@openttd.org>2011-05-15 14:51:06 +0000
commit003dee6e382369eb506adae74c61a9109d400563 (patch)
tree655eaa68b79cfa81d971994ea480017eaa1513ca /known-bugs.txt
parent4c63d8e82f385dfad5aa407717234df30bc85a0b (diff)
downloadopenttd-003dee6e382369eb506adae74c61a9109d400563.tar.xz
(svn r22464) -Fix [FS#4587]: [Windows] Prevent a crash when launching OpenTTD with -d from a MSYS console. Added a note to known-bugs about this issue.
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.