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@winehq.org Reporter: gaming4jc2@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.
https://bugs.winehq.org/show_bug.cgi?id=38431
Luke gaming4jc2@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@yahoo.com --- Freeware launcher, adding download url for testers.
https://bugs.winehq.org/show_bug.cgi?id=38431
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@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@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@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
https://bugs.winehq.org/show_bug.cgi?id=38431
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- Ever confirmed|0 |1
--- Comment #3 from Vincent Povirk madewokherd@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.
https://bugs.winehq.org/show_bug.cgi?id=38431
--- Comment #4 from Luke gaming4jc2@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/
https://bugs.winehq.org/show_bug.cgi?id=38431
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #5 from super_man@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.
https://bugs.winehq.org/show_bug.cgi?id=38431
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #6 from Fabian Maurer dark.shadow4@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.
https://bugs.winehq.org/show_bug.cgi?id=38431
Luke gaming4jc2@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 |
https://bugs.winehq.org/show_bug.cgi?id=38431
--- Comment #7 from Luke gaming4jc2@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
https://bugs.winehq.org/show_bug.cgi?id=38431
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=37760
https://bugs.winehq.org/show_bug.cgi?id=38431
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org
https://bugs.winehq.org/show_bug.cgi?id=38431
Gijs Vermeulen gijsvrm@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@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.
https://bugs.winehq.org/show_bug.cgi?id=38431
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Gijs Vermeulen gijsvrm@gmail.com --- Closing WORKSFORME.