http://bugs.winehq.org/show_bug.cgi?id=20835
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com 2009-11-26 13:08:23 --- (In reply to comment #4)
I actually try several way and I still get the invalid answer. See below
cesar@cesar-desktop:~$ wine riomm.exe fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) err:module:import_dll Library WMVCore.DLL (which is needed by L"C:\windows\system32\riomm.exe") not found err:module:import_dll Library RecDev.dll (which is needed by L"C:\windows\system32\riomm.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\windows\system32\riomm.exe" failed, status c0000135 cesar@cesar-desktop:~$
You don't follow instructions, now you're using native comctl32 for some reason.
Steps: 1. cd ~ && rm -rf .wine 2. install your program 3. 'cd' to directory where target executable is installed (in .wine) 4. run it with 'wine riomm.exe'