http://bugs.winehq.org/show_bug.cgi?id=32449
--- Comment #2 from Guy Roussin guy.roussin@teledetection.fr 2012-12-19 11:21:39 CST --- Hi,
I think it's "only" a path problem. The error occur later if i run qgis from "c:/Program Files/Quantum GIS Lisboa/bin"
/--- (quantal)guy@pcplat53:~/.wine/drive_c/Program Files/Quantum GIS Lisboa/bin$ wine ../apps/qgis/bin/qgis.exe err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. wine: Call from 0x7b83b829 to unimplemented function msvcr90.dll._set_fmode, aborting wine: Unimplemented function msvcr90.dll._set_fmode called at address 0x7b83b829 (thread 0009), starting debugger... ... ---
I need to install vcrun2008 :
$ winetricks vcrun2008
and now i get some similar errors than in #1. But those dll are in other directories ...
/--- (quantal)guy@pcplat53:~/.wine/drive_c/Program Files/Quantum GIS Lisboa/bin$ wine ../apps/qgis/bin/qgis.exe err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. fixme:system:SetProcessDPIAware stub! fixme:wintab32:X11DRV_WTInfoW Return proper size fixme:win:FlashWindowEx 0x16aefd4 fixme:ntdll:NtLockFile I/O completion on lock not implemented yet ERROR 4: Unable to open EPSG support file gcs.csv. Try setting the GDAL_DATA environment variable to point to the directory containing EPSG csv files. ... err:module:import_dll Library libgrass_gis.6.4.2.dll (which is needed by L"C:\Program Files\Quantum GIS Lisboa\apps\qgis\bin\qgisgrass.dll") not found err:module:import_dll Library libgrass_vect.6.4.2.dll (which is needed by L"C:\Program Files\Quantum GIS Lisboa\apps\qgis\bin\qgisgrass.dll") not found err:module:import_dll Library libgrass_dbmibase.6.4.2.dll (which is needed by L"C:\Program Files\Quantum GIS Lisboa\apps\qgis\bin\qgisgrass.dll") not found err:module:import_dll Library libgrass_dbmiclient.6.4.2.dll (which is needed by L"C:\Program Files\Quantum GIS Lisboa\apps\qgis\bin\qgisgrass.dll") not found ... err:module:import_dll Library qgisgrass.dll (which is needed by L"C:\Program Files\Quantum GIS Lisboa\apps\qgis\plugins\grassrasterprovider.dll") not found ImportError: No module named site fixme:msvcrt:__clean_type_info_names_internal (0x287570) stub ---
Guy