Manager on Ubuntu

I cant run manager on ubuntu with wine, phbot is working fine but manager can run.
Eny help

Hi Hachu,

Which wine version do you use? For me 4.1 works fine.
Do you maybe miss the libcrypto or libssl.dll inside the directory?
Does any errors appear?

am trying to use the last version.

Make sure you’re using a newer version of Wine. Also confirm you have the two DLLs present in the folder.

Is there a specific Wine error you are seeing?

It is not an error, the manager simply does not open, just tries to start but does not.

darwin@darwin-OptiPlex-7060:~$ wine /home/darwin/Downloads/1.7.9/Manager.exe
0118:err:module:import_dll Loading library libcrypto-1_1.dll (which is needed by L"Z:\home\darwin\Downloads\1.7.9\Manager.exe") failed (error c0000020).
0118:err:module:import_dll Loading library libssl-1_1.dll (which is needed by L"Z:\home\darwin\Downloads\1.7.9\Manager.exe") failed (error c0000020).
0118:err:module:LdrInitializeThunk Importing dlls for L"Z:\home\darwin\Downloads\1.7.9\Manager.exe" failed, status c0000135
darwin@darwin-OptiPlex-7060:~$

The problems was downloading the manager some files has 0kb
@Delirus

some files? maybe libcrypto-1_1.dll and libssl-1_1.dll have a size of 0kb? If yes than this is your problem. Try redownload/reextract the manager

7za x 1.7.9.zip

If you dont got 7z then:

sudo apt-get install p7zip-full
2 Likes

its working now, thx alot

1 Like