Lich:Software/Mac Installation: Difference between revisions

The official GemStone IV encyclopedia.
< Lich:Software
Jump to navigation Jump to search
mNo edit summary
m (Updating to latest Lich5 and cleaner Mac Install process)
Line 1: Line 1:
To install Lich on newer versions of Mac OS, you will need a bit of familiarity with the Mac Terminal application. Some familiarity with Homebrew will help, although you should be able to follow the steps below without any prior knowledge of Homebrew.
With Mac Mojave and Catalina, Ruby 2.6 and 2.7, and changes to various gems used to support the game, the old script does not work.


This guide will attempt to install Lich for the Avalon Front End only. The entire process will take 60-90 minutes to complete, but the time required will depend on how many prerequisites you need to install and how many errors you encounter. If you get stuck, see any errors or run into any problems, or for information about other front ends, please contact Doug (doug@play.net or Doug#6198 on Discord) for help.
To install Lich on newer versions of Mac OS, you will need to install formulas using Homebrew that recreate the way older technologies worked. You will need a bit of familiarity with the Mac Terminal application to get this done. Some familiarity with Homebrew will help, although you should be able to follow the steps below without any prior knowledge of Homebrew.

This guide will attempt to install Lich for the Avalon Front End only. The entire process will take 60-90 minutes to complete, but the time required will depend on how many prerequisites you need to install and how many errors you encounter. If you get stuck, or for information about other front ends, please contact Doug (doug@play.net or Doug#6198 on Discord) for help.


Please note that this guide will involve changing settings on your device for the technologies involved. You will need to decide whether it’s safe for you to customize these tools to work with Lich. If you have no idea what any of these technologies are, then you probably aren’t using them for any other purpose, but proceed at your own risk.
Please note that this guide will involve changing settings on your device for the technologies involved. You will need to decide whether it’s safe for you to customize these tools to work with Lich. If you have no idea what any of these technologies are, then you probably aren’t using them for any other purpose, but proceed at your own risk.


This guide has only been tested under a limited number of system conditions. Systems with different initial states or versions of these tools installed will behave differently and errors will occur. Your mileage may vary, but these steps should provide hints to what may be going wrong and accelerate any debugging of the issues.


==Before You Start==
==Before You Start==
Line 14: Line 11:


# Install the [https://www.play.net/gs4/play/avalon-info.asp Avalon Front End] from the play.net site.
# Install the [https://www.play.net/gs4/play/avalon-info.asp Avalon Front End] from the play.net site.
# Install [https://brew.sh Homebrew] by following the instructions at the Homebrew site. You will be asked to supply your sudo password at least once, and perhaps a couple of times through this process.
# Install the [https://www.xquartz.org DMG file] from the Xquartz site.
# The Hombrew setup will also install Apple's Command Line Tools. You will be asked to accept the Apple license.
# After you've installed the Xquartz DMG, this is the best time to log out and log back in on your Mac. You will be required to do so before everything will work, but right now is the best time. So log out, then log back in.

# Install [https://brew.sh Homebrew] by following the instructions at the Homebrew site.
When you are finished with these steps and Hombrew has installed, in the Terminal application you should run this command <code>brew doctor</code>

Your system should respond with <code>Ready to brew</code>. If you get any other result, please seek assistance.




==The Process==
==The Process==


There are three general steps to installing all the packages and software needed to run Lich on Mac.
# Open the Terminal application and move to a folder where you would like to install this project. The following steps will all be run in the Terminal.

# Enter the following command to fetch Doug's ‘Old Skool Brew’ package: <p><code>curl -OL https://github.com/OSXLich-Doug/OSXLich-Install/raw/master/OldSkoolBrew.zip</code></p>
* First we will install various packages through Homebrew. This will include installing a different version of Ruby. Apple's version of Ruby does not work well with Lich.
# Enter the following command to expand the package: <p><code>unzip OldSkoolBrew.zip</code></p>

# Run the following command to copy the files to your Homebrew formulas folder: <p><code>cp ./OldSkoolBrew/* /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/</code></p>
* Second, we will install the gems in the new Ruby that we installed.
# Run the following command to install the first set of required formulas: <p><code>HOMEBREW_NO_AUTO_UPDATE=1 brew install --build-from-source cairo</code></p><p>Note, this may take 20-30 minutes to complete. You will see Homebrew performing a long list of installations. If the process completes successfully, you will return to a new Terminal prompt once all the packages are installed.</p>

# Run the following command to make sure these new formulas do not update automatically: <p><code>brew pin cairo</code></p>
* Finally, we will download and unzip the current Lich software so that we can run Lich.
# Run the following command to install the second set of required formulas: <p><code>HOMEBREW_NO_AUTO_UPDATE=1 brew install --build-from-source pango gtk+</code></p><p>Note, this may take 20-30 minutes to complete. You will see Homebrew performing a long list of installations. If the process completes successfully, you will return to a new Terminal prompt once all the packages are installed.</p>

# Run the following command to make sure these new formulas do not update automatically: <p><code>brew pin pango gtk+</code></p>
To get started, enter these commands in Terminal, one at a time, and press ENTER. Allow the system to complete the command before moving on to the next one.
# Run the following command to update the system Ruby (this has been tested to work with 2.6.5 and 2.7.1): <p><code>HOMEBREW_NO_AUTO_UPDATE=1 brew install ruby@2.6</code></p>

# Next, link the installed ruby into the right place to be used: <p><code>HOMEBREW_NO_AUTO_UPDATE=1 brew link --force ruby@2.6</code></p>
# <code>brew install gtk+3</code>
# Now you will need to check if you are running Bash or the Z shell. Enter the following command to check your shell: <p><code>echo $SHELL</code></p>
# <code>brew install rbenv</code>
## If the Terminal displays <code>/bin/bash</code>, run the following commands: <p><code>echo 'export PATH=/usr/local/opt/ruby/bin:$PATH' >> ~/.bash_profile</code></p><p><code>source ~/.bash_profile</code></p>
# <code>brew install adwaita-icon-theme</code>
## If the Terminal displays <code>/bin/zsh</code>, run the following commands: <p><code>echo 'export PATH=/usr/local/opt/ruby/bin:$PATH' >> ~/.zshrc</code></p><p><code>source ~/.zshrc</code></p>

# We have two required Ruby gems to install. Run the following command to install the first gem: <p><code>gem install sqlite3 --no-document</code></p>
Now we need to set up your SHELL environment to take advantage of these packages.
# Run the following command to install the second gem: <p><code>gem install gtk2 --no-document</code></p>

# Now run a quick test to see if things work:
## Run the following command to start the Ruby shell (you will see the command prompt change): <p><code>Irb</code></p>
Enter the following command to check your shell: <p><code>echo $SHELL</code></p>

## Run this command to test if the first gem is working: <p><code>require 'sqlite3'</code></p><p>The system should respond <code>true</code></p>
* If the Terminal displays <code>/bin/bash</code>, run the following commands: <p><code>echo 'eval "$(rbenv init -)"' >> ~/.bash_profile</code></p><p><code>echo 'if [ -z $DISPLAY ]; then export DISPLAY=:0.0; fi' >> ~/.bash_profile</code></p><p><code>source ~/.bash_profile</code></p>
## Run this command to test if the second gem is working: <p><code>require 'gtk2'</code></p><p>This should start Xquartz in the background and respond <code>true</code> in the Terminal. It might take a few seconds!</p>
* If the Terminal displays <code>/bin/zsh</code>, run the following commands: <p><code>echo 'eval "$(rbenv init -)"' >> ~/.zshrc</code></p><p><code>echo 'if [ -z $DISPLAY ]; then export DISPLAY=:0.0; fi' >> ~/.zshrc</code></p><p><code>source ~/.zshrc</code></p>
## Now, run this command to return to your regular shell prompt: <p><code>exit</code></p>

# Nearly there! Now get the Lich files:
This completes the installation of the core packages you will need. Now we'll use rbenv to install the new Ruby. You're welcome to select a Ruby version if you are comfortable with any particular one. Note: Ruby 3.0 and higher does not support Lich presently. The most tested Ruby version is 2.6.6.
## Download the [https://lichproject.org/download/lich-4.6.52.zip Lich files] (Windows/Mac all run the same files).

## Put the file in a location you know the path to (for example, your desktop or a folder for this project).
Before we begin, let's check to be sure rbenv is working properly. Enter this command in Terminal and press ENTER.
## Unzip it.

# Run the following command in the Terminal (note, you must enter the correct path to the folder where you put Lich): <p><code>ruby ~/[PATH TO LICH]/lich/lich.rbw</code></p><p>(From now on, you must use this command to start the game, rather than opening the Front End directly.)</p>
* <code>rbenv versions</code>
# After a couple seconds, this will open the Lich login window.

## Give it your login information, and click connect.
This should return one line that looks like <code>* system</code>. If you see that line, you can proceed. If not, seek assistance. If you are proceeding, then enter these commands in Terminal, one at a time, and press ENTER. Allow the system to complete the command before moving on to the next one.
## Select your character, select the Avalon Front End, and click Play. (Don’t bother to save, that doesn’t work.)

## The game will start! You will see some new Lich-related text in the scroll, including a repository error (normal).
# <code>rbenv install 2.6.6</code>
# Get started by installing the maps database with the following command (in game): <code>;repo download-mapdb</code>
# <code>rbenv global 2.6.6</code>
# Good luck and have fun! For more instructions on Lich, look for guides elsewhere.
# <code>ruby -v</code>

If everything worked, the last line will return the version of Ruby that is currently active. It should look something like this:
<code>ruby 2.6.6p146 (2020-03-31 revision 67876) [x86_64-darwin19]</code>

If you did not receive that line, or if you received a line like this:
<code>ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin20]</code>
seek assistance.

The key is the ruby 2.6 part -> it either reads 2.6.6 or 2.6.3.

'''2.6.6 is expected'''. If your version reflects 2.6.6, proceed to the next steps. Enter these commands, one at a time, and press ENTER. Wait for the system to finish before moving on to the next.

# <code>gem install sqlite3 --no-document</code>
# <code>gem install gtk3 --no-document</code>

Now run a quick test to see if things work:

* Run the following command to start the Ruby shell (you will see the command prompt change): <p><code>Irb</code></p>
# Run this command to test if the first gem is working: <p><code>require 'sqlite3'</code></p><p>The system should respond <code>true</code></p>
# Run this command to test if the second gem is working: <p><code>require 'gtk3'</code></p><p>This should also respond <code>true</code> in the Terminal. It might take a second or two.</p>
# Now, run this command to return to your regular shell prompt: <p><code>exit</code></p>

If all of these activities show the right results, the hard part is behind you. Now we simply need to get the Lich files:
# Download the [https://www.dropbox.com/s/cbdhey4fp6i96e4/Lich5.zip?dl=1 Lich5] files. (Windows/Mac all run the same files).
# Unzip it the file in your Downloads folder. This will create a folder called Lich5. Drag the Lich5 folder (not the zip file, the folder) to your Desktop.

'''That's it!''' You will start / access Lich and the game from the Terminal window.

# Run the following command in the Terminal: <p><code>ruby ~/Desktop/Lich5/lich.rbw</code></p>
# After a couple seconds, you should see the Lich login window.
# Enter your login information, and click CONNECT.
# Select your character, select the Avalon Front End, and click PLAY.
# The game will start! You will see some new Lich-related text in the scroll, including a repository error (normal).

Lich5 will then automatically start downloading the map database and associated image files for the game. After that's complete, you're ready to play. Good luck and have fun!


==Lich for Other Front Ends==
==Lich for Other Front Ends==
Line 59: Line 95:
==Resources==
==Resources==
* [[Lich scripting reference]]
* [[Lich scripting reference]]
* Tillmen's Lich Update (v4.6.52): https://lichproject.org/
* Playershops by Lich: https://ps.lichproject.org/
* Playershops by Lich: https://ps.lichproject.org/
* Unofficial Support for Lich: http://forum.gsplayers.com/forumdisplay.php?f=104
* Unofficial Support for Lich: http://forum.gsplayers.com/forumdisplay.php?f=104

Revision as of 10:16, 10 March 2021

To install Lich on newer versions of Mac OS, you will need a bit of familiarity with the Mac Terminal application. Some familiarity with Homebrew will help, although you should be able to follow the steps below without any prior knowledge of Homebrew.

This guide will attempt to install Lich for the Avalon Front End only. The entire process will take 60-90 minutes to complete, but the time required will depend on how many prerequisites you need to install and how many errors you encounter. If you get stuck, see any errors or run into any problems, or for information about other front ends, please contact Doug (doug@play.net or Doug#6198 on Discord) for help.

Please note that this guide will involve changing settings on your device for the technologies involved. You will need to decide whether it’s safe for you to customize these tools to work with Lich. If you have no idea what any of these technologies are, then you probably aren’t using them for any other purpose, but proceed at your own risk.


Before You Start

You will need to install a few things.

  1. Install the Avalon Front End from the play.net site.
  2. Install Homebrew by following the instructions at the Homebrew site. You will be asked to supply your sudo password at least once, and perhaps a couple of times through this process.
  3. The Hombrew setup will also install Apple's Command Line Tools. You will be asked to accept the Apple license.

When you are finished with these steps and Hombrew has installed, in the Terminal application you should run this command brew doctor

Your system should respond with Ready to brew. If you get any other result, please seek assistance.


The Process

There are three general steps to installing all the packages and software needed to run Lich on Mac.

  • First we will install various packages through Homebrew. This will include installing a different version of Ruby. Apple's version of Ruby does not work well with Lich.
  • Second, we will install the gems in the new Ruby that we installed.
  • Finally, we will download and unzip the current Lich software so that we can run Lich.

To get started, enter these commands in Terminal, one at a time, and press ENTER. Allow the system to complete the command before moving on to the next one.

  1. brew install gtk+3
  2. brew install rbenv
  3. brew install adwaita-icon-theme

Now we need to set up your SHELL environment to take advantage of these packages.

Enter the following command to check your shell:

echo $SHELL

  • If the Terminal displays /bin/bash, run the following commands:

    echo 'eval "$(rbenv init -)"' >> ~/.bash_profile

    echo 'if [ -z $DISPLAY ]; then export DISPLAY=:0.0; fi' >> ~/.bash_profile

    source ~/.bash_profile

  • If the Terminal displays /bin/zsh, run the following commands:

    echo 'eval "$(rbenv init -)"' >> ~/.zshrc

    echo 'if [ -z $DISPLAY ]; then export DISPLAY=:0.0; fi' >> ~/.zshrc

    source ~/.zshrc

This completes the installation of the core packages you will need. Now we'll use rbenv to install the new Ruby. You're welcome to select a Ruby version if you are comfortable with any particular one. Note: Ruby 3.0 and higher does not support Lich presently. The most tested Ruby version is 2.6.6.

Before we begin, let's check to be sure rbenv is working properly. Enter this command in Terminal and press ENTER.

  • rbenv versions

This should return one line that looks like * system. If you see that line, you can proceed. If not, seek assistance. If you are proceeding, then enter these commands in Terminal, one at a time, and press ENTER. Allow the system to complete the command before moving on to the next one.

  1. rbenv install 2.6.6
  2. rbenv global 2.6.6
  3. ruby -v

If everything worked, the last line will return the version of Ruby that is currently active. It should look something like this: ruby 2.6.6p146 (2020-03-31 revision 67876) [x86_64-darwin19]

If you did not receive that line, or if you received a line like this: ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin20] seek assistance.

The key is the ruby 2.6 part -> it either reads 2.6.6 or 2.6.3.

2.6.6 is expected. If your version reflects 2.6.6, proceed to the next steps. Enter these commands, one at a time, and press ENTER. Wait for the system to finish before moving on to the next.

  1. gem install sqlite3 --no-document
  2. gem install gtk3 --no-document

Now run a quick test to see if things work:

  • Run the following command to start the Ruby shell (you will see the command prompt change):

    Irb

  1. Run this command to test if the first gem is working:

    require 'sqlite3'

    The system should respond true

  2. Run this command to test if the second gem is working:

    require 'gtk3'

    This should also respond true in the Terminal. It might take a second or two.

  3. Now, run this command to return to your regular shell prompt:

    exit

If all of these activities show the right results, the hard part is behind you. Now we simply need to get the Lich files:

  1. Download the Lich5 files. (Windows/Mac all run the same files).
  2. Unzip it the file in your Downloads folder. This will create a folder called Lich5. Drag the Lich5 folder (not the zip file, the folder) to your Desktop.

That's it! You will start / access Lich and the game from the Terminal window.

  1. Run the following command in the Terminal:

    ruby ~/Desktop/Lich5/lich.rbw

  2. After a couple seconds, you should see the Lich login window.
  3. Enter your login information, and click CONNECT.
  4. Select your character, select the Avalon Front End, and click PLAY.
  5. The game will start! You will see some new Lich-related text in the scroll, including a repository error (normal).

Lich5 will then automatically start downloading the map database and associated image files for the game. After that's complete, you're ready to play. Good luck and have fun!

Lich for Other Front Ends

No guides are available at this time, please email doug@play.net for help.

Resources

Third-Party Software - edit
Lich Installation: Lich
Downloadable Lich Scripts: Go2 | Map | Repository | Popular Scripts