http://bugs.winehq.org/show_bug.cgi?id=2287
------- Additional Comments From rklazes(a)xs4all.nl 2004-02-07 07:07 -------
OK, I've created a fat32 partition and installed Agent in FreeAgent mode on it.
Until sofar I haven't seen the error. If you could give me an idea about the
number of groups and messages in it, I could make the situation here similar.
About the file with the unknown attributes:
The file gets created with a MoveFileA(nnnnn.IDX, nnnnn.BID) call. It is removed
later with a DeleteFileA() call. Somehow the filename is available but not its
attributes (and possible the contents).
How do you get rid of it if you cannot delete it as you say?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2331
Summary: IE 6.1 unstable starting with 20040615
Product: Wine
Version: 20040615
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrmailer(a)myway.com
IE 6.1 is stable up until 20040505. Starting with 20040615, on two machines, it
locks up on silly stuff(even just typing in a url sometimes)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2330
Summary: LOGFONT lfUnderline attribute broken
Product: Wine
Version: 20040213
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gormanjz(a)hotmail.com
My application uses the LOGFONT lfUnderline attribute to cause text to
appear underlined when drawing to a device context. This works correctly
in Windows, but in cxoffice, the output text does not appear underlined.
The text is being printed with the DrawText API call.
I could work around this issue by drawing underlines myself, except that
I use DrawText for multi-line word-wrapping, and in that case it is too
hard to predict where the underlines should go.
I am using cxoffice pro 3.0.1.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2329
Summary: DrawText() with DT_CALCRECT incorrect in MM_HIENGLISH
mode
Product: Wine
Version: 20040213
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gormanjz(a)hotmail.com
I have tracked down a compatibility problem with a Windows application
to a bug in the way the wine DrawText() implementation handles the
DT_CALCRECT flag while in MM_HIENGLISH mapping mode.
RECT rectTemp;
rectTemp.left = rectTemp.top = rectTemp.bottom = 0;
rectTemp.right = 200;
pDC->DrawText( "Long string...", &rectTemp, DT_CALCRECT |
DT_EXTERNALLEADING | DT_WORDBREAK | DT_NOCLIP |
DT_LEFT | DT_NOPREFIX );
The DT_CALCRECT flag causes DrawText to simulate a drawing operation and
return the size of the resulting rectangle in rectTemp. When the device
context mapping mode is MM_HIENGLISH, the bottom coordinate of the
resulting rectangle should be a negative number. This is what the Win32
version of DrawText does. The wine version incorrectly returns the
absolute value of the number, however.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2287
------- Additional Comments From m.d.nagy(a)worldnet.att.net 2004-01-07 11:08 -------
FWIW, once one of those peculiar files I described earlier
(e.g. "?--------- ? ? ? ? ? 000011b1.bid")
has appeared, attempts to copy over that file from a Linux terminal result in a
"File exists" error message as well; attempts to delete the file from a Linux
terminal result in a "No such file or directory" message. So it seems like the
problem initially arises when that file is created (if not sooner) but I don't
know what causes the file to be created that way to begin with.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2287
------- Additional Comments From m.d.nagy(a)worldnet.att.net 2004-01-07 10:50 -------
"ps alx|grep wine" shows similar output in either case; I've pasted examples at
the bottom of this comment.
The filesystem if FAT32. I've tried this on two different FAT32 filesystems,
one of which I rebuilt first (mkfs.vfat -F32) just to be sure it wasn't
pre-existing filesystem corruption. They also have shown no difficulty with
Windows.
I'm using Free Agent "Version 2.0/32.652" (as described by the about box). IOW,
build 652.
When the error is occurring:
$ ps alx|grep wine
0 500 3306 3305 15 0 2376332 19244 pipe_w S ? 0:03
/usr/bin/wine-preloader /usr/bin/wine-pthread agent.exe
1 500 3309 1 15 0 4560 1304 - S ? 0:02
/usr/bin/wineserver
0 500 3329 2733 17 0 4912 500 - R pts/1 0:00 grep wine
When the error is not occurring:
$ ps alx|grep wine
0 500 3331 3330 16 0 2376432 19412 pipe_w S ? 0:04
/usr/bin/wine-preloader /usr/bin/wine-pthread agent.exe
1 500 3334 1 15 0 4516 1276 - S ? 0:01
/usr/bin/wineserver
0 500 3354 2733 17 0 4352 572 - R pts/1 0:00 grep wine
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2328
------- Additional Comments From jesper(a)nitrolic.com 2004-01-07 07:49 -------
Oh and I forgot to mention that FlashFXP cant save changes made to the prefs or
skiplist or anything.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2328
Summary: Wine & FlashFXP
Product: Wine
Version: 20040615
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jesper(a)nitrolic.com
Hi,
I have a legal copy of FlashFXP, which works kinda ok wjen using version 2.1.x
and not 2.2 or 3., minor bugs that I would like to see fixed in the future, but
there is one thing that annoys me pretty much,
In Wine 20040615 and 20040505 Wine doesnt allow FlashFXP to write to the
registry file or something so it can keep my registration info, so each time I
start FlashFXP, im prompted about its a trial and I have X days left.
in 20040408 this works, is there any chance of a quick fix with the next release
of Wine? I really hope so :-)
Or if you can point me in a direction of where I can still download 20040408 for
Fedora, that would be Ok too.
Ill leave the rest of the minor bugs out, as i have gotten used to them, and
they are not really important to me at this time. :)
__
Kind Regards
Jesper
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.