http://bugs.winehq.org/show_bug.cgi?id=34373
Bug #: 34373 Summary: application "AirScout" does not load with Wine Product: WineHQ Apps Database Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: appdb-unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ik0oky@gmail.com Classification: Unclassified
Once unfolded it cannot be loaded with Wine ver 1.6 The program can be downloaded here
http://www.dl0gth.de/software/airscout.zip
Can anybody help ? Would love to run it with Wine in my Linux box (Ubuntu 12.04). Thanks in advance for any tip or help to get it working. Emilio
http://bugs.winehq.org/show_bug.cgi?id=34373
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.dl0gth.de/softwa | |re/airscout.zip Component|appdb-unknown |-unknown Version|unspecified |1.6 Product|WineHQ Apps Database |Wine Summary|application "AirScout" does |AirScout does not load with |not load with Wine |Wine
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com 2013-08-27 13:32:46 CDT --- Please read http://wiki.winehq.org/FAQ#get_log and attach a log.
The application seems to be made in .net, so "winetricks dotnet20" may help.
http://bugs.winehq.org/show_bug.cgi?id=34373
--- Comment #2 from emilio ik0oky@gmail.com 2013-08-27 16:28:22 CDT ---
(In reply to comment #1)
Please read http://wiki.winehq.org/FAQ#get_log and attach a log.
The application seems to be made in .net, so "winetricks dotnet20" may help.
(In reply to comment #1)
Please read http://wiki.winehq.org/FAQ#get_log and attach a log.
The application seems to be made in .net, so "winetricks dotnet20" may help.
Thank you Bruno, worked out by installing winetricks dotnet40 cheers and thanks for your help Emilio
http://bugs.winehq.org/show_bug.cgi?id=34373
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mscoree Severity|normal |minor
--- Comment #3 from Austin English austinenglish@gmail.com 2013-08-27 16:48:58 CDT --- Mono bug then.
http://bugs.winehq.org/show_bug.cgi?id=34373
--- Comment #4 from Vincent Povirk madewokherd@gmail.com 2013-11-20 13:54:57 CST --- The problem seems to be that Mono's System.Windows.Forms.DataVisualization assembly has a wrong PublicKeyToken.
http://bugs.winehq.org/show_bug.cgi?id=34373
--- Comment #5 from Vincent Povirk madewokherd@gmail.com --- Got some changes in Mono for this: https://github.com/mono/mono/pull/858
I don't think it's going to be enough to get this working, but I can't retest because I'm running into other problems with current Mono in Wine.
http://bugs.winehq.org/show_bug.cgi?id=34373
--- Comment #6 from Vincent Povirk madewokherd@gmail.com --- In latest Mono with a work-around for my general problem I get:
System.NotImplementedException: The requested feature is not implemented. at System.Windows.Forms.DataVisualization.Charting.Chart.BeginInit () [0x00000] in <filename unknown>:0
https://bugs.winehq.org/show_bug.cgi?id=34373
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #7 from super_man@post.com --- Unhandled Exception: System.NotImplementedException: The requested feature is not implemented. at System.Windows.Forms.DataVisualization.Charting.Chart.BeginInit () [0x00000] in <filename unknown>:0 at AirScout.MapDlg.InitializeComponent () [0x00000] in <filename unknown>:0 at AirScout.MapDlg..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) AirScout.MapDlg:.ctor () at AirScout.Program.Main () [0x00000] in <filename unknown>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.NotImplementedException: The requested feature is not implemented.
wine 1.7.53
https://bugs.winehq.org/show_bug.cgi?id=34373
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Summary|AirScout does not load with |AirScout 0.9.9.5 (.NET 4.0 |Wine |app) fails to start with | |Wine-Mono | |(System.Windows.Forms.DataV | |isualization.Charting.Chart | |.BeginInit method not | |implemented) Ever confirmed|0 |1
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming on behalf of others as I don't use Wine-Mono. Also adding some info here.
You could have done this by yourself if you're interested in "purist" Mono progressing, it's not very hard to do.
Source:
https://github.com/mono/mono/blob/master/mcs/class/System.Windows.Forms.Data...
Regards
https://bugs.winehq.org/show_bug.cgi?id=34373
--- Comment #9 from Esme Povirk madewokherd@gmail.com --- The source code for DataVisualization is published here: https://github.com/dotnet/winforms-datavisualization
We just need to import it.
https://bugs.winehq.org/show_bug.cgi?id=34373
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.dl0gth.de/softwa |https://web.archive.org/web |re/airscout.zip |/20160310051808/http://www. | |dl0gth.de/software/AirScout | |.zip
https://bugs.winehq.org/show_bug.cgi?id=34373
--- Comment #10 from Esme Povirk madewokherd@gmail.com --- Pushed the import to Wine Mono master branch: https://github.com/madewokherd/wine-mono/commit/1c02d7ad7bf23a862e99cb9167e2...
https://bugs.winehq.org/show_bug.cgi?id=34373
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c96fa96c167808bf1c9a42b72c9 | |e7ab6567eca75 Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #11 from Gijs Vermeulen gijsvrm@gmail.com --- The program launches successfully for me with wine-6.0rc1.
From the info in Comment #10 I will choose
https://source.winehq.org/git/wine.git/commit/c96fa96c167808bf1c9a42b72c9e7ab6567eca75 as the commit that fixed it, since Wine-Mono 5.1.0 is the first to contain the commit mentioned.
https://bugs.winehq.org/show_bug.cgi?id=34373
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.0-rc2.