http://bugs.winehq.org/show_bug.cgi?id=30513
Bug #: 30513 Summary: Microsoft Office Communicator 2007 R2 Trial crashes in CDATA event handling while parsing rule XML from resource file Product: Wine Version: 1.5.2 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msxml3 AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Created attachment 39910 --> http://bugs.winehq.org/attachment.cgi?id=39910 WINEDEBUG=+tid,+seh,+relay,+msxml wine ./communicator.exe >>log.txt 2>&1
Hello,
continuation of bug 30505
Prerequisite: 'winetricks vcrun2008'
After installation (one liner):
--- snip --- $ wine reg add "HKLM\Software\Microsoft\Communicator\3.5\Registration" /v "ProductID" /t "REG_SZ" /d "01234567890123456789012" --- snip ---
Attached is WINEDEBUG=+tid,+seh,+relay,+msxml log (uncompressed: 10 MiB).
$ du -sh CommunicatorEval.msi 15M CommunicatorEval.msi
$ sha1sum CommunicatorEval.msi b2a1cc95362b93aef6dfbf9987cc5c4ca6c8038d CommunicatorEval.msi
Regards
http://bugs.winehq.org/show_bug.cgi?id=30513
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.microsoft.com/do | |wnload/en/details.aspx?disp | |laylang=en&id=8468
--- Comment #1 from Anastasius Focht focht@gmx.net 2012-04-24 13:50:53 CDT --- Hello,
filling fields.
$ wine --version wine-1.5.2-250-gdc830aa
Regards
http://bugs.winehq.org/show_bug.cgi?id=30513
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2012-04-25 00:41:55 CDT --- (In reply to comment #0)
Prerequisite: 'winetricks vcrun2008'
This doesn't seem to work, I still get unimplemented call crash in msvcp90, so native one is not installed apparently and not listed in Libraries too. Winetricks script is updated.
http://bugs.winehq.org/show_bug.cgi?id=30513
--- Comment #3 from Anastasius Focht focht@gmx.net 2012-04-25 02:21:18 CDT --- Hello Nikolay,
--- quote --- This doesn't seem to work, I still get unimplemented call crash in msvcp90, so native one is not installed apparently and not listed in Libraries too. Winetricks script is updated. --- quote ---
Probably Wine builtin manifests interferring here. Either remove the manifest for "builtin" VC2008 or place a copy of native "msvcp90.dll" in the app executable folder so it gets picked up first.
Regards
http://bugs.winehq.org/show_bug.cgi?id=30513
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com 2012-04-26 14:34:10 CDT --- So I guess I found a reason for that crash, here is a patch http://www.winehq.org/pipermail/wine-patches/2012-April/113739.html
It fixes a crash and msxml starts reporting CDATA callbacks, but application still exits early. Native msxml3/6 do not help, so problem is probably somewhere else.
http://bugs.winehq.org/show_bug.cgi?id=30513
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |28335fb39bb55121d594041ca2d | |3cfd9a51e6e3b Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Anastasius Focht focht@gmx.net 2012-04-27 16:13:14 CDT --- Hello Nikolay,
thanks, fixed by commit http://source.winehq.org/git/wine.git/commitdiff/28335fb39bb55121d594041ca2d...
Regards
http://bugs.winehq.org/show_bug.cgi?id=30513
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2012-05-11 13:21:42 CDT --- Closing bugs fixed in 1.5.4.
https://bugs.winehq.org/show_bug.cgi?id=30513
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.microsoft.com/do |https://web.archive.org/web |wnload/en/details.aspx?disp |/20130312155123/http://down |laylang=en&id=8468 |load.microsoft.com/download | |/E/2/B/E2B88A20-CC84-4F29-8 | |C15-751ADFB8F0BF/Communicat | |orEval.msi
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive for documentation.
https://web.archive.org/web/20130312155123/http://download.microsoft.com/dow...
https://www.virustotal.com/gui/file/8b5a177b9367101e262f0e31bc3685e07a898b84...
$ sha1sum CommunicatorEval.msi b2a1cc95362b93aef6dfbf9987cc5c4ca6c8038d CommunicatorEval.msi
$ du -sh CommunicatorEval.msi 15M CommunicatorEval.msi
Regards