I know, there's too many NP+ issues out there already, but this one seems fairly minor.
I have my sql stuff taken care of, and I've edited the Config.ini it's right here:
GoT is an abbreviation.
Anyway... I run main.rb, hit n for local run, and wait for a few minutes. It seems like it's going to work finally, and then it gives me:
"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - connect(2)uninitialized class variable @@_mysql in NetplayServer
Server has been terminated. Press Enter to exit."
Why does it do that? I really want to at least have the technology to make an online game, even if I never actually finish it.
I have my sql stuff taken care of, and I've edited the Config.ini it's right here:
Code:
Host = "near.uuuq.com"
Port = 50000
ServerName = "GoT Server"
ServerVersion = "1.0"
GameCode = *Deleted for security reasons*
WebServer = ""
SMTPServer = ""
AdminEmail = "vexus_ltd@yahoo.com"
DB_server = "uuuq.com"
DB_user = "near_gotdb"
DB_password = *deleted for security reasons*
DB_name = "near_gotfile"
Message = "Entering the GoT server!"
GoT is an abbreviation.
Anyway... I run main.rb, hit n for local run, and wait for a few minutes. It seems like it's going to work finally, and then it gives me:
"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - connect(2)uninitialized class variable @@_mysql in NetplayServer
Server has been terminated. Press Enter to exit."
Why does it do that? I really want to at least have the technology to make an online game, even if I never actually finish it.