https://bugs.winehq.org/show_bug.cgi?id=49976
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://static.cdn.ea.com/fi |https://web.archive.org/web |fa/u/f/fifa11_pc_demo_EU.zi |/20200709091934/http://stat |p |ic.cdn.ea.com/fifa/u/f/fifa | |11_pc_demo_EU.zip CC| |focht@gmx.net
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive for documentation.
https://web.archive.org/web/20200709091934/http://static.cdn.ea.com/fifa/u/f...
$ sha1sum fifa11_pc_demo_EU.zip ee3e697d1a1eb7a527c8cd7512eb9405244cc437 fifa11_pc_demo_EU.zip
$ du -sh fifa11_pc_demo_EU.zip 1.2G fifa11_pc_demo_EU.zip
====
https://wiki.winehq.org/Mono#Versions
* Wine 5.11 = Wine-Mono 5.1.0 * Wine 5.19 = Wine-Mono 5.1.1 * Wine 6.2 = Wine-Mono 6.0.0 * Wine 6.6 = Wine-Mono 6.1.1
Same managed code backtrace:
--- snip --- System.InvalidOperationException: Process has exited or is inaccessible, so the requested information is not available. at System.Diagnostics.Process.get_ProcessName () [0x0002d] in <a53e1eeb99d9433188c674f67e6c16c2>:0 at (wrapper remoting-invoke-with-check) System.Diagnostics.Process.get_ProcessName() at fifasetup_csharp.GameSettingsForm.IsFifaAppAlreadyRunning () [0x00012] in <bdd5513c65b74754b4134418440b7473>:0 at fifasetup_csharp.GameSettingsForm.OkButton_Click (System.Object sender, System.EventArgs e) [0x0000c] in <bdd5513c65b74754b4134418440b7473>:0 at System.Windows.Forms.Control.OnClick (System.EventArgs e) [0x0001f] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Button.OnClick (System.EventArgs e) [0x00037] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Button.OnMouseUp (System.Windows.Forms.MouseEventArgs mevent) [0x0009a] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.WmMouseUp (System.Windows.Forms.Message& m, System.Windows.Forms.MouseButtons button, System.Int32 clicks) [0x001c3] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x005a0] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.ButtonBase.WndProc (System.Windows.Forms.Message& m) [0x0011f] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Button.WndProc (System.Windows.Forms.Message& m) [0x00056] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control+ControlNativeWindow.OnMessage (System.Windows.Forms.Message& m) [0x00001] in <4b7d326f792d4378bd436300c6961411>:0 at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x000b3] in <4b7d326f792d4378bd436300c6961411>:0 --- snip ---
The crash disappears with Wine 6.10 = Wine-Mono 6.2.0 release.
Fixed in Wine by commit https://source.winehq.org/git/wine.git/commitdiff/605a9120775e9599fa340008af... ("mscoree: Update Wine Mono to 6.2.0.").
Thanks Esme
I've checked the git submodules log for Wine-Mono between 6.1.1 and 6.2.0 and found one likely candidate:
--- snip --- ... a118572 (2021-04-09T15:37:15-05:00 Esme Povirk) mono update: Fix Process.get_ProcessName in WoW64. Submodule mono 3b343aa..96f6b7e: 96f6b7e7c24 Fix Process.get_ProcessName in WoW64. ... --- snip ---
https://github.com/madewokherd/wine-mono/commit/a118572d4b51f35ef33933040057...
Regards