http://bugs.winehq.org/show_bug.cgi?id=18672
--- Comment #5 from Stefano s.conti@gmx.co.uk 2009-05-29 05:42:52 --- (In reply to comment #4)
Does reverting help?
If it does a detail trace needed to get parameter set.
This is what I've done at the command line from the "wine-git" folder in response to the above suggestion; I insert my comments within the following code between square brackets ([]):
== $ git show 11c1d7a0e7ff8d4713c8177dce4ba54781e69ead | patch -p1 -R patching file dlls/ole32/defaulthandler.c patching file dlls/ole32/tests/ole2.c Hunk #1 succeeded at 1423 (offset 39 lines).
$ CC="ccache gcc" ./configure --verbose && make depend && make [omitted] Wine build complete.
$ ./wine ../.WinBUGS14/WinBUGS14.exe & [OK, WinBUGS doesn't crash]
$ git reset --hard HEAD HEAD is now at 22a277c... msi: Fix some memory leaks. ==
Hope the above information is exhaustive and helpful; if not please assist.