http://bugs.winehq.org/show_bug.cgi?id=4425
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-27-01 18:06 -------
What about if you use native dsound? that prevents the crash here as well.
--
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=4425
------- Additional Comments From alex(a)thehandofagony.com 2006-27-01 17:52 -------
I tried every combination I could think of; I even disabled sound completely,
but the result is still the same.
--
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=4425
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-27-01 17:32 -------
This looks like a sound issue: i did
rm -rf ~/.wine; install Emperor; run it ---> it crashes
Now change from OSS Full hardware acceleration to Oss Emulation ---> crash is gone
Alsa full and emulation prevent the crash as well.
Alexander, could you try to fiddle a bit with audiosettings and see if it
changes anything?
--
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=4425
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-27-01 17:16 -------
yes, so looks it's not like that "quix" bug :)
--
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=4426
Summary: Emperor patch fails while preparing InstallShield
Product: Wine
Version: 0.9.6.
Platform: PC
URL: http://www.sierra.com/downloadfile.do?gamePlatformId=129
&mediaid=7748
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The 1.0.1.0 patch for "Emperor: The Rise of the MIddle Kingdom" fails swhile
preparing the InstallShield Wizard, displaying the following dialogue box
An installation support file could not be installed. (0x8000ffff)
--
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=4423
------- Additional Comments From dank(a)kegel.com 2006-27-01 16:50 -------
Cool - the original complaint from wine-users was a crash in gdiAlphaBlend,
so you've just confirmed that. So we have two bugs here...
--
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=4423
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-27-01 16:47 -------
Created an attachment (id=1778)
--> (http://bugs.winehq.org/attachment.cgi?id=1778&action=view)
a "patch"
Hi, just tried this and confirming the bug. Simple stub in the attachment
prevents at least this crash, but then it crashed in gdiAlphaBlend, so i put a
hack in that:
diff -urN wine/dlls/gdi/bitblt.c rommel/wine/dlls/gdi/bitblt.c
--- wine/dlls/gdi/bitblt.c 2005-11-28 05:59:44.000000000 -0500
+++ rommel/wine/dlls/gdi/bitblt.c 2006-01-27 17:10:59.000000000 -0500
@@ -439,7 +439,7 @@
BOOL WINAPI GdiAlphaBlend(HDC hdcDst, int xDst, int yDst, int widthDst, int
heightDst,
HDC hdcSrc, int xSrc, int ySrc, int widthSrc, int
heightSrc,
BLENDFUNCTION blendFunction)
-{
+{/*hack*/return FALSE;
BOOL ret = FALSE;
DC *dcDst, *dcSrc;
However after a while it popped up a window that the installation was
interrupted + quite a few ole errors in the console. Looks like it suffers from
quite some bugs. Maybe someone who knows a bit about msi knows in what file
exactly to put the stub and what exactly to return....
--
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=4425
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |regression
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-27-01 16:32 -------
Confirming, however here it crashes:
err:syslevel:_EnterSysLevel (0x7fb1d8e0, level 2): Holding 0x7fa2c8e0, level 3.
Expect deadlock!
err:syslevel:_EnterSysLevel (0x7fb1d8e0, level 2): Holding 0x7fa2c8e0, level 3.
Expect deadlock!
wine: Unhandled exception 0x80000003 at address 0x7b879684 (thread 0009),
starting debugger...
WineDbg starting on pid 0x8
In 32 bit mode.
_CheckNotSysLevel () at /LFS/winecvs/wine/dlls/kernel/syslevel.c:178
0x7b879685 _CheckNotSysLevel+0x3d [/LFS/winecvs/wine/dlls/kernel/syslevel.c:178]
in kernel32: movl 0xfffffffc(%ebp),%ebx
178 }
Modules:
Module Address Debug info Name (106 modules)
PE 0x00400000-01e27000 Deferred emperordemo
I tried it as well in Wine 20040914 and in that version it seems to work fine
(at least i get a login window) . So a regression
--
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.