I'm trying to install Zorro in Linux (Ubuntu 16.04) with Wine 2.1, but I'm having problems with it.
Has anyone got it working?

This is the error I get:
Code:
# WINEPREFIX="$HOME/prefix32" wine Zorro.exe
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
err:module:load_builtin_dll failed to load .so lib for builtin L"WLDAP32.dll": libldap_r-2.4.so.2: cannot open shared object file: No such file or directory
err:module:import_dll Loading library WLDAP32.dll (which is needed by L"C:\users\root\Zorro\Zorro.exe") failed (error c000007a).
err:module:LdrInitializeThunk Main exe initialization for L"C:\users\root\Zorro\Zorro.exe" failed, status c0000135


Pretty ugly error...

I have previously exported environment variable WINEARCH="win32" ...

And I can run other applications, like SED.exe (the Zorro Editor). But not Zorro Trader.

Any ideas?

I'm trying to run Zorro Trader within a Docker container with Wine... If I finally get it working (which I think I will), I will give you the details if anyone's interested in running this Zorro Trader in a Linux box