Raspberry Pi - " * failed to add service - already in use? "

About BasiliskII, a 68k Mac emulator for Windows, MacOSX, and Linux that can run System 7.x through MacOS 8.1.

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
Pinstripes
Space Cadet
Posts: 3
Joined: Sun Nov 28, 2021 7:46 am

Raspberry Pi - " * failed to add service - already in use? "

Post by Pinstripes »

Hello,

I followed these steps:
git clone https://github.com/kanjitalk755/macemu
cd macemu/BasiliskII/src/Unix
NO_CONFIGURE=1 ./autogen.sh
./configure --enable-sdl-video=yes --enable-sdl-audio=yes --with-bincue
make
strip BasiliskII
When I run BasiliskII and then click Start in the GUI, I get:
Basilisk II V1.1 by Christian Bauer et al.
Reading ROM file...
* failed to add service - already in use?
And then it crashes.

uname -a gives me:
Linux raspberrypi 5.10.63-v7l+ #1459 SMP Wed Oct 6 16:41:57 BST 2021 armv7l GNU/Linux
(if that makes a difference)

Can anyone help?
User avatar
Ronald P. Regensburg
Expert User
Posts: 7821
Joined: Thu Feb 09, 2006 10:24 pm
Location: Amsterdam, Netherlands

Re: Raspberry Pi - " * failed to add service - already in use? "

Post by Ronald P. Regensburg »

Did you follow our setup guide? https://www.emaculation.com/doku.php/ba ... inux_setup
Is a compatible rom file with appropriate name in place?
Was a BasiliskII setup on this host system used before?

(I notice you use cebix/macemu source. Here we mostly use kanjitalk755/macemu fork: https://github.com/kanjitalk755/macemu )
Pinstripes
Space Cadet
Posts: 3
Joined: Sun Nov 28, 2021 7:46 am

Re: Raspberry Pi - " * failed to add service - already in use? "

Post by Pinstripes »

Ronald P. Regensburg wrote: Sun Nov 28, 2021 10:11 am Did you follow our setup guide? https://www.emaculation.com/doku.php/ba ... inux_setup
Is a compatible rom file with appropriate name in place?
Was a BasiliskII setup on this host system used before?

(I notice you use cebix/macemu source. Here we mostly use kanjitalk755/macemu fork: https://github.com/kanjitalk755/macemu )
Yes, I followed the guide.
Yes, I have tried 2 different ROMs: Quadra and Performa, that both work with Basillisk on Windows and Mac OS.
No, Basillisk was never setup on this machine before.
User avatar
Ronald P. Regensburg
Expert User
Posts: 7821
Joined: Thu Feb 09, 2006 10:24 pm
Location: Amsterdam, Netherlands

Re: Raspberry Pi - " * failed to add service - already in use? "

Post by Ronald P. Regensburg »

Maybe beter try build instructions as advised by kanjitalk755 himself: https://github.com/kanjitalk755/macemu

1. Before you start, make sure SDL2 version 2.0.14 or later is installed: https://www.libsdl.org/download-2.0.php
(For Linux, contact your distribution maintainer for updates.)

2. Then:

Code: Select all

$ cd macemu/BasiliskII/src/Unix
$ ./autogen.sh
$ make
Pinstripes
Space Cadet
Posts: 3
Joined: Sun Nov 28, 2021 7:46 am

Re: Raspberry Pi - " * failed to add service - already in use? "

Post by Pinstripes »

Thank you. Going to SDL 2.0.18 seems to have resolved the issue.
Post Reply