http://bugs.winehq.org/show_bug.cgi?id=5424
--- Comment #5 from Johan Gill johan.gill@gmail.com 2008-02-06 11:55:37 --- Created an attachment (id=10642) --> (http://bugs.winehq.org/attachment.cgi?id=10642) relay log, with wine internals filtered out
Here is a relay log for Setup.exe, passed through grep -v ret=7 to filter out internal wine calls.
It seems a call to user32.FindWindowExA fails to find the window "The Sims" belonging to class "Gonzo", and then KERNEL32.GetPrivateProfileStringA fails to find the key SKU in section SKU in MAXIS.INI.
After that the process terminates.