[HELP] Fresh Butterfly Emu / Original Butterfly Emu.

Jwake

Member
Feb 12, 2016
140
10
Hello.
Can someone please tell me how to fix this error. (I'll leave an image below)
I have tried this with the original and Fresh's version of Butterfly Emu.
It's connected to the database and shit, but I'm not sure what can cause this.

Image;

If you could possibly help, I'll be very thankful.

Bye! :3
 

Jwake

Member
Feb 12, 2016
140
10
Try changing the 0.0.0.0 to 127.0.0.1 and see if that fixes it.
But, It's on a domain, shouldn't that mean that it's 0.0.0.0??

But thank you, Ill try now.

EDIT:
It Kinda worked, but now I got another error,

Image;
 

Leon121

Member
Dec 10, 2014
50
0
Hello.
Can someone please tell me how to fix this error. (I'll leave an image below)
I have tried this with the original and Fresh's version of Butterfly Emu.
It's connected to the database and shit, but I'm not sure what can cause this.

Image;

If you could possibly help, I'll be very thankful.

Bye! :3
Warning: Wired does not work, and it's so much exploits it this emulator.
 

JynX

Posting Freak
Feb 6, 2016
710
438
The fix was that the EMU was reading for "mus.tcp.allowedaddr" in the configuration.ini but it was labeled "mus.tcp.allowedad" in the configuration.ini the simple fix would be to use this:
Code:
## uberEmulator System Configuration File
## Must be edited for the server to work
 
## MySQL Configuration asASd1684ASdasdtbykyuadC_
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=Database Password
db.name=Database Name
db.mssql=false
 
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=10
 
## Game TCP/IP Configuration
game.tcp.bindip=VPS IP
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=10000
game.tcp.enablenagles=False
 
## MUS TCP/IP Configuration
mus.tcp.bindip=VPS IP
mus.tcp.port=30001
mus.tcp.allowedaddr=VPS IP

## Client configuration
client.ping.enabled=1
client.ping.interval=30000
 
#IRC
irc.enabled=false
irc.server=irc.website-service.org
irc.port=6667
irc.user=USER CSharpBot 8 * :I'm a C# irc bot
irc.nick=[VG]Mordi
irc.channel=#habbovg_servermod
irc.password=rofl123
 
group.enabled=false
auth.ssodisabled=false
 
 
#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.pixel.enabled=true
game.pixel.amount=150
game.pixel.time=900
 
#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.credits.enabled=true
game.credits.amount=150
game.credits.time=900
 
game.login.credits.receiveamount=500
game.login.pixel.receiveamount=550
 
GC.LatencyMode=default
 
 
## connectiond details
con.socket=9001
con.max_servers=10000
con.con_per_ip=10000
 
## connection interval
ping.interval=2000
request.interval.active=2000
request.interval.idle=60000
version.id=1
 
game.gift.ids=164,165,166,167,168,169,170
groups.enabled=false
 
hotel.name=Fresh
Hopefully I helped whomever needed this. I wouldn't personally use FreshEMU, but hey here's this odd fix.

Proof of EMU running upon being fixed:

@Jwake , could you mark my post as the best answer? :D
 

Users who are viewing this thread

Top