https://bugs.winehq.org/show_bug.cgi?id=38098
Bug ID: 38098 Summary: Managed (.NET) debugger fails to load symbol files ('GetFileVersionInfoExW' is a stub) Product: Wine Version: 1.7.36 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
continuation of bug 38090
With patch from bug 38090 applied it runs into:
--- snip --- (28.29): C++ EH exception - code e06d7363 (first chance) (28.29): CLR exception - code e0434f4d (first chance) ... 0009:fixme:ver:GetFileVersionInfoExW stub: 0 L"z:\home\focht\downloads\debug_symbols\mscordacwks_x86_x86_2.0.50727.42.dll\4333E7EC561000\mscordacwks_x86_x86_2.0.50727.42.dll" 0 1964 0x439450 Failed to load data access DLL, 0x80004005 ... --- snip ---
The stub was committed one day later:
--- snip --- version: Add stubs for GetFileVersionInfoExA/W.
author Austin English austinenglish@gmail.com Tue, 23 Dec 2014 01:37:46 +0000 (19:37 -0600)
committer Alexandre Julliard julliard@winehq.org Tue, 23 Dec 2014 14:30:50 +0000 (15:30 +0100)
commit 61fc9ac92f0dbe80e07d883a2365e16fd6f37774 tree 1b4ace4cee89aff7b8cf0a3119e8677310a9822b parent 0029290e3e769880f2e357cf9608ac26535c29fb --- snip ---
Regards