#Server not starting
21 messages · Page 1 of 1 (latest)
Remove Cardboard, see if it works without it?
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
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.
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)
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.
Same thing appeared on console, might add I'm installing both Cardboard and ICommonUtils, Cardboard's lib
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?
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?
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.
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
Kyori is bundled into Impactor.
That makes sense