[Wine] Problems with Counter Strike Source

Austin English austinenglish at gmail.com
Fri Apr 3 14:49:36 CDT 2009


On Fri, Apr 3, 2009 at 2:45 PM, GhostRider <wineforum-user at winehq.org> wrote:
> hi and thank you for u'r answer.
>
> I have many questions ( sorry, but i'm totaly new on Ubuntu .. :) )
>
> So, this
>
>> diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c
>> index 424fb3d..b25aa2e 100644
>> --- a/dlls/gdi32/freetype.c
>> +++ b/dlls/gdi32/freetype.c
>> @@ -3580,6 +3580,21 @@ DWORD WineEngGetGlyphOutline(GdiFont *incoming_font, UINT glyph, UINT format,
>> unsigned int mult, row, col;
>> BYTE *start, *ptr;
>>
>> +if(!strcmp(ft_face->family_name, "csd"))
>> +{
>> + int i;
>> + if(lpgm->gmBlackBoxX)
>> + lpgm->gmBlackBoxX--;
>> + for(i = 0; i < 2; i++)
>> + {
>> + if(lpgm->gmBlackBoxY)
>> + {
>> + lpgm->gmBlackBoxY--;
>> + lpgm->gmptGlyphOrigin.y--;
>> + }
>> + }
>> +}
>> +
>> width = lpgm->gmBlackBoxX;
>> height = lpgm->gmBlackBoxY;
>> pitch = (width + 3) / 4 * 4;
>>
>
> is a patch ?

Yes.

> On u'r link, u say " Simply download the patch " but, how can i download this ?

In firefox? File, save as, blah.txt

> [quote= your link]and copy it to your wine source folder (often ~/wine-git/)[/quote]
>
> Were is this wine source folder ? ( i don't know what is " ~ " )

~ = home folder. Probably /home/username.

Wine source folder, you have to download. You have to compile wine.
See http://wiki.winehq.org/GitWine

> [quote= your link]And rerun your program: [/quote]
> But, for css, there is no .exe in the Program Files folder, there is also no steam folder in my c:\ program files, i just have " common files " and " internet explorer "  :(

Then where is it installed?

-- 
-Austin



More information about the wine-users mailing list