View Full Version : Trouble getting Lich to work on a Mac with Avalon.
fireorlime
04-25-2015, 02:54 PM
Lich works fine, but I can't get the maps function to work on my Mac. Everything else works fine. Is anybody skilled enough at working through stuff like this that they might be willing to try to help me out?
RaceCondition
04-26-2015, 05:37 PM
Are you running lich from a terminal in XQuartz, or just the terminal? I ask because I am guessing narost fails to run because it can't open a gtk window.
fireorlime
06-09-2015, 03:37 PM
Are you running lich from a terminal in XQuartz, or just the terminal? I ask because I am guessing narost fails to run because it can't open a gtk window.
I'm getting back to this ridiculously late, but I think the problem was that when I tried to install Ruby, it gave me a version that Lich doesn't call for - I think 2.2 or something. I tried researching it a bit online, and it seems that this version of Ruby doesn't work with Lich. Is there a way when going about the installation process to get exactly the version the Lich guide instructions calls for?
Donquix
06-09-2015, 05:42 PM
You could install rvm (ruby version manager)
actual install docs:
https://rvm.io/rvm/install
tl;dr that should work for you, in a terminal...
in a terminal window type...
curl -sSL https://get.rvm.io | bash -s stable --ruby
close the terminal
re-open the terminal
type the following in the new terminal..
rvm install 2.1.5
rvm use 2.1.5 --default
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.