[Bug 15600] New: Windows Live Writer crashes
http://bugs.winehq.org/show_bug.cgi?id=15600 Summary: Windows Live Writer crashes Product: Wine Version: 1.1.6 Platform: Other URL: http://writer.live.com OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: shdocvw AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com Work around bug 15596 by booting into Windows, installing Windows Live writer, and then grabbing Install_{9176251A-4CC1-4DDB-B343-B487195EB397}.msi (sha1sum 9850b68316d62d6c53ddf6ebd3aaa0f0252f833d) from c:\program files\common files\windowsliveinstaller\msisources as described in http://blog.stealthpuppy.com/deployment/bypass-windows-live-installer-with-d... Try installing it with wine msiexec /i (after winetricks dotnet20). The install seems to fail quickly, after a line like trace:msi:ACTION_CustomAction Handling custom action L"RefreshIEElevationPolicies" (41 L"WindowLiveSetupCustomActions" L"_RefreshIEElevationPolicies(a)4") However, searching around for that, I see that AF noted in http://bugs.winehq.org/show_bug.cgi?id=14285 that this is not a problem, and the app actually just installed very quickly. Sure enough, the app is there in c:/Program Files/Windows Live/Writer/WindowsLiveWriter.exe Running it causes a crash on my system before any GUI is put up: Unhandled Exception: System.TypeInitializationException: The type initializer for 'WindowsLive.Writer.Localization.Res' threw an exception. ---> System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at System.Drawing.SafeNativeMethods.Gdip.GdipCreateFontFamilyFromName(String name, HandleRef fontCollection, IntPtr& FontFamily) +relay shows that the crash happens shortly after it processes Z:\\USR\\SHARE\\FONTS\\TRUETYPE\\ARPHIC\\UKAI.TTF Ah, our old friend ukai.ttf. I thought winetricks dotnet20 had a workaround for that. (Maybe I only notice now because I'm on a relatively old Gutsy system.) sudo chmod 000 /usr/share/fonts/truetype/arphic works around it more effectively. After that, the app at least puts up a splash screen before it crashes. If you wait a few seconds after the crash dialog, though, the app puts up a login dialog! As long as you don't dismiss the crash dialog, you can try to log in to your blog. I chose to try to log in to my blogger blog. This failed / crashed, with the following messages: err:ole:marshal_object object doesn't expose interface {b196b28f-bab4-101a-b69c-00aa00341d07}, failing with error 0x80004002 err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 fixme:mshtml:HTMLDocument_QueryInterface (0x693c3b0)->({00000003-0000-0000-c000-000000000046} 0x7d1c9424) interface not supported fixme:mshtml:HTMLDocument_QueryInterface (0x693c3b0)->({00000003-0000-0000-c000-000000000046} 0x7d1c93dc) interface not supported fixme:mshtml:HTMLDocument_QueryInterface (0x693c3b0)->({c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} 0x7d1c94a0) interface not supported err:ole:marshal_object object doesn't expose interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4}, failing with error 0x80004002 err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 fixme:mshtml:HTMLDocument_QueryInterface (0x693c3b0)->({00000144-0000-0000-c000-000000000046} 0x7d1c94a0) interface not supported err:ole:marshal_object object doesn't expose interface {00000144-0000-0000-c000-000000000046}, failing with error 0x80004002 err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 fixme:mshtml:HTMLDocument_put_designMode (0x693c3b0)->(L"On") So that's what this bug is about. Not sure what component, guessing shdocvw. -- 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=15600 Saulius K. <saulius2(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |saulius2(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=15600 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2010-08-05 06:00:00 --- Seems there's a new installer around, which doesn't quite work yet. Do you still have a copy of the old one, by chance? -- 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=15600 --- Comment #2 from Dan Kegel <dank(a)kegel.com> 2010-08-05 09:13:40 --- Not offhand, but try googling for that UUID, since you have the sha1sum, you can probably grab a correct copy off the internet? -- 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=15600 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2010-08-05 10:31:21 --- http://cid-261d8fb2a992b4e1.skydrive.live.com/self.aspx/Geek|4s%20Anatomy/Windows%20Live%20Installers/Install_%7B9176251A-4CC1-4DDB-B343-B487195EB397%7D.msi Found one. Though I don't have a blog to test with, hopefully someone else does. The app does start though, and catches its own crash when you attempt to create a new blog, or if you try to configure one you already have. Presumably still present. -- 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=15600 butraxz(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz(a)gmail.com --- Comment #4 from butraxz(a)gmail.com 2012-05-18 05:56:21 CDT --- This bug has not been updated for two years and OP by four. Is this still an issue i current (1.5.4) or newer wine ? You may also close this as abandoned if you feel that that this is issue is no longer relevant to you. -- 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=15600 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |0a346e21020d3af7b1878246923 | |05716fb30c679 Status|NEW |RESOLVED Keywords| |dotnet URL|http://writer.live.com |http://blog.eddsn.com/2010/ | |06/windows-live-essentials- | |offline-installer/ Hardware|Other |x86 CC| |focht(a)gmx.net Resolution|--- |FIXED Summary|Windows Live Writer crashes |Windows Live Writer crashes | |(IHTMLDocument2::put_design | |Mode is a stub) OS|other |Linux --- Comment #5 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, found a site with links to all offline Windows Live Garbage installers. Writer: http://wl.dlservice.microsoft.com/download/F/1/F/F1FE75CE-C235-4250-9598-AEE... Prerequisite: 'winetricks -q dotnet20' The initial problem was 'HTMLDocument_put_designMode' stub. http://source.winehq.org/git/wine.git/?a=commit;h=0a346e21020d3af7b187824692... Regards -- 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=15600 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek(a)codeweavers.com Component|shdocvw |mshtml -- 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.
https://bugs.winehq.org/show_bug.cgi?id=15600 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.21. -- 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