Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Arcturus can't open port to public

Hakuna Matata
Joined
Sep 5, 2012
Messages
804
Reaction score
137
I used to be able to change the listening IP to 0.0.0.0 to fix this but if I do this now I just get:
Code:
[LOADING] Configuration Manager -> Loaded!
[main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Started.
[SHUTDOWN] Stopping Arcturus Emulator Version: 1.3.0...
Exception in thread "Thread-0" java.lang.NullPointerException
	at com.eu.habbo.core.Logging.saveLogs(Logging.java:260)
	at com.eu.habbo.Emulator.dispose(Emulator.java:223)
	at com.eu.habbo.Emulator.access$000(Emulator.java:29)
	at com.eu.habbo.Emulator$1.run(Emulator.java:97)
	at java.lang.Thread.run(Thread.java:745)

If I use 127.0.0.1 (127.0.0.1 and localhost is the only listening IP that doesn't trigger this) then the port isn't open to the public just local.
Any ideas?

---

if you ever read this
make sure you game.host and not db.hostname
make sure you use your eyes
solved because i have working eyes
 
Hakuna Matata
Joined
Sep 5, 2012
Messages
804
Reaction score
137
You bind to a local adress as thats where the application runs. Then if you want others to enter you open the port.

Your error is from incorrect database details.

I figured it out 5 seconds after I posted the thread. Added it to the bottom of the thread.
Thanks though, to both of you ♥
 
Upvote 0
Initiate Mage
Joined
Jun 27, 2017
Messages
3
Reaction score
0
Hello every one... i have these problem too... but i cant fix it... what im doing wrong????

i check my configuration so i put the external IP like this:

#Database Configuration. (the database and the CMS Chocolatey is in other machine 192.168.0.24 so i put my no-ip to connect)

db.hostname=http://holotest.mypagexxx.com/
db.port=3306
db.database=xxxxx
db.username=xxxxxx
db.password=xxxxxx

#Game Configuration. /// in this pc i have the emulator arcturus
game.host=192.168.0.10
game.port=3000

#RCON Configuration.
rcon.host=192.168.0.10
rcon.port=3001
rcon.allowed=127.0.0.1;127.0.0.2

and i got now this:

[LOADING] Configuration Manager -> Loaded!
[main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
[SHUTDOWN] Stopping Arcturus Emulator Version: 1.8.0...
Exception in thread "Thread-0" java.lang.NullPointerException
at com.eu.habbo.Emulator.dispose(Emulator.java:255)
at com.eu.habbo.Emulator.access$000(Emulator.java:30)
at com.eu.habbo.Emulator$1.run(Emulator.java:98)
at java.lang.Thread.run(Unknown Source)

what can i do? .... thanks
 
Upvote 0
Back
Top