What's new

helpp

wowgasm521

Verified Member
4
2017
0
guys Ive been at this for hours and days, I'm trying to login my server but it stuck at connected", if I close that connected it takes me back to realmlist. etc. everything is set to 127.0.0.1, everytime I change all the places that says 127.0.0.1 to my ip address the auth database just closes immediately, I'm looking for one awesome human being to please reply back to, and show me thru team viewer so I know exactly what to do to fix this problem,i have a team waiting for me for development, can anyone with a good heart please help a fellow lad. Id be so honored. thank you


Code:
ealmServerPort = 3724

#
#
# BindIP
# Description: Bind auth server to IP/hostname
# Default: "127.0.0.1" - (Bind to all IPs on the system)

BindIP = "127.0.0.1"

#
# PidFile
# Description: Auth server PID file.
# Example: "./authserver.pid" - (Enabled)
# Default: "127.0.0.1" - (Disabled)

PidFile = ""

#
# UseProcessors
# Description: Processors mask for Windows based multi-processor systems.
# Default: 0 - (Selected by OS)
# 1+ - (Bit mask value of selected processors)

UseProcessors = 0

#
# ProcessPriority
# Description: Process priority setting for Windows based systems.
# Default: 1 - (High)
# 0 - (Normal)

ProcessPriority = 1

#
# RealmsStateUpdateDelay
# Description: Time (in seconds) between realm list updates.
# Default: 20 - (Enabled)
# 0 - (Disabled)

RealmsStateUpdateDelay = 20

#
# WrongPass.MaxCount
# Description: Number of login attemps with wrong password before the account or IP will be
# banned.
# Default: 0 - (Disabled)
# 1+ - (Enabled)

WrongPass.MaxCount = 0

#
# WrongPass.BanTime
# Description: Time (in seconds) for banning account or IP for invalid login attempts.
# Default: 600 - (10 minutes)
# 0 - (Permanent ban)

WrongPass.BanTime = 600

#
# WrongPass.BanType
# Description: Ban type for invalid login attempts.
# Default: 0 - (Ban IP)
# 1 - (Ban Account)





World server : below 

LogsDir
# Description: Logs directory setting.
# Important: LogsDir needs to be quoted, as the string might contain space characters.
# Logs directory must exists, or log file creation will be disabled.
# Default: "" - (Log files will be stored in the current path)

LogsDir = "logs"

#
# LoginDatabaseInfo
# WorldDatabaseInfo
# CharacterDatabaseInfo
# Description: Database connection settings for the world server.
# Example: "hostname;port;username;password;database"
# ".;somenumber;username;password;database" - (Use named pipes on Windows
# "enable-named-pipe" to [mysqld]
# section my.ini)
# ".;/path/to/unix_socket;username;password;database" - (use Unix sockets on
# Unix/Linux)
# Default: "127.0.0.1;3306;root;ascent;auth" - (LoginDatabaseInfo)
# "127.0.0.1;3306;root;ascent;emucoachw" - (WorldDatabaseInfo)
# "127.0.0.1;3306;root;ascent;characters" - (CharacterDatabaseInfo)

LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth"
WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;emucoachw"
CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;characters"

#
# LoginDatabase.WorkerThreads
# WorldDatabase.WorkerThreads
# CharacterDatabase.WorkerThreads
# Description: The amount of worker threads spawned to handle asynchronous (delayed) MySQL
# statements. Each worker thread is mirrored with its own connection to the
# MySQL server and their own thread on the MySQL server.
# Default: 1 - (LoginDatabase.WorkerThreads)
# 1 - (WorldDatabase.WorkerThreads)
# 1 - (CharacterDatabase.WorkerThreads)

LoginDatabase.WorkerThreads = 1
WorldDatabase.WorkerThreads = 1
CharacterDatabase.WorkerThreads = 1
HomepageDatabase.WorkerThreads = 2

#
# LoginDatabase.SynchThreads
# WorldDatabase.SynchThreads
# CharacterDatabase.SynchThreads
# Description: The amount of MySQL connections spawned to handle.
# Default: 1 - (LoginDatabase.WorkerThreads)
# 1 - (WorldDatabase.WorkerThreads)
# 2 - (CharacterDatabase.WorkerThreads)

LoginDatabase.SynchThreads = 1
WorldDatabase.SynchThreads = 1
CharacterDatabase.SynchThreads = 2
HomepageDatabase.SynchThreads = 2

#
# MaxPingTime
# Description: Time (in minutes) between database pings.
# Default: 30

MaxPingTime = 30

#
# WorldServerPort
# Description: TCP port to reach the world server.
# Default: 8085

WorldServerPort = 8085

#
# BindIP
# Description: Bind world server to IP/hostname
# Default: "127.0.0.1" - (Bind to all IPs on the system)

BindIP = "127.0.0.1"
 
Last edited by a moderator:

Mr. Satan

Admiral Squatbar
Mythical User
Head Moderator
Gold Supporter
MoP Premium
Superior Member
1,012
2016
196
Location
World Martial Arts Championships
guys Ive been at this for hours and days, I'm trying to login my server but it stuck at connected", if I close that connected it takes me back to realmlist. etc. everything is set to 127.0.0.1, everytime I change all the places that says 127.0.0.1 to my ip address the auth database just closes immediately, I'm looking for one awesome human being to please reply back to, and show me thru team viewer so I know exactly what to do to fix this problem,i have a team waiting for me for development, can anyone with a good heart please help a fellow lad. Id be so honored. thank you


