You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- wine-stable SPRViewer.exe
it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32"
0009:err:process:create_process L"Z:\\root\\SPRViewer.exe" not supported on this installation (x86 binary)
wine: Bad EXE format for Z:\root\SPRViewer.exe.
If I install wine32 can I running the program ?
And how to install it
The text was updated successfully, but these errors were encountered:
Wine is not supported for now. Duplicate of #1018.
If I install wine32 can I running the program ?
Wine can run only programs compiled for same architecture that wine. So, for example if your wine installation is AArch64, then you can run only AArch64 EXEs - forget about pc/x86 in this case.
That's why you get:
0009:err:process:create_process L"Z:\\root\\SPRViewer.exe" not supported on this installation (x86 binary)
wine: Bad EXE format for Z:\root\SPRViewer.exe.
Wine is not emulator but only compatibility layer.
Closing as offtopic since wine is not supported in Termux.
If I install wine32 can I running the program ?
And how to install it
The text was updated successfully, but these errors were encountered: