sudo-give-me-coffee / wine32-deploy

A tool to creating AppImages for 32-bit Microsoft Windows® applications
Other
61 stars 2 forks source link

Cannot install msi #16

Closed probonopd closed 4 years ago

probonopd commented 4 years ago

Cannot install this msi:

Download https://www.fonttools.org/downloads/OTMA/OTM_Light_370_WIN.zip, it contains a msi installer.

me@host:~$ /home/me/Downloads/Wine-4.21-x86_64.AppImage install otm /home/me/Downloads/DTL\ OTMaster\ Light\ 3.7.0.msi 

Starting installer /home/me/Downloads/DTL OTMaster Light 3.7.0.msi in otm...
0009:err:module:__wine_process_init failed to load L"Z:\\home\\me\\Downloads\\DTL OTMaster Light 3.7.0.msi", error c000012f
ERROR: ld.so: object '/tmp/.mount_Wine-4LTyXwp/bin/libhookexecv.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/tmp/.mount_Wine-4LTyXwp/bin/libhookexecv.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
sudo-give-me-coffee commented 4 years ago

Tested and working now, I will close this problem, it is persisting, feel free to reopen it

probonopd commented 4 years ago

Thank you very much @sudo-give-me-coffee