[Bug 38431] New: Portal 2 Coop-Launcher fails to start with Wine Mono
https://bugs.winehq.org/show_bug.cgi?id=38431 Bug ID: 38431 Summary: Portal 2 Coop-Launcher fails to start with Wine Mono Product: Wine Version: 1.7.40 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: gaming4jc2(a)yahoo.com Distribution: --- Created attachment 51292 --> https://bugs.winehq.org/attachment.cgi?id=51292 Unhandled Exception: System.EntryPointNotFoundException: GetTimeZoneInformation Freeware launcher for playing Portal 2 over LAN. Seems to be a missing function in Mono. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38431 Luke <gaming4jc2(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.speedyshare.com/ | |ZAryX/Portal.2.Coop.Launche | |r.v1.09-dekart811.rar --- Comment #1 from Luke <gaming4jc2(a)yahoo.com> --- Freeware launcher, adding download url for testers. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38431 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht(a)gmx.net Component|-unknown |mscoree Resolution|--- |INVALID Summary|Portal 2 Coop-Launcher |Portal 2 Coop-Launcher |fails to start with Wine |(.NET app) fails to start, |Mono |reporting 'Unhandled | |Exception: | |System.EntryPointNotFoundEx | |ception: | |GetTimeZoneInformation' --- Comment #2 from Anastasius Focht <focht(a)gmx.net> --- Hello Luke, --- quote --- Seems to be a missing function in Mono. --- quote --- Unlikely, if the Wine version you specified is correct. The support for using 'GetTimeZoneInformation' was added with Wine-Mono 4.5.6 Wine-Mono supergit: https://github.com/madewokherd/wine-mono/tree/wine-mono-4.5.6 Submodule: https://github.com/mono/mono/commit/8a91a10 --- snip --- $ git show 8a91a10 commit 8a91a102e477b1c136d9b83b43437a7a70ce8b5b Author: Vincent Povirk <vincent(a)codeweavers.com> Date: Fri Feb 27 16:41:41 2015 -0600 Use GetTimeZoneInformation to find the current timezone. For wine bug 37760. diff --git a/mcs/class/System.Core/System/TimeZoneInfo.cs b/mcs/class/System.Core/System/TimeZoneInfo.cs index b01072b..bcdb7afa 100644 --- snip --- https://github.com/mono/mono/blob/8a91a102e477b1c136d9b83b43437a7a70ce8b5b/m... --- snip --- [DllImport ("kernel32.dll", CallingConvention=CallingConvention.StdCall)] private extern static uint GetTimeZoneInformation(out TIME_ZONE_INFORMATION tzi); ... --- snip --- Works fine here: --- snip --- $ WINE_MONO_TRACE=wrapper MONO_LOG_LEVEL=debug wine ./Coop-Launcher.exe | grep GetTimeZoneInformation ... Mono: Searching for 'GetTimeZoneInformation'. Mono: Probing 'GetTimeZoneInformation'. Mono: Found as 'GetTimeZoneInformation'. [00000009: 0.50693 0] ENTER: (wrapper managed-to-native) System.TimeZoneInfo:GetTimeZoneInformation (System.TimeZoneInfo/TIME_ZONE_INFORMATION&)([BYREF:0033EF38], ) [00000009: 0.50713 0] LEAVE: (wrapper managed-to-native) System.TimeZoneInfo:GetTimeZoneInformation (System.TimeZoneInfo/TIME_ZONE_INFORMATION&)result=2 ... --- snip --- It's very likely that you're using native Linux Mono runtime and not Wine-Mono here, making the bug report invalid. Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38431 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- Ever confirmed|0 |1 --- Comment #3 from Vincent Povirk <madewokherd(a)gmail.com> --- Pretty sure that's using the current version of Wine Mono, in Wine. The error is Mono complaining that the entry point (kernel32.dll/GetTimeZoneInformation) doesn't exist on Wine. I can't explain why that would happen, but I'm not convinced this is invalid. Even if you were using a Linux build of Mono somehow, it shouldn't be trying to call GetTimeZoneInformation on a non-Windows platform. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38431 --- Comment #4 from Luke <gaming4jc2(a)yahoo.com> --- (In reply to Anastasius Focht from comment #2)
... It's very likely that you're using native Linux Mono runtime and not Wine-Mono here, making the bug report invalid.
Regards
I am currently using wine-mono 4.5.6-1 via: https://www.archlinux.org/packages/community/any/wine-mono/ -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38431 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #5 from super_man(a)post.com --- Download dead. Note: File not found. It has been deleted or it never existed at all. Suggestion: Check the download URL for spelling errors. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38431 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #6 from Fabian Maurer <dark.shadow4(a)web.de> --- Created attachment 55486 --> https://bugs.winehq.org/attachment.cgi?id=55486 Crash log for SpaceEngineers 64bit Also applies to SpaceEngineers, the newest 64bit build crashes - but only if gdb is attached. Using wine64 1.9.17 with staging patches and wine-mono 4.6.3. Clean prefix. Log attached. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38431 Luke <gaming4jc2(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.speedyshare.com/ |https://www.datafilehost.co |ZAryX/Portal.2.Coop.Launche |m/d/5c29a172 |r.v1.09-dekart811.rar | -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38431 --- Comment #7 from Luke <gaming4jc2(a)yahoo.com> --- (In reply to super_man from comment #5)
Download dead.
Note: File not found. It has been deleted or it never existed at all. Suggestion: Check the download URL for spelling errors.
Found a mirror and re-uploaded. http://www.dosya1.com/m/xIl0EF -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38431 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=37760 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38431 tokktokk <fdsfgs(a)krutt.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs(a)krutt.org -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38431 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://www.datafilehost.co |http://www.dosya1.com/m/xIl |m/d/5c29a172 |0EF Status|REOPENED |RESOLVED Resolution|--- |WORKSFORME --- Comment #8 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- App starts fine for me with wine-5.18-128-gfa9f4a20f53 and wine-mono 5.1.1. Didn't try to host, but app starts. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38431 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- Closing WORKSFORME. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla