Go Back   EQEmulator Home > EQEmulator Forums > General > General::News

General::News EQemu news posts.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-29-2021, 10:50 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default Loginserver Issues

For about the entire day now we've had issues with the Loginserver. Someone has been packet flooding with what seems to be registration requests and since the old loginserver is ancient and brittle and not sure we have the source code for anymore - making source changes to mitigate overflows and clean things up is not a fast solution.

Titanium has mostly worked, just displays a ton of garbage characters in the server list. Titanium users do not need to take any additional action.

Titanium and above (RoF) works however it displays an empty server list which leaves folks unable to login at all.

Rogean has bounced the Loginserver earlier and the day and it has continued to has issues. I've informed him of the continued issues but have not heard back since the second wave of issues.

To restore functionality to servers that use RoF clients predominately - you can use login.projecteq.net modern Loginserver as a working proxy with your EQEmulator account without issues until the current legacy one can be stabilized. This means that the server that you play on will also need to list themselves on the other loginserver as follows

Code:
      "loginserver1": {
        "account": "",
        "password": "",
        "legacy": "1",
        "host": "login.eqemulator.net",
        "port": "5998"
      },
      "loginserver2": {
        "port": "5998",
        "account": "",
        "password": "",
        "host": "login.projecteq.net"
      },
Client changes would be as follows (eqhost.txt file)

Code:
[LoginServer]
#Host=login.eqemulator.net:5999
Host=login.projecteq.net:5999
This is a for now solution. Servers listing on the login.projecteq.net Loginserver will show as unregistered standard servers but it will be completely functional.

Several servers are working through the secondary currently.

Thanks everyone and apologies for the headache. Try to enjoy your Halloween weekend!

Last edited by Akkadius; 10-30-2021 at 05:14 AM..
Reply With Quote
  #2  
Old 10-30-2021, 01:41 PM
Splose
Banned
 
Join Date: Apr 2014
Posts: 279
Default

Looks like most people are migrating to the temporary LS without a hitch, but for those that may be having issues you may need to define your local and remote address. This is mainly for server operators that are on dedicated hosting that want to accept outside connections.

Below is an example of mine.

eqemu_config.json
Code:
   "longname": "EQEmpires: Time-Locked Progression (In Development)",
   "shortname": "EQEmpires",
   "locked": "false",
   "localaddress": "127.0.0.1",
   "address": "YOURIPADDRESS",
If anyone is still having issues past this we are happy to help debug it with you in the Discord!
Reply With Quote
  #3  
Old 10-31-2021, 11:41 PM
deverell32
Fire Beetle
 
Join Date: Apr 2008
Location: dfsfasdfs
Posts: 5
Default No change

I see the servers are back up. I didn't change anything in my .json file and I am unable to connect to the login server now. Any ideas? Thanks all.
Reply With Quote
  #4  
Old 10-31-2021, 11:50 PM
Splose
Banned
 
Join Date: Apr 2014
Posts: 279
Default

Quote:
Originally Posted by deverell32 View Post
I see the servers are back up. I didn't change anything in my .json file and I am unable to connect to the login server now. Any ideas? Thanks all.
Do you have any logs?
Reply With Quote
  #5  
Old 11-01-2021, 12:01 AM
deverell32
Fire Beetle
 
Join Date: Apr 2008
Location: dfsfasdfs
Posts: 5
Default last log today

