|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself. |
|
|
|
05-04-2024, 08:00 PM
|
Fire Beetle
|
|
Join Date: Apr 2022
Posts: 3
|
|
Disconnecting to login screen upon zoning from fresh install of Spire
EDIT: My apologizes, realized I posted this in General Support instead of Windows Servers
Hey there, I've been troubleshooting this issue for some time and can't seem to find a forum post that's helping.
I'm using my own install of EQ with Spire.
Whenever I zone, I crash to the login screen. EQ does not say "You have been disconnected"
Here are the logs I see
Here are my config files
Quote:
eqemu_config.json
{
"server": {
"zones": {
"defaultstatus": "0",
"ports": {
"low": "7000",
"high": "7500"
}
},
"qsdatabase": {
"db": "peq",
"host": "localhost",
"port": "3306",
"username": "root",
"password": "eqemu"
},
"ucs": {
"host": "",
"port": "7778"
},
"world": {
"api": {
"enabled": false
},
"localaddress": "192.168.0.16",
"loginserver1": {
"port": "5998",
"account": "",
"password": "",
"host": "localhost"
},
"tcp": {
"ip": "0.0.0.0",
"port": "9001"
},
"telnet": {
"ip": "0.0.0.0",
"port": "9000",
"enabled": "true"
},
"key": "somelongrandomstring12345asdfffff",
"shortname": "localeq",
"longname": "Finance Guy's Local EQ Server"
},
"database": {
"db": "peq",
"host": "127.0.0.1",
"port": "3306",
"username": "eqemu",
"password": (deleted)
},
"files": {
"opcodes": "assets/opcodes/opcodes.conf",
"mail_opcodes": "assets/opcodes/mail_opcodes.conf"
},
"directories": {
"patches": "assets/patches/",
"opcodes": "assets/opcodes/"
}
},
"web-admin": {
"application": {
"key": "666e6bd5-3f23-43d5-8ca4-544d4689db83",
"admin": {
"password": "290511ae7fe68f3382f2cdc21f4233"
}
},
"launcher": {
"runSharedMemory": true,
"runLoginserver": true,
"runQueryServ": false,
"isRunning": true,
"minZoneProcesses": 10,
"staticZones": "poknowledge"
},
"quests": {
"hotReload": true
},
"serverCodePath": "/home/eqemu/code/"
},
"spire": {
"encryption_key": "bdc6450783dd6a2048364c8afcd9616ee7cc587ad20460337 7a7c93fb82728d5",
"http_port": 3007
}
}
|
login.json
Quote:
{
"database": {
"host": "127.0.0.1",
"port": "3306",
"db": "peq",
"user": "eqemu",
"password": (deleted)
},
"account": {
"auto_create_accounts": true
},
"worldservers": {
"unregistered_allowed": true,
"show_player_count": false,
"dev_test_servers_list_bottom": false,
"special_character_start_list_bottom": false,
"reject_duplicate_servers": false
},
"web_api": {
"enabled": true,
"port": 6000
},
"security": {
"mode": 14,
"allow_password_login": true,
"allow_token_login": true
},
"logging": {
"trace": false,
"world_trace": false,
"dump_packets_in": false,
"dump_packets_out": false
},
"client_configuration": {
"titanium_port": 5998,
"titanium_opcodes": "assets/opcodes/login_opcodes.conf",
"sod_port": 5999,
"sod_opcodes": "assets/opcodes/login_opcodes_sod.conf",
"display_expansions": true,
"max_expansions_mask": 524287
}
}
|
I did mess around a bit trying to get this to work, so the config files might be problematic.
I am connected to a modem/router, and I was boxing on one PC with multiple accounts - I get disconnected regardless of how I zone (zoneline, GM command, etc). This happens every time, but when I log back in, I am in the target zone, not the zone I attempted to leave from.
Thanks!
|
|
|
|
|
|
|
05-05-2024, 09:29 AM
|
Fire Beetle
|
|
Join Date: Apr 2022
Posts: 3
|
|
Additional error found in EQ's dbg log
Quote:
[Sun May 05 09:23:36 2024]00278:Attempt to send message 18205 on a void connection.
[Sun May 05 09:23:36 2024]00279:Beginning EnterZone block.
[Sun May 05 09:23:36 2024]00280:Calling WorldAuthenticate. Countdown is 4
[Sun May 05 09:23:36 2024]00281:Networking: using port [64324].
[Sun May 05 09:23:36 2024]00282:Networking: Connection Established [1]
[Sun May 05 09:23:36 2024]00283:WorldAuthenticate: Initiating Login.
[Sun May 05 09:23:36 2024]00284:WorldAuthenticate. I got a message of type 0x7ceb (31979).
[Sun May 05 09:23:36 2024]00285:WorldRPServer message: server name localeq
[Sun May 05 09:23:36 2024]00286:WorldAuthenticate. I got a message of type 0x7499 (29849).
[Sun May 05 09:23:36 2024]00287:WorldAuthenticate. I got a message of type 0x578f (22415).
[Sun May 05 09:23:36 2024]00288:WorldAuthenticate. I got a message of type 0x6259 (25177).
[Sun May 05 09:23:36 2024]00289:WorldAuthenticate. Access granted.
[Sun May 05 09:23:36 2024]00290:World not ready, disconnected at C:\p4\EverQuest\live\EverQuest\EverQuest.cpp:21474
[Sun May 05 09:23:36 2024]00291:Networking: Connection Closed [0] with 0 pending bytes.
[Sun May 05 09:23:36 2024]00292:Cleanup 1
[Sun May 05 09:23:37 2024]00293:Cleanup 4
[Sun May 05 09:23:37 2024]00294:Cleanup 5
[Sun May 05 09:23:37 2024]00295:Cleanup 6
[Sun May 05 09:23:37 2024]00296:Cleanup 7
[Sun May 05 09:23:37 2024]00297:Cleanup 8
[Sun May 05 09:23:37 2024]00298:Cleanup 9
[Sun May 05 09:23:37 2024]00299:Cleanup 10
|
|
|
|
|
05-05-2024, 08:38 PM
|
Fire Beetle
|
|
Join Date: Apr 2022
Posts: 3
|
|
This issue is resolved. I reinstalled from scratch which fixed everything.
It's possible I corrupted the database in an edit or something to do with a Spire config file.
Not exactly sure, but all is good.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 01:20 PM.
|
|
|
|
|
|
|
|
|
|
|
|
|