http://bugs.winehq.org/show_bug.cgi?id=59332 --- Comment #5 from Rafał Mużyło <galtgendo@o2.pl> --- ...something swallows the crash output, likely the debug dialog. In the standard crash dialog, picking one of the options does that, while picking the other drops it to console (IIRC, picking 'Cancel' does that, but I'm not 100% sure), but we're dealing here with a custom dialog, so I don't know if you even have that option... Check if picking another button among the available makes the game print crash backtrace to the console and post that (still the full output, not just crash backtrace). Otherwise, check if creating/setting DWORD value 'ShowCrashDialog' of 0 for Software\Wine\WineDbg regkey gets you that output (it probably already exists, but is set to the default (1)). Oh, and try to run the game at least once in zh_CN.utf8 locale (as that's likely the one game expects, given the support link), just to see if the garbage at the top becomes something readable. Sure, most likely it will be Chinese, so it will tell me (and likely you too) nothing, but someone who knows the language might find it helpful - I mean, given the nature of those dialogs, most likely not, but if there's a chance... -- 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.