PDA

View Full Version : what is that?


majin
04-07-2004, 10:39 AM
hi
im started the world.exe and then i saw this


[Status]Deleted -1 stale player corpses from database
Database Error: Lost connection, attempting to recover....
DB Query Error #2006: MySQL server has gone away
[Status] Deleted -1 stale player backups from database
HELP I WORK IN THE EQEMU SWEATSHOP, YOU'RE MY ONLY HOPE!
TCP listening on: 192.168.1.7:9000
World server listening on: 192.168.1.7:9000
Connected to LoginServer: 192.168.1.7:9000
10 New TCP connection: 192.168.1.7:1744Database Error: Lost connection, attempti
ng to recover....


its no joke its really in my world.exe
what is that ?must that be there?
thanks in advance

Derision
04-07-2004, 10:45 AM
Are you serious ? Yes, this is a joke in the code:

switch (rand()%12)
{
case 0:
cout <<"Breaking bards...done"<<endl;
break;
case 1:
cout <<"Assassinating people that whine about horses...done"<<endl;
break;
case 2:
cout <<"HELP I WORK IN THE EQEMU SWEATSHOP, YOU'RE MY ONLY HOPE!"<<endl;
break;
case 3:
cout <<"Please don't make me a levelme server. :("<<endl;
break;
case 4:
cout <<"You may already be a winner... of the darwin award."<<endl;
break;
case 5:
cout <<"Warning: Pants may change during online play."<<endl;
break;
case 6:
cout <<"Abort/retry/cancel?"<<endl;
break;
case 7:
cout <<"Formatting drive C:"<<endl;
break;
case 8:
cout <<"Liberating a country that despises us..."<<endl;
break;
case 9:
cout <<"Breaking linux compiles...."<<endl;
break;
case 10:
cout <<"Screwing up windows compiles..."<<endl;
break;
case 11:
cout <<"Warning: You need to get laid..."<<endl;
break;
}

samandhi
04-09-2004, 04:32 AM
I think you should be more concerned with this line:
DB Query Error #2006: MySQL server has gone away You will NOT be able to log into your server.. You either need to run/re-run the GRANT command, or you dont have the DB sourced properly (or the wrong DB altogether, or NONE sourced)....

RangerDown
04-09-2004, 07:29 AM
Too bad he didn't get the "Formatting Drive C:" as the random message :lol:

KhaN
04-09-2004, 07:42 AM
LOL