brenoepics / morningstar

An open-source Arcturus Community Fork.
GNU General Public License v3.0
3 stars 2 forks source link

Errors with 2.0-RC3.1 #112

Closed brenoepics closed 1 year ago

brenoepics commented 5 years ago

In GitLab by @Killua on May 20, 2019, 10:33

I build the source with Maven Install I go to emulator_errors and change version field to allow null because in the first time emulator tell me some error because 2.0-RC3.1 don't insert nothing in version and build_hash after that i have one error when emulator starting

java.lang.NumberFormatException: For input string: ""
        at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:68)
        at java.base/java.lang.Integer.parseInt(Integer.java:668)
        at java.base/java.lang.Integer.valueOf(Integer.java:989)
        at com.eu.habbo.habbohotel.items.CrackableReward.<init>(CrackableReward.java:47)
        at com.eu.habbo.habbohotel.items.ItemManager.loadCrackable(ItemManager.java:450)
        at com.eu.habbo.habbohotel.items.ItemManager.load(ItemManager.java:94)
        at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:59)
        at com.eu.habbo.Emulator.main(Emulator.java:123)
java.lang.NumberFormatException: For input string: ""
        at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:68)
        at java.base/java.lang.Integer.parseInt(Integer.java:668)
        at java.base/java.lang.Integer.valueOf(Integer.java:989)
        at com.eu.habbo.habbohotel.items.CrackableReward.<init>(CrackableReward.java:47)
        at com.eu.habbo.habbohotel.items.ItemManager.loadCrackable(ItemManager.java:450)
        at com.eu.habbo.habbohotel.items.ItemManager.load(ItemManager.java:94)
        at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:59)
        at com.eu.habbo.Emulator.main(Emulator.java:123)

and after starting when i login in the client

[USER] Killua logged in from IP 
java.lang.reflect.InvocationTargetException
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at com.eu.habbo.plugin.PluginManager.fireEvent(PluginManager.java:182)
        at com.eu.habbo.messages.incoming.handshake.SecureLoginEvent.handle(SecureLoginEvent.java:146)
        at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:188)
        at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:47)
        at com.eu.habbo.threading.ThreadPooling$1.run(ThreadPooling.java:61)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
        at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.lang.NoSuchMethodError: com.eu.habbo.habbohotel.messenger.Messenger.addBuddy(Lcom/eu/habbo/habbohotel/messenger/MessengerBuddy;)V
        at org.krews.plugins.staffchat.Main.onUserLoginEvent(Main.java:34)
        ... 16 more
java.lang.reflect.InvocationTargetException
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at com.eu.habbo.plugin.PluginManager.fireEvent(PluginManager.java:182)
        at com.eu.habbo.messages.incoming.handshake.SecureLoginEvent.handle(SecureLoginEvent.java:146)
        at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:188)
        at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:47)
        at com.eu.habbo.threading.ThreadPooling$1.run(ThreadPooling.java:61)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
        at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.lang.NoSuchMethodError: com.eu.habbo.habbohotel.messenger.Messenger.addBuddy(Lcom/eu/habbo/habbohotel/messenger/MessengerBuddy;)V
        at org.krews.plugins.games_chat.Main.onUserLoginEvent(Main.java:36)
        ... 16 more
brenoepics commented 5 years ago

In GitLab by @Hackerman on May 20, 2019, 11:40

Remove all your plugins and reproduce it.

brenoepics commented 5 years ago

In GitLab by @Harmony on May 20, 2019, 12:36

This is an issue with plugins, make an issue in Arcturus Extended and include more information if there is not another repository for it.

brenoepics commented 5 years ago

In GitLab by @Harmony on May 20, 2019, 12:36

closed