Forum Replies Created
-
AuthorPosts
-
mkdirParticipant
THAT’S GOT IT!!
http://www.redundantrobot.com/macemulator/1mbMacrom.zip works as expected!
Renamed PERFORMA.ROM to mac.rom, chose Start from EmulationStation and boom!
Thank you!
mkdirParticipantYup! I hit Start and it changes to a blank screen for a second, thinks about it, flickers for a while, then switches back to the console where “Error: Cannot open ROM” appears for a moment before going back to the EmulationStation browser.
mkdirParticipantHey, sorry for delay in replying. Long weekend.
I assume you meant ‘grep “BasiliskII” /etc/emulationstation/es_systems.cfg and not grep “BasiliskII” /etc/emulationstation/es_system.cfg’ (systems.cfg not system.cfg)?
The output text is:
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 “/opt/retropie/emulators/basilisk/bin/BasiliskII –rom /home/pi/RetroPie/roms/macintosh/mac.rom –disk /home/pi/RetroPie/roms/macintosh/disk.img” “basilisk”</command>
mkdirParticipantpi@retropie ~/RetroPie/roms/macintosh $ ls -la
total 31772
drwxrwxr-x 2 root pi 4096 Jan 17 15:33 .
drwxr-xr-t 51 root pi 4096 Jul 20 17:07 ..
-rw-r–r– 1 pi pi 4096 Jan 17 12:26 ._disk.img
-rw-r–r– 1 pi pi 31457280 Oct 19 2013 disk.img
-rw-r–r– 1 pi pi 4096 Jan 15 15:24 ._.DS_Store
-rw-r–r– 1 pi pi 6148 Jan 17 11:18 .DS_Store
-rw-r–r– 1 pi pi 1048576 Jan 15 07:51 mac.rom
-rw-r–r– 1 pi pi 4096 Jan 17 12:36 ._PERFORMA630.ROM
-rw-r–r– 1 root root 0 Jan 17 13:04 Start.txt
pi@retropie ~/RetroPie/roms/macintosh $I have the latest version of RetroPie, yes. Thanks for taking a look at this. It’s been frustrating me for days.
mkdirParticipantThank you for the reply. Yes, I built BasiliskII from source using the retropie-setup and placed the nessasery .img and .rom files in the correct folder, but I’m getting ‘ERROR: Cannot open ROM file’. I’ve tried some other ROMs I was able to find elsewhere and still no dice. Do they have to be given specific upper or lowercase filenames?
mkdirParticipantAfter typing make this is what happens when I type make install:
pi@retropie ~/RetroPie/emulators/macemu/BasiliskII/src/Unix $ make install
/bin/sh ./mkinstalldirs /usr/local/bin /usr/local/share/man/man1 /usr/local/share/BasiliskII
/usr/bin/install -c BasiliskII /usr/local/bin/BasiliskII
/usr/bin/install: cannot remove `
/usr/local/bin/BasiliskII’: Permission denied
Makefile:145: recipe for target ‘install’ failed
make: *** [install] Error 1
pi@retropie ~/RetroPie/emulators/macemu/BasiliskII/src/Unix $ sudo make install
/bin/sh ./mkinstalldirs /usr/local/bin /usr/local/share/man/man1 /usr/local/share/BasiliskII
/usr/bin/install -c BasiliskII /usr/local/bin/BasiliskII
if test -f “”; then \
/usr/bin/install -c /usr/local/bin/; \
fi
/usr/bin/install -c -m 644 ./BasiliskII.1 /usr/local/share/man/man1/BasiliskII.1
/usr/bin/install -c -m 644 ./../SDL/keycodes /usr/local/share/BasiliskII/keycodes
/usr/bin/install -c -m 644 ./fbdevices /usr/local/share/BasiliskII/fbdevices
/usr/bin/install -c -m 644 ./tunconfig /usr/local/share/BasiliskII/tunconfig
pi@retropie ~/RetroPie/emulators/macemu/BasiliskII/src/Unix $ xinitwhich BasiliskII
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/retropie:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6X.Org X Server 1.12.4
Release Date: 2012-08-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.2.0-2-mx5 armv7l Debian
Current Operating System: Linux retropie 3.12.35+ #730 PREEMPT Fri Dec 19 18:31:24 GMT 2014 armv6l
Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2708.boardrev=0x10 bcm2708.serial=0xe5864953 smsc95xx.macaddr=B8:27:EB:86:49:53 bcm2708_fb.fbswap=1 bcm2708.disk_led_gpio=47 bcm2708.disk_led_active_low=0 sdhci-bcm2708.emmc_clock_freq=250000000 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
Build Date: 10 December 2014 09:32:00PM
xorg-server 2:1.12.4-6+deb7u5 (Moritz Muehlenhoff <>)
Current version of pixman: 0.33.1
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (–) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: “/var/log/Xorg.0.log”, Time: Fri Jan 16 15:46:18 2015
(==) Using system config directory “/usr/share/X11/xorg.conf.d”
FATAL: Module g2d_23 not found.
Basilisk II V1.0 by Christian Bauer et al.
ERROR: Cannot open ROM file.
xinit: connection to X server lostwaiting for X server to shut down Server terminated successfully (0). Closing log file.
pi@retropie ~/RetroPie/emulators/macemu/BasiliskII/src/Unix $
And this is what happens when I try to start X11 by typing BasiliskII
pi@retropie ~/RetroPie/emulators/macemu/BasiliskII/src/Unix $ BasiliskII Basilisk II V1.0 by Christian Bauer et al. ERROR: Could not initialize SDL: Unable to open a console terminal.
mkdirParticipantHey there. Thanks for doing this, great idea. But I’ve hit a few problems. I explain it in the thread I started here: https://www.petrockblock.com/forums/topic/basiliskii-and-macintosh-emulator-questions/
Basically your instructions work great right up until the ./configure command, when I get an error. I proceeded to enter ./configure without any of the disable / enable options and things seem to go OK. I got as far as entering make, then make install, but at this point in part 2 of your tutorial you say “Start X11 on your Pi. Run BasiliskII and configure its options using the GUI.” and I’m not getting that far. Neither of the commands to start X11 you suggest at the end of part 1 starts the X11 window manager.
I tried starting over again after I noticed that in an article on GitHub here: https://github.com/retropie/RetroPie-Setup/wiki/BasiliskII it is suggested to enter sudo ./retropie_packages basilisk configure before following your instructions but when I enter that I get the error message sudo: ./retropie_packages: command not found
I’ve also see that at the very start of your tutorial you suggest entering the directory ~/RetroPie/emulators/ but when I enter this I get the error message -bash: cd: /home/pi/RetroPie/emulators/: No such file or directory
Could you take a look into this please? It would be great to get some of my old Mac software running again. Thanks.
-
AuthorPosts