Activity log for bug #877776

Date Who What changed Old value New value Message
2011-10-18 22:17:41 Paul Childs bug added bug
2011-10-19 06:50:31 vit bug added subscriber vit
2011-10-20 21:31:32 Launchpad Janitor openbve (Ubuntu): status New Confirmed
2011-10-20 21:35:23 Alessandro Menti bug added subscriber Alessandro Menti
2011-10-24 14:15:16 Alessandro Menti attachment added Fix the missing dependency in debian/control https://bugs.launchpad.net/ubuntu/+source/openbve/+bug/877776/+attachment/2569842/+files/openbve_1.2.10.0-0ubuntu3.debdiff
2011-10-24 14:15:52 Alessandro Menti bug added subscriber Ubuntu Sponsors Team
2011-10-24 14:16:55 Alessandro Menti openbve (Ubuntu): status Confirmed In Progress
2011-10-25 15:16:03 Alessandro Menti openbve (Ubuntu): assignee Alessandro Menti (alessandro-menti)
2011-10-25 15:27:28 Daniel Manrique openbve (Ubuntu): importance Undecided Medium
2011-10-25 15:34:32 Alessandro Menti tags patch
2011-10-25 16:48:31 Alessandro Menti openbve (Ubuntu): status In Progress Confirmed
2011-10-25 16:48:39 Alessandro Menti openbve (Ubuntu): assignee Alessandro Menti (alessandro-menti)
2011-10-29 17:54:01 Alessandro Menti attachment added Add missing dependency and fix minor bugs in debian/control and debian/rules (revision 2) https://bugs.launchpad.net/ubuntu/+source/openbve/+bug/877776/+attachment/2578094/+files/openbve_1.2.10.0-0ubuntu3.debdiff
2011-11-04 19:25:24 Alessandro Menti summary ocelot: system not supported openbve does not depend on the required package libmono-i18n4.0-all
2011-11-04 19:25:31 Alessandro Menti tags patch ocelot patch
2011-12-01 16:17:45 Michael Terry openbve (Ubuntu): assignee Michael Terry (mterry)
2011-12-01 16:34:48 Michael Terry openbve (Ubuntu): assignee Michael Terry (mterry)
2011-12-01 16:34:50 Michael Terry bug added subscriber Michael Terry
2011-12-01 16:40:12 Launchpad Janitor openbve (Ubuntu): status Confirmed Fix Released
2011-12-01 17:17:22 Launchpad Janitor branch linked lp:ubuntu/openbve
2011-12-09 09:08:25 Alessandro Menti description openBVE does not run since I upgraded from Natty a few days ago. This is the terminal output ~$openbve System.NotSupportedException: CodePage 37 not supported at System.Text.Encoding.GetEncoding (Int32 codepage) [0x00000] in <filename unknown>:0 at System.Text.EncodingInfo.GetEncoding () [0x00000] in <filename unknown>:0 at System.Text.EncodingInfo.get_Name () [0x00000] in <filename unknown>:0 at System.Text.EncodingInfo.get_DisplayName () [0x00000] in <filename unknown>:0 at OpenBve.formMain.formMain_Load (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in <filename unknown>:0 openBVE does not run since I upgraded from Natty a few days ago. This is the terminal output ~$openbve System.NotSupportedException: CodePage 37 not supported   at System.Text.Encoding.GetEncoding (Int32 codepage) [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.GetEncoding () [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.get_Name () [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.get_DisplayName () [0x00000] in <filename unknown>:0   at OpenBve.formMain.formMain_Load (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0   at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0   at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in <filename unknown>:0 ===== SRU information [Impact] The bug always occurs on Ubuntu installations in case the libmono-i18n4.0-all package has not been installed and prevents OpenBVE from being run. Severity set to medium as the bug severly impacts a non-core application, but a workaround is present (see Test Case section). Justification for backporting: fixing the missing dependency problem allows the users to install and run OpenBVE in a straightforward way without searching for workarounds on the Internet and installing the missing package manually. [Development Fix] section with an explanation of how the bug has been addressed in the development branch, including the relevant version numbers of packages modified in order to implement the fix. The openbve package has been modified by including the missing dependency (libmono-i18n4.0-all) in the Depends: section of the debian/control file. Number of modified packages: 1 (openbve - original version: 1.2.10.0-0ubuntu2, new version: 1.2.10.0-0ubuntu3) [Stable Fix] The fix is supplied as a debdiff against the original version of OpenBVE in comment #9: <https://bugs.launchpad.net/ubuntu/+source/openbve/+bug/877776/+attachment/2578094/+files/openbve_1.2.10.0-0ubuntu3.debdiff> [Test Case] 1) Start from a clean Ubuntu installation. Make sure that the libmono-i18n4.0-all package is not installed on the system. 2) Install OpenBVE by opening a terminal and running: sudo apt-get install openbve 3) Try running OpenBVE from the terminal with the command: openbve The program should display the error message shown at the top of this description ("System.NotSupportedException: CodePage 37 not supported") in the terminal itself and the Mono interpreter ("cli" process) should start looping, eating a single CPU core. The main OpenBVE window should not be shown. 4) Kill the "cli" process. 5) Install the updated package. apt-get should prompt you to install the missing dependency libmono-i18n4.0-all as well. 6) Try running "openbve" again from the terminal: the program should run and display the main OpenBVE window. A screenshot of the main OpenBVE windows is provided by the author of the program at <http://trainsimframework.org/common/screen_z1.jpg>. Please note that, in the Ubuntu version, the command buttons on the left are replaced by option buttons; the rest of the window is the same. [Regression Potential] No potential regressions should occur in OpenBVE itself as no code has been changed. It's possible, however, that other badly-written Mono/.NET programs might be affected by the installation of the new Mono library.
2011-12-09 09:08:45 Alessandro Menti description openBVE does not run since I upgraded from Natty a few days ago. This is the terminal output ~$openbve System.NotSupportedException: CodePage 37 not supported   at System.Text.Encoding.GetEncoding (Int32 codepage) [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.GetEncoding () [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.get_Name () [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.get_DisplayName () [0x00000] in <filename unknown>:0   at OpenBve.formMain.formMain_Load (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0   at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0   at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in <filename unknown>:0 ===== SRU information [Impact] The bug always occurs on Ubuntu installations in case the libmono-i18n4.0-all package has not been installed and prevents OpenBVE from being run. Severity set to medium as the bug severly impacts a non-core application, but a workaround is present (see Test Case section). Justification for backporting: fixing the missing dependency problem allows the users to install and run OpenBVE in a straightforward way without searching for workarounds on the Internet and installing the missing package manually. [Development Fix] section with an explanation of how the bug has been addressed in the development branch, including the relevant version numbers of packages modified in order to implement the fix. The openbve package has been modified by including the missing dependency (libmono-i18n4.0-all) in the Depends: section of the debian/control file. Number of modified packages: 1 (openbve - original version: 1.2.10.0-0ubuntu2, new version: 1.2.10.0-0ubuntu3) [Stable Fix] The fix is supplied as a debdiff against the original version of OpenBVE in comment #9: <https://bugs.launchpad.net/ubuntu/+source/openbve/+bug/877776/+attachment/2578094/+files/openbve_1.2.10.0-0ubuntu3.debdiff> [Test Case] 1) Start from a clean Ubuntu installation. Make sure that the libmono-i18n4.0-all package is not installed on the system. 2) Install OpenBVE by opening a terminal and running: sudo apt-get install openbve 3) Try running OpenBVE from the terminal with the command: openbve The program should display the error message shown at the top of this description ("System.NotSupportedException: CodePage 37 not supported") in the terminal itself and the Mono interpreter ("cli" process) should start looping, eating a single CPU core. The main OpenBVE window should not be shown. 4) Kill the "cli" process. 5) Install the updated package. apt-get should prompt you to install the missing dependency libmono-i18n4.0-all as well. 6) Try running "openbve" again from the terminal: the program should run and display the main OpenBVE window. A screenshot of the main OpenBVE windows is provided by the author of the program at <http://trainsimframework.org/common/screen_z1.jpg>. Please note that, in the Ubuntu version, the command buttons on the left are replaced by option buttons; the rest of the window is the same. [Regression Potential] No potential regressions should occur in OpenBVE itself as no code has been changed. It's possible, however, that other badly-written Mono/.NET programs might be affected by the installation of the new Mono library. openBVE does not run since I upgraded from Natty a few days ago. This is the terminal output ~$openbve System.NotSupportedException: CodePage 37 not supported   at System.Text.Encoding.GetEncoding (Int32 codepage) [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.GetEncoding () [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.get_Name () [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.get_DisplayName () [0x00000] in <filename unknown>:0   at OpenBve.formMain.formMain_Load (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0   at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0   at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in <filename unknown>:0 ===== SRU information [Impact] The bug always occurs on Ubuntu installations in case the libmono-i18n4.0-all package has not been installed and prevents OpenBVE from being run. Severity set to medium as the bug severly impacts a non-core application, but a workaround is present (see Test Case section). Justification for backporting: fixing the missing dependency problem allows the users to install and run OpenBVE in a straightforward way without searching for workarounds on the Internet and installing the missing package manually. [Development Fix] The openbve package has been modified by including the missing dependency (libmono-i18n4.0-all) in the Depends: section of the debian/control file. Number of modified packages: 1 (openbve - original version: 1.2.10.0-0ubuntu2, new version: 1.2.10.0-0ubuntu3) [Stable Fix] The fix is supplied as a debdiff against the original version of OpenBVE in comment #9: <https://bugs.launchpad.net/ubuntu/+source/openbve/+bug/877776/+attachment/2578094/+files/openbve_1.2.10.0-0ubuntu3.debdiff> [Test Case] 1) Start from a clean Ubuntu installation. Make sure that the libmono-i18n4.0-all package is not installed on the system. 2) Install OpenBVE by opening a terminal and running: sudo apt-get install openbve 3) Try running OpenBVE from the terminal with the command: openbve The program should display the error message shown at the top of this description ("System.NotSupportedException: CodePage 37 not supported") in the terminal itself and the Mono interpreter ("cli" process) should start looping, eating a single CPU core. The main OpenBVE window should not be shown. 4) Kill the "cli" process. 5) Install the updated package. apt-get should prompt you to install the missing dependency libmono-i18n4.0-all as well. 6) Try running "openbve" again from the terminal: the program should run and display the main OpenBVE window. A screenshot of the main OpenBVE windows is provided by the author of the program at <http://trainsimframework.org/common/screen_z1.jpg>. Please note that, in the Ubuntu version, the command buttons on the left are replaced by option buttons; the rest of the window is the same. [Regression Potential] No potential regressions should occur in OpenBVE itself as no code has been changed. It's possible, however, that other badly-written Mono/.NET programs might be affected by the installation of the new Mono library.
2011-12-09 09:08:57 Alessandro Menti tags ocelot patch ocelot patch testcase
2011-12-09 09:12:10 Micah Gersten nominated for series Ubuntu Oneiric
2011-12-09 09:12:10 Micah Gersten bug task added openbve (Ubuntu Oneiric)
2011-12-09 09:13:04 Alessandro Menti bug added subscriber Ubuntu Stable Release Updates Team
2011-12-09 09:18:26 Micah Gersten openbve (Ubuntu Oneiric): status New Incomplete
2011-12-09 09:18:26 Micah Gersten openbve (Ubuntu Oneiric): assignee Alessandro Menti (alessandro-menti)
2011-12-09 09:18:41 Alessandro Menti openbve (Ubuntu Oneiric): status Incomplete Confirmed
2011-12-09 09:18:41 Alessandro Menti openbve (Ubuntu Oneiric): assignee Alessandro Menti (alessandro-menti)
2011-12-09 09:18:46 Micah Gersten openbve (Ubuntu Oneiric): importance Undecided Medium
2011-12-09 09:48:03 Alessandro Menti attachment added Debdiff for inclusion in oneiric-proposed https://bugs.launchpad.net/ubuntu/oneiric/+source/openbve/+bug/877776/+attachment/2625704/+files/openbve_1.2.10.0-0ubuntu2.1.debdiff
2011-12-09 09:49:30 Alessandro Menti description openBVE does not run since I upgraded from Natty a few days ago. This is the terminal output ~$openbve System.NotSupportedException: CodePage 37 not supported   at System.Text.Encoding.GetEncoding (Int32 codepage) [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.GetEncoding () [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.get_Name () [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.get_DisplayName () [0x00000] in <filename unknown>:0   at OpenBve.formMain.formMain_Load (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0   at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0   at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in <filename unknown>:0 ===== SRU information [Impact] The bug always occurs on Ubuntu installations in case the libmono-i18n4.0-all package has not been installed and prevents OpenBVE from being run. Severity set to medium as the bug severly impacts a non-core application, but a workaround is present (see Test Case section). Justification for backporting: fixing the missing dependency problem allows the users to install and run OpenBVE in a straightforward way without searching for workarounds on the Internet and installing the missing package manually. [Development Fix] The openbve package has been modified by including the missing dependency (libmono-i18n4.0-all) in the Depends: section of the debian/control file. Number of modified packages: 1 (openbve - original version: 1.2.10.0-0ubuntu2, new version: 1.2.10.0-0ubuntu3) [Stable Fix] The fix is supplied as a debdiff against the original version of OpenBVE in comment #9: <https://bugs.launchpad.net/ubuntu/+source/openbve/+bug/877776/+attachment/2578094/+files/openbve_1.2.10.0-0ubuntu3.debdiff> [Test Case] 1) Start from a clean Ubuntu installation. Make sure that the libmono-i18n4.0-all package is not installed on the system. 2) Install OpenBVE by opening a terminal and running: sudo apt-get install openbve 3) Try running OpenBVE from the terminal with the command: openbve The program should display the error message shown at the top of this description ("System.NotSupportedException: CodePage 37 not supported") in the terminal itself and the Mono interpreter ("cli" process) should start looping, eating a single CPU core. The main OpenBVE window should not be shown. 4) Kill the "cli" process. 5) Install the updated package. apt-get should prompt you to install the missing dependency libmono-i18n4.0-all as well. 6) Try running "openbve" again from the terminal: the program should run and display the main OpenBVE window. A screenshot of the main OpenBVE windows is provided by the author of the program at <http://trainsimframework.org/common/screen_z1.jpg>. Please note that, in the Ubuntu version, the command buttons on the left are replaced by option buttons; the rest of the window is the same. [Regression Potential] No potential regressions should occur in OpenBVE itself as no code has been changed. It's possible, however, that other badly-written Mono/.NET programs might be affected by the installation of the new Mono library. openBVE does not run since I upgraded from Natty a few days ago. This is the terminal output ~$openbve System.NotSupportedException: CodePage 37 not supported   at System.Text.Encoding.GetEncoding (Int32 codepage) [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.GetEncoding () [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.get_Name () [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.get_DisplayName () [0x00000] in <filename unknown>:0   at OpenBve.formMain.formMain_Load (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0   at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0   at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in <filename unknown>:0 ===== SRU information [Impact] The bug always occurs on Ubuntu installations in case the libmono-i18n4.0-all package has not been installed and prevents OpenBVE from being run. Severity set to medium as the bug severly impacts a non-core application, but a workaround is present (see Test Case section). Justification for backporting: fixing the missing dependency problem allows the users to install and run OpenBVE in a straightforward way without searching for workarounds on the Internet and installing the missing package manually. [Development Fix] The openbve package has been modified by including the missing dependency (libmono-i18n4.0-all) in the Depends: section of the debian/control file. Number of modified packages: 1 (openbve - original version: 1.2.10.0-0ubuntu2, new version: 1.2.10.0-0ubuntu3) [Stable Fix] The fix is supplied as a debdiff against the original version of OpenBVE in comment #22: <https://bugs.launchpad.net/ubuntu/oneiric/+source/openbve/+bug/877776/+attachment/2625704/+files/openbve_1.2.10.0-0ubuntu2.1.debdiff> [Test Case] 1) Start from a clean Ubuntu installation. Make sure that the libmono-i18n4.0-all package is not installed on the system. 2) Install OpenBVE by opening a terminal and running: sudo apt-get install openbve 3) Try running OpenBVE from the terminal with the command: openbve The program should display the error message shown at the top of this description ("System.NotSupportedException: CodePage 37 not supported") in the terminal itself and the Mono interpreter ("cli" process) should start looping, eating a single CPU core. The main OpenBVE window should not be shown. 4) Kill the "cli" process. 5) Install the updated package. apt-get should prompt you to install the missing dependency libmono-i18n4.0-all as well. 6) Try running "openbve" again from the terminal: the program should run and display the main OpenBVE window. A screenshot of the main OpenBVE windows is provided by the author of the program at <http://trainsimframework.org/common/screen_z1.jpg>. Please note that, in the Ubuntu version, the command buttons on the left are replaced by option buttons; the rest of the window is the same. [Regression Potential] No potential regressions should occur in OpenBVE itself as no code has been changed. It's possible, however, that other badly-written Mono/.NET programs might be affected by the installation of the new Mono library.
2011-12-09 09:49:56 Alessandro Menti description openBVE does not run since I upgraded from Natty a few days ago. This is the terminal output ~$openbve System.NotSupportedException: CodePage 37 not supported   at System.Text.Encoding.GetEncoding (Int32 codepage) [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.GetEncoding () [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.get_Name () [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.get_DisplayName () [0x00000] in <filename unknown>:0   at OpenBve.formMain.formMain_Load (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0   at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0   at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in <filename unknown>:0 ===== SRU information [Impact] The bug always occurs on Ubuntu installations in case the libmono-i18n4.0-all package has not been installed and prevents OpenBVE from being run. Severity set to medium as the bug severly impacts a non-core application, but a workaround is present (see Test Case section). Justification for backporting: fixing the missing dependency problem allows the users to install and run OpenBVE in a straightforward way without searching for workarounds on the Internet and installing the missing package manually. [Development Fix] The openbve package has been modified by including the missing dependency (libmono-i18n4.0-all) in the Depends: section of the debian/control file. Number of modified packages: 1 (openbve - original version: 1.2.10.0-0ubuntu2, new version: 1.2.10.0-0ubuntu3) [Stable Fix] The fix is supplied as a debdiff against the original version of OpenBVE in comment #22: <https://bugs.launchpad.net/ubuntu/oneiric/+source/openbve/+bug/877776/+attachment/2625704/+files/openbve_1.2.10.0-0ubuntu2.1.debdiff> [Test Case] 1) Start from a clean Ubuntu installation. Make sure that the libmono-i18n4.0-all package is not installed on the system. 2) Install OpenBVE by opening a terminal and running: sudo apt-get install openbve 3) Try running OpenBVE from the terminal with the command: openbve The program should display the error message shown at the top of this description ("System.NotSupportedException: CodePage 37 not supported") in the terminal itself and the Mono interpreter ("cli" process) should start looping, eating a single CPU core. The main OpenBVE window should not be shown. 4) Kill the "cli" process. 5) Install the updated package. apt-get should prompt you to install the missing dependency libmono-i18n4.0-all as well. 6) Try running "openbve" again from the terminal: the program should run and display the main OpenBVE window. A screenshot of the main OpenBVE windows is provided by the author of the program at <http://trainsimframework.org/common/screen_z1.jpg>. Please note that, in the Ubuntu version, the command buttons on the left are replaced by option buttons; the rest of the window is the same. [Regression Potential] No potential regressions should occur in OpenBVE itself as no code has been changed. It's possible, however, that other badly-written Mono/.NET programs might be affected by the installation of the new Mono library. openBVE does not run since I upgraded from Natty a few days ago. This is the terminal output ~$openbve System.NotSupportedException: CodePage 37 not supported   at System.Text.Encoding.GetEncoding (Int32 codepage) [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.GetEncoding () [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.get_Name () [0x00000] in <filename unknown>:0   at System.Text.EncodingInfo.get_DisplayName () [0x00000] in <filename unknown>:0   at OpenBve.formMain.formMain_Load (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0   at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0   at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in <filename unknown>:0 ===== SRU information [Impact] The bug always occurs on Ubuntu installations in case the libmono-i18n4.0-all package has not been installed and prevents OpenBVE from being run. Severity set to medium as the bug severly impacts a non-core application, but a workaround is present (see Test Case section). Justification for backporting: fixing the missing dependency problem allows the users to install and run OpenBVE in a straightforward way without searching for workarounds on the Internet and installing the missing package manually. [Development Fix] The openbve package has been modified by including the missing dependency (libmono-i18n4.0-all) in the Depends: section of the debian/control file. Number of modified packages: 1 (openbve - original version: 1.2.10.0-0ubuntu2, new version in Precise: 1.2.10.0-0ubuntu3) [Stable Fix] The fix is supplied as a debdiff against the original version of OpenBVE in comment #22: <https://bugs.launchpad.net/ubuntu/oneiric/+source/openbve/+bug/877776/+attachment/2625704/+files/openbve_1.2.10.0-0ubuntu2.1.debdiff> [Test Case] 1) Start from a clean Ubuntu installation. Make sure that the libmono-i18n4.0-all package is not installed on the system. 2) Install OpenBVE by opening a terminal and running: sudo apt-get install openbve 3) Try running OpenBVE from the terminal with the command: openbve The program should display the error message shown at the top of this description ("System.NotSupportedException: CodePage 37 not supported") in the terminal itself and the Mono interpreter ("cli" process) should start looping, eating a single CPU core. The main OpenBVE window should not be shown. 4) Kill the "cli" process. 5) Install the updated package. apt-get should prompt you to install the missing dependency libmono-i18n4.0-all as well. 6) Try running "openbve" again from the terminal: the program should run and display the main OpenBVE window. A screenshot of the main OpenBVE windows is provided by the author of the program at <http://trainsimframework.org/common/screen_z1.jpg>. Please note that, in the Ubuntu version, the command buttons on the left are replaced by option buttons; the rest of the window is the same. [Regression Potential] No potential regressions should occur in OpenBVE itself as no code has been changed. It's possible, however, that other badly-written Mono/.NET programs might be affected by the installation of the new Mono library.
2011-12-09 20:08:02 Evan Broder removed subscriber Ubuntu Sponsors Team
2011-12-09 20:08:10 Evan Broder bug added subscriber Evan Broder
2011-12-13 22:59:57 Clint Byrum openbve (Ubuntu Oneiric): status Confirmed Fix Committed
2011-12-13 23:00:00 Clint Byrum bug added subscriber SRU Verification
2011-12-13 23:00:03 Clint Byrum tags ocelot patch testcase ocelot patch testcase verification-needed
2011-12-13 23:14:24 Launchpad Janitor branch linked lp:ubuntu/oneiric-proposed/openbve
2011-12-14 11:03:45 Martin Pitt tags ocelot patch testcase verification-needed ocelot patch testcase verification-done
2011-12-19 14:42:14 Launchpad Janitor openbve (Ubuntu Oneiric): status Fix Committed Fix Released
2013-05-08 14:56:55 Mister Hello bug task added openbve (Fedora)