View Single Post
  #15  
Old 03-27-2018, 10:41 PM
Thallandor
Fire Beetle
 
Join Date: Mar 2018
Posts: 13
Default

Ok. So making those changes to the login server killed the login. I'll post below the config but i'm not sure why it doesn't work now to even log in. Syntax looks correct.

Code:
{
     "server" : {
          "chatserver" : {
               "host" : "10.0.0.2",
               "port" : "7500"
          },
          "database" : {
               "db" : "peq",
               "host" : "127.0.0.1",
               "password" : "eqemu",
               "port" : "3306",
               "username" : "root"
          },
          "mailserver" : {
               "host" : "10.0.0.2",
               "port" : "7500"
          },
          "qsdatabase" : {
               "db" : "peq",
               "host" : "127.0.0.1",
               "password" : "eqemu",
               "port" : "3306",
               "username" : "root"
          },
          "webinterface" : {
               "port" : "9081"
          },
          "world" : {
               "http" : {
                    "enabled" : "true",
                    "mimefile" : "mime.types",
                    "port" : "9080"
               },
               "key" : "uOqKbwjHmghlsQMYXj6kK5OpOX6BSqN",
               "loginserver" : {
                    "account" : "",
                    "host" : "10.0.0.2",
                    "password" : "",
                    "port" : "5998"
               },
               "longname" : "Faded World",
               "shortname" : "Faded World",
               "tcp" : {
                    "ip" : "10.0.0.2",
                    "port" : "9001"
               },
               "telnet" : {
                    "enabled" : "true",
                    "ip" : "0.0.0.0",
                    "port" : "9000"
               }
          },
          "zones" : {
               "defaultstatus" : "0",
               "ports" : {
                    "high" : "7400",
                    "low" : "7000"
               }
          }
     }
}
I'll go ahead and revert back for now. There are no crash files. I'll post the most recent log file for zone.

