http://bugs.winehq.org/show_bug.cgi?id=22860
--- Comment #10 from Wylda wylda@volny.cz 2010-06-09 16:37:31 --- Created an attachment (id=28709) --> (http://bugs.winehq.org/attachment.cgi?id=28709) valgrind log
So a native override for msxml3 should work fine with current Wine too.
No, i can't confirm... Tested just one DLL override at time:
msxml3 native => app won't start and says "Error creating XML Parser" msxml3 builtin => app starts, but crashes on creating new project
msxml4 builtin => app starts, but crashes on creating new project msxml4 native => app starts and WORKS :)
And when using valgring, it crashes soon - even before app starts or displays anything, probably because of:
err:module:attach_process_dlls "shell32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\Sparx Systems\EA\EA.exe" failed, status c0000005
For sure, adding the log run by: WINEDEBUG=+msxml valgrind --trace-children=yes --suppressions=$HOME/valgrind-suppressions --leak-check=full --track-origins=yes --error-limit=no wine EA.exe 2>&1 | tee log.txt