http://bugs.winehq.org/show_bug.cgi?id=18889
Summary: Live Messenger 2008 fails to load - possible actctx problem Product: Wine Version: 1.1.16 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: andras@csevego.net
Created an attachment (id=21730) --> (http://bugs.winehq.org/attachment.cgi?id=21730) +actctx,+relay log
Starting of installed (on windows) Msn 2009 wil result: err:module:import_dll Library MSVCR80.dll (which is needed by L"Z:\media\disk\Program Files\Windows Live\Messenger\msnmsgr.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"Z:\media\disk\Program Files\Windows Live\Messenger\msnmsgr.exe" failed, status c0000135
Same load failure, when I manually install with wine (from msi packages) MSVCRT 8.0 is installed, as shown attached +actctx,+relay log I suspect here an Activation Context failure.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2009-06-11 05:40:26 --- 1. The application must be installed under Wine. 2. 0018:Starting process L"C:\windows\system32\PnkBstrA.exe" (entryproc=0x4046e6) Looks like the problem.
http://bugs.winehq.org/show_bug.cgi?id=18889
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ntdll |-unknown
http://bugs.winehq.org/show_bug.cgi?id=18889
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Ken Sharp kennybobs@o2.co.uk 2009-06-11 06:46:19 --- Install under Wine.
http://bugs.winehq.org/show_bug.cgi?id=18889
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Ken Sharp kennybobs@o2.co.uk 2009-06-11 06:46:34 --- Invalid.
http://bugs.winehq.org/show_bug.cgi?id=18889
Andras Kovacs andras@csevego.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #4 from Andras Kovacs andras@csevego.net 2009-06-11 08:22:05 --- As I said, I tried on wine too. (installed on wine). I have Visual Studio Runtime 8.0 SP1 (8.0.50727) installed. I'll attach the log.
http://bugs.winehq.org/show_bug.cgi?id=18889
Andras Kovacs andras@csevego.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #21730|0 |1 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #5 from Andras Kovacs andras@csevego.net 2009-06-11 08:23:47 --- Created an attachment (id=21732) --> (http://bugs.winehq.org/attachment.cgi?id=21732) +actctx,+relay log
Starting of msn live 2009 under wine (installed on wine too)
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #6 from Austin English austinenglish@gmail.com 2009-06-11 10:55:35 --- (In reply to comment #0)
Created an attachment (id=21730)
--> (http://bugs.winehq.org/attachment.cgi?id=21730) [details]
+actctx,+relay log
Starting of installed (on windows) Msn 2009 wil result: err:module:import_dll Library MSVCR80.dll (which is needed by L"Z:\media\disk\Program Files\Windows Live\Messenger\msnmsgr.exe") not found
If the application didn't bundle that dll, you need to install it with winetricks.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #7 from Andras Kovacs andras@csevego.net 2009-06-11 12:00:01 --- (In reply to comment #6)
(In reply to comment #0)
Created an attachment (id=21730)
--> (http://bugs.winehq.org/attachment.cgi?id=21730) [details] [details]
+actctx,+relay log
Starting of installed (on windows) Msn 2009 wil result: err:module:import_dll Library MSVCR80.dll (which is needed by L"Z:\media\disk\Program Files\Windows Live\Messenger\msnmsgr.exe") not found
If the application didn't bundle that dll, you need to install it with winetricks.
I did it. Everything works, that uses this dll, except new messenger.
http://bugs.winehq.org/show_bug.cgi?id=18889
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000@yahoo.co.uk Ever Confirmed|0 |1
--- Comment #8 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-11-02 16:35:29 --- I can confirm this bug. winetricks vcrun2005 doesn't help
http://bugs.winehq.org/show_bug.cgi?id=18889
Andras Kovacs andras@csevego.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
--- Comment #9 from Andras Kovacs andras@csevego.net 2009-11-21 10:15:44 --- I found the problem. The problem is wine activation context routine.
I'm trying to explain in case of Messenger:
Messenger depends on uccapi.dll. This dll has a manifest file in it's resource section. Wine tries to search uccapi.dll, wich is found in messenger's directory. It starts to search manifest file in uccapi.dll, and here goes the problem: it won't find it, because it looks only in directory 24 entry 1, and in case of this file it is in directory 24 entry 2. And there are no directory 24 entry 1.
A quick hack to manage messenger to start:
Change actctx.c (dlls/ntdll) line 1987 to: status = get_manifest_in_pe_file( acl, ai, nameW.Buffer, directory, FALSE, file, (LPCWSTR)2, 0 );
I don't know what windows does, but I think the correct solution could be to cycle trough directory 24 entries looking for manifests.
The problem is same in case of Microsoft Access 2007 with file ACEDAO.DLL.
http://bugs.winehq.org/show_bug.cgi?id=18889
Jaime Rave jaimerave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jaimerave@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=18889
JuryS js-box@nm.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |js-box@nm.ru
--- Comment #10 from JuryS js-box@nm.ru 2009-11-21 17:51:41 --- Thank you for your activity! But I Can't make ntdll.so: expected ‘;’ before ‘)’ token
actctx.c: В функции ‘lookup_assembly’ actctx.c:1989: предупреждение: левый операнд операции `запятая' не имеет побочных эффектов actctx.c:1989: предупреждение: оператор без побочного эффекта actctx.c:1989: ошибка: expected ‘;’ before ‘)’ token actctx.c:1989: ошибка: expected statement before ‘)’ token make: *** [actctx.o] Ошибка 1
How I can patch the Wine SRC. Do you make this ? Sorry for my English. and many thanks.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #11 from Vitaliy Margolen vitaliy@kievinfo.com 2009-11-21 18:40:10 --- export LANG=en_US-utf.8
And rerun your program. Not everyone reads Russian.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #12 from JuryS js-box@nm.ru 2009-11-21 18:55:33 --- (In reply to comment #11)
export LANG=en_US-utf.8
And rerun your program. Not everyone reads Russian.
I make patch /dlls/ntdll From Andras Kovacs instructions and this don't work:
actctx.c: In function 'lookup_assembly': actctx.c:1989: warning: left-hand operand of comma expression has no effect actctx.c:1989: warning: statement with no effect actctx.c:1989: error: expected ';' before ')' token actctx.c:1989: error: expected statement before ')' token make: *** [actctx.o] Error 1
Many thanks for your help.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #13 from JuryS js-box@nm.ru 2009-11-21 19:05:25 --- Please make bug 19297 is clone of this bug
http://bugs.winehq.org/show_bug.cgi?id=19297
I'm running MS Office Access Runtime 2007 with removing ACEDAO.DLL from MS OFFICE install dir.
It's working cool without ACEDAO.DLL, which can't load. And I'm trying to run Access Runtime 2007 for 1 year and use Access 2003.
But now I'm running 2007. And I'm very glad ! Thanks Andras Kovacs very much for his help !
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #14 from JuryS js-box@nm.ru 2009-11-22 08:00:47 --- (In reply to comment #13)
Please make bug 19297 is clone of this bug
http://bugs.winehq.org/show_bug.cgi?id=19297
I'm running MS Office Access Runtime 2007 with removing ACEDAO.DLL from MS OFFICE install dir.
It's working cool without ACEDAO.DLL, which can't load. And I'm trying to run Access Runtime 2007 for 1 year and use Access 2003.
But now I'm running 2007. And I'm very glad ! Thanks Andras Kovacs very much for his help !
!!! It's work only if extract manifest from ACEDAO.DLL (for sample with Restorator 2007) and put extracted file with name "acedao.manifest" in directory with MS ACCESS 2007. After this operation ACEDAO.DLL must be removed from program directory, else msaccess.exe have no start.
http://bugs.winehq.org/show_bug.cgi?id=18889
Lucas canolucas@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |canolucas@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #15 from Lucas canolucas@gmail.com 2009-11-26 16:10:02 --- can anyone upload a fixed dll that we could use until the wine team realeases a version of wine that fixes this bug.
i think WLM is very used Windows Application and there should be an easy way to run it (ie: without source patching).
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #16 from Lucas canolucas@gmail.com 2009-11-26 16:13:39 --- i think the dll in question is uccapi.dll, and wine searches the manifest in directory 24 entry 1, when it is in entry 2.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #17 from Lucas canolucas@gmail.com 2009-11-26 18:58:04 --- Created an attachment (id=24970) --> (http://bugs.winehq.org/attachment.cgi?id=24970) Error log
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #18 from JuryS js-box@nm.ru 2009-12-01 11:19:24 --- Maybe, anybody can make source patch? because the patch from Andras Kovacs don't work.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #19 from Andras Kovacs andras@csevego.net 2009-12-01 14:13:02 --- Created an attachment (id=25039) --> (http://bugs.winehq.org/attachment.cgi?id=25039) Supposed fix for problem
I did a modification in ntdll's manifest looking code. It will load first manifest in pe file, i don't know how much similar to windows' behaviour. It tested with Access 2007.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #20 from Jaime Rave jaimerave@gmail.com 2009-12-01 15:44:52 --- (In reply to comment #19)
Created an attachment (id=25039)
--> (http://bugs.winehq.org/attachment.cgi?id=25039) [details]
Supposed fix for problem
Can you send it to wine-patches??
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #21 from JuryS js-box@nm.ru 2009-12-01 17:19:17 --- (In reply to comment #19)
Created an attachment (id=25039)
--> (http://bugs.winehq.org/attachment.cgi?id=25039) [details]
Supposed fix for problem
I did a modification in ntdll's manifest looking code. It will load first manifest in pe file, i don't know how much similar to windows' behaviour. It tested with Access 2007.
Thank you for your working about this problem. I think that this patch must be included in next version of Wine.
Thank you for your Great work.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #22 from Dmitry Timoshkov dmitry@codeweavers.com 2009-12-02 00:02:19 --- (In reply to comment #19)
Created an attachment (id=25039)
--> (http://bugs.winehq.org/attachment.cgi?id=25039) [details]
Supposed fix for problem I did a modification in ntdll's manifest looking code. It will load first manifest in pe file, i don't know how much similar to windows' behaviour. It tested with Access 2007.
Obviously this needs some test cases.
http://bugs.winehq.org/show_bug.cgi?id=18889
Rick stingray@andersonstoperu.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |stingray@andersonstoperu.co | |m
--- Comment #23 from Rick stingray@andersonstoperu.com 2009-12-02 20:13:21 --- (In reply to comment #14)
!!! It's work only if extract manifest from ACEDAO.DLL (for sample with Restorator 2007) and put extracted file with name "acedao.manifest" in directory with MS ACCESS 2007. After this operation ACEDAO.DLL must be removed from program directory, else msaccess.exe have no start.
I did not have ACEDAO.DLL installed anywhere, so deleting it was not an option.
Another option to get access running.
Change the manifest file for access msaccess.exe.manifest found in [Your Wine Prefix]../Program Files/Microsoft Office/Office12 and remove the dependency reference to AceDAO, ie edit the file and remove the following lines: (it may be run together on the same line...)
<dependency> <dependentAssembly> <assemblyIdentity type="win32" name="AceDAO" version="12.0.0.0" language="*" processorArchitecture="X86"> </assemblyIdentity> </dependentAssembly> </dependency>
I found this suggestion here: http://ubuntuforums.org/showthread.php?t=1102840 and added it to ArchLinux Wiki here: http://wiki.archlinux.org/index.php/Microsoft_Office_2007
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #24 from Lucas canolucas@gmail.com 2009-12-05 19:03:10 --- Please update Version to 1.1.34. The bug is still present in the current release.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #25 from Jaime Rave jaimerave@gmail.com 2009-12-30 16:22:11 --- The summary needs to be updated, Windows Live Messenger 2008 (AKA Windows Live Messenger 8.5) is not affected by this bug, the one affected is WLM 2009. Also Access 2007 seems affected.
http://bugs.winehq.org/show_bug.cgi?id=18889
Andras Kovacs andras@csevego.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Live Messenger 2008 fails |Live Messenger 2009 fails |to load - possible actctx |to load - possible actctx |problem |problem
http://bugs.winehq.org/show_bug.cgi?id=18889
payam.minoofar@meissner.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |payam.minoofar@meissner.com
--- Comment #26 from payam.minoofar@meissner.com 2010-01-14 11:01:11 --- I am told by Jaime Rave in the bug 9012 thread that I am hitting this bug as well. I am using Macports to build wine 1.1.36 as a universal port on Snow Leopard. The msvc* dlls seem to be present and properly manifested in the winsxs directory. Here are the symptoms:
(In reply to comment #21)
They might be buried in winsxs. But see http://wiki.winehq.org/FAQ#head-bb6a7a98ea5016383c4f81717063463e5217c3bf
I just ran winetricks vcrun2005 per the above article, but no go. I get exactly the same error.
I think Access needs to find the file listed in its manifest.
Indeed, the correct dll files are buried in the mess of folders in winsxs. So, what's broken? I assume that something goes wrong during Office 2007 installation. But, what?
Word 2007 runs ok.
[payam-imac:~] payam% msaccess fixme:actctx:parse_depend_manifests Could not find dependent assembly L"AceDAO" (12.0.0.0) err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\Program Files\Microsoft Office\OFFICE12\MSACCESS.EXE") not found err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\Program Files\Microsoft Office\OFFICE12\MSACCESS.EXE") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\Microsoft Office\OFFICE12\MSACCESS.EXE" failed, status c0000135
Everything seems to be honky dory in winsxs, but I can't locate msvcr80.dll or msvcp80.dll in system32. I can find msvcr71.dll.
Office 2003 worked fine.
http://bugs.winehq.org/show_bug.cgi?id=18889
Emmanouel kapcom01@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kapcom01@gmail.com
--- Comment #27 from Emmanouel kapcom01@gmail.com 2010-02-02 19:40:19 --- i get the following error on cmd:
C:\Program Files\Windows Live\Messenger>fixme:actctx:parse_depend_manifests Could not find dependent assembly L"UCCAPI" (2.0.0.0) err:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting
and this one in window pop up:
Runtime Error!
ProgramQ C:\Program Files\Windows Live\Messenger\msnmsgr.exe
R6034 An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information.
Is the "supposed fix for problem" fixes this problem? If so, how do i apply the patch?
Thanks.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #28 from payam.minoofar@meissner.com 2010-02-03 10:43:28 --- (In reply to comment #27)
ProgramQ C:\Program Files\Windows Live\Messenger\msnmsgr.exe
R6034 An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more information.
Is the "supposed fix for problem" fixes this problem? If so, how do i apply the patch?
I was having similar problems with Access 2007. Comments 22, 26, and 27 on this bug report http://bugs.winehq.org/show_bug.cgi?id=19297 fixed it. I suspect that they will work here, too.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #29 from Emmanouel kapcom01@gmail.com 2010-02-03 11:59:36 --- I extracted the manifest from uccapi.dll and i put it in messenger folder and removed the dll.
Now It starts! BUT not usable. The tray icon works but the main window doesnt pop up. CMD gives this:
C:\Program Files\Windows Live\Messenger>msnmsgr
C:\Program Files\Windows Live\Messenger>fixme:advapi:RegisterTraceGuidsW (0x7031a8fc, 0x70537fb0, {56cf9745-8639-4fe0-96b2-5a913ee8b3c7}, 1, 0x33fd00, (null), (null), 0x70537fb8,) fixme:mixer:ALSA_MixerInit No master control found on MPU-401 UART, disabling mixer fixme:module:GetModuleHandleExW should pin refcount for 0x5fc00000 fixme:advapi:RegisterTraceGuidsW (0x70f041ec, 0x70f16ba0, {56cf9745-8639-4fe0-96b2-5a913ee8b3c7}, 1, 0x33fca4, (null), (null), 0x70f16ba8,) fixme:advapi:RegisterTraceGuidsW (0x70c10fac, 0x70c7c4b0, {56cf9745-8639-4fe0-96b2-5a913ee8b3c7}, 1, 0x33fd04, (null), (null), 0x70c7c4b8,) fixme:advapi:RegisterTraceGuidsW (0x5f5282b6, 0x5f5348c8, {5b89be75-200f-4f51-8cfe-30b7c816f54b}, 1, 0x33fd04, (null), (null), 0x5f5348d0,) fixme:advapi:RegisterTraceGuidsW (0x5f32a874, 0x5f381c50, {5b89be75-200f-4f51-8cfe-30b7c816f54b}, 1, 0x33fd04, (null), (null), 0x5f381c58,) fixme:advapi:RegisterTraceGuidsW (0x5f1185ee, 0x5f163d08, {5b89be75-200f-4f51-8cfe-30b7c816f54b}, 1, 0x33fd04, (null), (null), 0x5f163d10,) fixme:ole:CoInitializeSecurity (0x33fdcc,-1,(nil),(nil),6,3,(nil),0,(nil)) - stub! fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:advapi:RegisterTraceGuidsW (0x48a2da, 0x706080, {5b89be75-200f-4f51-8cfe-30b7c816f54b}, 1, 0x33fde0, (null), (null), 0x706088,) fixme:advapi:RegisterTraceGuidsW (0x6cd15f38, 0x6cd20180, {e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x33f744, (null), (null), 0x6cd20188,) fixme:msctf:ThreadMgrSource_AdviseSink (0x17e2f0) Unhandled Sink: {1cd4c13b-1c36-4191-a70a-7f3e611f367d} fixme:win:EnumDisplayDevicesW ((null),0,0x33f6bc,0x00000000), stub! fixme:iphlpapi:NotifyRouteChange (Handle 0x105e9f8, overlapped 0x105e9d4): stub fixme:wtsapi:WTSQuerySessionInformationW Stub (nil) 0xffffffff 8 0x33fc88 0x33fc84 fixme:wtsapi:WTSQuerySessionInformationW Stub (nil) 0xffffffff 16 0x33fc8c 0x33fc88 fixme:wtsapi:WTSRegisterSessionNotification Stub 0x2006a 0x00000000 err:ole:CoGetClassObject class {4e14fba2-2e22-11d1-9964-00c04fbbb345} not registered err:ole:CoGetClassObject class {4e14fba2-2e22-11d1-9964-00c04fbbb345} not registered err:ole:create_server class {4e14fba2-2e22-11d1-9964-00c04fbbb345} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {4e14fba2-2e22-11d1-9964-00c04fbbb345} could be created for context 0x17 fixme:win:RegisterDeviceNotificationW (hwnd=0x2006e, filter=0x33fd68,flags=0x00000000) returns a fake device notification handle! fixme:crypt:CRYPT_CriticalExtensionsSupported unsupported critical extension "2.5.29.32" fixme:crypt:CRYPT_CriticalExtensionsSupported unsupported critical extension "2.5.29.32" fixme:advapi:ParseStringSidToSid String constant not supported: L"LG" fixme:wininet:InternetSetOptionW Option 28 STUB fixme:wininet:InternetSetOptionW Option 29 STUB fixme:threadpool:RtlQueueWorkItem Flags 0x110 not supported fixme:advapi:RegisterTraceGuidsW (0x5b211bc4, 0x5b25abb8, {5b89be75-200f-4f51-8cfe-30b7c816f54b}, 1, 0x33f654, (null), (null), 0x5b25abc0,) err:ole:CoGetClassObject class {ec10e7e8-797e-4495-a86d-3e9eada6d5bb} not registered err:ole:CoGetClassObject no class object {ec10e7e8-797e-4495-a86d-3e9eada6d5bb} could be created for context 0x1 fixme:ras:RasEnumConnectionsA (0x33f404,0x33f3f0,0x33f3f8),stub! fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure program to use LAN connection/winsock instead! fixme:dwmapi:DwmIsCompositionEnabled 0x33f818 err:ole:CoGetClassObject class {5b4dae26-b807-11d0-9815-00c04fd91972} not registered err:ole:CoGetClassObject no class object {5b4dae26-b807-11d0-9815-00c04fd91972} could be created for context 0x1 fixme:ras:RasEnumConnectionsA (0x33ef58,0x33ef44,0x33ef4c),stub! fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure program to use LAN connection/winsock instead! fixme:ras:RasEnumConnectionsA (0x33ef58,0x33ef44,0x33ef4c),stub! fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure program to use LAN connection/winsock instead!
Right clicking on the tray icon works so i click "Open Messenger" but every time i get this:
fixme:dwmapi:DwmIsCompositionEnabled 0x33f7e8 err:ole:CoGetClassObject class {5b4dae26-b807-11d0-9815-00c04fd91972} not registered err:ole:CoGetClassObject no class object {5b4dae26-b807-11d0-9815-00c04fd91972} could be created for context 0x1
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #30 from payam.minoofar@meissner.com 2010-02-03 12:37:39 --- Did you put the appropriate links as noted in comments 26 and 27 of bug 19297 as I noted earlier? If yes, then maybe you should start a new bug report. It seems as if this new behavior is different from the failure to load the visual c++ runtime libraries properly.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #31 from Nikolay Sivov bunglehead@gmail.com 2010-03-16 09:41:17 --- *** Bug 19297 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #32 from Nikolay Sivov bunglehead@gmail.com 2010-03-16 09:42:53 --- Andras, don't you mind to submit this patch?
http://bugs.winehq.org/show_bug.cgi?id=18889
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |ntdll
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #33 from Jaime Rave jaimerave@gmail.com 2010-03-16 09:59:13 --- (In reply to comment #32)
Andras, don't you mind to submit this patch?
Dimitry suggested to have a test before it can be submitted.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #34 from Nikolay Sivov bunglehead@gmail.com 2010-03-16 10:28:00 --- (In reply to comment #33)
(In reply to comment #32)
Andras, don't you mind to submit this patch?
Dimitry suggested to have a test before it can be submitted.
It only affects embedded manifests so standalone test program will be enough. What we want to check is a order it selects resource and probably a limits for resource ids.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #35 from Andras Kovacs andras@csevego.net 2010-03-16 16:54:46 --- (In reply to comment #34)
(In reply to comment #33)
(In reply to comment #32)
Andras, don't you mind to submit this patch?
Dimitry suggested to have a test before it can be submitted.
It only affects embedded manifests so standalone test program will be enough. What we want to check is a order it selects resource and probably a limits for resource ids.
If i have time, i'll test it. Sorry I'm busy with university recently.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #36 from Jaime Rave jaimerave@gmail.com 2010-04-22 23:11:11 --- Still a problem in wine 1.1.43 and current Git.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #37 from Jaime Rave jaimerave@gmail.com 2010-05-04 13:13:09 --- This problem is well understood and there is a patch. This should be nominated for Wine 1.2.
http://bugs.winehq.org/show_bug.cgi?id=18889
Andrey ash.mail@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ash.mail@mail.ru
--- Comment #38 from Andrey ash.mail@mail.ru 2010-06-13 13:35:01 --- I was trying to do "patch -i" with supposed fix to wine-1.2-rc3 and got errors:
patching file actctx.c Hunk #1 FAILED at 1656. Hunk #2 FAILED at 1701. Hunk #3 FAILED at 1983.
And no visible change for this bug after compilation.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #39 from Jaime Rave jaimerave@gmail.com 2010-07-20 22:04:54 --- Still a problem in wine-1.2-161-g061eb12
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #40 from Lucas canolucas@gmail.com 2010-08-04 04:31:33 --- patch doesn't work here either. maybe it needs updating?
http://bugs.winehq.org/show_bug.cgi?id=18889
Lucas canolucas@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andras@csevego.net
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #41 from Lucas canolucas@gmail.com 2010-08-06 04:51:45 --- Created an attachment (id=30035) --> (http://bugs.winehq.org/attachment.cgi?id=30035) fix by andreas, for 1.3.0
updated patch
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #42 from Andrey ash.mail@mail.ru 2010-08-11 06:56:52 --- Thanks very much! The patch works fine for MS Access 2007!
If you install vb6run and override oleaut32.dll - doesn't hang up on launching wizards, shows up "error loading dll" when operating with ole widgets in form design (but you can still add them and change some properties) or trying to import from .xls.
My ++ to propose this patch for mainstream.
(In reply to comment #41)
Created an attachment (id=30035)
--> (http://bugs.winehq.org/attachment.cgi?id=30035) [details]
fix by andreas, for 1.3.0
updated patch
http://bugs.winehq.org/show_bug.cgi?id=18889
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
http://bugs.winehq.org/show_bug.cgi?id=18889
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #43 from Lucas canolucas@gmail.com 2010-08-11 19:25:53 --- Created an attachment (id=30107) --> (http://bugs.winehq.org/attachment.cgi?id=30107) new approach
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #44 from André H. nerv@dawncrow.de 2010-08-12 06:31:25 --- just to be clear, thats my approach. comments welcome
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #45 from Lucas canolucas@gmail.com 2010-08-16 18:22:22 --- the only draw-back that i can find is that you have to go through the 16 RESOURCE ID's untill you find the proper one, in a kind of proof-and-error way, instead of getting the proper one in the first and only try like the first patch seems to do (which i haven't tested at all but some comments say it works too). BUT, the patch by andreas is a lot of code in new functions, and it will need tests and maybe some optimization, where it is hard to optimize more the patch by andré H, as it is really nice and simple, and the time that it takes to go through those 16 loops seems to be almost the same than the time required to be done with all the functions and evaluations of the first patch.
in conclusion, both look good and seem to get the work done, the first one needs test cases, lets see what king AJ says :)
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #46 from André H. nerv@dawncrow.de 2010-08-18 12:55:35 --- thanks, patch sent: http://www.winehq.org/pipermail/wine-patches/2010-August/092174.html
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #47 from Jaime Rave jaimerave@gmail.com 2010-08-19 11:49:53 --- (In reply to comment #46)
thanks, patch sent: http://www.winehq.org/pipermail/wine-patches/2010-August/092174.html
The patch was not accepted, it needs tests.
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #48 from André H. nerv@dawncrow.de 2010-08-19 12:57:07 --- Yeah, can anyone of you do that. I might not get it in time the next months. dlls/kernel32/tests/resource.c is a good start for that (and will also be a good start for the gameux tests)
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #49 from Lucas canolucas@gmail.com 2010-08-21 04:23:14 --- i think this is the ideal bug to nominate for 1.4. Very known and analized problem, patch exists (actually two patches), affects very famous applications, and is relatively easy to fix.
http://bugs.winehq.org/show_bug.cgi?id=18889
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #50 from Jerome Leclanche adys.wh@gmail.com 2010-08-21 04:45:37 --- (In reply to comment #49)
i think this is the ideal bug to nominate for 1.4. Very known and analized problem, patch exists (actually two patches), affects very famous applications, and is relatively easy to fix.
It's still too early to nominate bugs for 1.4; and whenever it will be, nominating bugs that are almost fixed or very easy to fix is pointless.
http://bugs.winehq.org/show_bug.cgi?id=18889
cyber punk piero.ferraz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piero.ferraz@gmail.com
--- Comment #51 from cyber punk piero.ferraz@gmail.com 2010-12-04 19:20:00 CST --- (In reply to comment #41)
Created an attachment (id=30035)
--> (http://bugs.winehq.org/attachment.cgi?id=30035) [details]
fix by andreas, for 1.3.0
updated patch
Your patch, fix the problem:
"fixme:actctx:parse_depend_manifests Could not find dependent assembly L"UCCAPI" (2.0.0.0) "
wine 1.3.8 compiled from source with patch http://bugs.winehq.org/attachment.cgi?id=30035
===============
msn now is opening, but with the new bug
fixme:ras:RasEnumConnectionsA (0x32ef40,0x32ef2c,0x32ef34),stub! fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure program to use LAN connection/winsock instead!
http://bugs.winehq.org/show_bug.cgi?id=18889
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #52 from Dan Kegel dank@kegel.com 2010-12-05 03:07:03 CST --- That's not a bug, that's a warning message that can be ignored. If the app doesn't work after the patch, please file a new bug describing what is still broken.
http://bugs.winehq.org/show_bug.cgi?id=18889
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #30035|fix by andreas, for 1.3.0 |fix by andras, for 1.3.0 description| |
http://bugs.winehq.org/show_bug.cgi?id=18889
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25435
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #53 from cyber punk piero.ferraz@gmail.com 2010-12-07 09:10:01 CST --- I did some tests,
wlm 2009 doesn't work before to apply patch http://bit.ly/dW2QRK , after applying the patch, wlm just open but does not connect . . LOG : http://pastebin.com/raw.php?i=XBrMCv5q
looking at the log, can be found the possible problem
err:module:import_dll Library ESENT.dll (which is needed by L"C:\Arquivos de programas\Windows Live\Contacts\contact.dll") not found
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\Arquivos de programas\Windows Live\Contacts\contact.dll"
by default, wine does not have the dll Esent.dll
Dan Kegel, told him to get this DLL from the Microsoft website, but had no guarantee it would work
the problem
err:module:import_dll Library ESENT.dll (which is needed by L"C:\Arquivos de programas\Windows Live\Contacts\contact.dll") not found
solved after copy esent.dll to system32 folder
but when trying to connect, wlm 2009 fatal crash
LOG: http://pastebin.com/raw.php?i=5uvV8dtj
finish my tests.
http://bugs.winehq.org/show_bug.cgi?id=18889
Jose Oscar joseoscarx@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |joseoscarx@hotmail.com
--- Comment #54 from Jose Oscar joseoscarx@hotmail.com 2011-02-07 17:09:16 CST --- on wine 1.3.13 at load windows live messenger 2009 appear a error unimplemented function msvcr80.dll._mbslwr_s (install vcrun2005 don't fix this error) and show the wlm tray icon but don't work, this is the only error that I get so far (unimplemented function msvcr80.dll._mbslwr_s).
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #55 from Austin English austinenglish@gmail.com 2011-02-07 18:41:26 CST --- (In reply to comment #54)
on wine 1.3.13 at load windows live messenger 2009 appear a error unimplemented function msvcr80.dll._mbslwr_s (install vcrun2005 don't fix this error) and show the wlm tray icon but don't work, this is the only error that I get so far (unimplemented function msvcr80.dll._mbslwr_s).
I filed bug 26023 for this.
http://bugs.winehq.org/show_bug.cgi?id=18889
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |26023
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #56 from Rosanne DiMesio dimesio@earthlink.net 2011-02-20 23:10:51 CST --- Access 2007 starts up without any tweaks with a fresh install in 1.3.14, though the line fixme:actctx:parse_depend_manifests Could not find dependent assembly L"AceDAO" (12.0.0.0) still appears in the terminal.
http://bugs.winehq.org/show_bug.cgi?id=18889
Bug 18889 depends on bug 26023, which changed state.
Bug 26023 Summary: Live Messenger 2009 crashes on start, needs msvcr80.dll._mbslwr_s http://bugs.winehq.org/show_bug.cgi?id=26023
What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #57 from Ken Sharp kennybobs@o2.co.uk 2011-04-19 15:00:41 CDT --- *** Bug 26843 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=18889
lain lainiwaku@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lainiwaku@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=18889
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |www.oldapps.com/msn_messeng | |er.php?old_msn=21 CC| |focht@gmx.net Depends on| |35376 Summary|Live Messenger 2009 fails |MSN Messenger Live 2009 |to load - possible actctx |(14.0) fails to load - |problem |possible actctx problem
--- Comment #58 from Anastasius Focht focht@gmx.net --- Hello folks,
installation is now blocked by bug 35376
$ sha1sum wlsetup-all-14.exe 755024fa37c0b30a0e171edee7a0f99ee29c0ae8 wlsetup-all-14.exe
$ du -sh wlsetup-all-14.exe 135M wlsetup-all-14.exe
$ wine --version wine-1.7.10-343-g770d09d
Regards
https://bugs.winehq.org/show_bug.cgi?id=18889
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #30107|0 |1 is obsolete| |
--- Comment #59 from André H. nerv@dawncrow.de --- Created attachment 47180 --> https://bugs.winehq.org/attachment.cgi?id=47180 rebase of my patch (1.7.10)
rebased my patch on top of Wine version 1.7.10
https://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #60 from Nikolay Sivov bunglehead@gmail.com --- I think so far we only care about isolation aware manifest (id 2). It will need a test with generated dll, that was a response I got last time I submitted it.
https://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #61 from André H. nerv@dawncrow.de --- (In reply to comment #60)
I think so far we only care about isolation aware manifest (id 2). It will need a test with generated dll, that was a response I got last time I submitted it.
me too back then. I'll think about it
https://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #62 from lain lainiwaku@gmail.com --- microsoft have abandonned msn server since long time this software is dead shouldn't we close this bug ?
https://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #63 from Anastasius Focht focht@gmx.net --- Hello lain,
--- quote --- microsoft have abandonned msn server since long time this software is dead shouldn't we close this bug ? --- quote ---
even if the software is no longer useful on it's own, it still highlights a Wine insufficiency (bug). Fixing the problem here might help other applications.
There exceptions though, for example when the software can't be obtained anymore or requires some Internet connection with no longer existing servers. These bugs are candidates for being resolved 'abandoned'.
Regards
http://bugs.winehq.org/show_bug.cgi?id=18889
Mathieu LALLEMAND lallemand.mathieu@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lallemand.mathieu@gmail.com
--- Comment #64 from Mathieu LALLEMAND lallemand.mathieu@gmail.com --- I confirm that this bug is found in another apps. I've tried to install MS Office Communicator (Lync 2010 x86).
I success using Wine 1.7.11 and a Silent Install.
When I try to launch the app I have exactly the same error : "fixme:actctx:parse_depend_manifests Could not find dependent assembly L"UccApi" (2.0.0.0)
Please do not close ;)
http://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #65 from Mat kambuz@gmail.com --- Created attachment 47377 --> http://bugs.winehq.org/attachment.cgi?id=47377 Running Lync with wine 1.7.11 patched
http://bugs.winehq.org/show_bug.cgi?id=18889
Mat kambuz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #47377|Running Lync with wine |I had the same issue with description|1.7.11 patched |trying to run Microsoft | |Lync 2010 (x86). | | | |I tried with both wine | |1.7.10 and 1.7.11 with | |patch from Andre H. | |(comment 59). | |It seems that the patch | |allows to get rid from the | |"fixme:actctx:parse_depend_ | |manifests Could not find d
http://bugs.winehq.org/show_bug.cgi?id=18889
Mat kambuz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #47377|I had the same issue with |Running lync with wine description|trying to run Microsoft |1.7.11 with advapi patch |Lync 2010 (x86). | | | |I tried with both wine | |1.7.10 and 1.7.11 with | |patch from Andre H. | |(comment 59). | |It seems that the patch | |allows to get rid from the | |"fixme:actctx:parse_depend_ | |manifests Could not find d |
--- Comment #66 from Mat kambuz@gmail.com --- Comment on attachment 47377 --> http://bugs.winehq.org/attachment.cgi?id=47377 Running lync with wine 1.7.11 with advapi patch
I had the same issue with trying to run Microsoft Lync 2010 (x86).
I tried with both wine 1.7.10 and 1.7.11 with patch from Andre H. (comment 59). It seems that the patch allows to get rid from the "fixme:actctx:parse_depend_manifests Could not find dependent assembly L"UccApi" (2.0.0.0)" error, but Lync still doesn't start.
I attach the execution log.
https://bugs.winehq.org/show_bug.cgi?id=18889
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #67 from Anastasius Focht focht@gmx.net --- *** Bug 33078 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=18889
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alberink@gmail.com
--- Comment #68 from Anastasius Focht focht@gmx.net --- *** Bug 33458 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=18889
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|MSN Messenger Live 2009 |Multiple Microsoft |(14.0) fails to load - |isolation-aware |possible actctx problem |applications fail to load | |(MSN Messenger Live 2009, | |Lync 2010)(embedded PE | |manifest search should | |support | |ISOLATIONAWARE_MANIFEST_RES | |OURCE_ID)
--- Comment #69 from Anastasius Focht focht@gmx.net --- Hello folks,
refining summary to collect dupes here and for better search engine hits. Obviously still present.
$ wine --version wine-1.7.30-70-ge385df0
Regards
https://bugs.winehq.org/show_bug.cgi?id=18889
Damian Ivanov damianatorrpm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damianatorrpm@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=18889
Sylvain Petreolle spetreolle@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |spetreolle@yahoo.fr
https://bugs.winehq.org/show_bug.cgi?id=18889
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #70 from Anastasius Focht focht@gmx.net --- *** Bug 13487 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=18889
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |bunglehead@gmail.com
--- Comment #71 from Nikolay Sivov bunglehead@gmail.com --- I'm working on this.
https://bugs.winehq.org/show_bug.cgi?id=18889
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fincer89@hotmail.com
--- Comment #72 from Nikolay Sivov bunglehead@gmail.com --- *** Bug 38094 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=18889
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Multiple Microsoft |Multiple isolation-aware |isolation-aware |applications fail to load |applications fail to load |(MSN Messenger Live 2009, |(MSN Messenger Live 2009, |Lync 2010, Adobe Premiere |Lync 2010)(embedded PE |Pro CS3)(embedded PE |manifest search should |manifest search should |support |support |ISOLATIONAWARE_MANIFEST_RES |ISOLATIONAWARE_MANIFEST_RES |OURCE_ID) |OURCE_ID)
https://bugs.winehq.org/show_bug.cgi?id=18889
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bunglehead@gmail.com |wine-bugs@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=18889
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #73 from super_man@post.com --- Patch still applies against git, with few offset changes.
patching file dlls/ntdll/actctx.c Hunk #1 succeeded at 57 (offset -1 lines). Hunk #2 succeeded at 2891 (offset 21 lines).
(staging?)
wine 1.9.2
https://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #74 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, still present.
Worse, Lync 2010 crashes now.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Microsoft Lync
$ WINEDEBUG=+seh,+relay,+actctx wine ./communicator.exe >>log.txt 2>&1 ... 0037:trace:actctx:lookup_assembly looking for name=L"UccApi" version=2.0.0.0 arch=L"x86" 0037:trace:actctx:get_manifest_in_pe_file looking for res #0001 in L"\??\C:\Program Files\Microsoft Lync\UccApi.dll" 0037:trace:actctx:get_manifest_in_module looking for res #0001 in module 0xf80001 L"\??\C:\Program Files\Microsoft Lync\UccApi.dll" 0037:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"UccApi" (2.0.0.0) 0037:trace:actctx:RtlFindActivationContextSectionString 00000001 (null) 2 L"MSVCR90.dll" 0x32e8a8 0037:trace:actctx:RtlFindActivationContextSectionString 00000001 (null) 2 L"ADVAPI32.dll" 0x32e8a8 0037:trace:actctx:RtlFindActivationContextSectionString 00000001 (null) 2 L"USER32.dll" 0x32e8a8 0037:trace:actctx:RtlFindActivationContextSectionString 00000001 (null) 2 L"gdi32.dll" 0x32dd38 0037:trace:actctx:RtlFindActivationContextSectionString 00000001 (null) 2 L"version.dll" 0x32dd38 0037:trace:actctx:RtlFindActivationContextSectionString 00000001 (null) 2 L"OLEAUT32.dll" 0x32e8a8 0037:trace:actctx:RtlFindActivationContextSectionString 00000001 (null) 2 L"ole32.dll" 0x32dd38 0037:trace:actctx:RtlFindActivationContextSectionString 00000001 (null) 2 L"rpcrt4.dll" 0x32d1c8 0037:trace:actctx:RtlFindActivationContextSectionString 00000001 (null) 2 L"Uc.dll" 0x32e8a8 0037:trace:actctx:RtlCreateActivationContext 0x32e7cc 00000088 0037:trace:actctx:get_manifest_in_module looking for res #0002 in module 0x10000000 L"C:\Program Files\Microsoft Lync\Uc.dll" 0037:trace:actctx:parse_manifest parsing manifest loaded from (null) base dir (null) 0037:trace:actctx:parse_assembly_elem (0x32e224) 0037:trace:actctx:parse_assembly_identity_elem name=L"Uc" version=2.0.0.0 arch=L"x86" 0037:trace:actctx:parse_description_elem Got description L"UC Client" 0037:trace:actctx:parse_assembly_identity_elem name=L"UccApi" version=2.0.0.0 arch=L"x86" 0037:trace:actctx:parse_dependent_assembly_elem adding name=L"UccApi" version=2.0.0.0 arch=L"x86" 0037:trace:actctx:parse_assembly_identity_elem name=L"ocimport" version=1.0.0.0 arch=L"x86" 0037:trace:actctx:parse_dependent_assembly_elem adding name=L"ocimport" version=1.0.0.0 arch=L"x86" 0037:trace:actctx:parse_assembly_identity_elem name=L"Microsoft.VC90.CRT" version=9.0.30729.4148 arch=L"x86" 0037:trace:actctx:parse_dependent_assembly_elem adding name=L"Microsoft.VC90.CRT" version=9.0.30729.4148 arch=L"x86" 0037:trace:actctx:parse_file_elem name=L"Uc.dll" 0037:warn:actctx:parse_typelib_elem unknown attr L"resourceid"=L"1" 0037:trace:actctx:lookup_assembly looking for name=L"UccApi" version=2.0.0.0 arch=L"x86" 0037:trace:actctx:get_manifest_in_pe_file looking for res #0001 in L"\??\C:\Program Files\Microsoft Lync\UccApi.dll" 0037:trace:actctx:get_manifest_in_module looking for res #0001 in module 0xf80001 L"\??\C:\Program Files\Microsoft Lync\UccApi.dll" 0037:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"UccApi" (2.0.0.0) ... 0037:Call KERNEL32.CreateActCtxW(0032f644) ret=0042ed39 0037:trace:actctx:CreateActCtxW 0x32f644 00000088 0037:trace:actctx:RtlCreateActivationContext 0x32f644 00000088 0037:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7bc5ebd1 ip=7bc5ebd1 tid=0037 0037:trace:seh:raise_exception info[0]=00000001 0037:trace:seh:raise_exception info[1]=02910027 0037:trace:seh:raise_exception eax=02910027 ebx=0032f460 ecx=0032f400 edx=00320017 esi=0032f634 edi=0032f604 0037:trace:seh:raise_exception ebp=0032f3f8 esp=0032f3f8 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00010212 0037:trace:seh:call_stack_handlers calling handler at 0x9f5b08 code=c0000005 flags=0 0037:trace:seh:call_stack_handlers handler at 0x9f5b08 returned 1 --- snip ---
Winedbg:
--- snip --- Unhandled exception: page fault on write access to 0x02910027 in 32-bit code (0x7bc5ebd1). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7bc5ebd1 ESP:0033ee38 EBP:0033ee38 EFLAGS:00010216( R- -- I -A-P- ) EAX:02910027 EBX:0033eea0 ECX:0033ee40 EDX:00320017 ESI:00000002 EDI:0033f664 ... Backtrace: =>0 0x7bc5ebd1 list_remove+0x1c(elem=0x150d00) [/home/focht/projects/wine/wine.repo/src/include/wine/list.h:101] in ntdll (0x0033ee38) 1 0x7bc627c3 RtlAllocateHeap+0x21a(heap=<couldn't compute location>, flags=<couldn't compute location>, size=<couldn't compute location>) [/home/focht/projects/wine/wine.repo/src/dlls/ntdll/heap.c:1710] in ntdll (0x0033ee88) 2 0x7bc3bc7b xmlstrdupW+0x2f(str=0x33eef8) [/home/focht/projects/wine/wine.repo/src/dlls/ntdll/actctx.c:735] in ntdll (0x0033eec8) 3 0x7bc3e3b4 parse_assembly_identity_elem+0x37(xmlbuf=0x33f054, actctx=0x14c6a8, ai=0x150e7c, parent=0x33ef58) [/home/focht/projects/wine/wine.repo/src/dlls/ntdll/actctx.c:1500] in ntdll (0x0033ef18) 4 0x7bc41dd9 parse_assembly_elem+0x3c6(xmlbuf=0x33f054, assembly=0x150e78, acl=0x33f550, parent=0x33effc, expected_ai=(nil)) [/home/focht/projects/wine/wine.repo/src/dlls/ntdll/actctx.c:2688] in ntdll (0x0033efb8) 5 0x7bc421f1 parse_manifest_buffer+0x13e(acl=0x33f550, assembly=0x150e78, ai=(nil), xmlbuf=0x33f054) [/home/focht/projects/wine/wine.repo/src/dlls/ntdll/actctx.c:2758] in ntdll (0x0033f038) 6 0x7bc4265d parse_manifest+0x342(acl=0x33f550, ai=(nil), filename=0x0(nil), directory=0x0(nil), shared=0, buffer=0xf0f0dc, size=0x509) [/home/focht/projects/wine/wine.repo/src/dlls/ntdll/actctx.c:2838] in ntdll (0x0033f4a8) 7 0x7bc42a3d get_manifest_in_module+0x278(acl=0x33f550, ai=(nil), filename=0x0(nil), directory=0x0(nil), shared=0, hModule=0x400000, resname=*** invalid address 0x2 ***, lang=0) [/home/focht/projects/wine/wine.repo/src/dlls/ntdll/actctx.c:2932] in ntdll (0x0033f518) 8 0x7bc4784c RtlCreateActivationContext+0x40e(handle=<couldn't compute location>, ptr=<couldn't compute location>) [/home/focht/projects/wine/wine.repo/src/dlls/ntdll/actctx.c:5037] in ntdll (0x0033f5c8) 9 0x7b435af6 CreateActCtxW+0x70(pActCtx=<couldn't compute location>) [/home/focht/projects/wine/wine.repo/src/dlls/kernel32/actctx.c:124] in kernel32 (0x0033f618) 10 0x0042ed39 in communicator (+0x2ed38) (0x0033f88c) 11 0x0042edbf in communicator (+0x2edbe) (0x0033fd2c) 12 0x00409551 in communicator (+0x9550) (0x0033fd60) 13 0x00467a38 in communicator (+0x67a37) (0x0033fd8c) 14 0x004445e5 in communicator (+0x445e4) (0x0033fdc0) 15 0x00444740 in communicator (+0x4473f) (0x0033fdf0) 16 0x0042f2f9 in communicator (+0x2f2f8) (0x0033fe20) 17 0x0042e77a in communicator (+0x2e779) (0x0033feb0) 18 0x7b46d5f0 call_process_entry+0xb() in kernel32 (0x0033fec8) 19 0x7b46d731 start_process+0x132(entry=<couldn't compute location>, peb=<couldn't compute location>) [/home/focht/projects/wine/wine.repo/src/dlls/kernel32/process.c:1099] in kernel32 (0x0033ffd8) 20 0x7b46d5fe start_process_wrapper+0x9() in kernel32 (0x0033ffec) 0x7bc5ebd1 list_remove+0x1c [/home/focht/projects/wine/wine.repo/src/include/wine/list.h:101] in ntdll: movl %edx,0x0(%eax) 101 elem->prev->next = elem->next; --- snip ---
Also interesting (not a blocker though):
--- snip --- 0037:trace:actctx:parse_assembly_identity_elem name=L"Microsoft.VC90.CRT" version=9.0.30729.4148 arch=L"x86" 0037:trace:actctx:parse_file_elem name=L"msvcr90.dll" 0037:warn:actctx:parse_file_elem asmv2:hash (undocumented) not supported --- snip ---
32-bit Lync 2010 download:
https://www.microsoft.com/en-US/download/confirmation.aspx?id=5484
$ sha1sum LyncSetupEval.exe 3e2aec047f58d4f71503f84519ad5b7c3f08f6c4 LyncSetupEval.exe
$ du -sh LyncSetupEval.exe 54M LyncSetupEval.exe
$ wine --version wine-3.5-130-gdd2624a24f
Regards
https://bugs.winehq.org/show_bug.cgi?id=18889
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org
https://bugs.winehq.org/show_bug.cgi?id=18889
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Staged patchset| |https://github.com/wine-sta | |ging/wine-staging/tree/mast | |er/patches/ntdll-Manifest_R | |ange Status|NEW |STAGED CC| |leslie_alistair@hotmail.com
https://bugs.winehq.org/show_bug.cgi?id=18889
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|www.oldapps.com/msn_messeng |https://web.archive.org/web |er.php?old_msn=21 |/20150306211221/https://dow | |nload.microsoft.com/downloa | |d/A/F/4/AF4B5DFB-5FC3-4134- | |AE8C-4CB330D30ADB/LyncSetup | |Eval.exe
--- Comment #75 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting.
Adding stable download links via Internet Archive:
'Windows Live Messenger 2009 (14.0.8117)':
https://web.archive.org/web/20110302025123/http://wl.dlservice.microsoft.com...
'Microsoft Lync 2010':
https://web.archive.org/web/20150306211221/https://download.microsoft.com/do...
NOTE: The 32-bit installer has a blocker for WoW64 hence you need a 32-bit WINEPREFIX (WINEARCH=win32).
Setting Lync as primary download link because it's easier to test. WLM 2009 installer is blocked by bug 35376.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Microsoft Lync
$ wine ./communicator.exe ... 0024:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"UccApi" (2.0.0.0) 0024:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"UccApi" (2.0.0.0) ... 0024:fixme:msvcp:init_cxx_funcs msvcr90.dll not loaded 0024:err:module:LdrInitializeThunk "MSVCP90.dll" failed to initialize, aborting 0024:err:module:LdrInitializeThunk Initializing dlls for L"C:\Program Files\Microsoft Lync\communicator.exe" failed, status c0000005 --- snip ---
$ sha1sum wlsetup-all.exe 755024fa37c0b30a0e171edee7a0f99ee29c0ae8 wlsetup-all.exe
$ du -sh wlsetup-all.exe 135M wlsetup-all.exe
$ sha1sum LyncSetupEval.exe 3e2aec047f58d4f71503f84519ad5b7c3f08f6c4 LyncSetupEval.exe
$ du -sh LyncSetupEval.exe 54M LyncSetupEval.exe
$ wine --version wine-6.0-rc4
Regards
https://bugs.winehq.org/show_bug.cgi?id=18889
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Multiple isolation-aware |Multiple isolation-aware |applications fail to load |applications fail to load |(MSN Messenger Live 2009, |(MSN Messenger Live 2009, |Lync 2010, Adobe Premiere |Lync 2010, Adobe Premiere |Pro CS3)(embedded PE |Pro CS3, Quicken |manifest search should |201X)(embedded PE manifest |support |search should support |ISOLATIONAWARE_MANIFEST_RES |ISOLATIONAWARE_MANIFEST_RES |OURCE_ID) |OURCE_ID)
--- Comment #76 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, found another app: Quicken 2015 installer (.NET 4.0 app).
Stable download link via Internet Archive:
https://web.archive.org/web/20210212083345/https://securedl.cdn.chip.de/down...
Console log:
--- snip --- ... 01ec:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"LxFairuse" (14.0.0.0) 01ec:err:seh:dispatch_exception Fatal unknown exception (code=e0434352) raised 01ec:err:seh:dispatch_exception Fatal unknown exception (code=e0434352) raised 01ec:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub 01ec:fixme:advapi:ReportEventW (CAFE4242,0x0001,0x0000,0x00000402,00000000,0x0001,0x00000000,05F6DBD8,00000000): stub 01ec:err:eventlog:ReportEventW L"Application: Quicken_Setup.exe\nFramework Version: v4.0.30319\nDescription: The process was terminated due to an unhandled exception.\nException Info: Hmg.ReleaseEngineering.LicenseManager.LicenseManagerException\nStack:\n at Hmg.ReleaseEngineering.LicenseManager.LicenseManagerBase..cto"... 01ec:fixme:advapi:DeregisterEventSource (CAFE4242) stub ... Unhandled Exception: Hmg.ReleaseEngineering.LicenseManager.LicenseManagerException: Failed to create fairuse activation context ---> System.ComponentModel.Win32Exception: Unknown error (0x36b 1) at Haufe.Components.Fairuse.ActivationContext.UsingManifestDo(Action action) at Haufe.Components.Fairuse.ComFactory.<UseManifestForCreation>b__4(Func`1 function) at Haufe.Components.Fairuse.ComFactory.CreateComObject[T]() at Hmg.ReleaseEngineering.LicenseManager.LicenseManagerBase..ctor() --- End of inner exception stack trace --- at Hmg.ReleaseEngineering.LicenseManager.LicenseManagerBase..ctor() at Hmg.Bootstrapper.UI.Common.ConfigurationManager.LicenseHandler.IsLicenseValid(String license) at Hmg.Bootstrapper.UI.Lexware.Pages.SerialNumberPage.CheckHasToBeShown() at Hmg.Bootstrapper.UI.Lexware.Pages.SerialNumberPage.Initialize(StateMachine stateMachine) at Hmg.Bootstrapper.UI.Lexware.MainWindow..ctor(InstallationEngine installationEngine, String productName, Settings settings, BootstrapperApplication bootstrapperApplication, BundleTag bun dleTag, InstallationBehavior installationBehavior) at Hmg.Bootstrapper.UI.Lexware.LexwareBootstrapperApplication.Run() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() wine: Unhandled exception 0xe0434352 in thread 1ec at address 7B010198 (thread 01ec), starting debugger... ... --- snip ---
Trace log:
--- snip --- $ WINEDEBUG=+seh,+relay,+ntdll,+actctx wine ./Quicken_Setup.exe >>log.txt 2>&1
0138:Call KERNEL32.CreateActCtxW(0e76efdc) ret=10b96cc4 0138:Call ntdll.RtlCreateActivationContext(0e76ef50,0e76efdc) ret=7b01d4a6 0138:trace:actctx:RtlCreateActivationContext 0E76EFDC 00000000 0138:trace:actctx:get_manifest_in_manifest_file loading manifest file L"\??\C:\users\focht\Temp\{57d99fdf-ad69-46bc-94d2-313606e3d564}\.ba3\Hmg.ReleaseEngineering.LicenseManager.dll.manifest" 0138:trace:actctx:parse_manifest parsing manifest loaded from L"\??\C:\users\focht\Temp\{57d99fdf-ad69-46bc-94d2-313606e3d564}\.ba3\Hmg.ReleaseEngineering.LicenseManager.dll.manifest" base dir (null) 0138:trace:actctx:parse_assembly_elem (0E76C954) 0138:trace:actctx:parse_assembly_identity_elem name=L"MyApplication.app" version=1.0.0.0 arch=(null) 0138:trace:actctx:parse_assembly_identity_elem name=L"LxFairuse" version=14.0.0.0 arch=(null) 0138:trace:actctx:parse_dependent_assembly_elem adding name=L"LxFairuse" version=14.0.0.0 arch=(null) 0138:trace:actctx:lookup_assembly looking for name=L"LxFairuse" version=14.0.0.0 arch=(null) 0138:trace:actctx:get_manifest_in_pe_file looking for res #0001 in L"\??\C:\users\focht\Temp\{57d99fdf-ad69-46bc-94d2-313606e3d564}\.ba3\LxFairuse.dll" 0138:trace:actctx:get_manifest_in_module looking for res #0001 in module 10F60001 L"\??\C:\users\focht\Temp\{57d99fdf-ad69-46bc-94d2-313606e3d564}\.ba3\LxFairuse.dll" 0138:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"LxFairuse" (14.0.0.0) 0138:Ret ntdll.RtlCreateActivationContext() retval=c0150002 ret=7b01d4a6 0138:Call ntdll.RtlNtStatusToDosError(c0150002) ret=7b01d4b8 0138:Ret ntdll.RtlNtStatusToDosError() retval=000036b1 ret=7b01d4b8 0138:Ret KERNEL32.CreateActCtxW() retval=ffffffff ret=10b96cc4 0138:Call KERNEL32.GetLastError() ret=79162510 0138:Ret KERNEL32.GetLastError() retval=000036b1 ret=79162510 ... 0138:Call KERNEL32.FormatMessageW(00003200,00000000,000036b1,00000000,0e76ed98,00000101,00000000) ret=0f75c5df 0138:Call ntdll.RtlFindMessage(7b600000,0000000b,00000000,000036b1,0e76ecd4) ret=7b023f15 ... --- snip ---
Although pointless since the bug is staged, dump of 'LxFairuse.dll' resource section:
--- snip ---
Resource Tree (detailed dump)
[Resource Directory (0)]: Characteristics: 0x00000000 TimeDateStamp: 0x00000000 (Thu Jan 01 00:00:00 1970) MajorVersion: 0x0004 MinorVersion: 0x0000 -> 4.00 NumberOfNamedEntries: 0x0003 NumberOfIdEntries: 0x0003 --------------------------------------------------------- [ResourceEntry]: Name/Id: 0x800001F0 ("PRODUCTINFO") OffsetToData: 0x80000040 (DATA_IS_DIRECTORY) [Resource Directory (1)]: ... --------------------------------------------------------- [ResourceEntry]: Name/Id: 0x80000208 ("REGISTRY") OffsetToData: 0x80000058 (DATA_IS_DIRECTORY) [Resource Directory (1)]: ... --------------------------------------------------------- [ResourceEntry]: Name/Id: 0x8000021A ("TYPELIB") OffsetToData: 0x80000078 (DATA_IS_DIRECTORY) [Resource Directory (1)]: ... --------------------------------------------------------- [ResourceEntry]: Name/Id: 0x00000006 (STRING TABLE) OffsetToData: 0x80000090 (DATA_IS_DIRECTORY) [Resource Directory (1)]: ... --------------------------------------------------------- [ResourceEntry]: Name/Id: 0x00000010 (VERSION INFORMATION) OffsetToData: 0x800000A8 (DATA_IS_DIRECTORY) [Resource Directory (1)]: ... --------------------------------------------------------- [ResourceEntry]: Name/Id: 0x00000018 OffsetToData: 0x800000C0 (DATA_IS_DIRECTORY) [Resource Directory (1)]: Characteristics: 0x00000000 TimeDateStamp: 0x00000000 (Thu Jan 01 00:00:00 1970) MajorVersion: 0x0004 MinorVersion: 0x0000 -> 4.00 NumberOfNamedEntries: 0x0000 NumberOfIdEntries: 0x0001 [ResourceEntry]: Name/Id: 0x00000002 OffsetToData: 0x80000168 (DATA_IS_DIRECTORY) [Resource Directory (2)]: Characteristics: 0x00000000 TimeDateStamp: 0x00000000 (Thu Jan 01 00:00:00 1970) MajorVersion: 0x0004 MinorVersion: 0x0000 -> 4.00 NumberOfNamedEntries: 0x0000 NumberOfIdEntries: 0x0001 [ResourceEntry]: Name/Id: 0x00000409 OffsetToData: 0x000001E0 [ResourceDataEntry]: OffsetToData (RVA): 0x000E11CC Size: 0x000009DE CodePage: 0x000004E4 Reserved: 0x00000000 --- snip ---
(last one is manifest resource)
I find it a bit frustrating still being forced after years to cherry-pick a single patch from Wine-Staging in order to investigate follow-up mainline Wine bugs.
$ sha1sum Quicken2015Free.exe c6075b90716ebe58c1315ed99697571717bf7031 Quicken2015Free.exe
$ du -sh Quicken2015Free.exe 237M Quicken2015Free.exe
$ wine --version wine-6.1-315-gb922b5aeef1
Regards
https://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #77 from Anastasius Focht focht@gmx.net --- Hello folks,
adding another stable download link via Internet Archive for documentation.
Microsoft Lync 2010 Attendee:
https://web.archive.org/web/20110908212121/http://download.microsoft.com/dow...
https://www.virustotal.com/gui/file/bf2888e0563597bf10e10655a25dc4abd103ffc0...
$ sha1sum AttendeeSetupUser.exe 4f0afff3ddfddc6207b2c4a19ffa315a4e119493 AttendeeSetupUser.exe
$ du -sh AttendeeSetupUser.exe 51M AttendeeSetupUser.exe
$ wine --version wine-7.1-288-g4364ff8d5c0
Regards
https://bugs.winehq.org/show_bug.cgi?id=18889
temp82@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |temp82@luukku.com
--- Comment #78 from temp82@luukku.com --- I just wonder if MSN Messenger Live 2009 should be removed from the title. I doubt it's possible anymore to test this with msn messenger.
https://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #79 from Lucas canolucas@gmail.com --- (In reply to temp82 from comment #78)
I just wonder if MSN Messenger Live 2009 should be removed from the title. I doubt it's possible anymore to test this with msn messenger.
I think the title is pretty clear, it starts with: Multiple isolation-aware applications fail to load (MSN Messenger Live 2009, Lync 2010, Adobe Premiere Pro CS3, Quicken 201X)(embedded PE manifest search should support ISOLATIONAWARE_MANIFEST_RESOURCE_ID)
Why do we havce to give this example (MSN Messenger Live) a weight it doesn't have, as it is just ONE example of isolation-aware application but, as the title states clearly, not the ONLY app that will fail because of the inner problem that was being investigated for years.
The list is big and in continuos growing, so removing this particular one, or not removing it, it doesn't make a difference. You can do whatever you please because, as I understand it, the problem is with all isolation-aware applications manifest search algorithm, the problem is not in MSN Messenger.
BTW, if testing with this particular app is needed, it can be found all over the internet, so it will be possible to test this app or any other that fails because of the inner problem, that again doesnt reside in this particular app but in wine itself.
https://bugs.winehq.org/show_bug.cgi?id=18889
Jinoh Kang jinoh.kang.kr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jinoh.kang.kr@gmail.com
--- Comment #80 from Jinoh Kang jinoh.kang.kr@gmail.com --- This should be superseded by https://gitlab.winehq.org/wine/wine/-/merge_requests/2555.
https://bugs.winehq.org/show_bug.cgi?id=18889
Neko-san nekoNexus@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nekoNexus@protonmail.ch
https://bugs.winehq.org/show_bug.cgi?id=18889
--- Comment #81 from Jinoh Kang jinoh.kang.kr@gmail.com --- This should be fixed in d0d472bb3e8680e286e404a73fceb29cebe85b73. Can you check?
https://bugs.winehq.org/show_bug.cgi?id=18889
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|STAGED |RESOLVED Resolution|--- |FIXED CC| |infyquest@gmail.com Fixed by SHA1| |d0d472bb3e8680e286e404a73fc | |eb29cebe85b73
--- Comment #82 from Vijay Kamuju infyquest@gmail.com --- Patch from staging is removed as its now merged. The commit is https://source.winehq.org/git/wine.git/commit/d0d472bb3e8680e286e404a73fceb2...
https://bugs.winehq.org/show_bug.cgi?id=18889
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #83 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.10.
https://bugs.winehq.org/show_bug.cgi?id=18889
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |8.0.x