xekhz wrote: > I get the following > warn:module:load_dll Failed to load module L"comctl32.dll"; status=c0000135 > > I have comctl32 in system32 > can anyone explain what status=c0000135 means #define STATUS_DLL_NOT_FOUND ((NTSTATUS) 0xC0000135) You probably have Wine's "fake dll" and not a real one. Fake dll: Code: -rw-r--r-- 1 vitaliy users 61544 2008-10-05 11:11 comctl32.dll Real one: Code: -rw-r--r-- 1 vitaliy users 529680 2002-08-29 08:14 comctl32.dll Note the size difference.