Opened 13 years ago
Closed 12 years ago
#117 closed question (wontfix)
FS failed to start under WINE
Reported by: | Owned by: | Øyvind Ellefsen | |
---|---|---|---|
Priority: | major | Milestone: | 2013 |
Component: | FsComp | Version: | 1.2.5 |
Keywords: | Unhandled Exception | Cc: |
Description
Hello,
bellow is a message of exception, when starting FsComp.exe on Linux, with WINE windows emulation. I assume that something is missing in the WINE installation - however I have allready installed Momo (.NET emulator) for windows. Thank you for your help.
Best regards...
Unhandled Exception: System.Configuration.ConfigurationErrorsException?: There is an error in a configuration setting. () ()
at System.Configuration.CustomizableFileSettingsProvider?.LoadPropertyValue? (System.Configuration.SettingsPropertyCollection? collection, System.Configuration.SettingElement? element, Boolean allowOverwrite) [0x00000] at System.Configuration.CustomizableFileSettingsProvider?.LoadProperies? (System.Configuration.ExeConfigurationFileMap? exeMap, System.Configuration.SettingsPropertyCollection? collection, ConfigurationUserLevel? level, System.String sectionGroupName, Boolean allowOverwrite) [0x00000] at System.Configuration.CustomizableFileSettingsProvider?.GetPropertyValues? (System.Configuration.SettingsContext? context, System.Configuration.SettingsPropertyCollection? collection) [0x00000] at System.Configuration.LocalFileSettingsProvider?.GetPropertyValues? (System.Configuration.SettingsContext? context, System.Configuration.SettingsPropertyCollection? properties) [0x00000] at System.Configuration.ApplicationSettingsBase?.CacheValuesByProvider? (System.Configuration.SettingsProvider? provider) [0x00000] at System.Configuration.ApplicationSettingsBase?.GetPropertyValue? (System.String propertyName) [0x00000] at System.Configuration.ApplicationSettingsBase?.get_Item (System.String propertyName) [0x00000] at FlightSys?.FsComp.Properties.Settings.get_NewAssemblyVersion () [0x00000] at FlightSys?.FsComp.Program.Main () [0x00000]
Change History (2)
comment:1 Changed 13 years ago by
Milestone: | 1.2.6 → 2.0 |
---|---|
Owner: | changed from somebody to Øyvind Ellefsen |
Status: | new → assigned |
Summary: | FS failed to start → FS failed to start under WINE |
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Type: | defect → question |
Tested FS with latest Mono, less errors than before, but still no dice. Close case for now, might look at it later when we reach 2.0 release.
Hi!
FS is a .NET application, and unfortunately .NET have some issues when running under WINE. There is really nothing we can do about this in FS.
Mono is a .NET compatible framework to run .NET applications on other platforms than Windows. As far as I know it does not need WINE, and WINE does not need Mono.
I think the easiest way out for you would be to install VMWare server in Linux, and run FS inside a Windows XP virtual machine.
Most scorers seems to stick with Windows, but a few of us like and use Linux and Mac, I have been using Linux for 12-13 years. It should be fairly easy to make FS compatible with the Mono framework, to make it multiplatform. The main challenge would be to interface with all the GPS devices under Linux. The developer of GPSDump made a Linux commandline version, but this have not been maintained or updated as he spends all his time on the Windows version.
FS will be open sourced in the future, if we are lucky someone with programming skills kan make a version that is Mono compatible (Or maybe Stein Tore will find the time to do it)
Best regards, Oyvind Ellefsen