EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   UCS Error? (https://www.eqemulator.org/forums/showthread.php?t=37643)

kimura 12-23-2013 04:44 PM

UCS Error?
 
http://prntscr.com/2dgi90

any ideas what this means?

thanks

Kimura

Derision 12-23-2013 06:02 PM

You could get that error if the UDP port specified for the mailserver and chatserver in eqemu_config.xml is in use by another program:
Code:

<chatserver>
    <host>192.168.1.x</host>
    <port>7778</port>
</chatserver>

<!-- Mailserver (in-game mail) information. DO NOT EDIT -->
<mailserver>
    <host>192.168.1.x</host>
    <port>7778</port>
</mailserver>

Try changing the number in red to another random port number (they need to be the same port number though, for legacy reasons).

The 'DOS' command, netstat -ano will tell you which ports are already being used by programs on your computer.

kimura 12-23-2013 06:06 PM

ty derision, will try that next chance i get!


All times are GMT -4. The time now is 12:40 AM.

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