[10-31-2021 :: 20:37:23] [Login] [Info] Server Manager Init
[10-31-2021 :: 20:37:23] [Login] [Info] Loginserver now listening on port [5998]
[10-31-2021 :: 20:37:23] [Login] [Info] Client Manager Init
[10-31-2021 :: 20:37:23] [Login] [Info] Server Started
[10-31-2021 :: 20:37:23] [Login] [Info] Webserver API now listening on port [6000]
[10-31-2021 :: 20:37:23] [Login] [Info] Loaded [0] API token(s)
[10-31-2021 :: 20:37:23] [Login] [Info] [Config] [Logging] IsTraceOn [false]
[10-31-2021 :: 20:37:23] [Login] [Info] [Config] [Logging] IsWorldTraceOn [false]
[10-31-2021 :: 20:37:23] [Login] [Info] [Config] [Logging] IsDumpInPacketsOn [false]
[10-31-2021 :: 20:37:23] [Login] [Info] [Config] [Logging] IsDumpOutPacketsOn [false]
[10-31-2021 :: 20:37:23] [Login] [Info] [Config] [Account] CanAutoCreateAccounts [false]
[10-31-2021 :: 20:37:23] [Login] [Info] [Config] [WorldServer] IsRejectingDuplicateServers [false]
[10-31-2021 :: 20:37:23] [Login] [Info] [Config] [WorldServer] IsUnregisteredAllowed [true]
[10-31-2021 :: 20:37:23] [Login] [Info] [Config] [Security] GetEncryptionMode [14]
[10-31-2021 :: 20:37:23] [Login] [Info] [Config] [Security] IsTokenLoginAllowed [true]
[10-31-2021 :: 20:37:23] [Login] [Info] [Config] [Security] IsPasswordLoginAllowed [true]
[10-31-2021 :: 20:37:23] [Login] [Info] [Config] [Security] IsUpdatingInsecurePasswords [true]
[10-31-2021 :: 20:37:24] [Login] [Info] New World Server connection from 192.168.0.4:54183
[10-31-2021 :: 20:37:24] [Login] [Info] New World Server Info | name [Rising Knights] shortname [RKights] remote_address [] local_address [192.168.0.4] account [] password [] server_type [0]
[10-31-2021 :: 20:37:24] [Login] [Info] Server [Rising Knights] (RKights) is not registered but unregistered servers are allowed
[10-31-2021 :: 20:42:26] [Login] [Info] World server Rising Knights has been disconnected, removing.
Reply With Quote
  #6  
Old 11-01-2021, 12:28 AM
deverell32
Fire Beetle
 
Join Date: Apr 2008
Location: dfsfasdfs
Posts: 5
Default This might be the one you wanted.

