• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Arcturus on Ubuntu Server

Skilled Illusionist
Joined
Dec 21, 2011
Messages
335
Reaction score
12
I am using Ubuntu Server 12.04. I have installed Java using this "sudo apt-get install default-jdk", "javac -version" gives javac 1.7.0_181. I have put the emulator in my home folder and gave them 777 rights. I imported the database using phpmyadmin. I only changed the password in the config.ini file.

When I run "java -jar /home/ArcturusEmulator_1.14.0/Habbo-1.14.0.jar" it gives out "no main manifest attribute, in /home/ArcturusEmulator_1.14.0/Habbo-1.14.0.jar". I tried other ways to run this but it usually gives out "Error: Could not find or load main class Main".

I then installed the latest java version "javac 1.8.0_171" using this guide .

It still gives out "no main manifest attribute" regardless on what I do.

I have looked at the forum but there is no documentation for this. Please help, thanks.
 
Skilled Illusionist
Joined
Dec 21, 2011
Messages
335
Reaction score
12
I get this error when I try to run with dependencies.


_ ______ _ _ _
/\ | | | ____| | | | | | |
/ \ _ __ ___| |_ _ _ _ __ _ _ ___ | |__ _ __ ___ _ _| | __ _| |_ ___ _ __| |
/ /\ \ | '__/ __| __| | | | '__| | | / __| | __| | '_ ` _ \| | | | |/ _` | __/ _ \| '__| |
/ ____ \| | | (__| |_| |_| | | | |_| \__ \ | |____| | | | | | |_| | | (_| | || (_) | | |_|
/_/ \_\_| \___|\__|\__,_|_| \__,_|___/ |______|_| |_| |_|\__,_|_|\__,_|\__\___/|_| (_)


java.lang.NullPointerException
at com.eu.habbo.core.Logging.logErrorLine(Logging.java:274)
at com.eu.habbo.core.ConfigurationManager.reload(ConfigurationManager.java:58)
at com.eu.habbo.core.ConfigurationManager.<init>(ConfigurationManager.java:38)
at com.eu.habbo.Emulator.main(Emulator.java:123)
Exception in thread "Thread-0" java.lang.NullPointerException
at com.eu.habbo.core.Logging.logShutdownLine(Logging.java:205)
at com.eu.habbo.Emulator.dispose(Emulator.java:224)
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(Thread.java:748)
 
Upvote 0
Skilled Illusionist
Joined
Dec 21, 2011
Messages
335
Reaction score
12
It now works, but...

_ ______ _ _ _
/\ | | | ____| | | | | | |
/ \ _ __ ___| |_ _ _ _ __ _ _ ___ | |__ _ __ ___ _ _| | __ _| |_ ___ _ __| |
/ /\ \ | '__/ __| __| | | | '__| | | / __| | __| | '_ ` _ \| | | | |/ _` | __/ _ \| '__| |
/ ____ \| | | (__| |_| |_| | | | |_| \__ \ | |____| | | | | | |_| | | (_| | || (_) | | |_|
/_/ \_\_| \___|\__|\__,_|_| \__,_|___/ |______|_| |_| |_|\__,_|_|\__,_|\__\___/|_| (_)


[LOADING] Configuration Manager -> Loaded!
[main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
[main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
[LOADING] Database -> Connected! (567 MS)
[LOADING] Loading configuration from database...
[LOADING] Configuration -> loaded! (41 MS)
[LOADING] Thread Pool -> Loaded!
[LOADING] Plugin Manager -> Loaded! 0 plugins! (2 MS)
[LOADING] Texts Manager -> Loaded! (7 MS)
[LOADING] Database -> Cleaned!
[LOADING] GameEnvironment -> Loading...
[LOADING] Permissions Manager -> Loaded! (60 MS)
[LOADING] Habbo Manager -> Loaded! (0 MS)
[LOADING] Hotelview Manager -> Loaded! (5 MS)
[LOADING] Item Manager -> Loaded! (297 MS)
[LOADING] Bot Manager -> Loaded! (14 MS)
[LOADING] Pet Manager -> Loaded! (10 MS)
[LOADING] Guild Manager -> Loaded! (4 MS)
[LOADING] Loaded 257 Catalog Pages!
[LOADING] Catalog Manager -> Loaded! (179 MS)
[LOADING] Room Manager -> Loaded! (2 MS)
[LOADING] Navigator Manager -> Loaded! (10 MS)
[LOADING] Command Handler -> Loaded! (25 MS)
[LOADING] ModTool Manager -> Loaded! (6 MS)
[LOADING] Achievement Manager -> Loaded! (17 MS)
[LOADING] WordFilter -> Loaded! (1 MS)
[LOADING] GameEnvironment -> Loaded!
[main] WARN io.netty.util.internal.MacAddressUtil - Failed to find a usable hardware address from the network interfaces; using random bytes: 92:6b:2d:16:b3:a1:5d:e7
[LOADING] Started GameServer on 0.0.0.0:3000@Game Server
[LOADING] Started GameServer on 127.0.0.1:3001@RCON Server
[LOADING] Badge Imager -> Disabled! Please check your configuration!
[LOADING] Habbo Hotel Emulator has succesfully loaded.
[LOADING] You're running: Version: 1.14.0
[LOADING] System launched in: 3867.45409ms. Using: 6 threads!
[LOADING] Memory: 36/55MB
[DEBUG] Debugging Enabled!
[CAMERA] Attempting to connect to the Camera server.
[CAMERA] Connected to the Camera Server. Attempting to login...
[CAMERA] You are running an outdated version (Version: 1.14.0) of Arcturus! Download the latest version "Version: 1.13.0" from
[CAMERA] Make sure you stay updated as older versions might not be supported in the future!
[CAMERA]
[CAMERA] Failed to login to Camera Server: No Account Found. Register for free on the Arcturus Forums! Visit
[LOADING] Thanks for using Arcturus. Contact: Skype: wesley.jabbo Discord: TheGeneral#0063
[LOADING] -The General
[USER] Coldwin logged in from IP xxx.xxx.xx.xxx
java.lang.NullPointerException
at com.eu.habbo.habbohotel.users.HabboInfo.run(HabboInfo.java:474)
at com.eu.habbo.habbohotel.users.Habbo.run(Habbo.java:213)
at com.eu.habbo.threading.ThreadPooling$1.run(ThreadPooling.java:54)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
java.lang.NullPointerException
at com.eu.habbo.habbohotel.users.HabboInfo.run(HabboInfo.java:474)
at com.eu.habbo.habbohotel.users.Habbo.run(Habbo.java:213)
at com.eu.habbo.threading.ThreadPooling$1.run(ThreadPooling.java:54)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
java.lang.NullPointerException
at com.eu.habbo.messages.outgoing.users.UserPermissionsComposer.compose(UserPermissionsComposer.java:26)
at com.eu.habbo.messages.incoming.handshake.SecureLoginEvent.handle(SecureLoginEvent.java:100)
at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:212)
at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:44)
at com.eu.habbo.threading.ThreadPooling$1.run(ThreadPooling.java:54)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)

I am using this http://forum.ragezone.com/f353/revcms-arcturus-1140145/ along with swfs provided by them.

Can someone help please?
 
Upvote 0
Back
Top