http://bugs.winehq.org/show_bug.cgi?id=25201
Summary: wine: Call from 0x7b838b62 to unimplemented function mscoree.dll.GetFileVersion Product: Wine Version: 1.3.6 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mscoree AssignedTo: wine-bugs@winehq.org ReportedBy: simaskonfa@gmail.com
Created an attachment (id=31998) --> (http://bugs.winehq.org/attachment.cgi?id=31998) log
I get this while trying to run a .NET app (mono-2.6.7-gtksharp-2.12.10-win32-2.exe is installed, wine 1.3.6 from ppa ubuntu 10.04)
http://bugs.winehq.org/show_bug.cgi?id=25201
sledge simaskonfa@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major
--- Comment #1 from sledge simaskonfa@gmail.com 2010-11-22 09:09:02 CST --- 55 A0 0A 00
http://bugs.winehq.org/show_bug.cgi?id=25201
--- Comment #2 from Austin English austinenglish@gmail.com 2010-11-22 13:22:48 CST --- Created an attachment (id=32077) --> (http://bugs.winehq.org/attachment.cgi?id=32077) stub
Does this help?
http://bugs.winehq.org/show_bug.cgi?id=25201
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=25201
--- Comment #3 from Vincent Povirk madewokherd@gmail.com 2010-11-22 15:36:54 CST --- This particular function should be very easy to implement, as we already have CLRMetaHost_GetVersionFromFile. GetFileVersion should just forward to that. I think I've used other CLRMetaHost_* functions in this way, using 0 as the first argument.
http://bugs.winehq.org/show_bug.cgi?id=25201
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2010-11-23 01:47:05 CST --- http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
http://bugs.winehq.org/show_bug.cgi?id=25201
--- Comment #5 from sledge simaskonfa@gmail.com 2010-11-24 05:12:48 CST --- Created an attachment (id=32108) --> (http://bugs.winehq.org/attachment.cgi?id=32108) calls CLRMetaHost_GetVersionFromFile from GetFileVersion
(In reply to comment #3)
This particular function should be very easy to implement, as we already have CLRMetaHost_GetVersionFromFile. GetFileVersion should just forward to that. I think I've used other CLRMetaHost_* functions in this way, using 0 as the first argument.
Would this patch work according to your comment?
It does not give me any longer an error, but the software I'm trying to launch later fails with
Stacktrace:
at (wrapper managed-to-native) <Module>._wWinMainCRTStartup () <0x00004> at (wrapper managed-to-native) <Module>._wWinMainCRTStartup () <0xffffffff> at (wrapper runtime-invoke) <Module>.runtime_invoke_int (object,intptr,intptr,intptr) <0xffffffff>
abnormal program termination
But that is most probably because it's a custom software, written in MFC and compiled with .NET ....@['_*&§# :)
Can somebody please confirm it works by writing a small GetFileVersion(...) test.exe; and get this patch applied?
Cheers;
http://bugs.winehq.org/show_bug.cgi?id=25201
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #6 from Austin English austinenglish@gmail.com 2011-01-28 13:16:36 CST --- Fixed by http://source.winehq.org/git/wine.git/?a=commitdiff;h=8a8808984e3ef5de3da2c6...
http://bugs.winehq.org/show_bug.cgi?id=25201
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2011-02-04 13:20:55 CST --- Closing bugs fixed in 1.3.13.