#Server not starting

21 messages · Page 1 of 1 (latest)

nimble charm
#

Started Fabric server after adding Cardboard, stuck on "[main/INFO]: Discarded config watch service" for some time, restarting it gets stuck there again.

sick bay
#

Remove Cardboard, see if it works without it?

nimble charm
#

Well, yes, it was working before. I wanted to know if it is some kind of incompatibility or server/setup issue. No ideia what "[main/INFO]: Discarded config watch service" means

sick bay
#

It's probably not the issue anyway.

But the question isn't if it worked before - it's if it still works after removing Cardboard.

nimble charm
#

Oh, yeah, I'll check

#

Yup, it works (Also sorry if I sounded rude, doing server setup for the first time ever for 8 hours straight isnt healthy)

sick bay
#

Add it back and let's look at the full logs.

#

!llogs

uncut skiffBOT
#

Please send some logs over so we can help resolve your issue. To access logs on your Minecraft server, please navigate to your server panel's File Manager and take the following path:

1. Open the Server's File Manager
2. Navigate inside the 'logs' folder
3. Click on "latest.log" to download it and send the file over Discord to this channel.
nimble charm
#

Same thing appeared on console, might add I'm installing both Cardboard and ICommonUtils, Cardboard's lib

sick bay
#

There's a giant ERROR right above the INFO line you quoted. 🙂

[23:34:25] [main/ERROR]: Failed to start the minecraft server
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'impactor' at 'net.impactdev.impactor.fabric.FabricImpactorBootstrap'!
[...]
Caused by: java.lang.NoSuchMethodError: 'net.kyori.adventure.text.format.TextDecorationAndState net.kyori.adventure.text.format.TextDecoration.withState(boolean)'

I'm not finding it in the logs - what Spigot plugins have been installed?

nimble charm
#

No plugins actually, I was planning on installing some if Cardboard worked, but I didnt install any because I wanted to make sure it was working

#

The server is running Fabric, so I'm using some mod ports of plugins, would they count?

sick bay
#

Possibly. Impactor is what is causing the issue.

#

From the few things I'm digging into, it looks like Kyori's Adventure library is possibly seeing the Bukkit API and trying to use it and Fabric.

#

Which then causes 💥

#

But I'm a bit distracted, I might be a little off on the root cause.

nimble charm
#

I dont remember why it was in the pack, I know a mod has Impactor as a dependency, no idea what Kyori Library is...

#

oh... Yeah, I dont know what that is

sick bay
#

Kyori is bundled into Impactor.

nimble charm
#

That makes sense