macOs Installation guide - sirjonasxx/G-Earth GitHub Wiki
NOTE: Currently supported browsers: ONLY Firefox and Chromium, works on Habbo AIR too
MacOS Installation Guide
G-Earth depends on an application named G-Mem, this application scans the memory contents of the Habbo client applicaton and extracts a cipher key that is used to decrypt packets coming from the Habbo server.
There is a few steps u have to complete in order to get it to work on MacOS.
Code-Sign G-Mem file and make it executable
Signing of G-Mem
- Open
Terminal
(pressβ + Enter
, typeTerminal
to open it from spotlight) - Type
sudo codesign --force --sign -
(do not press enter yet) - Drag the
G-Mem
orG-Memz
file into your terminal window (this will append the path to the terminal) - Now press enter and enter your login credentials when prompted.
Making G-Mem executable
- Open
Terminal
(pressβ + Enter
, typeTerminal
to open it from spotlight) - Type
chmod 755
(do not press enter yet) - Drag the
G-Mem
file into your terminal window (this will append the path to the terminal)
Your terminal window should now resemble the following:
- Now press enter and verify the
Kind
of theG-Mem
file is nowUnix Executable File
Launching G-Earth
- Open
Terminal
(pressβ + Enter
, typeTerminal
to open it from spotlight) - Type
sudo java -jar
- Drag the
G-Earth.jar
file into your terminal window (this will append the path to the terminal)
Your terminal window should now resemble the following:
- Press enter and fill in your password if prompted
Troubleshooting
π« Apple canβt check app for malicious software
In this case, you can grant an exception for a blocked app by clicking the Open Anyway
button in Privacy & Security settings.
This button is available for about an hour after you try to open the app. Where it appears exactly depends on the OS version u are running,
more details about it can be found here: https://support.apple.com/en-gb/guide/mac-help/mchleab3a043/mac
Other
If you experience any other issues and the Troubleshooting Page doesn't help,
it might be useful to have a look at the following issues: #67 #10