Why it doesn't work

Questions about Wine on Linux
Locked
amera_09
Level 3
Level 3
Posts: 88
Joined: Mon Dec 09, 2019 6:47 pm

Why it doesn't work

Post by amera_09 »

Code: Select all

root@localhost:~#                                                                                    root@localhost:~# wine                                                                               Segmentation fault                                                                                   root@localhost:~# qemu-i386-static  ../usr/bin/wine
Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program                                              wine --help                   Display this help and exit                                             wine --version                Output version information and exit                             root@localhost:~# qemu-i386-static  ../usr/bin/wine /storage/750C-3810/Download/Explorer++.exe
Illegal instruction                                                                                  root@localhost:~# qemu-i386-static ../usr/bin/wineconsole                                            Error while loading ../usr/bin/wineconsole: Exec format error                                        root@localhost:~# uname  -a                                                                          Linux localhost 3.10.86-g0c14827 #2 SMP PREEMPT Thu Jul 12 13:13:34 CST 2018 aarch64 GNU/Linux       root@localhost:~#
amera_09
Level 3
Level 3
Posts: 88
Joined: Mon Dec 09, 2019 6:47 pm

Re: Why it doesn't work

Post by amera_09 »

root@localhost:~# qemu-i386-static ../usr/bin/wine --check-libs
libcairo.so.2: /lib/i386-linux-gnu/libcairo.so.2
sem_open(/CAPI20_shared_sem.v01000010, ...) failed - Permission denied
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault


qemu-x86_64-static
root@localhost:~# qemu-x86_64-static ../usr/bin/winecfg
Error while loading ../usr/bin/winecfg: Exec format error
root@localhost:~# qemu-x86_64-static ../usr/bin/wine
../usr/bin/wine: Invalid ELF image for this architecture
root@localhost:~# qemu-i386-static ../usr/bin/wine
amera_09
Level 3
Level 3
Posts: 88
Joined: Mon Dec 09, 2019 6:47 pm

Re: Why it doesn't work

Post by amera_09 »

ameer@localhost:~$ wine --check-libs
libcairo.so.2: /lib/i386-linux-gnu/libcairo.so.2
sem_open(/CAPI20_shared_sem.v01000010, ...) failed - Permission denied
Segmentation fault
amera_09
Level 3
Level 3
Posts: 88
Joined: Mon Dec 09, 2019 6:47 pm

Re: Why it doesn't work

Post by amera_09 »

This is wine staging 5.5 on ubuntu 19.10
Locked