Documenting the steps to recreate an exciting tuesday evening * Windows 10 * Ruby 2.6.1 * Lich 4.12.0f 1. install Ruby using RubyInstaller 2. edit lich.rbw to use --no-document instead of --no-ri --no-rdoc and use gem.cmd instead of gem.bat (find and replace for now) This step isn't necessary. The lesson from this is: Dont launch lich and let it install stuff, do it from the command prompt instead. 3. command prompt: `ridk install` 4. Install options 1, 2, 3 5. command prompt: ``` gem uninstall sqlite3 ridk exec pacman -S mingw-w64-x86_64-sqlite3 gem install sqlite3 -v 1.3.13 --platform=ruby ``` 6. run lich.rbw and let it install gtk2 7. command prompt: ``` gem uninstall cairo gem uninstall gtk2 gem uninstall glib2 gem uninstall atk gem uninstall pango gem install cairo gem install gtk2 ``` Its probably better to just install gtk2 and cairo in the command prompt since lich installs a specific version that isn't very friendly 8. Lich game entry launches. Install launcher + SF from dr website, login manually through the website and fire up DR 9. Lich does not read the launcher registry correctly and is unable to link to the launcher or SGE. Installed frostbite. Success!