http://bugs.winehq.org/show_bug.cgi?id=2702
Summary: in wcmd.exe, "if exist %directory%" always false
Product: Wine
Version: 20050111
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpabecasis(a)zmail.pt
"if exist %what%" works correctly for files but always returns false for
…
[View More]directories.
This is to reopen Bug 1564 <http://bugs.winehq.com/show_bug.cgi?id=1564>
The issue persists in version 20050111. A patch was attached to bug 1564, but it
seems that it was never applied to CVS.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2701
Summary: Afterlife game doesn't get keyboard input
Product: Wine
Version: 20040914
Platform: Other
URL: http://appdb.winehq.org/appview.php?appId=1722
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robin-wine(a)kallisti.net.nz
When …
[View More]doing things such as typing save-game names, the characters go straight
to whatever it behind the Afterlife game screen (which is full screen) making
it impossible to use the 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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2700
Summary: Screen corruption in Afterlife
Product: Wine
Version: 20040914
Platform: Other
URL: http://appdb.winehq.org/appview.php?appId=1722
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robin-wine(a)kallisti.net.nz
In afterlife, when …
[View More]you scroll the screen around, any part of the screen that
would have been moved rather than drawn doesn't move, leading to a somewhat
messed up display.
In case it's relevant, this message appears on the console while playing:
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2699
jberkes(a)pc-tools.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|richedit control with |richedit unusable when
|ES_DISABLENOSCROLL aka |ES_DISABLENOSCROLL aka
|ES_NUMBER accepts no input |ES_NUMBER style used
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email…
[View More]------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2699
Summary: richedit control with ES_DISABLENOSCROLL aka ES_NUMBER
accepts no input
Product: Wine
Version: 20050111
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jberkes(a)pc-tools.net
Fully reproducible. A richedit control …
[View More]with the style ES_DISABLENOSCROLL (same
#define value as ES_NUMBER) accepts no keyboard input at all. This alone may
account for a large number of richedit-based applications that just won't work
under Wine.
I have determined that toggling this single style flag makes a richedit control
unusable. I compiled two bare bone applications with MSVC++. The only difference
between the applications was the ES_NUMBER style for the richedit resource (same
value as ES_DISABLENOSCROLL in order to disable scroll bars instead of hiding them).
Under Wine 20050111 (running on Slackware 10/GNOME) the test application with
richedit style ES_DISABLENOSCROLL did not accept any input, while the other test
application without this flag functioned normally.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=2673
------- Additional Comments From titan.costa(a)wanadoo.fr 2005-04-02 16:44 -------
The only significant change between wine-20041019 and wine-20041201 is as follows:
diff -u wine-20041019/dlls/ddraw/mesa.c wine-20041201/dlls/ddraw/mesa.c
--- wine-20041019/dlls/ddraw/mesa.c 2004-09-08 02:37:25.000000000 +0100
+++ wine-20041201/dlls/ddraw/mesa.c 2004-11-19 18:05:15.000000000 +0000
@@ -1205,7 +1205,7 @@
for (x = 0; x < …
[View More]width; x++) {
DWORD color = *((DWORD *) src) & 0x00FFFFFF;
src += 3;
- *dst = *src++ << 8;
+ *dst = color << 8;
if ((color < src_d->ddckCKSrcBlt.dwColorSpaceLowValue) ||
(color > src_d->ddckCKSrcBlt.dwColorSpaceHighValue))
*dst |= 0xFF;
You may try to revert it and see if something changes.
--
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.
[View Less]