[Bug 25201] New: wine: Call from 0x7b838b62 to unimplemented function mscoree.dll.GetFileVersion
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(a)winehq.org ReportedBy: simaskonfa(a)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) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=25201 sledge <simaskonfa(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major --- Comment #1 from sledge <simaskonfa(a)gmail.com> 2010-11-22 09:09:02 CST --- 55 A0 0A 00 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=25201 --- Comment #2 from Austin English <austinenglish(a)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? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=25201 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=25201 --- Comment #3 from Vincent Povirk <madewokherd(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=25201 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal --- Comment #4 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-11-23 01:47:05 CST --- http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=25201 --- Comment #5 from sledge <simaskonfa(a)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; -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=25201 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2011-01-28 13:16:36 CST --- Fixed by http://source.winehq.org/git/wine.git/?a=commitdiff;h=8a8808984e3ef5de3da2c6... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=25201 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2011-02-04 13:20:55 CST --- Closing bugs fixed in 1.3.13. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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 (1)
-
wine-bugs@winehq.org