Page 3 of 8 FirstFirst 12345 ... LastLast
Results 21 to 30 of 73

Thread: problems installing lich

  1. #21

    Default

    Im having the same problem with the sqllite3 install loop. This is probably a dumb question but i got a copy of ruby 2.0 from the ruby website but i cant seem to find an executable or install file any where in the directories. Am i missing some thing or did i download the wrong thing?

  2. #22

    Default

    Quote Originally Posted by Goldgenesis View Post
    Im having the same problem with the sqllite3 install loop. This is probably a dumb question but i got a copy of ruby 2.0 from the ruby website but i cant seem to find an executable or install file any where in the directories. Am i missing some thing or did i download the wrong thing?
    The ruby file you download should be an exe file


    rubyinstaller-2.0.0-p645.exe
    Last edited by SashaFierce; 06-15-2015 at 02:32 PM.

  3. #23

    Default

    I found the correct download link, maybe http://rubyinstaller.org/downloads/ trying it atm.

  4. #24

    Default

    following the rest of the install notes in this thread and using that download link worked perfect. really enjoying the gui situations.

  5. Default

    Quote Originally Posted by SashaFierce View Post
    The ruby file you download should be an exe file


    rubyinstaller-2.0.0-p645.exe
    This finally got the problem solved for me. When I was using the 2.2.2 version of Ruby, the black windows would open but nothing happened and they closed. After installing the 2.0.0 version, it worked perfectly.

    Thanks all.
    Last edited by Kriterian; 06-23-2015 at 04:31 PM.

  6. #26

    Default

    Quote Originally Posted by nocturnix View Post
    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>
    I am trying to install this on my bootcamped mac (running windows 10) right now on the train. I got to the SQLite3 portion of the install process again and had the same issue with no command prompt/automatic install of the sql3gem happening. So i tried the manual command again. I also downloaded the gem locally but am not sure what the command is to install it, i have a sqlite3.def and sqlite3.dll which I moved into the /bin folder of my ruby installation. From there I am not sure what to try next. Here is the output when I rune the installation command to download and install the gem:

    https://imgur.com/jPrVOdL

    ruby.exe -v
    ruby 2.0.0p648 (2015-12-16) [i386-mingw32]

    There seem to be files missing and connecting to the rubygems.org doesnt seem to work. Any ideas how I should complete this step?
    Last edited by nocturnix; 04-25-2019 at 06:37 AM.

  7. #27

    Default

    Quote Originally Posted by nocturnix View Post
    I am trying to install this on my bootcamped mac (running windows 10) ... Any ideas how I should complete this step?
    On windows 10, try this.

    1) Go to your control panel and apps - remove Ruby 2.0.0
    2) Open up your Windows Explorer, click on THIS PC and double click on C DRIVE
    3) Delete the Ruby200 folder if it is still present (it should be, but needs to be gone.)
    4) Go to this link, download the installer and run it.
    5) Use the new shortcut on your desktop to start Lich, log in through the Lich signin process, select your character and Stormfront.
    6) Click the PLAY button, and enjoy!

  8. Default

    I am also having the hangup on installing SQLite3, running Windows 8. I have tried different versions on Ruby 2.0.0 (uninstall via program manager and deleted c:\ruby200 folder) and have been unsuccessful. After trying the cmd prompt recommendation above I thought downloading the devkit might help the problem, so tried downloading that as well, however I do not know how to use it. This is the info from my cmd promt:

    ruby 2.0.0p648 (2015-12-16) [i386-mingw32]

    C:\Windows\System32>c:\ruby200\bin\ruby.exe -v
    ruby 2.0.0p648 (2015-12-16) [i386-mingw32]

    C:\Windows\System32>c:\ruby200\bin\gem.bat install sqlite3 --source http://rubyg
    ems.org --no-ri --no-rdoc
    Fetching: sqlite3-1.4.1.gem (100%)
    ERROR: Error installing sqlite3:
    The 'sqlite3' native gem requires installed build tools.

    Please update your PATH to include build tools or download the DevKit
    from 'http://rubyinstaller.org/downloads' and follow the instructions
    at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'

    C:\Windows\System32>


    I also tried running the windows 10 installer and that seemed to install fine, however the link it placed on my desktop did not work and I could not find the location of where it linked too... couldn't find a lich.rbw file.

    Thanks a bunch for any help you can give.

  9. Default

    Quote Originally Posted by Zatixx View Post
    I also tried running the windows 10 installer and that seemed to install fine, however the link it placed on my desktop did not work and I could not find the location of where it linked too... couldn't find a lich.rbw file.
    I received some help over on Discord.. for me the windows 10 installer did not successfully install Lich so that is why the desktop shortcut was broken. All fixed now.

  10. #30
    Join Date
    Jul 2006
    Location
    East Lansing, MI
    Posts
    7,598

    Default

    Trying to install it on another PC, here is what I've got.

    Microsoft Windows [Version 10.0.18362.295]
    (c) 2019 Microsoft Corporation. All rights reserved.

    C:\Users\Chris>c:\ruby200\bin\ruby.exe -v
    ruby 2.0.0p648 (2015-12-16) [i386-mingw32]

    C:\Users\Chris>c:\ruby200\bin\gem.bat install sqlite3 --source http://rubygems.org --no-ri --no-rdoc
    Fetching: sqlite3-1.4.1.gem (100%)
    ERROR: Error installing sqlite3:
    The 'sqlite3' native gem requires installed build tools.

    Please update your PATH to include build tools or download the DevKit
    from 'http://rubyinstaller.org/downloads' and follow the instructions
    at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'

    C:\Users\Chris>

    So I do the devkit install, follow its instructions.

    Run the command again

    C:\Users\Chris\Downloads\DevKit>c:\ruby200\bin\gem .bat install sqlite3 --source http://rubygems.org --no-ri --no-rdoc
    Temporarily enhancing PATH to include DevKit...
    Building native extensions. This could take a while...
    ERROR: Error installing sqlite3:
    ERROR: Failed to build gem native extension.

    c:/Ruby200/bin/ruby.exe extconf.rb
    checking for sqlite3.h... no
    sqlite3.h is missing. Install SQLite3 from http://www.sqlite.org/ first.
    *** extconf.rb failed ***
    Could not create Makefile due to some reason, probably lack of necessary
    libraries and/or headers. Check the mkmf.log file for more details. You may
    need configuration options.

    Provided configuration options:
    --with-opt-dir
    --without-opt-dir
    --with-opt-include
    --without-opt-include=${opt-dir}/include
    --with-opt-lib
    --without-opt-lib=${opt-dir}/lib
    --with-make-prog
    --without-make-prog
    --srcdir=.
    --curdir
    --ruby=c:/Ruby200/bin/ruby
    --with-sqlcipher
    --without-sqlcipher
    --with-sqlite3-config
    --without-sqlite3-config
    --with-pkg-config
    --without-pkg-config
    --with-sqlcipher
    --without-sqlcipher
    --with-sqlite3-dir
    --without-sqlite3-dir
    --with-sqlite3-include
    --without-sqlite3-include=${sqlite3-dir}/include
    --with-sqlite3-lib
    --without-sqlite3-lib=${sqlite3-dir}/


    Gem files will remain installed in c:/Ruby200/lib/ruby/gems/2.0.0/gems/sqlite3-1.4.1 for inspection.
    Results logged to c:/Ruby200/lib/ruby/gems/2.0.0/gems/sqlite3-1.4.1/ext/sqlite3/gem_make.out

    C:\Users\Chris\Downloads\DevKit>

    Seems like it worked, but if you look closely, not so much.

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
  •