PDA

View Full Version : Multiple Accounts w/ OSX



RaceCondition
12-08-2013, 12:28 PM
So, I have Lich running on OSX with Avalon, but it appears to be working with only one account. When I open a second instance of Avalon to connect to a second account, instead of connecting to Lich locally, Avalon connects to Simutronic's server directly. And I cannot open another instance of lich because the first instance is already listening on the relevant port.

Where am I going wrong?

ROTOR
12-09-2013, 06:09 AM
Are they totally separate copies of avalon? I downloaded a second copy onto my desktop and renamed it avalon2. also, are you using a second terminal window to log in to your second account?

RaceCondition
12-10-2013, 01:34 PM
The problem I am having is with the second part, I believe. I open a new xterm for a second instance of lich, but the new instance is unable to bind to the local port to listen for connections from Avalon because the first instance is still listening, apparently. I am using the command 'sudo ruby lich.rbw --gemstone --avalon' and then running avalon to connect in case it matters. Are you doing something different?

Thanks!

RaceCondition
12-11-2013, 03:22 AM
I seem to have solved the problem by closing the TCPServer listener after accepting the incoming client socket connection in lich.rbw. If someone knows how this is intended to work, please let me know what I am breaking.