http://bugs.winehq.org/show_bug.cgi?id=14608
--- Comment #33 from Mathieu mmaura66@gmail.com 2008-10-29 06:49:16 --- I have add pCaps->MaxVertexBlendMatrices=0x4; before TRACE("Returning %p %p\n", This, pCaps);
in /dlls/d3d9/device.c into wine 1.1.6 source code now model are displayed (system ubuntu 8.10 AMD64)
framerate are bad 10fps (just to know 35fps with cedega in same conditions)
i use this script to run game : =================================== #/bin/sh
gksudo "renice -15 $$"
cd "/home/data/winewar/drive_c/Warhammer Online - Age of Reckoning"
export WINEDEBUG=-all export WINEPREFIX=/home/data/winewar/
#export LC_ALL="fr_FR.ISO-8859-1" #export LC_ALL="fr_FR.UTF-8"
wine warpatch.bin #cedega ==================================