http://bugs.winehq.com/show_bug.cgi?id=795
Summary: Implement NtQuerySystemInformation
Product: Wine
Version: CVS
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: Steven_Ed4153(a)yahoo.com
PSAPI under NT/2K calls the NtQuerySystemInformation() function exported from
ntdll.
Wine's psapi.dll does not follow the same design and uses the toolhelp apis
from kernel32 with a direct wineserver call to enumerate process information.
This is unportable and should be fixed by first implementing
NtQuerySystemInformation() and exporting it from ntdll.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=795>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=794
Summary: WINPROC_UnmapMsg32ATo32W returns incorrect value for
WM_GETTEXTLENGTH
Product: Wine
Version: CVS
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: winebugzilla(a)sun.consumer.org.il
When unmapping WM_GETTEXTLENGTH, the result is quite simply doubled to account
for cases where an MBCS character will take two bytes. This yeilds incorrect
results most of the time.
We need to do either one of:
A. Make sure this unmapping is unnecessary (almost always a result of internal
A->W conversions).
or
B. Perform internal messaging to find out what the number should really be.
The problem is that at the time of processing the WM_GETTEXTLENGTH, the function
has no way of actually knowing the real length, as it doesn't have the actual
string.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=794>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=793
Summary: WineZip: Scrollbar problem in Open archive dialog
Product: Wine
Version: CVS
Platform: PC
URL: http://www.winzip.com
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: fgouget(a)codeweavers.com
Start Winzip 8.1 and click on the Open Archive icon.
It displays the list of directories and files ok, but the scale of the
horizontal scrollbar is completely wrong. It lets you scroll far beyond the end
of the list.
(gimp won't let me take a screenshot :-( )
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=793>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=792
Summary: Display bug in WinZip Extract dialog
Product: Wine
Version: CVS
Platform: PC
URL: http://www.winzip.com/
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: fgouget(a)codeweavers.com
* Start Winzip 8.1
* open a file (any)
* click on Extract
The background of the 'Files' grouping is not being drawn.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=792>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=255
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO|358 |
nThis| |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=255>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=196
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |358
nThis| |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=196>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=222
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO|358 |
nThis| |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=222>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=339
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform| |All
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-13 22:10 -------
Czirkos; a couple of questions.
1). Do you still get this problem with the newest version of wine?
2). What program is this?
3). What are the steps to reproduce this error?
4). What is your configuration (OS version. Windows version Wine Version)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=339>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=312
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform| |All
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-13 21:58 -------
Vesa; we have a couple of options
1). you can do some regression testing as outlined in
http://www.winehq.com/Docs/wine-devel/cvs-regression.shtml most times this can
narrow the bug down to a single patch.
2).I found a limited function demo for version 6.0 at
http://www.sonicfoundry.com/download/step2.asp?DID=257 . If the error occurs
with this version then someone might be able to track it down. For this it would
be helpfull if you could you tell us the steps to reproduce this error using
this version.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=312>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=789
Summary: __CxxFrameHandler and Friends might be incomplete/wrong
Product: Wine
Version: 20010112
Platform: PC
URL: http://www.thecodeproject.com/cpp/Exceptionhandler.asp
OS/Version: other
Status: NEW
Severity: critical
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: juergen.schmied(a)debitel.net
Since there are problems with __CxxFrameHandler (endless loops) i searched the
web for informations and found:
http://www.thecodeproject.com/cpp/Exceptionhandler.asp
it looks to me out exeption handling is still uncomplete especially the
exception code 0xe06d7363 (see the artice) for c++ exceptions is supported
nowhere.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=789>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.