Forums

Odroid XU 4 Ubuntu 18.04 Problem

Auteur Réponses
field3d Mercredi 10 Avril 2019 à 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 Jeudi 11 Avril 2019 à 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

Edité par Dadu042

field3d Jeudi 11 Avril 2019 à 15:26
field3dAnonymous

 In that link says it works but how?

Dadu042 Vendredi 12 Avril 2019 à 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 Samedi 13 Avril 2019 à 4:47
field3dAnonymous

How do you that?

Edité par field3d

Dadu042 Samedi 13 Avril 2019 à 13:59
Dadu042

field3d Lundi 15 Avril 2019 à 4:42
field3dAnonymous

I will try to check and see.

 

Thank you

Deleted Double post.
AdeyGraunt Mercredi 27 Mai 2020 à 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

Edité par AdeyGraunt