http://bugs.winehq.org/show_bug.cgi?id=33972
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://nexustk.com/download | |_2.html Platform|x86-64 |x86 Ever Confirmed|0 |1
--- Comment #3 from Dan Kegel dank@kegel.com 2013-07-06 23:56:24 CDT --- The key bit of the log doesn't say much to me:
fixme:d3d_surface:surface_convert_format Cannot find a conversion function from format WINED3DFMT_B8G8R8X8_UNORM to WINED3DFMT_B5G6R5_UNORM. fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26 Unhandled exception: page fault on read access to 0x0000003c in 32-bit code (0x00432b37). Backtrace: =>0 0x00432b37 in nexustk (+0x32b37) (0x00000000)
I was able to reproduce it with wine-1.6-rc4-52-g9a0b434; creating an account worked fine, but logging in caused the crash. On a hunch, I tried running with WINEDEBUG=warn+heap wine NexusTK.exe and that helped, so it might be a heap corruption. (Still crashes on exit, though.)
Does that help you, too?