http://bugs.winehq.org/show_bug.cgi?id=14157
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #6 from Dan Kegel dank@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.