http://bugs.winehq.com/show_bug.cgi?id=1846
Summary: Microsoft Office 2000 on CVS 19th. nov 2003
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: eleknader(a)phnet.fi
Microsoft Office 2000 installation is broken. Tested wine versions:
wine-20031016
cvs 19th. nov 2003
Installation goes normally. Installed Word, Excel, Powerpoint without Office
Assistant.
End of installation: Installer asks whether to shut down now or later. I tried
both, shut down later and shut down now. Both result same error:
First startup of Winword or Excel: starts configuring installation (this
should not happen, because the components I chose, where to be installed
fully, and the rest 'Not available'). After this, application starts up and
says in a dialog 'Missing Registry Information': Required registy information
is missing, and this application cannot be run. Please rerun setup to correct
this problem.
I also tried running wineboot after install (before trying to start), and this
results the same problem.
Since this seems like a register problem, I'll try to run installation on a
previous version of wine to see what is the difference between the registers.
Full debug log available if necessary.
Eleknader
--
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
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.