http://bugs.winehq.org/show_bug.cgi?id=12445
Eric Pouech eric.pouech@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@orange.fr
--- Comment #2 from Eric Pouech eric.pouech@orange.fr 2008-04-12 03:21:45 --- in dlls/dbghelp/pe_image.c, line 459, changing if (*section) *section = NULL; into if (section) *section = NULL; should help. can you try it and post the outcome ?