I removed through software center wine and using winehq guide (rm -rf). First run generated this: wine m:\mis0.exe err:module:import_dll Library MSVBVM60.DLL (which is needed by L"M:\\mis0.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"M:\\mis0.exe" failed, status c0000135 So I executed this: mursel@mursel-ubuntu:~$ winetricks vb6run Executing w_do_call vb6run Executing load_vb6run fixme:ole:DllRegisterServer stub And after that reported about missing FM20.dll and this is output: mursel@mursel-ubuntu:~$ wine m:\mis0.exe fixme:ole:OleLoadPictureEx (0x92ed2c,326,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fa70), partially implemented. fixme:ole:OleLoadPictureEx (0x92ed2c,29625,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fa40), partially implemented. err:ole:CoGetClassObject class {d7053240-ce69-11cd-a777-00dd01143c57} not registered err:ole:CoGetClassObject class {d7053240-ce69-11cd-a777-00dd01143c57} not registered err:ole:CoGetClassObject no class object {d7053240-ce69-11cd-a777-00dd01143c57} could be created for context 0x3 err:ole:CoGetClassObject class {d7053240-ce69-11cd-a777-00dd01143c57} not registered err:ole:CoGetClassObject class {d7053240-ce69-11cd-a777-00dd01143c57} not registered err:ole:CoGetClassObject no class object {d7053240-ce69-11cd-a777-00dd01143c57} could be created for context 0x3 Eventually I should copy that file (FM20.dll) in system32 or in programs location? thanks!