Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wine #1024

Closed
vc5K opened this issue Feb 10, 2019 · 1 comment
Closed

Wine #1024

vc5K opened this issue Feb 10, 2019 · 1 comment

Comments

@vc5K
Copy link

vc5K commented Feb 10, 2019

 -  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

@ghost
Copy link

ghost commented Feb 10, 2019

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.

@ghost ghost closed this as completed Feb 10, 2019
@ghost ghost added the duplicate label Feb 10, 2019
@ghost ghost locked as off-topic and limited conversation to collaborators Feb 10, 2019
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant