http://bugs.winehq.org/show_bug.cgi?id=3766
--- Comment #15 from Dmitry Timoshkov dmitry@codeweavers.com 2008-01-30 07:36:48 --- Created an attachment (id=10531) --> (http://bugs.winehq.org/attachment.cgi?id=10531) Do not dereference a NULL pointer
(In reply to comment #14)
I'm not even sure how you make sense of lines like this... 0015:err:module:LoadModule16 params 0x7f7afe, params->showCmd 0, params->cmdLine 16c70890 ...but the extra traces appear to be in there now! :)
This means that Wine dereferences NULL pointer and crashes. Please try the attached patch, it should help in eliminating the crash.