summaryrefslogtreecommitdiff
path: root/known-bugs.txt
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-19 12:02:17 +0000
committerrubidium <rubidium@openttd.org>2010-08-19 12:02:17 +0000
commit18739c28db4e59d62b3754b3ddb1b64752d3ebf6 (patch)
tree3fd5fee7023f7df9e82b2038a6396d4c2f60abad /known-bugs.txt
parent381b14a1e9f60f7edd3e72d2b344b88ea1aa9748 (diff)
downloadopenttd-18739c28db4e59d62b3754b3ddb1b64752d3ebf6.tar.xz
(svn r20557) -Document [FS#3928]: why we won't fix the issue
Diffstat (limited to 'known-bugs.txt')
-rw-r--r--known-bugs.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/known-bugs.txt b/known-bugs.txt
index 5e80e0f4e..7755a5572 100644
--- a/known-bugs.txt
+++ b/known-bugs.txt
@@ -209,6 +209,19 @@ OpenTTD not properly resizing with SDL on X [FS#3305]
and GNOME's. With the XFCE's and LXDE's window managers the resize
event is sent when the user releases the mouse.
+Train crashes entering same junction from block and path signals [FS#3928]
+ When a train has reserved a path from a path signal to a two way
+ block signal and the reservation passes a path signal through the
+ back another train can enter the reserved path (only) via that same
+ two way block signal.
+ The reason for this has to do with optimisation; to fix this issue
+ the signal update has to pass all path signals until it finds either
+ a train or a backwards facing signal. This is a very expensive task.
+ The (signal) setups that allow these crashes can furthermore be
+ considered incorrectly signalled; one extra safe waiting point for
+ the train entering from path signal just after the backwards facing
+ signal (from the path signal train) resolves the issue.
+
Crashes when playing music [FS#3941]
Mac OS X's QuickTime (default music driver) and Windows' MCI (win32
music driver) crash on some songs from OpenMSX. OpenTTD cannot do