Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Lich Install Problem on my Mac

  1. #11

    Default

    HOMEBREW_VERSION: 1.3.1
    ORIGIN: https://github.com/Homebrew/brew
    HEAD: 69799d97b1e7314912b2ee234dec2c179c5fb969
    Last commit: 3 weeks ago
    Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
    Core tap HEAD: 741ef382111412201d581d7e5bf39bf7b27a87e4
    Core tap last commit: 3 hours ago
    HOMEBREW_PREFIX: /usr/local
    HOMEBREW_REPOSITORY: /usr/local/Homebrew
    HOMEBREW_CELLAR: /usr/local/Cellar
    HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
    CPU: dual-core 64-bit penryn
    Homebrew Ruby: 2.0.0-p648
    Clang: 8.0 build 800
    Git: 2.10.1 => /Library/Developer/CommandLineTools/usr/bin/git
    Perl: /usr/bin/perl
    Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7
    Ruby: /Users/me/.rbenv/shims/ruby => /Users/me/.rbenv/versions/2.2.5/bin/ruby
    Java: 1.7.0_25, 1.6.0_65-b14-468
    macOS: 10.11.6-x86_64
    Xcode: N/A
    CLT: 8.2.0.0.1.1480973914
    X11: 2.7.11 => /opt/X11
    RubyGems Environment:
    - RUBYGEMS VERSION: 2.6.12
    - RUBY VERSION: 2.2.5 (2016-04-26 patchlevel 319) [x86_64-darwin15]
    - INSTALLATION DIRECTORY: /Users/me/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0
    - USER INSTALLATION DIRECTORY: /Users/me/.gem/ruby/2.2.0
    - RUBY EXECUTABLE: /Users/me/.rbenv/versions/2.2.5/bin/ruby
    - EXECUTABLE DIRECTORY: /Users/me/.rbenv/versions/2.2.5/bin
    - SPEC CACHE DIRECTORY: /Users/me/.gem/specs
    - SYSTEM CONFIGURATION DIRECTORY: /Users/me/.rbenv/versions/2.2.5/etc
    - RUBYGEMS PLATFORMS:
    - ruby
    - x86_64-darwin-15
    - GEM PATHS:
    - /Users/me/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0
    - /Users/me/.gem/ruby/2.2.0
    - GEM CONFIGURATION:
    - :update_sources => true
    - :verbose => true
    - :backtrace => false
    - :bulk_threshold => 1000
    - REMOTE SOURCES:
    - https://rubygems.org/
    - SHELL PATH:
    - /Users/me/.rbenv/versions/2.2.5/bin
    - /usr/local/Cellar/rbenv/1.1.1/libexec
    - /Users/me/.rbenv/shims
    - /Users/me/.rbenv/shims
    - /Users/me/.rbenv/shims
    - /usr/local/bin
    - /usr/bin
    - /bin
    - /usr/sbin
    - /sbin
    - /opt/X11/bin

  2. #12

    Default

    Ok, let's dig a bit further just to be sure of a thing or two.

    ls -al /Users/me/.rbenv
    ls -al /Users/me/.rbenv/versions
    ls -al /Users/me/.rbenv/versions/2.2.5

  3. #13

    Default

    $ ls -al /Users/me/.rbenv
    total 8
    drwxr-xr-x 5 me admin 170 Aug 19 14:50 .
    drwxrwxr-x 55 me admin 1870 Aug 23 16:42 ..
    drwxr-xr-x 9 me admin 306 Aug 24 19:36 shims
    -rw-r--r-- 1 me admin 6 Aug 24 19:27 version
    drwxr-xr-x 3 me admin 102 Aug 19 14:42 versions


    $ ls -al /Users/me/.rbenv/versions
    total 0
    drwxr-xr-x 3 me admin 102 Aug 19 14:42 .
    drwxr-xr-x 5 me admin 170 Aug 19 14:50 ..
    drwxr-xr-x 6 me admin 204 Aug 19 14:49 2.2.5


    $ ls -al /Users/me/.rbenv/versions/2.2.5
    total 0
    drwxr-xr-x 6 me admin 204 Aug 19 14:49 .
    drwxr-xr-x 3 me admin 102 Aug 19 14:42 ..
    drwxr-xr-x 9 me admin 306 Aug 22 18:40 bin
    drwxr-xr-x 3 me admin 102 Aug 19 14:49 include
    drwxr-xr-x 5 me admin 170 Aug 24 19:25 lib

    drwxr-xr-x 5 me admin 170 Aug 19 14:50 share

  4. #14

    Default

    Ok, let's blow away the 3.1.8 gem (because we had some problems with it) and reinstall it before we do anything in particlular.

    gem uninstall gtk2
    gem clean
    cd /Users/me/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/
    rm -R ./gtk2-3.1.8
    cd /Users/me/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/extensions/x86_64-darwin-15/2.2.0-static
    rm -R ./gtk2-3.1.8
    cd

    If there are any errors up to this point, let me know. If not:

    gem install gtk2

    Then try the game.

  5. #15

    Default

    $ gem install gtk2
    Fetching: gtk2-3.1.8.gem (100%)
    Building native extensions. This could take a while...
    Successfully installed gtk2-3.1.8
    Parsing documentation for gtk2-3.1.8
    Installing ri documentation for gtk2-3.1.8
    Done installing documentation for gtk2 after 4 seconds
    1 gem installed

    YAY!

    Then <sigh>

    I got this again:

    $ sudo ruby lich/lich.rbw --gemstone --avalon
    /Users/me/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/gtk2-3.1.8/lib/gtk2.rb:13:in `init': Cannot open display: /private/tmp/com.apple.launchd.xyWHslCf9L/org.macosforge.xquartz:0 (Gtk::InitError)
    from /Users/me/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/gtk2-3.1.8/lib/gtk2.rb:13:in `<top (required)>'
    from /Users/me/.rbenv/versions/2.2.5/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:133:in `require'
    from /Users/me/.rbenv/versions/2.2.5/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:133:in `rescue in require'
    from /Users/me/.rbenv/versions/2.2.5/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:40:in `require'
    from lich/lich.rbw:545:in `<main>'

    I'm just going to sit in the corner and rock myself in misery.
    Last edited by CrystalTears; 08-24-2017 at 09:25 PM.

  6. #16

    Default

    Sending you a quick PM.

  7. #17

    Default

    I'd be very interested in knowing the outcome of this, since I'm having a similar issue.
    I just took a DNA test, and I'm 100% that bitch.

  8. #18

    Default

    Quote Originally Posted by Rozy View Post
    I'd be very interested in knowing the outcome of this, since I'm having a similar issue.
    With WINE and Wizard? It's very system specific. Haven't got this one solved. Yet.

  9. #19

    Default

    I think a lot of people have run into this same issue and resorted to running VM with a windows box. I kept running into a similar issue and eventually gave up.

    You should reach out to Maags, though. If I recall correctly, she had issues with VM and a windows box and eventually started doing WINE and SF or Wine and Avalon. It's been a while. She's super friendly and if she doesn't know the answer, she knows who to get you in touch with.
    You slap Walkar's cheek, hard.
    He continues, "I've decided that I'm not going to let you serve community service, so don't get your hopes up. To this aim, you may either pay the fine of 50000000 silvers plus any other outstanding debts you may owe, or serve a total of 120 minutes of incarceration. You may ANSWER me either FINE or INCARCERATION as your choice. But I digress. Choose quickly, now, lest I hold you in contempt of court for wasting my time."

  10. Default

    Resurrecting this thread because it's the most recent I can find related to what I was experiencing.

    For me I was trying to get Stormfront to work with Wine because I hate Avalon and figured this has to be doable. I'm running on Sierra.

    I was tracking this thread because my issues seemed very similar, but no one seemed to have a resolution. I kept trying to gem install gtk2 and it was failing. So I decided to run ruby with a debug -d flag (ruby -d ~/lich/lich.rbw). It spit back a bunch of warnings, but then I saw a bunch of really interesting lines...

    Exception `LoadError' at /Users/[Me]/.rbenv/versions/2.2.5/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54 - dlopen(/Users/[Me]/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/extensions/x86_64-darwin-16/2.2.0-static/gtk2-3.2.1/gtk2.bundle, 9): Library not loaded: /usr/local/opt/gdk-pixbuf/lib/libgdk_pixbuf-2.0.0.dylib
    Referenced from: /usr/local/opt/gtk+/lib/libgtk-quartz-2.0.0.dylib
    Reason: Incompatible library version: libgtk-quartz-2.0.0.dylib requires version 3603.0.0 or later, but libgdk_pixbuf-2.0.0.dylib provides version 3401.0.0 - /Users/[Me]/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/extensions/x86_64-darwin-16/2.2.0-static/gtk2-3.2.1/gtk2.bundle

    A bunch of them like that actually. So it made me think well something must be messed up with that library.

    I ran Brew Doctor which had a bunch of " You have unlinked kegs in your Cellar" one of which was surprise, gdk_pixbuf

    So I did a brew upgrade gdk_pixbuf and it was up to date. So I did
    brew link --overwrite gdk-pixbuf

    After doing that I was able to run ruby ~/lich/lich.rbw and get the launcher to load, and when selecting Stormfront I can move forward. Unfortunately Stormfront loads and it just kinds of hangs out with no data in the windows. Still figuring that part out. Going to test Wizard out and see if I can get that working and double back to stormfront. I had it working before with ruby 2.0.0, but none of the ;go2 commands worked, and from what I gathered that was a ruby version issue.

Similar Threads

  1. install problem
    By allen in forum The Lich Project
    Replies: 5
    Last Post: 07-21-2019, 07:01 AM
  2. New install, connection problem
    By Nihiladrem in forum The Lich Project
    Replies: 4
    Last Post: 06-22-2018, 02:16 PM
  3. Can get Lich to install on my new pc
    By momodig in forum The Lich Project
    Replies: 7
    Last Post: 03-15-2016, 08:20 PM
  4. linux install of lich
    By a_man_ in forum General Gemstone
    Replies: 5
    Last Post: 06-17-2011, 02:38 AM
  5. Need help getting Lich to install
    By Prosperanna in forum The Lich Project
    Replies: 5
    Last Post: 12-05-2009, 08:46 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •