CreeperHost / FTB-Backups-2

7 stars 8 forks source link

NullPointerException #55

Closed Tschizzey closed 1 year ago

Tschizzey commented 1 year ago

Hi,

I want to run a Vault Hunters Server, but this error pops up:

java.lang.NullPointerException: Cannot invoke "net.creeperhost.ftbbackups.org.quartz.Scheduler.isShutdown()" because "net.creeperhost.ftbbackups.FTBBackups.scheduler" is null at TRANSFORMER/ftbbackups2@1.0.17/net.creeperhost.ftbbackups.FTBBackups.killOutThreads(FTBBackups.java:110) at java.base/java.lang.Thread.run(Thread.java:833)

Can you help me? Full log attached. Thanks in advance. latest.log

gigabit101 commented 1 year ago

This is just a shutdown error/log and the issue is caught, The issue is that legendarytooltips is calling client-side code and crashing your server, Disable legendarytooltips to resolve the issue

Tschizzey commented 1 year ago

I can't disable it because if one mod is missing then the client won't connect to the server. Is it not possibble to do anything else?

gigabit101 commented 1 year ago

You can not have a client-side mod on the server that calls client-side code, It needs to be removed from the server. NO IF's NO BUTS, It has to go