Open probonopd opened 5 years ago
I do see
but then I get
----------------------------------------------------------
Set virtual desktop if you want
----------------------------------------------------------
/tmp/.mount_winecfBaXeRd/bin/winecfg: 46: exec: /tmp/.mount_winecfBaXeRd/bin/wine: not found
----------------------------------------------------------
Wait for streamer.exe to be done downloading/installing...
Watch /home/me/Fusion360WineInstaller/drive_c/users/me/Local Settings/Application Data/Autodesk/webdeploy/
And wait until a "production" folder appears with 2 populated subfolders
----------------------------------------------------------
wine: Bad EXE format for Z:\home\me\Fusion360WineInstaller\installer\streamer.exe.
winecfg has issues loading wine
:
/tmp/.mount_winecfBaXeRd/bin/winecfg: 46: exec: /tmp/.mount_winecfBaXeRd/bin/wine: not found
bin/wine
is there in the AppImage, but of course it cannot be "just executed" like this, since it is a 32-bit binary.
bin/wine: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.26, BuildID[sha1]=8b26c8c6685ea1ed987a21ef30b48823e844e858, stripped
/lib/ld-linux.so.2
does not exist, rather we would need to use the bundled private one.
Possibly libhookexecv
needs to be changed to intercept and rewrite this call also, or the bin/winecfg
script needs to be changed to use our privately bundled lib/ld-linux.so.2
.
Similarly regedit,
Executing wine regedit C:\windows\Temp\_vcrun2017\override-dll.reg
/tmp/.mount_wineYy8TON/bin/regedit: 46: exec: /tmp/.mount_wineYy8TON/bin/wine: not found
me@host:~/Fusion360WineInstaller$ file ./installer/streamer.exe
./installer/streamer.exe: PE32+ executable (GUI) x86-64, for MS Windows
Oops, looks like we need a 64-bit WINE here?
cc @philipzae @pastapojken