diff options
author | planetmaker <planetmaker@openttd.org> | 2010-10-24 11:29:50 +0000 |
---|---|---|
committer | planetmaker <planetmaker@openttd.org> | 2010-10-24 11:29:50 +0000 |
commit | eb4cd82ed3581256a2f729b5bbd5408bb1d1e539 (patch) | |
tree | 1e1e70cb0ff48a4e148cf73b4a849a2ec8112f66 | |
parent | c4687de4e263b72c66fd290c83d4fdee9dd54593 (diff) | |
download | openttd-eb4cd82ed3581256a2f729b5bbd5408bb1d1e539.tar.xz |
(svn r21023) -Doc [FS#4003]: Possible crashes when running OpenTTD in a guest system under Parallels Desktop
-rw-r--r-- | known-bugs.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/known-bugs.txt b/known-bugs.txt index 6f41699b6..cffd42a5f 100644 --- a/known-bugs.txt +++ b/known-bugs.txt @@ -244,6 +244,16 @@ Crashes when playing music [FS#3941] anything about this. Please report these crashes to the authors of OpenMSX so the crash causing songs can be removed or fixed. +Crashes when run in a VM using Parallels Desktop [FS#4003] + When the Windows version of OpenTTD is executed in a VM under + Parallels Desktop a privileged instruction exception may be thrown. + As OpenTTD works natively on OSX as well as natively on Windows and + these native builds both don't exhibit this behaviour this crash is + most likely due to a bug in the virtual machine, something out of + the scope of OpenTTD. Most likely this is due to Parallels Desktop + lacking support for RDTSC calls. The problem can be avoided by using + other VM-software, Wine, or running natively on OSX. + OpenTTD hangs when started on 32 bits Windows [FS#4083] Under some circumstances OpenTTD might hang for hours on the initialisation of the music driver. The exact circumstances are |