http://bugs.winehq.org/show_bug.cgi?id=59560 --- Comment #8 from Rafał Mużyło <galtgendo@o2.pl> --- 011c:trace:ir50_32:IV50_DriverProc 14521116 00C9FF18 401d 00000000 00000000 011c:fixme:ir50_32:IV50_DriverProc Unknown message: 401d 0 0 011c:trace:ir50_32:IV50_DriverProc 14521116 00C9FF18 5000 00dd90a4 0000002c 011c:fixme:ir50_32:IV50_DriverProc Unknown message: 5000 14520484 44 011c:trace:ir50_32:IV50_DriverProc 14521116 00C9FF18 5000 00dd9124 00000054 011c:fixme:ir50_32:IV50_DriverProc Unknown message: 5000 14520612 84 011c:trace:ir50_32:IV50_DriverProc 14521116 00C9FF18 5001 00dd90d0 00000054 011c:fixme:ir50_32:IV50_DriverProc Unknown message: 5001 14520528 84 5000/5001 seems to be ICM_GETSTATE/ICM_SETSTATE 401d - ICM_DECOMPRESS_SET_PALETTE Neither is currently implemented in wine, though it's not determined whether this is the source of this problem. ICM_DECOMPRESS_SET_PALETTE likely doesn't matter, as it just sets the default palette, but one of the other might, if the game expects ICERR_OK response from from one or both... It's difficult to say whether stubbing those two (to just return ICERR_OK) would work - the sparse docs as well as the value of message suggest it's internal codec implementation, but it depends on what the game used it for. -- 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.