WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: endless troubles of a linux newbie
by Serg on Sunday June 27th 2010, 15:37
Im a newbie of linux so i have some problem with last patch posted here someone can post some kind of patching method line by line for the latest patch of wine 1.2 r2.thanks in advance.
PS:Using this lines of text to see characters ingame:

1)open up wine/dlls/d3d9/device.c
2)find:

TRACE("Returning %p %p\n", This, pCaps);

3)add below:

pCaps->MaxVertexBlendMatrices=0x4;

result:


filter_caps(pCaps);

TRACE("Returning %p %p\n", This, pCaps);
pCaps->MaxVertexBlendMatrices=0x4;
return hrc;
}

5)save and compile wine
Original Post HERE:>ubuntuforums.org/showthread.php?t=974986

[post new] [reply to this]

Page loaded in 1.62715 seconds.