http://bugs.winehq.com/show_bug.cgi?id=1844
andy(a)rosen-berg.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |20030813
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1845
andy(a)rosen-berg.de changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|other |Linux
Platform|Other |PC
Version|unspecified |20030813
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1845
Summary: Return values of CharUpperA and CharLowerA
Product: Wine
Version: unspecified
Platform: Other
URL: http://www.apis.de
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: andy(a)rosen-berg.de
The return values for CharUpperA and CharUpperB should return 32-bit ints with
the upper 16 bits being 0 if the operand is a single character. Passing single
characters with the 8th-bit being set, may result in 32bit results with the
upper 16 bits set. This may confuse apps taking the whole 32bit value. We
detected this bug, while testing our software with WINE.
The problem seems to lie in dlls/user/lstr.c (sign extension problem?).
Looking at the code in lstr.c I saw a SetLastError. This may destroy a
SetLastError of another call. Here is an excerpt from the Microsoft
documentation for this call:
------------
The CharUpper function converts a character string or a single character to
uppercase. If the operand is a character string, the function converts the
characters in place.
....
There is no indication of success or failure. Failure is rare. There is no
extended error information for this function; do not call GetLastError.
------------
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1844
Summary: Point Size in DLG_TEMPLATE may be negative (with
DS_SETFONT)
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.apis.de
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: andy(a)rosen-berg.de
Within Windows the pointSize parameter (for the FONT in the DLG_TEMPLATE
struct) may be a signed 16-bit integer. With WINE this integers get's
converted to an unsigned int resulting in huge font for the dialog. The size
of the dialog is being computed based on this font and results in invalid
parameters for CreateWindow, that may cause a termination of WINE. We detected
this problem testing our software with WINE.
If I understood things right the file dlls/user/dialog16.c contains the code
causing the problem:
Line 263 ....
if (result->style & DS_SETFONT)
{
result->pointSize = GET_WORD(p);"use a macro that gets signed 16bit
int"
p += sizeof(WORD);
result->faceName = p;
p += strlen(p) + 1;
TRACE(" FONT %d,'%s'\n", result->pointSize, result->faceName );
}
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1843
Summary: Printer error
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: test
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: maxis(a)codetel.net.do
when i run my application (one i wrote in delphi), the application runs fine,
but it shows a message "Cannot select default printer"
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1841
Summary: wrong region drawn
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: medbi01(a)accpac.com
Dialog contains a bitmap. On redrawing the wrong half of the bitmap gets
redrawn; i.e. when exposing a region the area that was not exposed gets
repainted rather than the region exposed.
(The actual case that demonstrates this is part of the ACCPAC installation
program.)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1807
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)yahoo.com 2003-18-11 04:59 -------
closing
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1807
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From Speeddymon(a)yahoo.com 2003-18-11 04:59 -------
not bug in wine, "feature" of battle.net, resolving invalid, see above notes..
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1807
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
------- Additional Comments From Speeddymon(a)yahoo.com 2003-18-11 04:58 -------
Ok, well Im unsure why in the world I resolved this one as a duplicate, but
lets try resolving it as invalid instead.. If you have a problem with any
Blizzard game not connecting to battle.net using a cracked exe, see notes
above, if you are having a problem even getting Diablo II to run, unsing either
a cracked exe or the original, see Bug 926, and if you are having a problem
getting any other Blizzard game to even run, please open a new bug.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.