View Single Post
  #7  
Old 02-26-2018, 10:02 PM
kokey98
Hill Giant
 
Join Date: Dec 2012
Location: terra firma
Posts: 131
Default

honestly, i'm scared to try mine now, lol. i'll edit this in a sec.. have to plop off vpn and it kills firefox process when i do it... once done online i'll go check it.

like i said, i've bene locked out of a server i've been playing lately and the behaviour is exactly the same. i haven't tried to troubleshoot it yet.

edit:

okay, it loaded up my issue is with the particular server, i guess. but it crashes after the character select, shows a few messages, bar fill to full blue etc.. then frozing screen until shows crash report window.

oh i don't use the libsodium because it's not accessible outside my lan.. potential difference of note. i don't know how to add the text input fields, so i'll just paste it below:

**************************eqemu_config.json******* *******************
{
"server" : {
"chatserver" : {
"host" : "",
"port" : "7500"
},
"database" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "",
"port" : "3306",
"username" : ""
},
"mailserver" : {
"host" : "",
"port" : "7500"
},
"qsdatabase" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "",
"port" : "3306",
"username" : ""
},
"world" : {
"http" : {
"enabled" : "true",
"mimefile" : "mime.types",
"port" : "9080"
},
"key" : "...",
"loginserver1" : {
"account" : "",
"host" : "127.0.0.1",
"password" : "",
"port" : "5998"
},
"longname" : "PocketEQ",
"shortname" : "PocketEQ",
"tcp" : {
"ip" : "127.0.0.1",
"port" : "9000",
"telnet" : "enable"
}
},
"zones" : {
"defaultstatus" : "200",
"ports" : {
"high" : "7100",
"low" : "7000"
}
}
}
}
**************************END eqemu_config.json**************************
not saying that's 100% kosher, but it does work. minor edits, not even sure in my situatioon i need those ports open.. lol hope i'm not leaving a door open. i kill all sql/apache/eq related services unless it's actually in use and rarely in use. i'll make a thread one of these days to make sure.

edit: as i look at that above, is there an extra bracket, lol... don't feel like counting.

****** login.ini **************
[database]
host = localhost
port = 3306
db = peq
user =
password =
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 192.168.0.51
auto_create_accounts = TRUE

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = loginserver_server_accounts
world_registration_table = loginserver_world_server_registration
world_admin_registration_table = loginserver_server_admin_registration
world_server_type_table = loginserver_server_list_type
******End login.ini **************

Same comment as above.

re-read the install wiki, make sure it's not some simple file that needs to be moved etc.. somethign easily overlooked.

think i'm deciding turning windows search off right now. anyway there are some ini files outside the main server directories that may need attending to... although if oyu used the isntaller, very probably not. i did manual and remember having to comment somethign out and remove a comment for apache 2.4+ etc then mysql.ini, um.. turning on somethign in there that i've forgotten since. (just removing a "#" comment i believe too). long preamble or similar symantics? had to do with what it was tolerant of or not tolerant of. Installer wouldn't make mistakes here.

edit: best answer: just re-do the installer... remove all, maybe make backup if unsure of dB etc.. if you haven't made any mass customizations that can't be re-implemented of course. you can do it in a modular way...maybe try just new binaries first through eq server management.pl, then a new dB after that. if still no go, delete it all and start fresh.
Reply With Quote