http://bugs.winehq.com/show_bug.cgi?id=1091
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |snoopy97(a)mail.ru
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-03-13 21:06 -------
*** Bug 1279 has been marked as a duplicate of this bug. ***
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
…
[View More]RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1091>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
[View Less]
http://bugs.winehq.com/show_bug.cgi?id=1279
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-03-13 21:06 -------
I would agree that this is a duplicate bug
Micha: Yes a simple …
[View More]example with source would be a good thing. Please attach it
to bug #1091
*** This bug has been marked as a duplicate of 1091 ***
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=1279>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
[View Less]
http://bugs.winehq.com/show_bug.cgi?id=1279
------- Additional Comments From micha(a)freemail.com.au 2003-03-13 13:25 -------
Unfortunately your pictures cannot be opened.
Anyway, I tried and it looks like this is the same as 1091.
I noticed before that any MFC application based on FormView gives
garbled window contents upon scrolling under Wine. I can provide simple
examples incl source code.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB …
[View More]INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1279>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
[View Less]
http://bugs.winehq.com/show_bug.cgi?id=1326
Summary: Close Combat doesn't run
Product: Wine
Version: 20030219
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: raistlin(a)iki.fi
Close Combat installs fine from CD_ROM (it even does a direct link on desktop),
but when I try to run CC.…
[View More]exe, I get a following note in a single popup-window:
---
Close Combat Error
Close Combat requires indeo 4.1 to display the videos. Please run the Close
Combat setup again.
---
I have indeo 4.1 codec in /usr/lib/win32/w32codec-0.90/ir41_32.dll
When I run the setup.exe from CD-ROM, it installs the Close Combat all over
again and when I run setup.exe from the installed directory I get following popup:
---
Setup Error 544
Setup in unable to open the data file 'C:\Program Files\Microsoft Games\Close
Combat\Setup\SETUP.stf'; run Setup again from where you originally ran it.
---
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=1326>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
[View Less]
http://bugs.winehq.com/show_bug.cgi?id=1325
Summary: program window (calamus) remains small
Product: Wine
Version: 20030219
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: melodias(a)yelos.com
solved with a patch
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED …
[View More]COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1325>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
[View Less]
http://bugs.winehq.com/show_bug.cgi?id=1324
Summary: mbtowc returns 0 erroneously
Product: Wine
Version: 20030219
Platform: PC
OS/Version: Windows NT
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: BDavis(a)JadeWorld.com
Calling mbtowc to determine if text is UTF8 with an ascii string returns zero(0)
as the number of …
[View More]character converted. A return value of zero should only occur
if the data being converted was a null which is not the case.
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=1324>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
[View Less]
http://bugs.winehq.com/show_bug.cgi?id=1323
Summary: wctomb does not fail on invalid characters
Product: Wine
Version: 20030219
Platform: PC
OS/Version: Windows 2000
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: BDavis(a)JadeWorld.com
To determine whether text is ansii, unicode (big or little endian) a series of
…
[View More]test are performed including calling wctomb. This routine should return -1 if
the conversion cannot be performed in the current locale. As a result, under
Wine, an ansii string appears to be unicode (both big or little endian).
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=1323>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
[View Less]
http://bugs.winehq.com/show_bug.cgi?id=1322
Summary: IsTextUnicode failure with IS_TEXT_UNICODE_REVERSE_MASK
Product: Wine
Version: 20030219
Platform: PC
OS/Version: Windows NT
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: BDavis(a)JadeWorld.com
Calling IsTextUnicode with the IS_TEXT_UNICODE_UNICODE_MASK option …
[View More]correctly
determines that ansi text is not unicode. However calling IsTextUnicode with the
IS_TEXT_UNICODE_REVERSE_MASK option for that same ansi text incorrectly reports
that the text is Unicode.
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=1322>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
[View Less]
http://bugs.winehq.com/show_bug.cgi?id=1321
Summary: Files do not retain their timestamps with CopyFile
Product: Wine
Version: 20030219
Platform: PC
OS/Version: Windows 2000
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: BDavis(a)JadeWorld.com
When using the CopyFile api, the copied file does not retain its …
[View More]timestamps as
they do under Windows.
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=1321>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
[View Less]
http://bugs.winehq.com/show_bug.cgi?id=1320
Summary: WM_PRINTCLIENT on textbox does not work
Product: Wine
Version: 20030219
Platform: PC
OS/Version: Windows NT
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: BDavis(a)JadeWorld.com
The internal GUI engine of Jade does complete top down drawing of a window and
all its …
[View More]children in the same pass. To draw a textbox, the following logic is called:
::SetViewportOrgEx(hdc, rect.left, rect.top, NULL);
::SendMessage(hwnd, WM_PRINTCLIENT, (WPARAM)hdc, PRF_CLIENT | PRF_ERASEBKGND);
Under Wine, this does not produce any visible output.
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=1320>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
[View Less]