#Server keeps on reseting every 20 seconds when I add a singular mod.
58 messages · Page 1 of 1 (latest)
IT might be the mod that is not working. You can share the latest.log so we can confirm
You might have forgot to install dependencies or its a client side only mod
I didn't click shutdown
[19:54:14] [VoiceChatServerThread/ERROR]: [voicechat] Failed to bind to address '199.115.76.77', binding to wildcard IP instead
[19:54:14] [VoiceChatServerThread/ERROR]: [voicechat] Failed to run voice chat at UDP port 24454, make sure no other application is running at that port
you didn't configure your voice chat mod correctly
your server will have some ports available to run things like voice chat, but you need to check what ports you have and then set up voice chat to use that port
So I didn't have the dependable mods to work it?
Because before I wiped the server it worked fine
This isn't a depencency issue. I just listed that as something that could happen if you don't install a modpack correctly
As I said, right now it's crashing because voice chat is failing to get an available port. You need to configure it correctly or remove it
I see.
Let me try that, and I'll let you know.
Thanks for the info so far!
But also, when I did remove the voicechat mod, and all other mods, it did not want to run at all.
So I had to keep on doing a new server
I don't know if it just breaks the code entirely when I do it
when a crash happens, the server will shut down then and there. It won't check for anything else wrong
you can have multiple issues, and fixing one will reveal the next one
fix one, start it, check the log, fix the next issue, repeat
code?
How would I configure it correctly?
Because I tried again and it did that same
If you would like, I could screen record what I do and show you
same issue in this log
I saw that, but how is it fixable?
tell voice chat to stop binding to a specific ip. set it's ip to 0.0.0.0
it will then use the ip of the server
Port is the issue, not the IP - it reads the IP from server.properties if it isn't populated.
oh, could they have populated it?
They could have, but it's far more likely it's trying to grab a port that isn't available.
Soo what can I do
Because this happens with any mod I add
not only voicechat
With other mods, it would be other errors
The only mod in the log you posted is voice chat, so you need to follow the voice chat installation instructions to make sure that the port is configured correctly
@opaque idol you must fix only one error at a time.
have you made a mod pack before and the server?
i'm getting this is your first one.
This is indeed my first server. Back when I originally started to pay for it, it worked completly fine. all mods worked. but when I wiped it, everything stopped working.
what do you mean by wiped?
there's a world wipe, there's the config wipe, and there's the orbital nuke wipe
world wipe = you deleted the world folder so everyone starts over with the same pack but a new world
config wipe = you didn't like the config changes you made to the server so removed the config folder to let the default configs to regenerate
thermonuclear black swan wipe = you deleted the entire server, all folders and started absolutely fresh
Honestly I just clicked this and reinstalled it
that's an orbital nuke. next time don't do that. let's get you to share latest logs and we can work thru it. is the pack in question in our menu of preinstalls or is it something you've built? I have extra panels, and I can test and see if the pack in question had an update that broke it, it happens, and if so, i'll make sure someone with power knows about it so it can be fixed. if not, i can help you figure out the mod issues.
Ok
my friends and I just picked out some mods and put it into a folder
then dropped the mods into there
with all the dependecies
All same version
1.20.1
unless you build your pack with a pack launcher you can easily run into issues. In this article I used gdlauncher to build a pack, and it easily translates to modrinth and curseforge apps too. https://kreezcraft.com/making-a-mod-pack/
there's another article about making a server from the pack at the bottom too.