http://bugs.winehq.org/show_bug.cgi?id=32490 Emmanuel Anne <emmanuel.anne(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmanuel.anne(a)gmail.com --- Comment #2 from Emmanuel Anne <emmanuel.anne(a)gmail.com> 2012-12-20 17:22:11 CST --- After testing the bug is still here in 1.5.19, making the game totally unplayable. The odd thing is that there are 2 ini files and you can edit them for interesting results : (in the game directory in program files /GameData) d3dparams.ini : with this one you can set the resolution, handy with lcd screens which do not like 1024x768 gfx.ini : with the one you can set CreateLogFile=1 to get a log file, then start the game and exit with f4 when you reach the title screen full of red squares. You'll get in the log file a lot of textures which could not be read ! I tried to follow it with strace, and it doesn't even seem to try to read the textures from its data files, it opens them, polls them with epoll_wait (?), but it never reads from them, so it tries to read the textures directly from the file system, and of course it doesn't find them. The errors reported in the log file do not appear when the game runs normally (either from a native windows installation or from a virtualbox machine). I hope it helps to fix this, very annoying bug ! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.