Code:
[10-31-2021 :: 20:37:23] [World] [Info] Checking Database Conversions
[10-31-2021 :: 20:37:23] [World] [Info] Loading variables
[10-31-2021 :: 20:37:23] [World] [Info] Purging expired data buckets
[10-31-2021 :: 20:37:23] [World] [Info] Loading zones
[10-31-2021 :: 20:37:23] [World] [Info] Clearing groups
[10-31-2021 :: 20:37:23] [World] [Info] Clearing raids
[10-31-2021 :: 20:37:23] [World] [Info] Clearing inventory snapshots
[10-31-2021 :: 20:37:23] [World] [Info] Loading items
[10-31-2021 :: 20:37:23] [World] [Info] [Shared Memory] Attempting to load file [shared/items]
[10-31-2021 :: 20:37:23] [World] [Info] Loading skill caps
[10-31-2021 :: 20:37:23] [World] [Info] [Shared Memory] Attempting to load file [shared/skill_caps]
[10-31-2021 :: 20:37:23] [World] [Info] Loading guilds
[10-31-2021 :: 20:37:23] [World] [Info] Loaded default rule set [default]
[10-31-2021 :: 20:37:23] [World] [Info] Initialized dynamic dictionary entries
[10-31-2021 :: 20:37:23] [World] [Info] Clearing temporary merchant lists
[10-31-2021 :: 20:37:23] [World] [Info] Loading EQ time of day
[10-31-2021 :: 20:37:23] [World] [Info] Loading launcher list
[10-31-2021 :: 20:37:23] [World] [Info] Deleted [0] stale player corpses from database
[10-31-2021 :: 20:37:23] [World] [Info] Loading adventures
[10-31-2021 :: 20:37:23] [World] [Info] Purging expired expeditions
[10-31-2021 :: 20:37:23] [World] [Info] Purging expired instances
[10-31-2021 :: 20:37:23] [World] [Info] Loading active expeditions
[10-31-2021 :: 20:37:23] [World] [Info] Loading char create info
[10-31-2021 :: 20:37:23] [World] [MySQL Error] [1146] [Table 'peq.server_scheduled_events' doesn't exist]
[SELECT id, description, event_type, event_data, minute_start, hour_start, day_start, month_start, year_start, minute_end, hour_end, day_end, month_end, year_end, cron_expression, created_at, deleted_at FROM server_scheduled_events WHERE deleted_at is null]
[10-31-2021 :: 20:37:23] [World] [Info] Console (TCP) listener started
[10-31-2021 :: 20:37:23] [World] [Info] Server (TCP) listener started
[10-31-2021 :: 20:37:23] [World] [MySQL Error] [1146] [Table 'peq.server_scheduled_events' doesn't exist]
[SELECT id, description, event_type, event_data, minute_start, hour_start, day_start, month_start, year_start, minute_end, hour_end, day_end, month_end, year_end, cron_expression, created_at, deleted_at FROM server_scheduled_events WHERE deleted_at is null]
[10-31-2021 :: 20:37:24] [World] [Info] Connected to Loginserver: [192.168.0.4:5998]
[10-31-2021 :: 20:37:24] [World] [Info] New Zone Server connection from [ccf183ab-b251-44f3-94d8-ad20947dbf60] at [127.0.0.1:54196]
[10-31-2021 :: 20:37:24] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:24] [World] [Info] Auto zone port configuration. Telling zone to use port [7000]
[10-31-2021 :: 20:37:24] [World] [Info] New Zone Server connection from [23a34d1a-61b2-44f2-b7c3-8fd132b08ff3] at [127.0.0.1:54198]
[10-31-2021 :: 20:37:24] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:24] [World] [Info] Auto zone port configuration. Telling zone to use port [7001]
[10-31-2021 :: 20:37:24] [World] [Info] New Zone Server connection from [4911665d-4213-4857-b03d-2aff99542055] at [127.0.0.1:54199]
[10-31-2021 :: 20:37:24] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:24] [World] [Info] Auto zone port configuration. Telling zone to use port [7002]
[10-31-2021 :: 20:37:24] [World] [Info] New Zone Server connection from [d0d0ead5-3fdf-472d-bba2-6c143fb9e8c8] at [127.0.0.1:54200]
[10-31-2021 :: 20:37:24] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:24] [World] [Info] Auto zone port configuration. Telling zone to use port [7003]
[10-31-2021 :: 20:37:24] [World] [Info] New Zone Server connection from [58d24370-1cbc-4fb9-a5db-62816981e62b] at [127.0.0.1:54202]
[10-31-2021 :: 20:37:24] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7004]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [218da98f-9feb-4821-b25c-5e256279506e] at [127.0.0.1:54208]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7005]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [4595665d-181b-41f0-9c56-b79e67c67ac2] at [127.0.0.1:54206]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7006]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [73ba55ac-5ccc-4de2-a98c-c3e481c89d59] at [127.0.0.1:54204]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7007]
[10-31-2021 :: 20:37:25] [World] [Info] Connected to Legacy Loginserver: [login.eqemulator.net:5998]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [55ec80c0-a129-4c39-8094-56d031a9c12e] at [127.0.0.1:54210]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7008]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [a73af56e-c69d-4760-9015-66d5ec41f7b7] at [127.0.0.1:54214]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7009]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [aedafa31-ee8d-4cf7-b3e9-1a7f5ac58326] at [127.0.0.1:54215]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7010]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [22ef1cef-3d19-4cfd-9221-774e1199d97c] at [127.0.0.1:54217]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7011]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [ed854d46-e3c4-4e93-921a-692c8430995f] at [127.0.0.1:54218]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7012]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [112cc3d9-9537-45c7-8f64-8446c8c91e8a] at [127.0.0.1:54222]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7013]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [67a08db9-e15f-42df-aaee-b2137d5d3070] at [127.0.0.1:54220]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7014]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [9343c5ea-70df-4092-b434-4ffc68eef0b3] at [127.0.0.1:54228]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7015]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [93ce62d3-b0a0-4580-9767-ee50ab2983bf] at [127.0.0.1:54224]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7016]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [e34c1ff4-9e7f-4ee1-93bf-cacb154f63c3] at [127.0.0.1:54225]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7017]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [1b52cf63-8eb8-4e6e-a61f-252bd83716b0] at [127.0.0.1:54230]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7018]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [e1ec7389-72fb-49ac-8432-58cbfc8f50e8] at [127.0.0.1:54232]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7019]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [1a39c84e-8c27-4090-8879-ad69604810f6] at [127.0.0.1:54233]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7020]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [66a180f8-b1a3-45b8-aa54-e2668e9a7154] at [127.0.0.1:54236]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7021]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [3c1baa24-84d2-428f-8c41-f07dcbe8baf5] at [127.0.0.1:54237]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:25] [World] [Info] Auto zone port configuration. Telling zone to use port [7022]
[10-31-2021 :: 20:37:25] [World] [Info] New Zone Server connection from [805a10ac-9d2f-4e32-abd9-2c3fd6923dac] at [127.0.0.1:54238]
[10-31-2021 :: 20:37:25] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:26] [World] [Info] Auto zone port configuration. Telling zone to use port [7023]
[10-31-2021 :: 20:37:26] [World] [Info] New Zone Server connection from [78bede5b-7fb0-48c5-a69e-2017902ba18b] at [127.0.0.1:54239]
[10-31-2021 :: 20:37:26] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:26] [World] [Info] Auto zone port configuration. Telling zone to use port [7024]
[10-31-2021 :: 20:37:26] [World] [Info] New Zone Server connection from [2a1e48bf-16bc-4df4-96e5-bc73c74091cb] at [127.0.0.1:54240]
[10-31-2021 :: 20:37:26] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:26] [World] [Info] Auto zone port configuration. Telling zone to use port [7025]
[10-31-2021 :: 20:37:26] [World] [Info] New Zone Server connection from [4a4ec513-22d5-4a44-9c43-f43e6ace7ca7] at [127.0.0.1:54242]
[10-31-2021 :: 20:37:26] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:26] [World] [Info] Auto zone port configuration. Telling zone to use port [7026]
[10-31-2021 :: 20:37:26] [World] [Info] New Zone Server connection from [4c47ee8a-778e-4279-b292-f0e3ec56f12e] at [127.0.0.1:54244]
[10-31-2021 :: 20:37:26] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:26] [World] [Info] Auto zone port configuration. Telling zone to use port [7027]
[10-31-2021 :: 20:37:26] [World] [Info] New Query Server connection from [27d9709a-238e-4fe3-aa00-48eb7e6585a0] at [127.0.0.1:54245]
[10-31-2021 :: 20:37:26] [World] [Info] New UCS Server connection from [a9702336-ea14-49c5-8ed0-ec699a92e14f] at [127.0.0.1:54246]
[10-31-2021 :: 20:37:26] [World] [Info] New Zone Server connection from [c1fec326-19fb-4d24-9e19-b02762bde6c7] at [127.0.0.1:54247]
[10-31-2021 :: 20:37:26] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:26] [World] [Info] Auto zone port configuration. Telling zone to use port [7028]
[10-31-2021 :: 20:37:26] [World] [Info] New Zone Server connection from [9487a6cc-706d-42eb-9687-2a96d9526210] at [127.0.0.1:54248]
[10-31-2021 :: 20:37:26] [World] [Info] Zone started with name [.] by launcher [NONE]
[10-31-2021 :: 20:37:26] [World] [Info] Auto zone port configuration. Telling zone to use port [7029]
[10-31-2021 :: 20:37:48] [World] [Info] Connected to Legacy Loginserver: [login.eqemulator.net:5998]
[10-31-2021 :: 20:37:48] [World] [Info] Connected to Legacy Loginserver: [login.eqemulator.net:5998]
[10-31-2021 :: 20:38:00] [World] [MySQL Error] [1146] [Table 'peq.server_scheduled_events' doesn't exist]
[SELECT id, description, event_type, event_data, minute_start, hour_start, day_start, month_start, year_start, minute_end, hour_end, day_end, month_end, year_end, cron_expression, created_at, deleted_at FROM server_scheduled_events WHERE deleted_at is null]
[10-31-2021 :: 20:38:13] [World] [Info] Connected to Legacy Loginserver: [login.eqemulator.net:5998]
[10-31-2021 :: 20:38:28] [World] [Info] Connected to Legacy Loginserver: [login.eqemulator.net:5998]
[10-31-2021 :: 20:39:00] [World] [MySQL Error] [1146] [Table 'peq.server_scheduled_events' doesn't exist]
[SELECT id, description, event_type, event_data, minute_start, hour_start, day_start, month_start, year_start, minute_end, hour_end, day_end, month_end, year_end, cron_expression, created_at, deleted_at FROM server_scheduled_events WHERE deleted_at is null]
[10-31-2021 :: 20:39:09] [World] [Info] Connected to Legacy Loginserver: [login.eqemulator.net:5998]
[10-31-2021 :: 20:39:13] [World] [Info] Connected to Legacy Loginserver: [login.eqemulator.net:5998]
[10-31-2021 :: 20:39:57] [World] [Info] Connected to Legacy Loginserver: [login.eqemulator.net:5998]
[10-31-2021 :: 20:40:00] [World] [MySQL Error] [1146] [Table 'peq.server_scheduled_events' doesn't exist]
[SELECT id, description, event_type, event_data, minute_start, hour_start, day_start, month_start, year_start, minute_end, hour_end, day_end, month_end, year_end, cron_expression, created_at, deleted_at FROM server_scheduled_events WHERE deleted_at is null]
[10-31-2021 :: 20:41:00] [World] [MySQL Error] [1146] [Table 'peq.server_scheduled_events' doesn't exist]
[SELECT id, description, event_type, event_data, minute_start, hour_start, day_start, month_start, year_start, minute_end, hour_end, day_end, month_end, year_end, cron_expression, created_at, deleted_at FROM server_scheduled_events WHERE deleted_at is null]
[10-31-2021 :: 20:42:00] [World] [MySQL Error] [1146] [Table 'peq.server_scheduled_events' doesn't exist]
[SELECT id, description, event_type, event_data, minute_start, hour_start, day_start, month_start, year_start, minute_end, hour_end, day_end, month_end, year_end, cron_expression, created_at, deleted_at FROM server_scheduled_events WHERE deleted_at is null]
[10-31-2021 :: 20:42:25] [World] [Info] Removed Query Server connection from [27d9709a-238e-4fe3-aa00-48eb7e6585a0]
[10-31-2021 :: 20:42:25] [World] [Info] Connection lost from UCS Server [a9702336-ea14-49c5-8ed0-ec699a92e14f]
[10-31-2021 :: 20:42:25] [World] [Info] Removing currently active UCS connection
[10-31-2021 :: 20:42:25] [World] [Info] Removed Zone Server connection from [4595665d-181b-41f0-9c56-b79e67c67ac2]
[10-31-2021 :: 20:42:25] [World] [Info] Removed Zone Server connection from [73ba55ac-5ccc-4de2-a98c-c3e481c89d59]
[10-31-2021 :: 20:42:25] [World] [Info] Removed Zone Server connection from [4911665d-4213-4857-b03d-2aff99542055]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [58d24370-1cbc-4fb9-a5db-62816981e62b]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [ccf183ab-b251-44f3-94d8-ad20947dbf60]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [23a34d1a-61b2-44f2-b7c3-8fd132b08ff3]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [d0d0ead5-3fdf-472d-bba2-6c143fb9e8c8]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [ed854d46-e3c4-4e93-921a-692c8430995f]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [a73af56e-c69d-4760-9015-66d5ec41f7b7]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [aedafa31-ee8d-4cf7-b3e9-1a7f5ac58326]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [55ec80c0-a129-4c39-8094-56d031a9c12e]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [218da98f-9feb-4821-b25c-5e256279506e]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [9487a6cc-706d-42eb-9687-2a96d9526210]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [c1fec326-19fb-4d24-9e19-b02762bde6c7]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [2a1e48bf-16bc-4df4-96e5-bc73c74091cb]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [4c47ee8a-778e-4279-b292-f0e3ec56f12e]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [4a4ec513-22d5-4a44-9c43-f43e6ace7ca7]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [78bede5b-7fb0-48c5-a69e-2017902ba18b]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [805a10ac-9d2f-4e32-abd9-2c3fd6923dac]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [3c1baa24-84d2-428f-8c41-f07dcbe8baf5]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [66a180f8-b1a3-45b8-aa54-e2668e9a7154]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [1a39c84e-8c27-4090-8879-ad69604810f6]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [9343c5ea-70df-4092-b434-4ffc68eef0b3]
[10-31-2021 :: 20:42:26] [World] [Info] Removed Zone Server connection from [e1ec7389-72fb-49ac-8432-58cbfc8f50e8]

Last edited by Splose; 11-01-2021 at 01:11 AM.. Reason: code brackets
Reply With Quote
  #7  
Old 11-01-2021, 01:16 AM
Splose
Banned
 
Join Date: Apr 2014
Posts: 279
Default

Quote:
Originally Posted by Splose View Post
Looks like most people are migrating to the temporary LS without a hitch, but for those that may be having issues you may need to define your local and remote address. This is mainly for server operators that are on dedicated hosting that want to accept outside connections.

Below is an example of mine.

eqemu_config.json
Code:
   "longname": "EQEmpires: Time-Locked Progression (In Development)",
   "shortname": "EQEmpires",
   "locked": "false",
   "localaddress": "127.0.0.1",
   "address": "YOURIPADDRESS",
If anyone is still having issues past this we are happy to help debug it with you in the Discord!
did you do this?
Reply With Quote
  #8  
Old 11-01-2021, 09:06 PM
medievalerror
Fire Beetle
 
Join Date: Jan 2010
Posts: 5
Default

Do folks still need to make these changes on the server side for their servers to work, or has this been resolved?
Reply With Quote
  #9  
Old 11-01-2021, 09:22 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by medievalerror View Post
Do folks still need to make these changes on the server side for their servers to work, or has this been resolved?
EQEmu Loginserver should be better for now but it doesn't hurt to use both
Reply With Quote
  #10  
Old 11-02-2021, 01:05 PM
Splose
Banned
 
Join Date: Apr 2014
Posts: 279
Default

Just as a warning it appears that servers are taking much longer to show up on the list than it did before. If you think you have a problem with your config I'd let it sit for about an hour before worrying about it.
Reply With Quote
  #11  
Old 11-02-2021, 07:01 PM
deverell32
Fire Beetle
 
Join Date: Apr 2008
Location: dfsfasdfs
Posts: 5
Default

Quote:
Originally Posted by Splose View Post
did you do this?
Ok I did try the temporary LS and it worked for me on my personal lan but anyone else trying to log in sees the server but when they click on it the screen goes black and then they get an error after a minute or so and not able to log in. ideas??
Reply With Quote
  #12  
Old 11-04-2021, 12:31 PM
Hyyr
Fire Beetle
 
Join Date: Feb 2021
Location: North Carolina
Posts: 25
Default

Is this alternate loginserver actually working? No matter what I do to the server's config script, I get nothing but a blank screen at the server select screen when I point my client to the "new" loginserver.

When I point my client (Titanium) to the original loginserver, I can see my server in the list, but I get an error when I try to connect to it.

I edited the server's config json as indicated, although some of the entries shown were different from what I had in my script.

I'm really not Discord savvy either- I looked at it some months back, but could not get anything relevant out of it.

I can post my scripts if needed. Thanks in advance.
Reply With Quote
  #13  
Old 11-04-2021, 12:54 PM
Splose
Banned
 
Join Date: Apr 2014
Posts: 279
Default

Quote:
Originally Posted by Hyyr View Post
Is this alternate loginserver actually working? No matter what I do to the server's config script, I get nothing but a blank screen at the server select screen when I point my client to the "new" loginserver.

When I point my client (Titanium) to the original loginserver, I can see my server in the list, but I get an error when I try to connect to it.

I edited the server's config json as indicated, although some of the entries shown were different from what I had in my script.

I'm really not Discord savvy either- I looked at it some months back, but could not get anything relevant out of it.

I can post my scripts if needed. Thanks in advance.

If you're on Titanium you need to use port 5998 in your eqhost.txt instead of 5999.
Reply With Quote
  #14  
Old 11-04-2021, 06:23 PM
Hyyr
Fire Beetle
 
Join Date: Feb 2021
Location: North Carolina
Posts: 25
Default

Quote:
Originally Posted by Splose View Post
If you're on Titanium you need to use port 5998 in your eqhost.txt instead of 5999.
And all this time, I thought I was smart :(

This worked perfectly. Port number was staring me in the face the whole time. Thank you very much!

Edit: I can connect just fine on my own network. But when others try to connect remotely, they get the dreaded 1017 error. They were connecting before just fine using the eqemu loginserver. They can see the server just fine, they get the error when they try to connect to the server itself. Do I need to edit firewall settings? Thanks.

Last edited by Hyyr; 11-04-2021 at 07:49 PM.. Reason: Not working quite as fine as I had thought.
Reply With Quote
  #15  
Old 11-04-2021, 06:24 PM
Jhop16
Sarnak
 
Join Date: Oct 2011
Posts: 32
Default

My server is just sitting here stating this none stop... And doesnt show up on the server list . It will continue to do this till i stop the server.

[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
[World] [Info] Connected to Loginserver: [login.eqemulator.net:5998]
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump

   

All times are GMT -4. The time now is 12:55 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3