Page 1 of 8 123 ... LastLast
Results 1 to 10 of 73

Thread: problems installing lich

  1. Default problems installing lich

    I've tried walking through the steps listed several times. I am having difficulties installing lich, I get to where I am to install sqlite3 and it keeps wanting that over and over... ANy thoughts? running windows 7

  2. #2

    Default

    There is some moment when installing ruby when you have to select which file extensions you want it to recognize and open. Make sure they are all checked. That was what I had trouble with last time I did a full install.

  3. Default

    Nice, thank you.

  4. Default

    If it keeps asking you to install sqlite3, then it's failing to install sqlite3. This usually happens if you install the wrong version of Ruby.
    Get Lich - Vote for Gemstone (topmudsites.com)

  5. #5

    Default

    Thanks for the latest (.15 I believe) update to lich btw Tillmen. Works much smoother on my Win 7 rig. Gonna test out the Win 8 one soon.

  6. #6

    Default

    I am having this same problem, tried uninstalling ruby, and reinstalling Ruby 2.0.0-p634 as suggested. I still get the SQL3lite install loop same as OP. I am on windows 7 64bit, but installing with 32bit ruby 2.0 as suggested. Not sure what else to try? even tried installing SQL3lite seperately.

  7. Default

    Open a command prompt as administrator (click on the start button, type cmd.exe into the search field, right-click on cmd.exe in the search results, click "Run as administrator")

    Type
    c:\ruby200\bin\ruby.exe -v
    and hit enter.

    Type
    c:\ruby200\bin\gem.bat install sqlite3 --source http://rubygems.org --no-ri --no-rdoc
    and hit enter.

    copy/paste the results here (right-click, click select all, hit enter, paste here)
    Get Lich - Vote for Gemstone (topmudsites.com)

  8. #8

    Default

    Quote Originally Posted by Tillmen View Post
    Open a command prompt as administrator (click on the start button, type cmd.exe into the search field, right-click on cmd.exe in the search results, click "Run as administrator")

    Type
    c:\ruby200\bin\ruby.exe -v
    and hit enter.

    Type
    c:\ruby200\bin\gem.bat install sqlite3 --source http://rubygems.org --no-ri --no-rdoc
    and hit enter.

    copy/paste the results here (right-click, click select all, hit enter, paste here)
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.


    C:\Users\XXX>c:\ruby200\bin\ruby.exe -v
    ruby 2.0.0p598 (2014-11-13) [i386-mingw32]


    C:\Users\XXX>c:\ruby200\bin\gem.bat install sqlite3 --source http://rubygems
    .org --no-ri --no-rdoc
    Successfully installed sqlite3-1.3.10-x86-mingw32
    WARNING: Unable to pull data from 'https://rubygems.org/': SSL_connect returned
    =1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (htt
    ps://rubygems.org/latest_specs.4.8.gz)
    1 gem installed


    C:\Users\XXX>

  9. #9

    Default

    It worked! That is really odd that the installers were not working, is that a Ruby issue?

    Anyways, so far so good. Thank you! Also not sure if this is related but on bootup:

    --- Lich: autoaccept has exited.
    --- Lich: enchantnotes active.
    --- Lich: error: cannot load such file -- ftools
    C:/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    C:/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'

    But so far as I can tell its not affecting anything.

  10. Default

    I'm not sure why sqlite installed when you did it manually but not when Lich tried to do it. It's the same command. Probably another UAC thing.

    I think that error from enchantnotes can be fixed by downloading an update to the script.
    Get Lich - Vote for Gemstone (topmudsites.com)

Similar Threads

  1. Problems installing on Mac missing
    By Lucktar in forum The Lich Project
    Replies: 0
    Last Post: 07-04-2019, 11:35 AM
  2. Installing Lich
    By Mitchem in forum The Lich Project
    Replies: 19
    Last Post: 05-05-2019, 10:19 AM
  3. Need help installing Lich
    By BHawk in forum The Lich Project
    Replies: 0
    Last Post: 02-04-2018, 10:44 AM
  4. Installing Lich
    By shadow34 in forum The Lich Project
    Replies: 2
    Last Post: 01-22-2017, 04:50 PM
  5. Problems installing on Vista
    By Savrin in forum The Lich Project
    Replies: 6
    Last Post: 03-23-2010, 08:17 PM

Posting Permissions

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