View Single Post
 
Old 01-16-2016, 12:01 AM
mgellan mgellan is offline
Fire Giant

mgellan's Avatar

Join Date: Mar 2010
Location: Winnipeg Canada
Posts: 880
Default

Just installed a new Ubuntu 15.01 on a laptop (mostly cuz Win10 is totally screwed up on a HP Zbook17 with dual Intel / Nvidea graphics) and ran into the "no servers on login server screen" problem. Found this:

https://www.project1999.com/forums/s...d.php?t=218666

Installed and compiled p99-login-middlemand program, and changed my script to the following:

#!/bin/bash
~/bin/p99-login-middlemand &
echo $! >/tmp/p99middle.pid
cd "$HOME/.wine/drive_c/EverQuest99"
taskset -c 0 padsp wine eqgame.exe patchme 2>/dev/null
kill -9 $(cat /tmp/p99middle.pid)

EQ now works like a charm again!

Regards,
Mg
__________________

OMNI Officer (Retired from EQ)
Check out my P99 Hunting Guide!
Last edited by mgellan; 01-16-2016 at 12:08 AM..
Reply With Quote