Het forum

Odroid XU 4 Ubuntu 18.04 Problem

Auteur Antwoorden
field3d Woensdag 10 April 2019 om 20:30
field3dAnonymous

Hello I have an Odroid XU 4 with Ubuntu 18.04 and each time I want to install a .exe of windows and creates the virtual image it says the errors in this pastebin:

 
For example: Reply Quote Edit 
I download an exe called Adiirc is a free irc client application. Then in playonlinux I went to install create new virtual image and says:

https://pastebin.com/fRH1wzjd
If I give the command I have:
 
sudo lsb_release -a
 
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
What could be the problem?

 
 
Dadu042 Donderdag 11 April 2019 om 12:39
Dadu042

I don't know if a Odroid (in your case Odroix XU4) can work with Wine...

Perhaps look at  : https://wiki.winehq.org/ARM

Aangepast door Dadu042

field3d Donderdag 11 April 2019 om 15:26
field3dAnonymous

 In that link says it works but how?

Dadu042 Vrijdag 12 April 2019 om 9:55
Dadu042

In the log it seems that the main issue is this one :

0009:err:process:create_process L"E:\\home\\odroid\\Documents\\AdiIRC64.3.3.exe" not supported on this installation (x86 binary)

 

Do you force Wine to X86 ? (not Amd64 !), this is the thing to check.

field3d Zaterdag 13 April 2019 om 4:47
field3dAnonymous

How do you that?

Aangepast door field3d

Dadu042 Zaterdag 13 April 2019 om 13:59
Dadu042

field3d Maandag 15 April 2019 om 4:42
field3dAnonymous

I will try to check and see.

 

Thank you

Deleted Double post.
AdeyGraunt Woensdag 27 Mei 2020 om 18:49
AdeyGrauntAnonymous

Hi..there shouldn't be a problem if you are using WINE. ONLY cause it wine for ARM exists doesn't mean it enables you to magically run Windows x86 programs on your system.
Wine is a "interpreter" it reads the binary and translates what the binary would normally do on the system.
If a Windows binary says "open a window and draw the following picture" it will translate the same thing to Linux where also Windows and pictures exists and does the same thing here (simplified speaking).
Issue is as it's only TRANSLATING and not EMULATING, that means a Windows x86 BINARY will only run on an x86 wine version.

circuit card assembly

Aangepast door AdeyGraunt