http://bugs.winehq.org/show_bug.cgi?id=30210
--- Comment #3 from Grazvydas Ignotas notasas@gmail.com 2012-03-19 06:34:11 CDT --- Do you know how the game determines it's language? Is that install-time, ingame selection or maybe regional settings or something?
The log looks ok, perhaps the game relies on the order NtQueryDirectoryFile returns file list in. If so it is not guaranteed to work regardless of my patch, as file order is filesystem dependent. The game could be making an assumption of some order as it's 99% chance there would be NTFS or FAT32 on Windows, but wine currently returns files in the order host file system gives them, so that can't be easily fixed.