Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #1  
Old 10-21-2024, 11:34 PM
bhughes bhughes is offline
Skeleton


Join Date: Dec 2018
Posts: 19
Default Constant Problems Playing on Green

Last month or so I've been having constant problems

1) Logon

Logon screen freezes when I try to logon
Login screen gives me an unknown error

Eventually after trying enough login works

2) Server Select

Sometimes server select is blank, back to 1)

Eventually works

3) Select Green trying to get to char select

Green unknown error, back 1)
Green locks up, reboot PC (in full screen) or kill eqgame.exe

4) Select Char
Game locks up reboot PC or kill game
Unknown error back to 1)

Eventually works

In Game
When zoning / porting game locks up, reboot PC or kill game

Sometimes i can zone, maybe 2 out of 5 times.

Is there an IP address that I can /ping to check for packet loss? I'm on xfinity cable atm. Was thinking of trying verizon 5G?
Reply With Quote
  #2  
Old 10-21-2024, 11:37 PM
bhughes bhughes is offline
Skeleton


Join Date: Dec 2018
Posts: 19
Default

no changes to PC hardware
Reply With Quote
  #3  
Old 10-21-2024, 11:39 PM
bhughes bhughes is offline
Skeleton


Join Date: Dec 2018
Posts: 19
Default

i tried on a 2nd pc, same problems, seems like packet loss problem to me
Reply With Quote
  #4  
Old 10-22-2024, 12:40 AM
bhughes bhughes is offline
Skeleton


Join Date: Dec 2018
Posts: 19
Default

I wrote a simple c# console program that i can run while locked up in full screen mode to kill the game, here's the source.

[STAThread]
static void Main()
{
Process [] procs = Process.GetProcesses();

int found = 0;

foreach(Process p in procs)
{
if (p.ProcessName == "eqgame")
{
Console.WriteLine("Killing " + p.ProcessName + " " + p.MainWindowTitle);
p.Kill();
found++;
}
}

if (found == 0)
Console.WriteLine("Everquest not found");
else
Console.WriteLine("Processes killed: " + found.ToString());

Console.ReadKey();
}
Reply With Quote
  #5  
Old 10-22-2024, 01:27 AM
vossiewulf vossiewulf is offline
Kobold


Join Date: Mar 2011
Location: San Mateo CA
Posts: 189
Default

Have you run a packet loss test?
Reply With Quote
  #6  
Old 10-22-2024, 02:39 AM
bhughes bhughes is offline
Skeleton


Join Date: Dec 2018
Posts: 19
Default

Quote:
Originally Posted by vossiewulf [You must be logged in to view images. Log in or Register.]
Have you run a packet loss test?
I'd need an IP address to test, the p99 web site doesn't let you ping it, i think it's dos attack vuln
Reply With Quote
  #7  
Old 10-24-2024, 01:01 AM
bhughes bhughes is offline
Skeleton


Join Date: Dec 2018
Posts: 19
Default

oh yeah, i forgot to mention that I get stuck trying to log in waiting for LD character to clear from the server
Reply With Quote
  #8  
Old 10-24-2024, 07:41 PM
bhughes bhughes is offline
Skeleton


Join Date: Dec 2018
Posts: 19
Default

I ordered 5G internet from Verizon, plugged it in and I was able to zone 6 or 7 times in a row without locking up!

So in conclusion, either my cable modem was bad or Comcast Xfinity was bad. I kind of think it was the later. Last couple of months I would go offline for 5 hours every couple of weeks, reason maintenance, installing new gear. I wouldn't doubt that Comcast's data center equipment is getting old now.

5G is costing me half as much as Xfinity even with the best 5G package I could buy!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:09 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.