Installation and execute TigerTrade in Ubuntu 20.04
$ sudo dpkg --add-architecture i386
$ sudo apt update
$ sudo apt install wine64 wine32
$ wine --version
$ wine TigerTradeSetup_6.6.1.0.exe
$ cd .wine/drive_c/Program\ Files\ \(x86\)/
$ wine TigerTrade/TigerTrade.exe
Error:
0009: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.
Solution:
$ sudo apt install --reinstall winbind
Error:
wine: Call from 0x7b43c8bc to unimplemented function msvcr120.dll.?_NewCollection@_AsyncTaskCollection@details@Concurrency@@SAPAV123@PAV_CancellationTokenState@23@@Z, aborting
Solution:
- Launch winecfg
- Go to 'Libraries'
- In the 'New override for library' field search msvcr120 and press Add
No comments:
Post a Comment