View Single Post
  #7  
Old 06-01-2019, 08:21 AM
Michelle-Bishop
Fire Beetle
 
Join Date: Apr 2019
Posts: 22
Default

I don't know why I cannot connect still given the help here. I am running the client and server on this machine, my laptop. All 3 accounts I log in with this same machine.

The only way I can connect, is if I have an active connection, Start the server, then I can log in as normal, and I can even flick my wifi off and I am still able to connect until say, my laptop gets shutdown or it goes into sleep mode. Otherwise, my computer Wireless Lan card no longer registers an IP address with ipconfig /all.

I also notice, every time I am able to connect, I get an error in one of the consoles from the server:

[Login Server] New world server connection from 192.168.1.68:64519
[Error] Handle_NewLSInfo error, remote address was null, defaulting to stream address 192.168.1.68.
[World Server] Server Kera's Server(keraserver) did not attempt to log in but unregistered servers are allowed.
[Login Server] New Titanium client connection from 192.168.1.68:55213


Here's the config now:

Code:
{
     "server" : {
          "chatserver" : {
               "host" : "192.168.1.68",
               "port" : "7778"
          },
          "database" : {
               "db" : "peq",
               "host" : "127.0.0.1",
               "password" : "eqemu",
               "port" : "3306",
               "username" : "root"
          },
          "directories" : {
               "logs" : "logs/",
               "lua_modules" : "lua_modules/",
               "maps" : "maps/",
               "patches" : "./",
               "plugins" : "plugins/",
               "quests" : "quests/",
               "shared_memory" : "shared/"
          },
          "mailserver" : {
               "host" : "192.168.1.68",
               "port" : "7778"
          },
          "qsdatabase" : {
               "db" : "peq",
               "host" : "127.0.0.1",
               "password" : "eqemu",
               "port" : "3306",
               "username" : "root"
          },
          "world" : {
               "http" : {
                    "enabled" : "false",
                    "mimefile" : "mime.types",
                    "port" : "9080"
               },
               "key" : "jSx0rDQnhBlY72zPJEABOErxZI1ZEBz",
               "localaddress" : "127.0.0.1",
               "locked" : "false",
               "loginserver" : {
	"account" : "",
	"host" : "192.168.1.68",
	"legacy" : "0",
	"password" : "",
	"port" : "5998"
 },
               "longname" : "Kera's Server",
               "shortname" : "keraserver",
               "tcp" : {
                    "ip" : "127.0.0.1",
                    "port" : "9000",
                    "telnet" : "disable"
               }
          },
          "zones" : {
               "defaultstatus" : "0",
               "ports" : {
                    "high" : "7400",
                    "low" : "7000"
               }
          }
     }
}
Reply With Quote