|  |  | 
 
  |  |  |  |  
  |  |  |  |  
  |  |  |  |  
  |  |  |  |  
  |  | 
	
		
   
   
      | Archive::General Support Archive area for General Support's posts that were moved here after an inactivity period of 90 days. |  
	
	
		
	
	
	| 
			
			 
			
				02-18-2003, 07:31 PM
			
			
			
		 |  
	| 
		
			
			| Fire Beetle |  | 
					Join Date: Feb 2003 
						Posts: 9
					      |  |  
	| 
				 Server is locked, need some suggestions on how to unlock 
 You all really made it easy setting things up. nice walkthroughs and all. I can get on servers and even made one of my own. My problem is that my server is locked. when I created the server I wanted to have a chance to set up some control so I set locked=false to true in the loginserver.ini. once I was up and running I wanted to log in so I shut it down set the value to false and started it back up...still is locked.  I tried restarting my comp, and even replaced the ini file with a fresh downloaded one. havn't been able to find what the problem is anyone have a suggestion?? 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				02-18-2003, 08:20 PM
			
			
			
		 |  
	| 
		
			
			| Sarnak |  | 
					Join Date: May 2002 
						Posts: 62
					      |  |  
	| 
 oy... Id so be able to answer this cause it drove me nuts one time too.... only thing is I forgot how I solved it and I'm out of practice regarding eqemu since I've never been able to play on my own local server and yet to set up a computer I could use for a network server. 
				__________________Obscured Reality
 Server Op
 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				02-19-2003, 10:58 AM
			
			
			
		 |  
	| 
		
			
			| Fire Beetle |  | 
					Join Date: Feb 2003 
						Posts: 1
					      |  |  
	| 
 I have the same problem. 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				02-19-2003, 11:10 AM
			
			
			
		 |  
	| 
		
			
			| Fire Beetle |  | 
					Join Date: Feb 2003 
						Posts: 9
					      |  |  
	| 
 Ok so it's good that it's something that others have had...I guess. Anyone have an idea on what I can try? 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				02-19-2003, 02:52 PM
			
			
			
		 |  
	| 
		
			
			| Fire Beetle |  | 
					Join Date: Feb 2003 Location: Oz 
						Posts: 9
					      |  |  
	| 
 I had this with 4.2, I had to add the IP addresses of my zone servers to table zoneserver_auth and problem went away. 
 In my case in the zoneservers there were lines like "InitWorldServer Failed", and on the world server there was a spamming message about connection from 127.0.0.1 failing auth.
 
 Hope this helps.
 
 JP
 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
 
  |  |  |  |  
	| 
			
			 
			
				02-21-2003, 03:55 PM
			
			
			
		 |  
	| 
		
			
			| Fire Beetle |  | 
					Join Date: Feb 2003 
						Posts: 9
					      |  |  
	| 
				  
 OK I'm guessing that any time there is an error with a server it gets locked. when I open the world this is what I get.
 @localhost' (Using password: YES)
 EQEMu 0.4.2 eRAMNotes Sucks!
 Loading Variables, zone names & items...
 Error in LoadVariables query 'SELECT varname, value, unix_timestamp() FROM varia
 bles where unix_timestamp(ts) >= 0' #2006: MySQL server has gone away
 Error in LoadZoneNames query 'SELECT MAX(zoneidnumber) FROM zone' #2006: MySQL s
 erver has gone away
 EMuShareMem.dll loaded.
 Error in GetItemsCount query 'SELECT MAX(id), count(*) FROM items' #2006: MySQL
 server has gone away
 Error: Database::LoadItems() (sharemem): GetItemsCount() returned -1
 ...done.
 LoginServer.ini read.
 Loading guild ranks...Error in LoadGuilds query 'SELECT id, eqid, name, leader,
 rank0title, rank1, rank1title, rank2, rank2title, rank3, rank3title, rank4, rank
 4title, rank5, rank5title from guilds' #2006: MySQL server has gone away
 done.
 Loading EQ time of day...Reading time file failed, bytes read: 0
 failed.
 Please don't make me a levelme server. :(
 World server listening on: 66.63.66.240:9000
 Error in LoadVariables query 'SELECT varname, value, unix_timestamp() FROM varia
 bles where unix_timestamp(ts) >= 0' #2006: MySQL server has gone away
 Connected to LoginServer: eqlogin2.eqemu.net:5999
 
 I followed the instructions but it seems like there are files that the program can't read..I'm not good with programing and I'm sure that the errors would make more sense to me if I was. anyone know how to fix these errors?
 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
 
  |  |  |  |  
	
		
	
	
	| 
			
			 
			
				02-21-2003, 05:28 PM
			
			
			
		 |  
	| 
		
			
			| Demi-God |  | 
					Join Date: Jan 2002 Location: Charlotte, NC 
						Posts: 2,614
					      |  |  
	| 
 You need to add the ts column to your database.  
 Try to do an update and add the table and it will get rid of that error.
 
 try
 
 alter table variables add (ts timestamp);
 
				__________________Quitters never win, and winners never quit, but those who never win and never quit are idiots.
 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				02-21-2003, 06:00 PM
			
			
			
		 |  
	| 
		
			
			| Fire Beetle |  | 
					Join Date: Feb 2003 
						Posts: 9
					      |  |  
	| 
 ok I kind of understand what youre saying from what I know of db's. there is a table that the program needs info from that's not there.  the only db I used in this that I can think of is the eq folder that I copied into my sql dir. what's the command to add the timestamp to it? I opened mysql.exe and typed in the line you told me "alter table variables (ts timestamp)" and all I got was a new line like this:-->
 maybe I'm close maybe I have no clue as to what you're talking about :P if you think you can help pls cotinue trump
 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				02-21-2003, 06:15 PM
			
			
			
		 |  
	| 
		
			
			| Demi-God |  | 
					Join Date: Jan 2002 Location: Charlotte, NC 
						Posts: 2,614
					      |  |  
	| 
 YOu need to go into mysql and execute the command I just gave you..
 C:\mysql\bin\mysql.exe
 
 then type those commands.  A database table is just like a spreadsheet, its made up of columns of information with data in it.  One of your columns is missing.
 
				__________________Quitters never win, and winners never quit, but those who never win and never quit are idiots.
 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				02-21-2003, 09:39 PM
			
			
			
		 |  
	| 
		
			
			| Fire Beetle |  | 
					Join Date: Feb 2003 
						Posts: 4
					      |  |  
	| 
 :(  Same problem but i can also enter any username and password and it's excepted , but even if i use correct ones one of those dos window looking things says its wrong , boot5 crashes 2 secounds after starting with windows wanting to send error report but i just didnt let anything close .....stupid winxp tried everything else here and it all seems fine 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				02-22-2003, 04:58 AM
			
			
			
		 |  
	| 
		
			
			| Fire Beetle |  | 
					Join Date: Feb 2003 
						Posts: 2
					      |  |  
	| 
 Well, my own server i tried creating says locked as well...i don't know why either.....when i open the world.exe everything goes fine, there are NO error messages.....i have no idea what it could be either.....<wonders what the problem could be....> 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				02-22-2003, 06:15 AM
			
			
			
		 |  
	| 
		
			
			| Fire Beetle |  | 
					Join Date: Feb 2003 
						Posts: 9
					      |  |  
	| 
 k I wasn't putting the s in variables. got an ERROR:1060 duplicate column name ts. tried the same command line only with remove/delete instead of add. was thinking if I could remove and re add ts maybe it would help. don't klnow the commant for it though niether would work. think when I get home I'm gonna whipe the db and set it up again maybe that will fix it. 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				02-22-2003, 06:17 AM
			
			
			
		 |  
	| 
		
			
			| Fire Beetle |  | 
					Join Date: Feb 2003 
						Posts: 6
					      |  |  
	| 
 My server's locked, but when I click it and hit enter world or whatever the button says, it still logs onto the server =p 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				02-22-2003, 06:28 AM
			
			
			
		 |  
	| 
		
			
			| Fire Beetle |  | 
					Join Date: Feb 2003 
						Posts: 2
					      |  |  
	| 
 grr lucky you! ;p mine just says EQemu Error: World is locked ......or soemthin similar to that ;p 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	| 
			
			 
			
				02-22-2003, 08:42 AM
			
			
			
		 |  
	| 
		
			
			| Fire Beetle |  | 
					Join Date: Feb 2003 
						Posts: 2
					      |  |  
	| 
 Soulition = Set up EQAdmin and set your account to ServerOP... this will allow you to log in to your server even though its locked.... there is another way to do, go back and read the read me closer =D 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |  
	
		
	
	
	
	
	| 
	|  Posting Rules |  
	| 
		
		You may not post new threads You may not post replies You may not post attachments You may not edit your posts 
 HTML code is Off 
 |  |  |  All times are GMT -4. The time now is 01:28 PM.
 
 |  |  
    |  |  |  |  
    |  |  |  |  
     |  |  |  |  
 |  |