http://bugs.winehq.org/show_bug.cgi?id=3044
--- Comment #10 from Detlef Riekenberg wine.dev@web.de 2008-09-18 15:10:37 --- (In reply to comment #9)
I am not aware of any third party library installations. I tried to set it to native anyway.
When you set a dll to native, Wine use the native (== Windows) dll.
Unfortunately there seems to be no command to let Wine report if it runs with native libs.
Set WINEDEBUG, and Wine will dump the infos to stderr
WINEDEBUG=+loaddll,+tid,+process wine yourapp.exe or WINEDEBUG=+loaddll,+tid,+process wine yourapp.exe 2>&1 | tee logfile.txt
Thanks for helping Wine