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.
http://bugs.winehq.org/show_bug.cgi?id=2400
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |penna(a)bb.com.br
------- Additional Comments From vitaliy(a)kievinfo.com 2006-27-01 16:13 -------
*** Bug 4424 has been marked as a duplicate of this 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=4424
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-27-01 16:13 -------
Please search bugs when reporting new ones.
*** This bug has been marked as a duplicate of 2400 ***
--
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
Summary: Emperor demo multiplayer crashes (_EnterSysLevel)
Product: Wine
Version: 0.9.6.
Platform: PC
URL: http://emperor.sierra.com/downloads.jsp
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When pressing the button for multiplayer in the demo version of Emperor: Rise of
the Middle Kingdom, wine either crashes or hangs with several messages like this
err:syslevel:_EnterSysLevel (0x7fc1de20, level 2): Holding 0x7fb148e0, level 3.
Expect deadlock!
--
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=4345
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-27-01 15:24 -------
Hi Mark, could you try the application again with curreent cvs and see if it's
fixed? I just tried again and i can now find pictures under every directory
that's displayed, so seems as if someone fixed this already. Thanks
--
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=4424
------- Additional Comments From penna(a)bb.com.br 2006-27-01 14:33 -------
Created an attachment (id=1776)
--> (http://bugs.winehq.org/attachment.cgi?id=1776&action=view)
Output of WINEDEBUG=+key where the NumLock is turned off
Output of WINEDEBUG=+key where the NumLock is turned off. Only the relevant
parts are in the file: the moment I press the <del> key and wine deletes the
char and put and everything works fine (in my case: brazilian ABNT2 keyboard)
--
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=4424
------- Additional Comments From penna(a)bb.com.br 2006-27-01 14:31 -------
Created an attachment (id=1775)
--> (http://bugs.winehq.org/attachment.cgi?id=1775&action=view)
Output of WINEDEBUG=+key where I turn ON the NumLock
Output of WINEDEBUG=+key where I turn ON the NumLock. Only the relevant parts
are in the file: the moment I turn ON NumLock and press the <del> key and wine
deletes the char and put an extra comma (in my case: brazilian ABNT2 keyboard)
--
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=4424
Summary: <DEL> key is sending an extra char when NumLock is ON
Product: Wine
Version: 0.9.6.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: penna(a)bb.com.br
I was looking at an old problem I have with wine and saw some record at the
wine-devel and wine-users lists that I think are related with the same problem.
Look at:
http://www.winehq.org/hypermail/wine-users/2004.03.txt (look for "get a comma
on the place" in your browser) and also at:
http://www.winehq.org/hypermail/wine-devel/2000.10.txt (look for "but then it
inserts" in your browser)
When the NumLock is ON wine is sending an extra key. Wine deletes the
corresponding char but also send a period (.) or a comma (,) <- it depends on
the type of the keyboard. In my case, which is a brazilian ABNT2, it sends an
extra comma _only_ if the NumLock is ON. It does not mater if I press the <del>
key at the numeric key pad or at the "island" that contais the <del> <ins>
<home> <end> ... stuff.
I am attaching the relevant part of WINEDEBUG=+key.
wine=0.9.6 for Mandriva 2006 pre-built by Ivan
keyboard=brazilian abnt2
--
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=4421
------- Additional Comments From david.ronis(a)mcgill.ca 2006-27-01 12:51 -------
I thought I did:
CFLAGS unset
CXXFLAGS unset
./configure (with no additional arguments)
etc.
--
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=4421
------- Additional Comments From vitaliy(a)kievinfo.com 2006-27-01 12:28 -------
What "default" flags? Tell us exactly what you ran.
--
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=3963
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-27-01 11:02 -------
Does this app install on real NT systems?
What version exactly are you using? The URL link is broken, while mysql.com
mentions quite a few of versions.
I've tried to install 2.50.36 and 2.50.39, but both of them failed for missing
ODBCCP32.DLL. When I've copied it to the working directory, installer
complained about ODBC being unable to load the resource from the working directory.
Peto, can your package be put somewhere on the web for testing it?
--
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=4421
------- Additional Comments From david.ronis(a)mcgill.ca 2006-27-01 09:36 -------
Hmmm.... Maybe I wasn't clear. I'm using the HEAD CVS sources--AFAIK there is
no more recent version to try. In addition, I followed the usual build:
./configure (with all default flags, including CFLAGS)
make clean
make depend
make
Any other suggestions?
--
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=3865
------- Additional Comments From hannes.hauswedell(a)gmail.com 2006-27-01 08:09 -------
same here, freebsd6, wine 0.9.5
it works however if you copy the installation from a different system.
--
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=4422
Summary: Items in a list box are not redrawn if tab stops are set
Product: Wine
Version: 0.9.6.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raimonds.praude(a)sets.lv
If the list box style includes LB_USETABSTOPS flag and the current tab stops
values are modified, existing items in the list box are not invalidated (i.e.,
not automatically redrawn). The old items remain with the "old" tabstops, while
the new items appear with the new ones. In Windows all item appearances are
refreshed.
--
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=3963
------- Additional Comments From tuharsky(a)misbb.sk 2006-27-01 02:39 -------
Created an attachment (id=1773)
--> (http://bugs.winehq.org/attachment.cgi?id=1773&action=view)
screenshot -win version 98 -error about copying ctl3d32
However, after few steps, setup complains that he can't copy the DLL.
I try to figure out, whether it does with other Win version, and/or other Wine
version.
--
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=4420
------- Additional Comments From tuharsky(a)misbb.sk 2006-27-01 01:45 -------
Yes, it helps. Thank You very much for the help.
Sorry for asking, but isn't it possible for make install to do it automatically?
Thank You for the advice on the .deb packages. I'll consider this if only I
would have some time. For now, compilation solution is enough.
Hmm, our machines are cloned, substantially the same hardware configuration..
shouldn't it be enough to just unpack compiled sources and do only "make
install" locally?
I have added it to the 4332 issue, to put all documentation deficiencies at one
place (as You probably have noted :o)
--
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=4332
------- Additional Comments From tuharsky(a)misbb.sk 2006-27-01 01:44 -------
I know many of these things are self-evident for smart technical guys, but for
an "only an advanced user" such as me, they just aren't.
--
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.