Search found 16 matches

by nru1979
Mon Apr 05, 2021 7:39 am
Forum: Wine Help
Topic: Wine on raspberry pi Unhandled illegal instruction
Replies: 4
Views: 11986

Re: Wine on raspberry pi Unhandled illegal instruction

Don't use a x86 chroot.
You should try an amd64 chroot, as the one made with:
sudo debootstrap --foreign --arch amd64 stretch ./chroot-stretch-amd64 http://ftp.us.debian.org/debian
by nru1979
Sun Apr 04, 2021 7:55 am
Forum: Wine Help
Topic: Wine on raspberry pi Unhandled illegal instruction
Replies: 4
Views: 11986

Re: Wine on raspberry pi Unhandled illegal instruction

Wild guess: try from a pristine wineprefix? (as in WINEPREFIX=/home/pi/mywineprefix /home/pi/wine/bin/wine winecfg) If you still have that exception might be an idea to ask ptitSeb. Other track: what is your Setup.exe? I know for sure that box86 doesn't handle 16 bits neither 64 bits apps (example o...
by nru1979
Thu Mar 18, 2021 11:05 am
Forum: Wine Help
Topic: [Tutorial][Wine-arm] Playing Diablo II on Raspberry Pi with mods and in network
Replies: 0
Views: 7822

[Tutorial][Wine-arm] Playing Diablo II on Raspberry Pi with mods and in network

Hello, I have thourougly tested Diablo II on Raspberry Pi. There are numerous guides to make it working so I went a little further and played in network play and with mods. See how I did here: https://thepigamer.blogspot.com/2021/03/case-study-diablo-ii-on-raspberry-pi.html Note that I linked in my ...
by nru1979
Sat Feb 20, 2021 2:58 pm
Forum: Wine Help
Topic: [Tutorial] Install Wine on Raspberry Pi OS
Replies: 0
Views: 8824

[Tutorial] Install Wine on Raspberry Pi OS

Hello, I have made a tutorial for Raspberry Pi OS users who want to install Wine and get x86 games working. This tutorial uses box86 from ptitSeb. This is slightly easier to install than on RetroPie and it can be interesting for those who only installed one OS on their Raspberry Pi. Features also a ...
by nru1979
Sat Feb 20, 2021 2:34 pm
Forum: Linux
Topic: Dépend: wine-stable (= 5.0.3~buster)
Replies: 8
Views: 2410

Re: Dépend: wine-stable (= 5.0.3~buster)

What is the content of your /etc/apt/sources.list and /etc/apt/sources.list.d/ ?

Is architecture i386 already added with dpkg --add-architecture i386
What is the output of
sudo apt-get install wine-stable

I speak french, you can PM me if you want.
by nru1979
Sat Feb 20, 2021 2:20 pm
Forum: Linux
Topic: How to install an older version of wine
Replies: 8
Views: 27395

Re: How to install an older version of wine

Hello, You can manually download any ubuntu package here: https://dl.winehq.org/wine-builds/ubuntu/dists/focal/main/binary-i386/ or if you want to try your luck with an older distro here: https://dl.winehq.org/wine-builds/ubuntu/pool/main/ Do not forget to download both wineserver and wineclient pac...
by nru1979
Fri Feb 12, 2021 12:10 pm
Forum: Wine Help
Topic: [Tutorial][Wine 5.0.2]Run RPGMaker games on Raspberry Pi
Replies: 0
Views: 3427

[Tutorial][Wine 5.0.2]Run RPGMaker games on Raspberry Pi

