GTE Error

WilkinsonHD

New Member
Sep 19, 2014
13
0
im getting this error when loading GTE

Code:
Listening for MUS on port: 30001
System.Net.Sockets.SocketException (0x80004005): The requested address is not va
lid in its context
   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress
socketAddress)
   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
   at GoldTree.Net.Class114..ctor(String string_0, Int32 int_2, SocketsManager c
lass113_1) in c:\Users\admin\Gold-Tree-Emulator-3\Gold Tree Emulator 3.0\Net\Soc
ketsListener.cs:line 28
   at GoldTree.Net.SocketsManager..ctor(String string_0, Int32 int_0, Int32 int_
1) in c:\Users\admin\Gold-Tree-Emulator-3\Gold Tree Emulator 3.0\Net\SocketsMana
ger.cs:line 28
   at GoldTree.GoldTree.Initialize() in c:\Users\admin\Gold-Tree-Emulator-3\Gold
Tree Emulator 3.0\GoldTree.cs:line 379
   at GoldTree.Program.Main(String[] args) in c:\Users\admin\Gold-Tree-Emulator-
3\Gold Tree Emulator 3.0\Program.cs:line 62

heres my config for it, im removing my IP for Security reasons

Code:
## Gold Tree Emulator 3.0 System Configuration File

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=
db.password=
db.name=UnknownHotel

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=55

## Game TCP/IP Configuration
game.tcp.bindip= <IP>
game.tcp.port=30000
game.tcp.conlimit=100
game.tcp.proxyip= <IP>

## Client configuration
client.ping.enabled=1
client.ping.interval=30000

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1

## Automatic shutdown (DONT CHANGE VALUES IF YOU DONT WANT ENABLE THIS)
shutdown-server=
shutdown-server-player-limit=0
shutdown-warning-alert=!!!Hotel shutdown!!!

## Automatic update
gte.update.noticy.disable=0
gte.update.autoupdate=0

## Anti Advertising Configuration ###
anti.ads.enable=1

## The following configuration defines the last rank that will have anti advertisement enabled
## ranks above this integer will be able to post links freely
anti.ads.rank=1

## Message that is displayed after ad preventation
anti.ads.msg=Advertising will lead you to be banned

## Some ad (alert) shit to client
ads.disable=0
ads.allowrdonlyrandomads=1

debug=1
 

Users who are viewing this thread

Top