http://bugs.winehq.org/show_bug.cgi?id=14157 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-06-30 09:17:47 --- rm -rf ~/.wine wine SizeMeInstallation.exe cd .wine/drive_c/Program\ Files/SizeMe/ wine sizeme.exe > log.txt 2>&1 Then look at log.txt. For me, this shows err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program Files\\SizeMe\\SizeMe.exe") not found err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\\Program Files\\SizeMe\\SizeMe.exe") not found Looks like that app forgot to bundle two important runtime libraries. The fix is wget http://kegel.com/wine/winetricks sh winetricks vcrun6 The app starts ok for me then. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.