Log in

View Full Version : Cannot connect to 0.5.0 - Didn't patch!


TwoSock
11-06-2003, 09:00 PM
Hmm ok so i finally got my server running and everything working.

I see my server on the server list but getting the 1017 error or something.

I use a seperate EQ for the Emu so i did not patch.
There is a lot of the other servers i can't connect to either tho.
What could be the problem? was on a few days ago and most of them worked fine then =/

Getting:
[Error] Expecting OP_SendLoginInfo, got 23a

in the server window

Flagged my account in MySql

mysql> update account set status=200, password='*******' where name='********';
Query OK, 0 rows affected (0.00 sec)
Rows matched: 0 Changed: 0 Warnings: 0


But when try with world.exe

C:\EqEmu>world.exe flag ******* 200
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.0
Account being GM Flagged:*******, Level: 200
Account: ******* does not exist, therefore it cannot be flagged
database.SetGMFlag failed.

C:\EqEmu>


is it case sensitive with username?

a_Guest03
11-07-2003, 03:18 AM
I thought world was supposed to be configured with no username or password. Correct me if I'm wrong.

TwoSock
11-07-2003, 10:38 PM
???

The guide tells you to make an admin account

arkaria
11-08-2003, 04:37 AM
You have to log into your server once before you can flag your account.

TwoSock
11-09-2003, 02:27 PM
Ok. Since i can't login at all i will wait for the release then i suppose =)

tanku
11-10-2003, 04:39 AM
The responces you got from mysql and world show that you don't have eqemu in your account table. You need to add it first.
Try this:


4. Now go to the machine that has c:\mysql\bin file and run the mysql.exe window.
Type in "use eq" without quote, and press Enter
type in "INSERT INTO account" without quote, and press Enter
Type in "SET name='eqemu', password='eqemu', status=200;" without quote, and press ENTER
type in "exit" without quote, and press enter

Put your login name and password in place of eqemu.

I found this somewhere posted by MOHAA
-Tanku

-PS by the way, I am getting that same error, and I have my GM flagged user in place, so don't expect this to fix that error.