http://bugs.winehq.org/show_bug.cgi?id=5250
------- Additional Comments From dank(a)kegel.com 2006-16-05 08:16 -------
I should mention - it crashes in a very annoying way;
you can't get rid of the "Please wait while InstallShield Wizard prepares the setup"
splash screen even by killing all visible wine processes. Not sure where
the process in question is hiding...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5250
Summary: Churchwindows 2005 demo crashes very early in install
Product: Wine
Version: CVS
Platform: Other
URL: http://churchwindows.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
It crashes just as it's about to put up the full screen background for the
installer UI.
Perversely, if you log with +relay, it gets past this problem.
Here are the last few lines of +ole:
trace:ole:NdrConformantArrayUnmarshall (0x7e38e634,0x7e38e748,0x7f5d51d4,0)
trace:ole:ReadConformance unmarshalled conformance is 0
trace:ole:CoWaitForMultipleHandles (0x00000000, 0xffffffff, 1, 0x7fd691e4,
0x7fb8d28c)
trace:ole:CoWaitForMultipleHandles waiting for rpc completion or window message
wine: Unhandled page fault on read access to 0x000005a2 at address 0x7ff968f3
(thread 0022), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5249
Summary: dreamweaver 8 demo installer aborts after
"err:rpc:RPCRT4_OpenBinding failed to bind"
Product: Wine
Version: CVS
Platform: Other
URL: http://www.adobe.com/downloads/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
With wine from cvs just now, dreamweaver 8 demo installer fails to get far.
Here's the interesting
bit of the console log:
err:ole:get_unmarshaler_from_stream Failed to read common OBJREF header, 0x00000001
fixme:ole:NdrClearOutParameters (0x7bdde550,0x7d5a4212,0x7bdde684): stub
fixme:ole:NdrUserMarshalMemorySize (0x7fb8ec6c,0x7f408198): stub
err:rpc:RPCRT4_OpenBinding failed to bind
...
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5248
saulius.krasuckas(a)elst.vtu.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2472 is|1 |0
patch| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5248
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-16-05 07:40 -------
Created an attachment (id=2472)
--> (http://bugs.winehq.org/attachment.cgi?id=2472&action=view)
diff -u10 fonts_garbage_unified.txt fonts_OK_under_load_unified.txt
I've made some tracing (+tid,+font,+loaddll,+process,+module) for both BAD and
GOOD conditions (using some installer app, named "setup.exe").
Then unified (replaced by some wildcards) handles in both log files and diffed
them. Attaching the result.
Seems in a GOOD case "winex11.drv" is loaded earlier second time (still by
setup.exe)--just before launched explorer.exe starts loading "user32.dll". In
a BAD case this happens later--when explorer.exe has "gdi.exe" loaded.
If full traces are needed, just ask for.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
(Bugzilla missed this one to send to the list, so resending from my home)
Created an attachment (id=2466)
--> (http://bugs.winehq.org/attachment.cgi?id=2466&action=view)
patch which makes Diablo menu happy under Wine 0.9.13
MichaĆ Kazior discovered [6], that patch from Vincent Povirk [7] makes
Diablo run ok under Wine using default cfg. Actually, I've tested this
and trimmed the patch down to one-liner. Attaching it and including
inline for a review:
--- dlls/ddraw/surface_user.c 26 Jul 2005 20:10:51 -0000 1.2
+++ dlls/ddraw/surface_user.c 23 Apr 2006 05:09:47 -0000
@@ -394,6 +394,7 @@
#endif
return priv->user.window;
#else
+ return GetDesktopWindow();
return This->ddraw_owner->window;
#endif
}
[6] http://appdb.winehq.org/appview.php?versionId=3498
[7] http://www.nanacide.com/wahelp/wa_ddraw.tar.bz2
http://bugs.winehq.org/show_bug.cgi?id=5234
------- Additional Comments From vvardja(a)gmail.com 2006-16-05 07:22 -------
I see the same bug, both with Skype versions 2.5 and 2.0. Wine version 0.9.13 from the Debian/Ubuntu package repository at http://wine.budgetdedicated.com/
Command line (running under a normal user, not as root):
$ wine .wine/drive_c/Program\ Files/Skype/Phone/Skype.exe > Skype.Output 2>&1
Terminal output in attachment (I've cleaned it slightly, removing a couple of hundred lines of "fixme:bitblt:X11DRV_BitBlt"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5248
saulius.krasuckas(a)elst.vtu.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2468|Notepad font dialog: under a|Notepad font dialog: first
description|load sometimes renders OK |occurrence under a load
| |sometimes renders OK
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5248
saulius.krasuckas(a)elst.vtu.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2468|First occurrence under load |Notepad font dialog: under a
description|sometimes renders OK |load sometimes renders OK
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.