szczerb wrote: > This is what I get when I try to run the Autopano (it installed just fine): > [code]szczerb@nomad ~ $ wine .wine/drive_c/Program\ Files/Kolor/Autopano\ Pro/Autopano_Win32.exe You are not running it correctly. See this for more information: http://wiki.winehq.org/FAQ#head-8d8c06cf7fb33269c085a07531b61e5c730566e0 szczerb wrote: > err:module:import_dll Library MSVCP80.dll (which is needed by L"Z:\\home\\szczerb\\.wine\\drive_c\\Program Files\\Kolor\\Autopano Pro\\QtCore4.dll") not found You need MSVC runtime installed. You can use winetricks for that: > cd ~ > wget http://www.kegel.com/wine/winetricks > sh ./winetricks vcrun2005 >