I saw that running Lunar Magic was pretty hard, so I decided to donate my knowledge and prevent those posts that keep asking "OMG MEZ HAZ MAC, WHERE IS TEH MOON MAGIC?!!!1?1one?!"
What is Lunar Magic?It's a Mario ROM editor that is one of a kind. You can edit Super Mario World ROMs to make your own customized game! There are no other Mario ROM editors to my knowledge. So, us Macs and Linux users can't really edit ROMs, but I'm going to show you a way around that.
Please, obtain Lunar Magic by downloading from the original site, which can be found here: Lunar Magic.Introducing Wine.My solution to get around this OS barrier is to use Wine, an open-source program that can be installed onto any UNIX system to run Windows programs.
How to run Lunar Magic on a Mac.You will need the admin password. You should have it, if you don't, ask for it.1.Install Apple's Xcode (which can be found online at
Apple's developer website for free, or the installation CD that came with your Mac).
2.Install
MacPorts.
Click
here if you run Mountain Lion (Mac OS 10.8) and want to install MacPorts.
Click
here if you run Lion (Mac OS 10.7) and want to install MacPorts.
Click
here if you run Snow Leopard (Mac OS 10.6) and want to install MacPorts.
Click
here if you run Leopard (Mac OS 10.5) and want to install MacPorts.
Click
here if you run Tiger (Mac OS 10.4) and want to install MacPorts.
Run the installer package from the download, and finish with the installation.
3.Once it's finished, open Terminal in the /Applications/Utilities/ folder.
Type the following into the command line:
if [ `sysctl -n hw.cpu64bit_capable` -eq 1 ] ; then echo "+universal" | sudo tee -a /opt/local/etc/macports/variants.conf; else echo "not 64bit capable"; fi
sudo port install wine
PLEASE NOTE: THIS INSTALLATION TAKES ABOUT 1 TO 2 HOURS. YOU MAY LEAVE YOUR COMPUTER, BUT IT WILL NEED INTERNET ACCESS.4.Once the installation is done, type the following into Terminal:
wine ~/Downloads/lm128/Lunar\ Magic.exe
Your executable file might be somewhere else, so just type "wine" and than drag the executable file into the window.
An app named "X11" should pop up and stall for 30 seconds, then the Lunar Magic window should appear.
Please post a reply if the following didn't work for you.Alternative OptionsYou can install Windows in a partition on your computer, and boot up into Windows using
boot camp. Then, you can download and install any executable file in Windows without any room for emulation error.