On Sat, Feb 23, 2008 at 6:53 AM, One1980 <wineforum-user@xxxxxxxxxx> wrote: > desktop:~/.wine/drive_c/Programme/Corel/Corel Graphics 11/Programs$ wine CorelPP > err:module:import_dll Library MSVCIRT.dll (which is needed by L"C:\\Programme\\Corel\\Corel Graphics 11\\Programs\\corelpp110.dll") not found > > What does this mean? I think I have to copy it somewhere - right? But where? It means the app didn't properly bundle the Visual C++ 6 runtime libraries. You can fix this with the commands wget http://kegel.com/wine/winetricks sh winetricks vcrun6 Let me know if that does the trick.