https://bugs.winehq.org/show_bug.cgi?id=38170
Bug ID: 38170 Summary: wine fails to start on raspian/raspberry pi Product: Wine Version: 1.7.37 Hardware: arm OS: Linux Status: NEW Keywords: download, source Severity: critical Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: ---
I recently got a raspberry pi for a project, and tried wine on it.
It compiles (slowly, took 320 minutes), but trying to start anything fails:
pi@raspberrypi ~ $ ./wine-git/wine notepad wine: failed to map the shared user data: c0000018 pi@raspberrypi ~ $ ./wine-git/wine winecfg wine: failed to map the shared user data: c0000018 pi@raspberrypi ~ $ ./wine-git/wine winemine wine: failed to map the shared user data: c0000018
pi@raspberrypi ~/wine-git $ git describe wine-1.7.37-143-g3b2cf06 pi@raspberrypi ~/wine-git $ uname -a Linux raspberrypi 3.18.7-v7+ #755 SMP PREEMPT Thu Feb 12 17:20:48 GMT 2015 armv7l GNU/Linux pi@raspberrypi ~/wine-git $ cat /etc/issue Raspbian GNU/Linux 8 \n \l
There was a previous report, bug 33578, but it has been abandoned.