GTE Error

WilkinsonHD

New Member
Sep 19, 2014
13
0
I keep getting this error when trying to use other ips than 127.0.0.1.

Code:
                      _______   _________   ______
                     |  _____| |___   ___| | _____|
                     | |  ___      | |     | |____
                     | | |_  |     | |     |  ____|
                     | |___| |     | |     | |____
                     |_______|     |_|     |______|

                  Gold Tree Emulator v3.19.0 ALPHA 7 (Build 1205)

Sad cant find ads :(
Connecting to the database.. completed!
Loading your settings..completed!
Fetching external texts for the Gold Tree Environment.. completed!
Loading bans..completed!
Loading Roles..completed!
Loading Help Categories..completed!
Loading Help Topics..completed!
Loading Pre-set Help Messages..completed!
Loading Current Help Tickets..completed!
Loading Items..completed!
Loading Soundtracks..completed!
Loading Catalogue..completed!
Loading Catalogue Cache..completed!
Loading Navigator..completed!
Loading Room Models..completed!
Loading Room Cache..completed!
Loading Room Adverts..completed!
Loading Bot data..completed!
Loading Achievements..completed!
Starting Reward Timer..completed!
Loading Chat Filter..completed!
Loading Quests..completed!
Loading groups...completed!
Cleaning up database..completed!
System.Exception: Could not set up MUS socket:
System.Net.Sockets.SocketException (0x80004005): The requested address is not valid in its context
   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
   at GoldTree.Net.MusListener..ctor(String addr, Int32 port, String[] allowedAddresses, Int32 backlog) in c:\Users\admin\Gold-Tree-Emulator-3\Gold Tree Emulator 3.0\Net\MusListener.cs:line 35
   at GoldTree.Net.MusListener..ctor(String addr, Int32 port, String[] allowedAddresses, Int32 backlog) in c:\Users\admin\Gold-Tree-Emulator-3\Gold Tree Emulator 3.0\Net\MusListener.cs:line 44
   at GoldTree.GoldTree.Initialize() in c:\Users\admin\Gold-Tree-Emulator-3\Gold Tree Emulator 3.0\GoldTree.cs:line 378
   at GoldTree.Program.Main(String[] args) in c:\Users\admin\Gold-Tree-Emulator-3\Gold Tree Emulator 3.0\Program.cs:line 62
 
fixed it
just dont change the bondip, but what i dont get everything work just the website does not communicate with the emu, any thoughts?


Code:
## Gold Tree Emulator 3.0 System Configuration File

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

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

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

## 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=

## 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
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
Your website never communicates with the emulator, your database does. (To some extent)

The emulator requires a configuration with your database details so they can work with one another, I'm also quite confused as to WHY people are using buggy versions of Phoenix/GTE when there's new up-to-date stable emulators.
 

Users who are viewing this thread

Top