-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi,
I'm not sure my mails are getting through to you, so I'm going to try this :)
The current build of OpenBVE in the Ubuntu repositories has two fundamental problems, plus some smaller ones.
Large Issues:
- Crashes libgdiplus due to malformed main menu .PNG files. ==> Solution- Re-compress the PNGs in the data folder.
- Crashes when selecting a route. This is caused by an Application.DoEvents() call in the ShowRoute function.
Small issues:
3. Main menu tabs grey. ==> Solution- Manually call the select tab function on load when running under Mono.
I've got a much updated build of OpenBVE, which has been ported to OpenTK here:
https://github.com/leezer3/OpenBVE
There's one issue remaining (Joysticks don't move in the configuration menu when SDL2 is installed) before I'd consider this relatively ready for looking towards a Ubuntu patch.
I'd like to try and at the least get a patch included in Ubuntu for the two major issues outlined above.
I can fork this repo and fix them easily enough, but I've fixed considerably more smaller stuff in my repo.