Software de modelagem QUAL 2K

1

Estou tentando instalar um software de modelagem de qualidade da água chamado QUAL 2K via WINE, mas não consigo instalar, pois o meu vinho está mostrando erro apenas para este software. Existe outra maneira de instalar este software ou há QUAL 2K disponível para UBUNTU

    
por Prashnt 13.02.2018 / 07:43

1 resposta

0

Instale o Wine, faça o download e descompacte o seu software:

sudo apt-get install wine
wget http://www.qual2k.com/download/Q2Kv2_12b1.zip
unzip Q2Kv2_12b1.zip

Tente lançá-lo:

WINEARCH=win32 wine q2kfortran2_12.exe

wine: created the configuration directory '/home/xenial/.wine'
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
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:iphlpapi:NotifyAddrChange (Handle 0x10ee8a0, overlapped 0x10ee8ac): stub
wine: configuration in '/home/xenial/.wine' has been updated.

               ╔═══════════════════════════════════════════════╗
               ║                                               ║
               ║                    QUAL2K                     ║
               ║                                               ║
               ║           Ver 2.11b8 - Mar 2009               ║
               ║                                               ║
               ╟───────────────────────────────────────────────╢
               ║                                               ║
               ║           User should register with:          ║
               ║                                               ║
               ║                 Steven C. Chapra              ║
               ║             Hua Tao, Greg Pelletier           ║
               ║                                               ║
               ║             [email protected]           ║
               ║                                               ║
               ║     Department of Civil and Environmental     ║
               ║                  Engineering                  ║
               ║                Tufts University               ║
               ║                Medford, MA 02155              ║
               ║                                               ║
               ╚═══════════════════════════════════════════════╝
1

Também mostra a janela de aviso:

Eu não sei se é resultado esperado ou não, mas parece estar funcionando.

    
por N0rbert 13.02.2018 / 09:35