Hello, I have made a guide for those who want to try to run their RPGMaker games on their Raspberry Pi. All availlable solutions are studied for every RPGMaker engine As a summary you can hope to run these engines: 2000 2003 XP VX Ace Those will give alot of trouble VX MV MZ The guide is here (it is...
by nru1979
Thu Jan 28, 2021 4:57 pm
Forum: Linux
Topic: Debugging wine under qemu-i386 on a Raspberry Pi
Replies: 10
Views: 4817

Re: Debugging wine under qemu-i386 on a Raspberry Pi

Out of my competence,
Best track I still have would be to report a bug on qemu. I do not think this is a wine issue...
See launchpad: https://bugs.launchpad.net/qemu/

Good luck
by nru1979
Mon Jan 25, 2021 2:33 am
Forum: Linux
Topic: Debugging wine under qemu-i386 on a Raspberry Pi
Replies: 10
Views: 4817

Re: Debugging wine under qemu-i386 on a Raspberry Pi

Hello, You might want to raise an issue on Github for that 16 bit problem. ptitSeb is very active and box86 has made terrific progress for the past 2 months that I started to follow it. As for the addr2line, you will have to raise an issue (on qemu's git?) too. it is an information for the developpe...
by nru1979
Sun Jan 24, 2021 3:34 pm
Forum: Linux
Topic: Debugging wine under qemu-i386 on a Raspberry Pi
Replies: 10
Views: 4817

Re: Debugging wine under qemu-i386 on a Raspberry Pi

Maybe addr2line -e /usr/bin/qemu-user-static -a 0xxxxxxxx (being segfault adress)
and addr2line -e /usr/bin/wine -a ....
can give you a hint?

if not, box86 allows preloader to be present, and you might get another addr2line
by nru1979
Sun Jan 24, 2021 12:23 pm
Forum: Linux
Topic: Installing Wine
Replies: 3
Views: 709

Re: Installing Wine

Did you add winehq repository in /etc/apt/sources.list.d/ ? If so, I once had that kind of problem when I duplicated my repository in my sources.list It is a very bad idea: your apt-get install gets packages randomly from a repo, and then switches to the other. If you did that, you have 2 solutions:...
by nru1979
Sun Jan 24, 2021 11:37 am
Forum: Linux
Topic: Debugging wine under qemu-i386 on a Raspberry Pi
Replies: 10
Views: 4817

Re: Debugging wine under qemu-i386 on a Raspberry Pi

I do not know if it will answer your question, but I have a little experience debootstrapping: - Debootstrapping on a buster/buster often generates bus error crashes. It is a problem of qemu memory allocation on this system. Only workaround I have found is to install a stretch/stretch. - Debootstrap...
by nru1979
Sun Jan 24, 2021 11:24 am
Forum: Wine Help
Topic: [Retropie][DIY]Integrating Wine in RetroPie on Raspberry Pi 3
Replies: 0
Views: 3033

[Retropie][DIY]Integrating Wine in RetroPie on Raspberry Pi 3

Hello, I have written a guide for those who would like to add wine to their RetroPie emulator list. It works for Raspberry Pi 3B+. You will basically need to install box86, xserver and xinit and learn how to change screen with the legacy driver. All the detail is on my blog article: https://thepigam...
by nru1979
Mon Nov 09, 2020 2:17 pm
Forum: Wine Help
Topic: WINE x86 running on RPI4
Replies: 4
Views: 3596

Re: WINE x86 running on RPI4

Hello, I tried Twister OS from PINN on my RPI3B+ The themes are awesome-looking but box86 does not work. In fact the kernel is compiled 2G-2G so wine:i386 does not start, even wrapped in box86. - Is it possible to reupload a 3G-1G on PINN? (I am trying to recompile the kernel atm but it is quite tim...
by nru1979
Sat Nov 07, 2020 6:01 am
Forum: Wine Help
Topic: Wine and Raspberry Pi: no sound in games
Replies: 2
Views: 2630

Re: Wine and Raspberry Pi: no sound in games

Hello, seems that sound issue happens in every game I try. It might be a problem with dsound but no matter if I use dsound native or builtin, it still deadlocks. btw noticed that performance toggle for raspberry (see 6 in my first post) is ddr=gdi. it certainly changes performance from very poor to ...
by nru1979
Thu Nov 05, 2020 3:55 am
Forum: Wine Help
Topic: Wine and Raspberry Pi: no sound in games
Replies: 2
Views: 2630

Wine and Raspberry Pi: no sound in games

Hello, I have been using wine for ages and reading a lot, but I am now facing a wall on this topic. I hope this post can help people who want to install Wine on Raspberry Pi as well. First of all, yes, Wine works on a Raspberry Pi with Qemu. Second, the performance is acceptable on a RPI 3B+. I coul...