http://bugs.winehq.com/show_bug.cgi?id=1145
------- Additional Comments From winebug(a)flonet.net 2003-28-06 10:01 -------
Bug comments restored from Gmane.org:
To make this dll compile with -DSTRICT do the following:
- remove -DWINE_NO_STRICT from the dll's Makefile.in and regenerate the Makefile
- do a make clean in that dll
- do a make and fix all warnings, even the "int format, HANDLE arg" warnings. To
fix wrong handle conversions, use the tips given in bug 90.
------- Additional Comments From hughes2002(a)btinternet.com 2002-11-18 14:46 -------
Working on this...
------- Additional Comments From hughes2002(a)btinternet.com 2002-11-18 15:56 -------
Created an attachment (id=338)
--> (http://bugs.winehq.com/attachment.cgi?id=338&action=view)
Patch for ntdll
------- Additional Comments From dpaun(a)rogers.com 2002-11-21 00:15 -------
Patch committed:
http://cvs.winehq.com/patch.py?id=6347
------- Additional Comments From dpaun(a)rogers.com 2002-11-21 00:15 -------
Patch committed, this one's done!
--
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=1146
------- Additional Comments From winebug(a)flonet.net 2003-28-06 09:59 -------
Bug comments restored from Gmane.org:
To make this dll compile with -DSTRICT do the following:
- remove -DWINE_NO_STRICT from the dll's Makefile.in and regenerate the Makefile
- do a make clean in that dll
- do a make and fix all warnings, even the "int format, HANDLE arg" warnings. To
fix wrong handle conversions, use the tips given in bug 90.
------- Additional Comments From dpaun(a)rogers.com 2002-11-21 23:19 -------
Patch committed:
http://cvs.winehq.com/patch.py?id=6365
------- Additional Comments From dpaun(a)rogers.com 2002-11-21 23:19 -------
Yeap, it's closed!
--
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=1147
------- Additional Comments From winebug(a)flonet.net 2003-28-06 09:57 -------
Bug comments restored from Gmane.org:
To make this dll compile with -DSTRICT do the following:
- remove -DWINE_NO_STRICT from the dll's Makefile.in and regenerate the Makefile
- do a make clean in that dll
- do a make and fix all warnings, even the "int format, HANDLE arg" warnings. To
fix wrong handle conversions, use the tips given in bug 90.
------- Additional Comments From jdahlin(a)async.com.br 2002-11-18 06:45 -------
Created an attachment (id=337)
--> (http://bugs.winehq.com/attachment.cgi?id=337&action=view)
Make shell32 compile without WINE_NO_STRICT
------- Additional Comments From jdahlin(a)async.com.br 2002-11-18 06:47 -------
Since this is my first try to STRICT:ify a dll in wine i'm attaching it here for
review before sending to wine-patches.
If it's okay i'll continue and help with the other few dlls that's left.
One thing that worries me is if i should do:
if ((int)hInstance < 32)
or
if (hInstance < (HINSTANCE)32)
Except from that should the fact that it's compiling without warnings be enough,
shouldn't it?
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-11-18
10:48 -------
At this point in time you should send the patch to wine-patches(a)winehq.com . You
will get far more review of it there.
Please include a link to this bug report in your patch submission.
You should include a link here (in the Additional Comments:) to the patch in in
the wine-patches archive http://www.winehq.com/hypermail/wine-patches/ (this is
nice to do as it provides a good cross reference.).
------- Additional Comments From dpaun(a)rogers.com 2002-11-21 18:14 -------
Patch submitted
------- Additional Comments From dpaun(a)rogers.com 2002-11-21 18:14 -------
Patch committed:
http://cvs.winehq.com/patch.py?id=6364
--
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=1148
------- Additional Comments From winebug(a)flonet.net 2003-28-06 09:55 -------
Bug comments restored from Gmane.org:
To make this dll compile with -DSTRICT do the following:
- remove -DWINE_NO_STRICT from the dll's Makefile.in and regenerate the Makefile
- do a make clean in that dll
- do a make and fix all warnings, even the "int format, HANDLE arg" warnings. To
fix wrong handle conversions, use the tips given in bug 90.
------- Additional Comments From dpaun(a)rogers.com 2002-11-22 13:41 -------
Patch submitted:
http://www.winehq.com/hypermail/wine-patches/2002/11/0291.html
Will close it when it's committed.
------- Additional Comments From dpaun(a)rogers.com 2002-11-22 16:31 -------
Alexandre committed this instead:
http://cvs.winehq.com/patch.py?id=6373
------- Additional Comments From dpaun(a)rogers.com 2002-11-22 16:32 -------
So it's closed!
--
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=1149
------- Additional Comments From winebug(a)flonet.net 2003-28-06 09:54 -------
Bug comments restored from Gmane.org:
To make this dll compile with -DSTRICT do the following:
- remove -DWINE_NO_STRICT from the dll's Makefile.in and regenerate the Makefile
- do a make clean in that dll
- do a make and fix all warnings, even the "int format, HANDLE arg" warnings. To
fix wrong handle conversions, use the tips given in bug 90.
------- Additional Comments From dpaun(a)rogers.com 2002-11-22 15:17 -------
Fixed by this:
http://www.winehq.com/hypermail/wine-patches/2002/11/0296.html
Let's close this bug when the patch gets committed.
------- Additional Comments From dpaun(a)rogers.com 2002-11-22 15:35 -------
Fix by this patch:
http://cvs.winehq.com/patch.py?id=6371
--
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=1150
------- Additional Comments From winebug(a)flonet.net 2003-28-06 09:52 -------
Bug comments restored from Gmane.org:
To make this dll compile with -DSTRICT do the following:
- remove -DWINE_NO_STRICT from the dll's Makefile.in and regenerate the Makefile
- do a make clean in that dll
- do a make and fix all warnings, even the "int format, HANDLE arg" warnings. To
fix wrong handle conversions, use the tips given in bug 90.
------- Additional Comments From hughes2002(a)btinternet.com 2002-11-15 20:05 -------
Created an attachment (id=333)
--> (http://bugs.winehq.com/attachment.cgi?id=333&action=view)
Patch for colordlg.c and cdlg32.c - more to follow (hope these are okay - this
is my first time hacking on Wine)
------- Additional Comments From hughes2002(a)btinternet.com 2002-11-16 20:04 -------
Created an attachment (id=334)
--> (http://bugs.winehq.com/attachment.cgi?id=334&action=view)
Full patch for commdlg (hope this is okay - this is my first time hacking on Wine)
------- Additional Comments From fgouget(a)codeweavers.com 2002-11-16 20:15 -------
Cool.
The best is to send it to wine-patches (or wine-dev) to give it more exposure
and get more comments.
------- Additional Comments From dpaun(a)rogers.com 2002-11-21 18:12 -------
Patch submitted.
------ Additional Comments From dpaun(a)rogers.com 2002-11-21 18:13 -------
Patch:
http://cvs.winehq.com/patch.py?id=6363
--
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=1151
------- Additional Comments From winebug(a)flonet.net 2003-28-06 09:50 -------
Bug comments restored from Gmane.org:
Fixed width font fields in Windows are variable width in WINE. You can verify
this by opening up NOTEPAD.EXE in Wine. Instead of the fixed
width (teletype/courier) font for displaying characters in the text field,
Wine supplies a variable width solution. This is only a minor problem when
using NOTEPAD.EXE. But it is a major problem when using software that assumes
a fixed width font. This pertains specifically to my favorite text editor,
NoteTab Pro. It runs very well with WINE except that it renders the text (and
the blinking cursor) incorrectly because it expects a fixed width text field
but Wine supplies a variable width font. I would love to be able to use
NoteTab Pro under Linux, but it is not very enjoyable unless this kink is
worked out.
thanks,
Peter Kirby
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-11-17 04:11
-------
CC'd Huw Davies.
------- Additional Comments From fgouget(a)codeweavers.com 2003-05-04 21:13 -------
Adding link to the download page for the FreeWare version:
http://notetab.com/download.htm
--
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=1152
------- Additional Comments From winebug(a)flonet.net 2003-28-06 09:48 -------
Bug comments restored from Gmane.org:
Current version management code doesn't seem to work properly in a lot of cases.
GetFileVersionInfoA is said to only work with Win32 file images on MSDN, yet our
code happily parses any kind of file information, both Win16 and Win32, and,
worse yet, it even sometimes returns the *wrong* kind of format
(as can be witnessed by running UltimateZip 2.7 - well, trying to run, that is...).
I'm about to submit some test cases for version information code, and I'm also
thinking
of deliberately changing the code quite a lot in order to fix the worst issues,
but of course this will then break a lot of other things, thus forcing someone
to properly redesign this code (I currently really don't have time to do that).
IMHO having a properly working version information code is pretty important,
and the code seems to also be quite broken, thus leading to problems with lots
of programs, so I assigned it a severity of "major".
(another example of version problems seems to be the thread "Ulead Mediastudio
2.5 on Wine" on c.e.m.w.)
What needs to be done IMHO is to first design very thorough (all-encompassing)
test cases on Windows to be used on Wine
(check Win16/Win32 file images, check for proper ASCII/Unicode handling, ...,
so in total we might end up having some maybe 6 up to 10 different test cases),
and then one would have to correct the current code (and still keeping in mind
that we need to handle our own version information in our .so libraries properly !).
--
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=1153
------- Additional Comments From winebug(a)flonet.net 2003-28-06 09:47 -------
Bug comments restored from Gmane.org:
CreatePen() seems to subsquently render half as wide as it should be. If
PS_ENDCAP_ROUND is requested, Arc() renders with (I think) PS_ENDCAP_SQUARE.
I worked around the former by changing circa line 50 in wine-20021031/graphics/
x1drv/pen.c to remove the factor "* 0.5" in the parameter to GDI_ROUND().
Example source (an FLTK fluid specification) and executable at:
http://www.afn.org/~wilson/foo.flhttp://www.afn.org/~wilson/foo.exe
Line at proper width (100 pixels) will be jammed against the window frame;
270-degree arc should have round ends as well. Both look fine on W95 and WXP.
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de
2002-11-17 13:46 -------
Good spotting!
I also fould in grahics.c X11DRV_DrawArc() the place where the endcap style was
unconditional overwritten with the square style.
I sent a patch to wine-patches.
If Akexandre accepts and applies the patch, please close the bug
Bye
------- Additional Comments From wilson(a)afn.org 2002-11-25 20:11 -------
Uwe's patches appear to fix my test application. Thanks all.
------- Additional Comments From wilson(a)afn.org 2002-11-25 20:13 -------
Uwe asked that I close this bug, not merely mark it "Fixed".
--
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=1154
------- Additional Comments From winebug(a)flonet.net 2003-28-06 09:45 -------
Bug comments restored from Gmane.org:
When running Master of Orion 2 (a six year old Win95 game from Microprose) with
the Debian unstable package of Wine 20021031 I see the following error messages:
<-- snip -->
$ wine orion95.exe
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403a0978)->(00010021,00000011)
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank
(0x403a0978)->(flags=0x00000001,handle=(nil))
fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank
(0x403a0978)->(flags=0x00000001,handle=(nil))
fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank
(0x403a0978)->(flags=0x00000001,handle=(nil))
fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank
(0x403a0978)->(flags=0x00000001,handle=(nil))
fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank
(0x403a0978)->(flags=0x00000001,handle=(nil))
<-- snip -->
They seem to be nonfatal (the game runs fine).
<-- snip -->
$ grep ddraw .wine/config
"ddraw" = "builtin, native"
$
<-- snip -->
I'll attach the output of "wine -debugmsg +ddraw orion95.exe".
------- Additional Comments From bunk(a)fs.tum.de 2002-11-17 16:20 -------
Created an attachment (id=335)
--> (http://bugs.winehq.com/attachment.cgi?id=335&action=view)
Output of "wine -debugmsg +ddraw orion95.exe"
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-11-17
18:57 -------
Is the program displaying an screen coruption and if so could you provide a
screenshot.Also please provide a description of what you expect to se (but don't)
------- Additional Comments From bunk(a)fs.tum.de 2002-11-17 19:05 -------
There's no screen corruption and the program runs fine.
It's simply that these messages sound as if there's something that might need to
get fixed.
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-11-17
21:00 -------
If its not casing problems for your program then its just janitorial work
marking as trivial. For the most part I do not worry about fixme's unless they
interfere with a programs operation.
--
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.