http://bugs.winehq.org/show_bug.cgi?id=24885
--- Comment #13 from Anton Yarth thunder_8888@mail.ru 2011-10-02 19:39:39 CDT --- In the loop: 0x00457FF5 mov eax, [esp+228h
0x004580CF jnz loc_457FF5
while trying add output devices. It's normally adds "Software", "DirectDraw HAL" and after "DirectDraw HAL" next device must be NULL-pointer, but it's steel points to "DirectDraw HAL", and this loop trying skip it in while, but can't. Looks like problem appears when game try list all output devices.