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-…
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@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=21116
Summary: page fault when running
SoftwarePhoenix.BIOS.Editor.Pro.2.2.0.2.45094.exe
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: estellnb(a)gmail.com
wget
http://mediatoolsonline.com/SoftwarePhoenix.BIOS.Editor.Pro.2.2.0.2.45094.e…
wine SoftwarePhoenix.BIOS.Editor.Pro.2.2.0.2.45094.exe
-> unhandeled page fault.
--
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=28756
Bug #: 28756
Summary: ws2_32/tests/sock.ok: uninitialised value created in
test_events(), used in get_cached_fd()?
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Running "make sock.ok" in ws2_32/tests, valgrind complains:
Conditional jump or move depends on uninitialised value(s)
at get_cached_fd (server.c:506, 508, 510, 511)
by server_get_unix_fd (server.c:551)
by wine_server_handle_to_fd (server.c:636)
by WS2_recv_base (socket.c:751)
by WSARecv (socket.c:5662)
by recv_thread (sock.c:4045)
Uninitialised value was created by a stack allocation
at test_events (sock.c:3453)
...
Syscall param write(buf) points to uninitialised byte(s)
at ??? (syscall-template.S:82)
by wine_server_call (server.c:288)
by server_get_unix_fd (server.c:557)
by wine_server_handle_to_fd (server.c:636)
by WS2_recv_base (socket.c:751)
by WSARecv (socket.c:5662)
by recv_thread (sock.c:4045)
Address 0x7f42e7c8 is on thread 1's stack
Uninitialised value was created by a stack allocation
at test_events (sock.c:3453)
--
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=30966
Bug #: 30966
Summary: firefox 13.0 displaying black in wine 1.5.6
Product: Wine
Version: 1.5.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jordan(a)jordanhenderson.com
Classification: Unclassified
I have 1.5.6 installed, downloaded from openSuse.org running under opensuse
12.1. I have been using Firefox 12.0 and upgraded to 13.0 yesterday. Firefox
is not redrawing screen regions. They appear as black. A resize of the window
causes the window to display correctly. However updates to the window appear
in black after that. Again then a resize will cause the display to become
correct.
For example, the URL bar and the tab labels will appear in black.
--
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=29790
Bug #: 29790
Summary: popo 2011 crash with builtin msvcrt
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download POPO2011-Full-installer.exe
http://dl.163.com/popo_2011/update/installer/POPO2011-Full-installer.exe
2. install
$ wine POPO2011-Full-installer.exe
3. set builtin msvcr71 force using in winecfg
4. start POPO2011
$ wine '/home/fracting/.wine/drive_c/Program Files/Netease/POPO/Start.exe'
POPO2011 crash
Backtrace:
=>0 0x7e58c229 _mbscmp+0x4a(str=*** invalid address 0x20a170 ***, cmp=0x0(nil))
[/home/fracting/wine-git/dlls/msvcrt/mbcs.c:701] in msvcrt (0x0033e8ec)
701 if(!*cmp)
WineDbg starting on pid 0027
--
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=27549
Summary: Frozen Synapse crash
Product: Wine
Version: 1.3.22
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nt(a)divzero.at
after a while later in the game in a mission where you have to defend a room,
i'm getting an error message and then the debugger prints a message i'll
attach. interestingly enough i can play on some times, but most of the time i
have to restart the game after that error.
--
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=15478
Summary: Unity Web Player 2.1.0 doesn't show graphics in browser
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://unity3d.com/unity-web-player-2.x.html
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
Unity Web Player is a browser plugin for Firefox for running rich 3d
applications.
After installing Firefox 3 then installing the Unity Web Player, visiting
http://unity3d.com/gallery/live-demos/tropical-paradise loads a demo (you can
hear the audio, birds chirping) where you're supposed to see and navigate a 3d
tropical paradise.
The graphics are not drawn in the display area of the page.
Right clicking on where the graphics are supposed to be gives an option for
fullscreen, which appears to work sometimes.
wine-1.1.5-207-gc425c8a, NVIDIA 8800, 177.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.
http://bugs.winehq.org/show_bug.cgi?id=26504
Summary: Unhandled exception: page fault on write access to
"blah" in 32-bit code
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: NixonInnes(a)gmail.com
Created an attachment (id=33744)
--> (http://bugs.winehq.org/attachment.cgi?id=33744)
Some system descriptions & Application Log
Runes of Magic, a 3D application crashes on start-up.
I am running a 64-bit version of Debian "Squeeze", and the nVidia graphics
drivers (installed via 'the debian way'), which to as far as my knowledge work
fine.
I have Wine version 1.1.42 and with it I have installed "Microsoft Visual C++
2005" via 'winetricks'. VC++ is required by the application. I have also
installed D3DX9.
--
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=22697
Summary: wine iexplore browserchoice.eu is not displayed
Product: Wine
Version: 1.1.44
Platform: x86
URL: browserchoice.eu
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=27968)
--> (http://bugs.winehq.org/attachment.cgi?id=27968)
+mshtml,+shdocvw,+shell,+urlmon
The iexplore window is empty, when using an url without a scheme
0020:trace:urlmon:parse_schema (L"browserchoice.eu" 00000000 0x33f81a 64 (nil))
0020:fixme:shdocvw:bind_to_object BindToObject failed: 80004005
wine iexplore www.browserchoice.eu works as expected
--
By by ... Detlef
--
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=22091
Summary: Dragon Age Awakening setup crashes with ntdll error
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=26923)
--> (http://bugs.winehq.org/attachment.cgi?id=26923)
Log
As reported in the test, the setup for the game fails with the following
output.
err:ntdll:RtlpWaitForCriticalSection section 0x7efec7e4 "loader.c:
loader_section" wait timed out in thread 0009, blocked by 001a, retrying (60
sec)
Complete terminal output is added as an attachment.
--
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.