summaryrefslogtreecommitdiff
path: root/known-bugs.txt
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-12-22 19:51:40 +0000
committerrubidium <rubidium@openttd.org>2011-12-22 19:51:40 +0000
commit3f48d127b7126752ee53996f38498e56d3da6f1b (patch)
tree22876fb69c53ce5f604789aa6e557a9d1330451c /known-bugs.txt
parentaa06dee0345777fa9e9382c57ca9d7880e6230a1 (diff)
downloadopenttd-3f48d127b7126752ee53996f38498e56d3da6f1b.tar.xz
(svn r23659) -Doc: behaviour of file searching in general, and in tars specifically
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 e8f691382..b20b13890 100644
--- a/known-bugs.txt
+++ b/known-bugs.txt
@@ -407,3 +407,9 @@ Settings not saved when OpenTTD crashes [FS#4846]:
saved, and you need to run a version that crashes regularly, then
you can use the 'saveconfig' command in the console to save the
settings.
+
+Not all NewGRFs, AIs, game scripts are found [FS#4887]:
+ Under certain situations, where the path for the content within a
+ tar file is the same as other content on the file system or in another
+ tar file, it is possible that content is not found. A more thorough
+ explanation and solutions are described in section 4.4 of readme.txt.