PDA

View Full Version : WorldConnection failed


JuJu142
02-18-2012, 10:26 PM
EDITED

So it seems to me like world.exe and eqlaunch.exe are not properly launching? When I run the bat file the command prompt flashes up and vanishes. (Just like if I would manually launch them out of the directory).

When eqlaunch.exe runs it pops up another CMD with debug lines in it. It seems to me that this is not what is supposed to be happening? Any insight? Thanks!

EDIT : Mini login working fine. I see myself connect to it, no servers in the list, and no window for "world.exe" if I'm even supposed to have one. Also, minilogin window shows "0 Server(s), 1 Client(s) Connected. I'm assuming it should have a server connected?

JuJu142
02-19-2012, 12:08 AM
So I managed to get a screen cap as the window flashed open for world.exe.

"Failed to open log file: logs/eqemu_error_world.2332.log
[ERROR] Failed to connect to the database: Error: #1130 Host "Old-Pc" is not allowed to connect to this MySQL server"

lerxst2112
02-19-2012, 12:13 AM
Is your database running on a different machine than the server processes? If so, you need to configure MySQL to allow remote root connections, or make a non-root MySQL account that you will have the world/etc. connect to.

If both are running on the same machine I have no idea how you would receive that message.

JuJu142
02-19-2012, 12:18 AM
Nope it's all on one machine...Arghhh I will probably just redo everything tomorrow.

JuJu142
02-19-2012, 12:36 AM
One problem solved! Hoorah. I can login and see my server. When I click play, this happens.

"ID is 0. Is this server connected to minilogin?
Could not find a minilogin account, verify ip address logging into minilogin is the same that is in your account table."

and I get booted out to the login screen again.

Wish I could change the title of this thread :P

Vexyl
02-19-2012, 01:04 AM
Change host from "Old-Pc" to 127.0.0.1 for the original problem.
Make sure the minilogin ip in the accounts table is set to 127.0.0.1 too.

JuJu142
02-19-2012, 10:19 AM
Yep, resolved the problem very late last night. Now I am trying to be able to connect to the server from other PC's in my home. Added an account login entry with the new PC's IP. It logs in, and miniLogin recognizes and sees the login. I can see the server. When I hit play it disconnects from minilogin and then kicks me to the login again. I'm assuming I need to switch all the "localhost" to the PC's generic IP address?