http://bugs.winehq.org/show_bug.cgi?id=6864
------- Additional Comments From nick01TheGreat(a)gmail.com 2006-12-12 12:57 -------
0.9.26 worked fine with this exact xfce version- and I'm talking about the icon
on the desktop- though I noticed wine changed the place in the menu it keeps its
icons.
--
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=6376
------- Additional Comments From pij(a)rambler.ru 2006-12-12 12:57 -------
Wine 0.9.27, Lotus Notes 6.5.2. Crashed with SegFault on e-mails, where 0.9.24
hang with NSD log.
--
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=4426
------- Additional Comments From elton(a)schiert.net 2006-12-12 12:55 -------
Hi, looks like the "An installation support file could not be installed"-bug was
fixed in wine-0.9.21 but reintroduced in wine-0.9.27. Tests were done using
Heroes of Might and Magic V and the 1.01 patch. The commits that caused the
changes are:
Robert Shearman <rob(a)codeweavers.com>
Mon, 11 Sep 2006 10:14:25 +0000 (11:14 +0100)
commit: 106156cb7597cf6f077b6f4e9d7562d8932fd766
parent: 79f7318a119c4f0f45ecf45a1d5aa0035c0305c9
ole32: Remove some assertions in the stuctured storage code by returning error
codes to the caller and by handling the error condition.
Before this commit I recieved the "An installation support file could not be
installed" error box when trying to install the patch while Heroes V is
installed. (Oddly enough I don't get this error if I run the patch installer
without having the game installed.)
After this commit this bug seemed to be fixed: I can run the patch installer
without getting the "An installation support file could not be installed" error
box. (But the patch won't install due to bug 6364).
Kirill K. Smirnov <lich(a)math.spbu.ru>
Sun, 26 Nov 2006 13:47:54 +0000 (16:47 +0300)
commit: 3cd3ca68fe8f62257e1c3e0e49f80713b181e24b
parent: 532f57a243f442825c7c3ca56136c18757d3bf28
ole32: Fix logic in Storage32Impl_SmallBlocksToBigBlocks function.
After this commit however, the patch gave the "An installation support file
could not be installed" again. Seems like a regression.
--
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=6876
------- Additional Comments From theosib(a)gmail.com 2006-12-12 12:55 -------
winecfg doesn't seem to provide any means to manage fonts. I googled around for
info on this, and I see mention of ~/.wine/config, but I have no such file, and
the .reg files there don't contain things that I can see how to edit to get the
appropriate effect.
This is a bigger problem than just font sizes.
--
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=6876
------- Additional Comments From theosib(a)gmail.com 2006-12-12 12:47 -------
Shouldn't the text in the box sortof pan around as you try to type too many
letters? I think it should be fixed so that the excess width gets shifted to
the left and part of the letter is invisible. I mean, what you're describing,
limiting it so that all you can type in is what physically fits in the field,
seems like nonsense to me.
--
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=6878
Summary: LineTo not updating bounds rectangle (GetBoundsRect)
Product: Wine
Version: 0.9.12.
Platform: PC
URL: http://www.bbcbasic.co.uk/boundbug.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richard(a)rtrussell.co.uk
The following code should set the bounds rectangle to {0,0,1001,1001} but
under Wine 0.9.12 the rectangle remains empty. This causes a failed window
refresh, since the bounds rectangle is used for a subsequent InvalidateRect.
The window remains blank until moved or forcibly refreshed.
RECT rc = {0} ;
HDC hdc = GetDC (hwnd) ;
HDC memhdc = CreateCompatibleDC (NULL);
HBITMAP bitmap = CreateCompatibleBitmap (hdc, 1920, 1440);
ReleaseDC (hwnd, hdc) ;
SelectObject (memhdc, bitmap) ;
SetBoundsRect (memhdc, NULL, DCB_ENABLE | DCB_RESET);
MoveToEx (memhdc, 0, 0, NULL);
LineTo (memhdc, 1000, 1000);
GetBoundsRect (memhdc, &rc, 0);
InvalidateRect (hwnd, &rc, 0);
A complete source file is here: http://www.bbcbasic.co.uk/boundbug.c
A Windows executable is here: http://www.bbcbasic.co.uk/boundbug.exe
--
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=6876
------- Additional Comments From phil(a)mail.ru 2006-12-12 12:36 -------
I can only suggest you to try to change font configuration, so that a less wide
font is used. I think that character count limit works ok, but the 4 letters
don't fit in the box with the font chosen by Wine. I had such problem in other
apps.
--
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=6876
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.xilinx.com/ise/lo
| |gic_design_prod/foundation.h
| |tm
------- Additional Comments From vitaliy(a)kievinfo.com 2006-12-12 12:34 -------
To download wine refer to http://www.winehq.org/site/download
This is Wine's bugzilla not crossover's. If you have any problems with it, don't
report them here.
Wine in a beta stage and "blocker" means "Wine does not compile for most users".
The problem you are talking about probably fixed in current Wine version (0.9.27).
--
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.