http://bugs.winehq.com/show_bug.cgi?id=889
tuiningas_ml(a)shaw.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tuiningas_ml(a)shaw.ca 2002-07-24 22:42 -------
The proposed patch that I made was wrong but it seems that someone else made the
right patch elsewhere so it is now fixed. I guess the moral of the story is: if
you wait long enough, someone else will do it for you.... :-)
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=889>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=916
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-07-24 20:10 -------
This is correct DrawDibProfileDisplay is mapped as a stub in
/dlls/msvidio/msvfw32.spec.c The relevant info is as follows
The DrawDibProfileDisplay function determines settings for the display system
when using DrawDib functions.
BOOL DrawDibProfileDisplay(
LPBITMAPINFOHEADER lpbi
);
Parameters
lpbi
Pointer to a BITMAPINFOHEADER structure that contains bitmap information. You
can also specify NULL to verify that the profile information is current. If the
profile information is not current, DrawDib will rerun the profile tests to
obtain a current set of information. When you call DrawDibProfileDisplay with
this parameter set to NULL, the return value is meaningless.
Return Values
Returns a value that indicates the fastest drawing and stretching capabilities
of the display system. This value can be zero if the bitmap format is not
supported or one or more of the following values.
Value Description
PD_CAN_DRAW_DIB DrawDib can draw images using this format. Stretching might or
might not also be supported.
PD_CAN_STRETCHDIB DrawDib can stretch and draw images using this format.
PD_STRETCHDIB_1_1_OK StretchDIBits draws unstretched images using this format
faster than an alternative method.
PD_STRETCHDIB_1_2_OK StretchDIBits draws stretched images (in a 1:2 ratio) using
this format faster than an alternative method.
PD_STRETCHDIB_1_N_OK StretchDIBits draws stretched images (in a 1:N ratio) using
this format faster than an alternative method.
Requirements
Windows NT/2000/XP: Included in Windows NT 3.1 and later.
Windows 95/98/Me: Included in Windows 95 and later.
Header: Declared in Vfw.h.
Library: Use Vfw32.lib.
Is there a program that requires this that we can test against?
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=916>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=906
------- Additional Comments From JeffMay(a)earthlink.net 2002-07-24 19:59 -------
Additional clue: I just noticed that when Wine "locks up" after pressing TAB to
leave the NUM column, and after I press CTRL-C to exit, Wine reports:
/usr/bin/wine: [: too many arguments
Wine failed with return code
/usr/bin/wine: [: too many arguments
/usr/bin/wine: [: -ge: unary operator expected
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=906>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=885
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-07-24 18:42 -------
I've had several days to think about this one and I have come up with the
following conclusions
1. The problem is not with the source and destination drawables being the same.
This is pretty rock stable stuff that has been tested in X11 for years. Also
while Debuging Bug 792 I noticed that when scrolling in the file dialog that
the source and destination were the same with no screen corruption. (I had put a
fixme in the code to detect this.) So it isn't this.
2. Timing is a factor because slowing down the execution of same drawables
clears up the problem somewhat.
3. If I move forward and then turn. at the begining of the trace there is this
fixme.
> fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
This does not occure if I am turning around in circles. What brought my
attention to this is that another program that has screen corruption (Bug 911)
displays this fixme a lot.
All that means is that I understand the problem a little better and have a hint
of where to look next I suppose. My burning question at this point is what does
the somewhat cryptic fixme really mean?
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=885>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=916
Summary: DrawDibProfileDisplay is not implemented
Product: Wine
Version: CVS
Platform: PC
URL: http://msdn.microsoft.com/library/default.asp?url=/libra
ry/en-us/multimed/mmfunc_2qwp.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: samuel(a)sieb.net
The URL is the msdn info for the function.
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=916>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=889
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-07-24 10:30 -------
Created an attachment (id=240)
Screen shot showing corruption of Winzip startup screen.
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=889>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=889
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-07-24 10:26 -------
I applied your patch to my system and tested it with several programs and the
results are not very good. the startup screen of winzip is totally corrupted by
this patch.
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=889>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=913
Summary: Textfields with dropdowns doesn't work
Product: Wine
Version: 20020509
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: zounds(a)atari.org
When using the direct connect client DC++
(www.sourceforge.net/projects/dcplusplus)
the textfields (with dropdowns) doesn't work as they should. Sometimes you
can't type text into it, sometimes a string like "hello" become one big single
character. It also seems like the program can't use the contents of the fields
alright.
The searchfield for example dosn't work. But if you use the search function
within the "search spy" it works fine.
I'm using wine from "testing/debian, linux"
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=913>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=866
------- Additional Comments From mcbridematt(a)hotmail.com 2002-07-24 02:13 -------
card config,
NVIDIA RIVA TNT
Generic Monitor, 800x600, 33.8MHz Horizontal, 60HZ Vertical
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=866>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=866
mcbridematt(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-gui |wine-x11driver
Target Milestone|--- |0.9.0
Version|20010112 |20020411
------- Additional Comments From mcbridematt(a)hotmail.com 2002-07-24 01:57 -------
I ran winedebug,
and it is trying to find a file called x11drv.dll.
Looking in /opt/wine/lib/, there is a file called libX11drv.dll.so.
I attempted using this file in GraphicsDriver, but it failed.
Wine should call libX11drv.dll.so for the graphics driver, but it doesn't.
This problem appears to be new in 20020411, however, this problem didn't exist
20020228. A upgrade form 20020228 to 20020411 works, but 20020411 cleanly doesn't.
I added /opt/wine/lib to etc/ld.so.conf and ran /sbin/ldconfig. after
discovering installers had trouble adding to this config file. It didn't work
Upgrading and compling to the lastest true version of wine, I discovered a
Sockets problem which appeared to also be present in other servers.
Wine should connect to X through xlib, not through the socket file.
Now to freetype. True wine didn't care about freetype after compiling my own
freetype build and adding /usr/local/lib to ld.so.conf.
Codeweavers Wine, however didn't care.
It has worked in the past
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=866>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.