Code:
ealmServerPort = 3724

#
#
# BindIP
# Description: Bind auth server to IP/hostname
# Default: "127.0.0.1" - (Bind to all IPs on the system)

BindIP = "127.0.0.1"

#
# PidFile
# Description: Auth server PID file.
# Example: "./authserver.pid" - (Enabled)
# Default: "127.0.0.1" - (Disabled)

PidFile = ""

#
# UseProcessors
# Description: Processors mask for Windows based multi-processor systems.
# Default: 0 - (Selected by OS)
# 1+ - (Bit mask value of selected processors)

UseProcessors = 0

#
# ProcessPriority
# Description: Process priority setting for Windows based systems.
# Default: 1 - (High)
# 0 - (Normal)

ProcessPriority = 1

#
# RealmsStateUpdateDelay
# Description: Time (in seconds) between realm list updates.
# Default: 20 - (Enabled)
# 0 - (Disabled)

RealmsStateUpdateDelay = 20

#
# WrongPass.MaxCount
# Description: Number of login attemps with wrong password before the account or IP will be
# banned.
# Default: 0 - (Disabled)
# 1+ - (Enabled)

WrongPass.MaxCount = 0

#
# WrongPass.BanTime
# Description: Time (in seconds) for banning account or IP for invalid login attempts.
# Default: 600 - (10 minutes)
# 0 - (Permanent ban)

WrongPass.BanTime = 600

#
# WrongPass.BanType
# Description: Ban type for invalid login attempts.
# Default: 0 - (Ban IP)
# 1 - (Ban Account)





World server : below 

LogsDir
# Description: Logs directory setting.
# Important: LogsDir needs to be quoted, as the string might contain space characters.
# Logs directory must exists, or log file creation will be disabled.
# Default: "" - (Log files will be stored in the current path)

LogsDir = "logs"

#
# LoginDatabaseInfo
# WorldDatabaseInfo
# CharacterDatabaseInfo
# Description: Database connection settings for the world server.
# Example: "hostname;port;username;password;database"
# ".;somenumber;username;password;database" - (Use named pipes on Windows
# "enable-named-pipe" to [mysqld]
# section my.ini)
# ".;/path/to/unix_socket;username;password;database" - (use Unix sockets on
# Unix/Linux)
# Default: "127.0.0.1;3306;root;ascent;auth" - (LoginDatabaseInfo)
# "127.0.0.1;3306;root;ascent;emucoachw" - (WorldDatabaseInfo)
# "127.0.0.1;3306;root;ascent;characters" - (CharacterDatabaseInfo)

LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth"
WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;emucoachw"
CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;characters"

#
# LoginDatabase.WorkerThreads
# WorldDatabase.WorkerThreads
# CharacterDatabase.WorkerThreads
# Description: The amount of worker threads spawned to handle asynchronous (delayed) MySQL
# statements. Each worker thread is mirrored with its own connection to the
# MySQL server and their own thread on the MySQL server.
# Default: 1 - (LoginDatabase.WorkerThreads)
# 1 - (WorldDatabase.WorkerThreads)
# 1 - (CharacterDatabase.WorkerThreads)

LoginDatabase.WorkerThreads = 1
WorldDatabase.WorkerThreads = 1
CharacterDatabase.WorkerThreads = 1
HomepageDatabase.WorkerThreads = 2

#
# LoginDatabase.SynchThreads
# WorldDatabase.SynchThreads
# CharacterDatabase.SynchThreads
# Description: The amount of MySQL connections spawned to handle.
# Default: 1 - (LoginDatabase.WorkerThreads)
# 1 - (WorldDatabase.WorkerThreads)
# 2 - (CharacterDatabase.WorkerThreads)

LoginDatabase.SynchThreads = 1
WorldDatabase.SynchThreads = 1
CharacterDatabase.SynchThreads = 2
HomepageDatabase.SynchThreads = 2

#
# MaxPingTime
# Description: Time (in minutes) between database pings.
# Default: 30

MaxPingTime = 30

#
# WorldServerPort
# Description: TCP port to reach the world server.
# Default: 8085

WorldServerPort = 8085

#
# BindIP
# Description: Bind world server to IP/hostname
# Default: "127.0.0.1" - (Bind to all IPs on the system)

BindIP = "127.0.0.1"

I wrapped 'code' tags around your config text to shorten that post. For future reference, it'd be better to do that, or to post the whole config file (without any personal IP's or anything, of course).

Are you seeing any errors upon launching? Check the crash logs, or run the authserver as admin and it should display what happened right before it crashes.
Make sure all of your files are in the correct place.
Basically everything you download, except the server folder, goes into the core folder. Then run MySQL, Authserver, then Worldserver, preferably all as administrator.
It is possible your firewall or anti-virus is blocking something, so maybe turn them off temporarily (after checking all the previous steps) and see if that's the problem.
After checking all of these steps, try looking through here:
http://www.emucoach.com/showthread.php?197-Windows-7-64-can-t-go-past-quot-Connect-quot-HOW-TO-FIX

My help guide HERE may not have the exact information you're looking for, but if you run into any more errors, it could help.

If none of these steps help, I do apologize, I haven't dealt with servers/repacks in quite some time now.

Edit: Another thing, I noticed you made another post HERE with the exact same thing. Please refrain from doing that, as only one post is needed. Also, seeing the other post, i believe the link I posted earlier (Link) should fix your problem.
 
Last edited:
Top