Every time I install the program from the command line:
wine ZaloSetup-24-1-1.exe
it always shows error:
0024:err:module:process_init L"C:\windows\system32\ZaloSetup-24-1-1.exe" not found
error message:
Wine drive config:
Every time I install the program from the command line:
wine ZaloSetup-24-1-1.exe
it always shows error:
0024:err:module:process_init L"C:\windows\system32\ZaloSetup-24-1-1.exe" not found
error message:
Wine drive config:
The Zalo installer should launch fine on Ubuntu. Here are the steps to ensure that it is working:
rm -rf ~/.wine to delete your old wine data and appssudo apt-get purge 'wine*' libwine 'wine*:i386'sudo apt autopurgesudo apt install wine wgetcd ~ To make sure you are in the correct folderwget https://res-download-pc-te-vnso-tt-2.zadn.vn/win/ZaloSetup-24.1.1.exe . This directly gets what https://zalo.me/pc would send you tols ~/ZaloSetup-24.1.1.exe to check if the file is in the right folderwine ~/ZaloSetup-24.1.1.exe. Prefer the ./ (current directory) or ~/ (home directory) prefix while running .exe files to avoid confusing error messages like some .exe is not found in system32. You should see the following: