It may be time to start revisiting bugs related to our lack of msvcr80 support ( cf. http://bugs.winehq.org/show_bug.cgi?id=6591 ), as it seems to have started working in the last week. I don't know if it's complete yet, but this is way cool... - Dan
"Dan Kegel" dank@kegel.com writes:
It may be time to start revisiting bugs related to our lack of msvcr80 support ( cf. http://bugs.winehq.org/show_bug.cgi?id=6591 ), as it seems to have started working in the last week. I don't know if it's complete yet, but this is way cool...
Yes it's supposed to work now, if you find cases where it doesn't please report them.
On 27/07/07, Alexandre Julliard julliard@winehq.org wrote:
Yes it's supposed to work now, if you find cases where it doesn't please report them.
I'm getting a "wrong type attr Win32" from an application (not for msvcr80 though, afaik). I guess the check at http://source.winehq.org/git/wine.git/?a=blob;f=dlls/ntdll/actctx.c;h=912d82... should be case insensitive. Or perhaps xmlstr_cmp() should be case insensitive in general?
"H. Verbeet" hverbeet@gmail.com writes:
I'm getting a "wrong type attr Win32" from an application (not for msvcr80 though, afaik). I guess the check at http://source.winehq.org/git/wine.git/?a=blob;f=dlls/ntdll/actctx.c;h=912d82... should be case insensitive. Or perhaps xmlstr_cmp() should be case insensitive in general?
No, only in that case, XML is case sensitive in general. Though I don't think we actually need to check the type at all, we could simply store it as is.
Am Freitag, 27. Juli 2007 11:37 schrieb Alexandre Julliard:
"Dan Kegel" dank@kegel.com writes:
It may be time to start revisiting bugs related to our lack of msvcr80 support ( cf. http://bugs.winehq.org/show_bug.cgi?id=6591 ), as it seems to have started working in the last week. I don't know if it's complete yet, but this is way cool...
Yes it's supposed to work now, if you find cases where it doesn't please report them.
Windows Live messenger still refuses to start. Do I have to do anything special(other than updating wine), or should I report a bug for this:
/usr/src/wine/linux/wine msnmsgr.exe fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" err:module:import_dll Library MSVCR80.dll (which is needed by L"C: \Programme\MSN Messenger\msnmsgr.exe") not found err:module:import_dll Library MSVCR80.dll (which is needed by L"C: \Programme\MSN Messenger\MSNCore.dll") not found err:module:import_dll Library MSNCore.dll (which is needed by L"C: \Programme\MSN Messenger\msnmsgr.exe") not found err:module:import_dll Library MSVCR80.dll (which is needed by L"C: \Programme\MSN Messenger\ContactsUX.dll") not found err:module:import_dll Library MSVCR80.dll (which is needed by L"C: \Programme\MSN Messenger\MSNCore.dll") not found err:module:import_dll Library MSNCore.dll (which is needed by L"C: \Programme\MSN Messenger\ContactsUX.dll") not found err:module:import_dll Library ContactsUX.dll (which is needed by L"C: \Programme\MSN Messenger\msnmsgr.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Programme\MSN Messenger\msnmsgr.exe" failed, status c0000135
I ran it from its installation directory, not from C:\windows\winsxs.... When running it from msvcr80's directory it pops up a message box saying that the app tried to load the C runtime incorrectly. This used to work before. (Live messenger failed to connect later, for some other reasons)
Stefan Dösinger stefan@codeweavers.com writes:
Windows Live messenger still refuses to start. Do I have to do anything special(other than updating wine), or should I report a bug for this:
You need to install native common controls 6, or copy the common controls manifest from a Windows box, we don't have manifests for builtin dlls yet.
Hi,
Msn live messenger can be started by commenting out @ stdcall FindActCtxSectionStringA(long ptr long str ptr) @ stdcall FindActCtxSectionStringW(long ptr long wstr ptr) lines from kernel32.spec file. By the way it needs native gdiplus.dll, otherwise you won't get it's window. It is still unusable because of lack of textsrv functions of riched20.dll (native causes unhandled exception), and there is another problem that is present in msn 7.5, you can't sign in.
2007. július 27. 13.22 dátummal Alexandre Julliard ezt írta:
Stefan Dösinger stefan@codeweavers.com writes:
Windows Live messenger still refuses to start. Do I have to do anything special(other than updating wine), or should I report a bug for this:
You need to install native common controls 6, or copy the common controls manifest from a Windows box, we don't have manifests for builtin dlls yet.
Hi Evan.
For the case, that you are still searching apps, that need "gdiplus.dll":
On Mo, 2007-07-30 at 18:52 +0200, Kovács András wrote:
Hi,
Msn live messenger can be started by commenting out @ stdcall FindActCtxSectionStringA(long ptr long str ptr) @ stdcall FindActCtxSectionStringW(long ptr long wstr ptr) lines from kernel32.spec file. By the way it needs native gdiplus.dll, otherwise you won't get it's window.