PDA

View Full Version : Ruby and lich problem while loading on a new computer.



Landrat
04-16-2015, 07:03 PM
Basic issue resolved

Landrat
04-16-2015, 08:13 PM
Additional info. I am using Windows 8.1 and have tried, Ruby 2.2.1, 2.1.6, and, 2.0.0. With the Ruby 2.0.0 version it downloaded Sqlite3 and other programs, but will still not open the Stormfront and game.

Landrat
04-16-2015, 08:39 PM
I now get this message in the logs.

2015-04-16 19:34:37: info: Lich 4.6.22
2015-04-16 19:34:37: info: Ruby 2.0.0
2015-04-16 19:34:37: info: i386-mingw32
2015-04-16 19:34:39: info: no force-mode info given
2015-04-16 19:36:04: info: gamehost: storm.gs4.game.play.net
2015-04-16 19:36:04: info: gameport: 10024
2015-04-16 19:36:04: info: game: STORM
2015-04-16 19:36:05: info: launcher_cmd: Win32.ShellExecute(:lpOperation => "runas", :lpFile => "Launcher.exe", :lpDirectory => "C:\\Program Files\\SIMU\\SGE\\", :lpParameters => "C:\\Users\\Mstag_000\\Desktop\\temp\\lich3282.sal")
2015-04-16 19:36:07: info: waiting for client to connect...
2015-04-16 19:36:40: error: timeout waiting for client to connect
2015-04-16 19:36:51: info: launcher_cmd: "C:\Program Files\SIMU\SGE\Launcher.exe" C:\Users\Mstag_000\Desktop\temp\lich3282.sal

Omrii
04-16-2015, 08:58 PM
I have Lich running on an 8.1 VM. Is your Ruby 2.0.0 install 32-bit? (64-bit is not supported). Any version above Ruby 2.0.x may not work and I just helped a friend with the SQLite loop from inappropriately using 2.2.1. I'd uninstall the other versions of ruby is you have not already and ensure your system is setup to use 2.0 for rbw and rb files.

--Omrii

Landrat
04-17-2015, 03:37 PM
Everything downloaded again, using Ruby 2.0.0 32 bit and Lich 4.6.22, No loop, but still not right, but much closer.
at sign in I got this as an error.
2015-04-17 14:28:43: info: Lich 4.6.22
2015-04-17 14:28:43: info: Ruby 2.0.0
2015-04-17 14:28:43: info: i386-mingw32
2015-04-17 14:28:44: info: no force-mode info given
2015-04-17 14:29:20: info: gamehost: storm.gs4.game.play.net
2015-04-17 14:29:20: info: gameport: 10024
2015-04-17 14:29:20: info: game: STORM
2015-04-17 14:29:20: info: launcher_cmd: Win32.ShellExecute(:lpOperation => "runas", :lpFile => "Launcher.exe", :lpDirectory => "C:\\PROGRA~2\\Simu\\", :lpParameters => "C:\\Users\\Mstag_000\\Desktop\\temp\\lich1320.sal")
2015-04-17 14:29:22: info: waiting for client to connect...
2015-04-17 14:29:54: info: connected
2015-04-17 14:29:54: info: connecting to game server (storm.gs4.game.play.net:10024)
2015-04-17 14:29:54: info: connected
2015-04-17 14:32:28: error: server_thread: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
C:/Users/Mstag_000/Desktop/lich.rbw:6969:in `gets'
C:/Users/Mstag_000/Desktop/lich.rbw:6969:in `block in open'
2015-04-17 14:32:28: info: stopping scripts...
2015-04-17 14:32:28: info: closing connections...
2015-04-17 14:32:28: info: exiting...

Master Tillmen any ideas? I really feel like I'm close. I can log in through the web and in the SGE, but I really do like the convenience of Lich.

Landrat
04-17-2015, 05:14 PM
Latest attempt with fresh downloads of everything gives me this.
2015-04-17 16:06:25: info: Lich 4.6.22
2015-04-17 16:06:25: info: Ruby 2.0.0
2015-04-17 16:06:25: info: i386-mingw32
2015-04-17 16:06:27: info: no force-mode info given
2015-04-17 16:07:00: info: gamehost: storm.gs4.game.play.net
2015-04-17 16:07:00: info: gameport: 10024
2015-04-17 16:07:00: info: game: STORM
2015-04-17 16:07:01: info: launcher_cmd: Win32.ShellExecute(:lpOperation => "runas", :lpFile => "Launcher.exe", :lpDirectory => "C:\\PROGRA~2\\Simu\\", :lpParameters => "C:\\Users\\Mstag_000\\Desktop\\temp\\lich8079.sal")
2015-04-17 16:07:03: info: waiting for client to connect...
2015-04-17 16:07:36: error: timeout waiting for client to connect
2015-04-17 16:07:38: info: launcher_cmd: "C:\PROGRA~2\Simu\Launcher.exe" C:\Users\Mstag_000\Desktop\temp\lich8079.sal
Okay I still have no idea. I went through the explorer and erased all references to Simu, Lich, Ruby, and after reloading everything this is what I got.

Tillmen
04-17-2015, 11:58 PM
When the frontend won't connect (first and third logs), that's usually some sort of weird UAC related issue. On two systems with the same version of Windows/Ruby/Lich/Simustuff/UACsettings/etc, it seems to affect one system but not the other. Windows is all mysterious like that. The second log seems to show you solved that problem (before bringing it back), and at that point it looked like a firewall issue, or possibly an unreliable internet connection with terrible timing.