http://bugs.winehq.org/show_bug.cgi?id=3427
------- Additional Comments From t.artem(a)mailcity.com 2005-07-11 06:47 -------
I would like to reopen this bug because for me fonts are not antialiased both in
Wine 20050930 and Wine 0.9. All previous releases worked just fine :( I even
changed HKCU\Control Panel\Desktop\FontSmoothing to 1 with no success
--
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=2658
molle.bestefich(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|err:clipping:CLIPPING_Update|Trillian loops infinitely in
|GCRegion hVisRgn is zero. |splash screen
|Please report this. |
------- Additional Comments From molle.bestefich(a)gmail.com 2005-07-11 06:20 -------
Lo and behold, I managed to get Trillian to work past the splash
screen. A bit early for a christmas miracle, but there it is :-).
This is, as far as I know, the first time anyone has gotten Trillian
to run with Wine CVS HEAD since late 2004. That's about two years.
It also marks another historic event: This is the first time in my
life that I've ever rejoiced upon hearing one of those lame
application startup sounds ;-).
This is the diff against wine 0.9 which makes it possible:
Index: dlls/user/winpos.c
===================================================================
--- dlls/user/winpos.c (revision 23257)
+++ dlls/user/winpos.c (working copy)
@@ -808,9 +808,14 @@
MinMax.ptMaxTrackSize.y = max( MinMax.ptMaxTrackSize.y,
MinMax.ptMinTrackSize.y );
+ return;
+ // commenting next line out WILL fix Trillian.
if (maxSize) *maxSize = MinMax.ptMaxSize;
+ // commenting next line out doesn't fix.
if (maxPos) *maxPos = MinMax.ptMaxPosition;
+ // commenting next line out WILL fix Trillian.
if (minTrack) *minTrack = MinMax.ptMinTrackSize;
+ // commenting next line out doesn't fix.
if (maxTrack) *maxTrack = MinMax.ptMaxTrackSize;
}
The patch should be self explanatory.
It just returns a bit earlier in WINPOS_GetMinMaxInfo, which seems to be where
things get screwed up.
I don't think this issue explicitly has anything to do with alpha transparency,
as was earlier indicated.
The two error messages from the original issue description:
err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this.
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 28 bytes
also does not appear in Wine 0.9, but the splash screen jerkiness does (without
above patch).
--
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=3653
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-07-11 05:37 -------
Created an attachment (id=1316)
--> (http://bugs.winehq.org/attachment.cgi?id=1316&action=view)
snapshot of the intro
Hi , the attached snapshot is a snapshot of the intro with the d3d8
patch.Thanks for the great work Oliver! I think this was already discussed on
the devel-mailing list, but it looks a littl bit blurred. However, i'm not able
atm to test how it looks on windows. still can't get into the main menu because
of sound errors.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3774
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-07-11 02:37 -------
aaargh, sorry all complete nonsens. Sorry about that, i haven't woken up yet!
The assertion is of course correct. using extra traces i can see that
DDRAW_width_bpp_to_pitch is first called with bpp=24 and the second time with
bpp=0. So should figure out why that happens.
--
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=3775
Summary: StarCraft runs slow when composite enabled on x.org
7.0.0 rc1
Product: Wine
Version: 0.9
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reub2000(a)earthlink.net
StarCraft runs slow with the X.org compostite extension enabled on X.Org 7.0.0
RC1. StarCraft runs fine when I disable composite.
Specs:
Gentoo x86
nVidia driver 1.0.7676 (GeForce 6800GT)
linux-2.6.14-ck3
X.org 7.0.0 RC1
Wine 0.9
--
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=3774
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-07-11 02:20 -------
And on second thought, i'd guess that the assertion is actually wrong, using an
extra trace you can see bpp=8, shouldn't the check be assert(bpp = 0); instead of
assert(bpp != 0);? (maybe i'm way off, as i'm not expert on this!)
--
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.