Code:
[03-27-2018 :: 22:45:27] [Zone Server] CURRENT_VERSION: 1.1.3
[03-27-2018 :: 22:45:27] [Zone Server] Mapping Incoming Opcodes
[03-27-2018 :: 22:45:27] [Zone Server] Loading Variables
[03-27-2018 :: 22:45:27] [Zone Server] Loading zone names
[03-27-2018 :: 22:45:27] [Zone Server] Loading items
[03-27-2018 :: 22:45:27] [Zone Server] Loading npc faction lists
[03-27-2018 :: 22:45:27] [Zone Server] Loading loot tables
[03-27-2018 :: 22:45:27] [Zone Server] Loading skill caps
[03-27-2018 :: 22:45:27] [Zone Server] Loading spells
[03-27-2018 :: 22:45:27] [Zone Server] Loading base data
[03-27-2018 :: 22:45:27] [Zone Server] Loading guilds
[03-27-2018 :: 22:45:27] [Zone Server] Loading factions
[03-27-2018 :: 22:45:27] [Zone Server] Loading titles
[03-27-2018 :: 22:45:27] [Zone Server] Loading tributes
[03-27-2018 :: 22:45:27] [Zone Server] Loading corpse timers
[03-27-2018 :: 22:45:27] [Zone Server] Loading commands
[03-27-2018 :: 22:45:27] [Zone Server] 258 commands loaded
[03-27-2018 :: 22:45:27] [Zone Server] Loaded default rule set 'default'
[03-27-2018 :: 22:45:27] [Zone Server] Loading Perl Event Export Settings...
[03-27-2018 :: 22:45:27] [Zone Server] Loading quests
[03-27-2018 :: 22:45:27] [Quests] Tying perl output to eqemu logs
[03-27-2018 :: 22:45:28] [Quests] Creating EQEmuIO=HASH(0x2f9eb84)
[03-27-2018 :: 22:45:28] [Quests] Creating EQEmuIO=HASH(0x2fb41dc)
[03-27-2018 :: 22:45:28] [Quests] Loading perlemb plugins.
[03-27-2018 :: 22:45:28] [Quests] Unable to read perl file 'plugin.pl'
[03-27-2018 :: 22:45:28] [Quests] Subroutine Cwd::fastcwd redefined at C:/Perl/lib/Cwd.pm line 812.
[03-27-2018 :: 22:45:28] [Quests] Subroutine Cwd::getcwd redefined at C:/Perl/lib/Cwd.pm line 812.
[03-27-2018 :: 22:45:28] [Quests] Subroutine Cwd::abs_path redefined at C:/Perl/lib/Cwd.pm line 812.
[03-27-2018 :: 22:45:28] [Quests] Subroutine CalcDestFromHeading redefined at ./plugins//path_tools.pl line 221.
[03-27-2018 :: 22:45:28] [Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.
[03-27-2018 :: 22:45:28] [Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.
[03-27-2018 :: 22:45:28] [Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.
[03-27-2018 :: 22:45:28] [Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.
[03-27-2018 :: 22:45:28] [Quests] Subroutine RandomRange redefined at ./plugins//random_utils.pl line 3.
[03-27-2018 :: 22:45:28] [Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[03-27-2018 :: 22:45:28] [Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[03-27-2018 :: 22:45:28] [Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[03-27-2018 :: 22:45:28] [Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[03-27-2018 :: 22:45:28] [Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_utils.pl line 2.
[03-27-2018 :: 22:45:28] [Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_utils.pl line 23.
[03-27-2018 :: 22:45:28] [Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_utils.pl line 45.
[03-27-2018 :: 22:45:28] [Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_utils.pl line 71.
[03-27-2018 :: 22:45:28] [Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_utils.pl line 134.
[03-27-2018 :: 22:45:28] [Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_utils.pl line 204.
[03-27-2018 :: 22:45:28] [Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_utils.pl line 268.
[03-27-2018 :: 22:45:28] [Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_utils.pl line 340.
[03-27-2018 :: 22:45:28] [Quests] Subroutine SpawnZone redefined at ./plugins//spawn_utils.pl line 373.
[03-27-2018 :: 22:45:28] [Quests] Subroutine GetReverseHeading redefined at ./plugins//spawn_utils.pl line 456.
[03-27-2018 :: 22:45:28] [Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//spawn_utils.pl line 477.
[03-27-2018 :: 22:45:28] [Quests] Subroutine vtell redefined at ./plugins//voicetell.pl line 6.
[03-27-2018 :: 22:45:28] [Quests] Subroutine Autovtell redefined at ./plugins//voicetell.pl line 56.
[03-27-2018 :: 22:45:28] [Zone Server] Entering sleep mode
[03-27-2018 :: 22:45:29] [Zone Server] Starting EQ Network server on port 7021
I hadn't looked at these files before. There are no crashes though.

As for something else taking those ports, no. Not possible at this time. I still have this server and client on a router all to themselves. They are the only two devices on that network. That router was reset, and all security removed. Both firewall and even the network it's self is open. (i live in the middle of no where ).

Here is the fresh-off-the-press most recent attempt to enter the world with a lvl 1 char.

Code:
[03-27-2018 :: 22:54:47] [Zone Server] Time Broadcast Packet: EQTime [09:54 pm]
[03-27-2018 :: 22:55:46] [Status] Zone Shutdown: tutorialb (189)
[03-27-2018 :: 22:55:46] [Normal] Zone shutdown: going to sleep
[03-27-2018 :: 22:55:46] [Quests] Destroying EQEmuIO=HASH(0x28b41dc)
[03-27-2018 :: 22:55:46] [Quests] Destroying EQEmuIO=HASH(0x289eb84)
[03-27-2018 :: 22:55:46] [Quests] Tying perl output to eqemu logs
[03-27-2018 :: 22:55:46] [Quests] Creating EQEmuIO=HASH(0xe74ff24)
[03-27-2018 :: 22:55:46] [Quests] Creating EQEmuIO=HASH(0xe755434)
[03-27-2018 :: 22:55:46] [Quests] Loading perlemb plugins.
[03-27-2018 :: 22:55:46] [Quests] Unable to read perl file 'plugin.pl'
[03-27-2018 :: 22:55:46] [Quests] Subroutine Cwd::fastcwd redefined at C:/Perl/lib/Cwd.pm line 812.
[03-27-2018 :: 22:55:46] [Quests] Subroutine Cwd::getcwd redefined at C:/Perl/lib/Cwd.pm line 812.
[03-27-2018 :: 22:55:46] [Quests] Subroutine Cwd::abs_path redefined at C:/Perl/lib/Cwd.pm line 812.
[03-27-2018 :: 22:55:46] [Quests] Subroutine CalcDestFromHeading redefined at ./plugins//path_tools.pl line 221.
[03-27-2018 :: 22:55:46] [Quests] "my" variable $Item1 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 19.
[03-27-2018 :: 22:55:46] [Quests] "my" variable $Item2 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 21.
[03-27-2018 :: 22:55:46] [Quests] "my" variable $Item3 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 23.
[03-27-2018 :: 22:55:46] [Quests] "my" variable $Item4 masks earlier declaration in same scope at ./plugins//quest_handin.pl line 25.
[03-27-2018 :: 22:55:46] [Quests] Subroutine RandomRange redefined at ./plugins//random_utils.pl line 3.
[03-27-2018 :: 22:55:46] [Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 45.
[03-27-2018 :: 22:55:46] [Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 53.
[03-27-2018 :: 22:55:46] [Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 88.
[03-27-2018 :: 22:55:46] [Quests] Found = in conditional, should be == at ./plugins//rathunt.pl line 96.
[03-27-2018 :: 22:55:46] [Quests] Subroutine moelib_spawn_block redefined at ./plugins//spawn_utils.pl line 2.
[03-27-2018 :: 22:55:46] [Quests] Subroutine moelib_spawn_block_center redefined at ./plugins//spawn_utils.pl line 23.
[03-27-2018 :: 22:55:46] [Quests] Subroutine moelib_spawn_circle redefined at ./plugins//spawn_utils.pl line 45.
[03-27-2018 :: 22:55:46] [Quests] Subroutine GetMaxLoSDistFromHeading redefined at ./plugins//spawn_utils.pl line 71.
[03-27-2018 :: 22:55:46] [Quests] Subroutine FaceBestHeading redefined at ./plugins//spawn_utils.pl line 134.
[03-27-2018 :: 22:55:46] [Quests] Subroutine HeadingToShortestLoS redefined at ./plugins//spawn_utils.pl line 204.
[03-27-2018 :: 22:55:46] [Quests] Subroutine MoveAwayFromWall redefined at ./plugins//spawn_utils.pl line 268.
[03-27-2018 :: 22:55:46] [Quests] Subroutine MoveToFirstBestZ redefined at ./plugins//spawn_utils.pl line 340.
[03-27-2018 :: 22:55:46] [Quests] Subroutine SpawnZone redefined at ./plugins//spawn_utils.pl line 373.
[03-27-2018 :: 22:55:46] [Quests] Subroutine GetReverseHeading redefined at ./plugins//spawn_utils.pl line 456.
[03-27-2018 :: 22:55:46] [Quests] Subroutine ConvertHeadingToDegrees redefined at ./plugins//spawn_utils.pl line 477.
[03-27-2018 :: 22:55:46] [Quests] Subroutine vtell redefined at ./plugins//voicetell.pl line 6.
[03-27-2018 :: 22:55:46] [Quests] Subroutine Autovtell redefined at ./plugins//voicetell.pl line 56.

Last edited by Thallandor; 03-27-2018 at 10:45 PM.. Reason: Added most recent world text...
Reply With Quote