EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Login Sever Console question (https://www.eqemulator.org/forums/showthread.php?t=41263)

Mortow 04-04-2017 09:26 PM

Login Sever Console question
 
I recently updated my source code and recompiled, now it seems the EQEmu Login Server Console no longer has any output. It works fine but I see none of the feedback it used to give it is just an empty DOS box. Is this as intended?

The_Beast 04-04-2017 10:41 PM

I am experiencing the same thing. The compile I did from March 27th update/gitpull is normal, but the source I updated today is giving me nothing in login server. But I am also not getting any connection of world>loginserver either. I reverted back to march 27th source pull and it's functioning fine.

Akkadius 04-04-2017 10:55 PM

I'll take a look here

Akkadius 04-04-2017 11:07 PM

Looks like PEQ is missing the Login Server logging category in the database, so if you don't have that, make sure you have that in your table.

Code:

INSERT INTO `logsys_categories` (`log_category_id`, `log_category_description`, `log_to_console`, `log_to_file`, `log_to_gmsay`) VALUES ('43', 'Loginserver', '1', '0', '0')
Also, there was a big change to the logging system (see changelog.txt) and looks like loginserver has hit a slight bug with this change.

I've fixed it for you guys here:

https://github.com/EQEmu/Server/comm...e467f91d1a3db8

The_Beast 04-04-2017 11:26 PM

Quote:

Originally Posted by Akkadius (Post 254081)
I've fixed it for you guys here:

Just updated all this and it works great. Thank You very much kind Sir :)

Mortow 04-05-2017 08:47 AM

I will grab this and update my server tonight after work. Thanks Akka.


All times are GMT -4. The time now is 02:39 PM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.