[Bug]: [Forge 1.16.5] Server crashes almost every time it restarts/starts up
Subthy opened this issue · 3 comments
What happened?
What happened?
Almost every single time my servers restart or when I start it, Discord Integration causes the server to crash, and I have to manually kill the server and start it back up and hope it doesn't crash again. This has been happening for a really long time now and it's getting frustrating. If my admins or me are offline, players are forced to wait until someone wakes up to kill the server and start it back up.
I'm not sure if this is my fault or not.
I re-opened this issue, as you merged it to 1.18, even though it's a 1.16.5 issue. I added a newer crash log from the same server that last one happened, so can you please look at it and answer, not just merge it and say nothing.
Thank you,
-Sub
Game Version
1.16
What platform are you using?
Forge
Platform version
36.2.20
Config File
# General options for the bot
[general]
# Insert your Bot Token here!
# DO NOT SHARE IT WITH ANYONE!
botToken = ""
# The channel ID where the bot will be working in
botChannel = "877046049880043540"
# The bot's status message
#
# PLACEHOLDERS:
# %online% - Online Players
# %max% - Maximum Player Amount
botStatusName = "the players online"
# Type of the bot's status
# Allowed Values: DISABLED,PLAYING,WATCHING,LISTENING,STREAMING,COMPETING
botStatusType = "WATCHING"
# URL of the bot's stream when using the status type 'STREAMING'
# Has to start with https://twitch.tv/ or https://www.youtube.com/watch?v=
streamingURL = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
# Enable checking for updates?
# Notification will be shown after every server start in log when update is available
enableUpdateChecker = false
# The minimum release type for the update checker to notify
# Allowed values: release, beta, alpha
updateCheckerMinimumReleaseType = "beta"
# Set to false to disable config migration from other mods/plugins to this one
# This does not prevent updating of this config after mod updates
allowConfigMigration = true
# Attempt to parse id-based mentions to names in in-game chat
parseMentionsIngame = true
# Configuration options for commands
[commands]
# The Role IDs of your Admin Roles
# Now supports multiple roles which can access admin commands
adminRoleIDs = [ "804532899495673911" ]
# Add your custom commands here
# You can also generate some on https://erdbeerbaerlp.de/dcintegration-commands/
# You must op this UUID in the ops.txt or some custom commands won't work!
senderUUID = "8d8982a5-8cf9-4604-8feb-3dd5ee1f83a3"
# Enable help command?
# Disabling also removes response when you entered an invalid command
# Requires server restart
helpCmdEnabled = true
# Enable the list command in discord
# Requires server restart
listCmdEnabled = true
# Enable the uptime command in discord
# Requires server restart
uptimeCmdEnabled = true
# Set to false to completely disable the "Unknown Command" message
showUnknownCommandMessage = true
# Set to true to enable the "Unknown Command" message in all channels
showUnknownCommandEverywhere = false
[[commands.customCommands]]
name = "kick"
description = "Kicks an player from the Server"
mcCommand = "kick %player% %reason%"
adminOnly = true
hidden = false
[[commands.customCommands.args]]
name = "player"
description = "The player to be kicked"
optional = false
[[commands.customCommands.args]]
name = "reason"
description = "Reason for the kick"
optional = true
[[commands.customCommands]]
name = "stop"
description = "Stops the server"
mcCommand = "stop"
adminOnly = true
hidden = false
args = [ ]
[[commands.customCommands]]
name = "kill"
description = "Kills an Player or Entity"
mcCommand = "kill %target%"
adminOnly = true
hidden = false
[[commands.customCommands.args]]
name = "target"
description = "The target(s) for the kill command."
optional = false
# Toggle some message related features
[messages]
# Enable formatting conversion (Markdown <==> Minecraft)
convertCodes = true
# Send formatting codes from mc chat to discord
# Has no effect when markdown <==> Minecraft is enabled
formattingCodesToDiscord = false
# Should /say output be sent to discord?
sendOnSayCommand = true
# Should /me output be sent to discord?
sendOnMeCommand = true
# When an /say command's message starts with this prefix, it will not be sent to discord
sayCommandIgnoredPrefix = "§4§6§k§r"
# Should tamed entity death be visible in discord?
sendDeathMessagesForTamedAnimals = true
# Advanced options
[advanced]
# Custom channel ID for server specific messages (like Join/leave)
# Leave 'default' to use default channel
serverChannelID = "default"
# Custom channel ID for death messages
# Leave 'default' to use default channel
deathsChannelID = "default"
# Custom channel for for ingame messages
# Leave 'default' to use default channel
chatOutputChannelID = "default"
# Custom channel where messages get sent to minecraft
# Leave 'default' to use default channel
chatInputChannelID = "default"
# Config options which only have an effect when using forge
[forgeSpecific]
# A list of blacklisted modids
# Adding one will prevent the mod to send messages to discord using forges IMC system
IMC_modIdBlacklist = [ "examplemod" ]
# Show item information, which is visible on hover ingame, as embed in discord?
sendItemInfo = true
# Configuration for linking
[linking]
# Unlink players when they leave the discord server for whatever reason (ex. leave,kick,ban)?
unlinkOnLeave = true
# Should discord linking be enabled?
# If whitelist is on, this can NOT be disabled
# DOES NOT WORK IN OFFLINE MODE!
enableLinking = true
# Role ID of an role an player should get when he links his discord account
# Leave as 0 to disable
linkedRoleID = "0"
# Enable discord based whitelist?
# This will override the link config!
# To whitelist use the whitelist command in the bot DMs
whitelistMode = false
# Adding Role IDs here will require the players to have at least ONE of these roles to link account
requiredRoles = [ ]
settingsBlacklist = [ ]
# Allows you to configure the default values of some personal settings
[linking.personalSettingsDefaults]
default_useDiscordNameInChannel = true
default_ignoreReactions = false
default_pingSound = true
# Webhook configuration
[webhook]
# Whether or not the bot should use a webhook (it will create one)
enable = true
# The avatar to be used for server messages
serverAvatarURL = "https://i.ibb.co/12Sg4TP/server-icon-main.png"
# The name to be used for server messages
serverName = "People's Republic"
# The URL where the player avatar gets fetched from
#
# PLACEHOLDERS:
# %uuid% - Returns the player's UUID with dashes
# %uuid_dashless% - Returns the player's UUID without dashes
# %name% - Returns the player's name
# %randomUUID% - Returns an random UUID which can be used to prevent discord cache
playerAvatarURL = "https://minotar.net/avatar/%uuid%?randomuuid=%randomUUID%"
# Allows you to modify and translate most of the messages this bot will send
[localization]
# This is what will be displayed ingame when someone types into the bot's channel
# PLACEHOLDERS:
# %user% - The username
# %id% - The user ID
# %msg% - The message
ingame_discordMessage = "§6[§5DISCORD§6]§r <%user%> %msg%"
# This is what will be displayed ingame when someone sends an reply into the bot's channel
# PLACEHOLDERS:
# %user% - The username
# %id% - The user ID
# %msg% - The reply message
# %ruser% - The username of the message that got the reply
# %rmsg% - The replied message
ingame_discordReplyMessage = "§6[§5DISCORD§6]§r §a%user%§r in reply to §3%ruser%§r: %msg%"
# Message shown when hovering over the username of an discord message
# PLACEHOLDERS:
# %user% - The username/nickname (Someone123)
# %user#tag% - The username with tag (someone#0001)
# %id% - The user ID
#
# NOTE: using an @ here can cause ping sounds ingame
discordUserHover = "§3Discord User %user#tag%\n§aClick to mention"
# This message will edited in / sent when the server finished starting
serverStarted = "Server Started!"
# Message to show while the server is starting
# This will be edited to SERVER_STARTED_MSG when webhook is false
serverStarting = "Server Starting..."
# This message will be sent when the server was stopped
serverStopped = "Server Stopped!"
# The message to print to discord when it was possible to detect a server crash
serverCrash = "Server Crash Detected"
# Gets sent when an player joins
#
# PLACEHOLDERS:
# %player% - The player's name
playerJoin = "%player% joined"
# Gets sent when an player leaves
#
# PLACEHOLDERS:
# %player% - The player's name
playerLeave = "%player% left"
# Gets sent when an player dies
#
# PLACEHOLDERS:
# %player% - The player's name
# %msg% - The death message
playerDeath = "%player% %msg%"
# Message sent instead of playerLeave, when the player times out
#
# PLACEHOLDERS:
# %player% - The player's name
playerTimeout = "%player% timed out!"
# Gets sent when an player finishes an advancement
# Supports MulitLined messages using \n
#
# PLACEHOLDERS:
# %player% - The player's name
# %name% - The advancement name
# %desc% - The advancement description
advancementMessage = "%player% just made the advancement **%name%**\n_%desc%_"
# The chat message in discord, sent from an player in-game
#
# PLACEHOLDERS:
# %player% - The player's name
# %msg% - The chat message
discordChatMessage = "%player%: %msg%"
# Sent to a player when someone reacts to his messages
# PLACEHOLDERS:
# %name% - (Nick-)Name of the user who reacted (format: 'SomeNickName')
# %name2% - Name of the user who reacted with discord discriminator (format: 'SomeName#0123')
# %msg% - Content of the message which got the reaction
# %emote% - The reacted emote
reactionMessage = "§6[§5DISCORD§6]§r§7 %name% reacted to your message \"§9%msg%§7\" with '%emote%'"
# Message shown for attachments
attachment = "Attachment"
# Message shown for stickers
sticker = "Sticker"
# Header for Embeds
embed = "Embed"
# Message shown for embed images
embedImage = "Image"
# Message shown for embed messages
embedMessage = "Message"
# Hover message for the bot tag ingame
bot = "This user is an bot"
# Strings about the discord commands
[localization.commands]
# Shown in console when trying to use the discord command
ingameOnly = "This command can only be executed ingame"
# Shown when successfully reloading the config file
configReloaded = "Config reloaded!"
# Shown when an subcommand is disabled
subcommandDisabled = "This subcommand is disabled!"
# Message sent when user does not have permission to run a command
noPermission = "You don't have permission to execute this command!"
# Message sent when an invalid command was typed
#
# PLACEHOLDERS:
unknownCommand = "Unknown command, try `/help` for a list of commands"
# Message if a player provides less arguments than required
notEnoughArguments = "Not enough arguments"
# Message if a player provides too many arguments
tooManyArguments = "Too many arguments"
# Message if a player can not be found
#
# PLACEHOLDERS:
# %player% - The player's name
playerNotFound = "Can not find player \"%player%\""
# The message for 'list' when no player is online
cmdList_empty = "There is no player online..."
# The header for 'list' when one player is online
cmdList_one = "There is 1 player online:"
# The header for 'list'
# PLACEHOLDERS:
# %amount% - The amount of players online
cmdList_header = "There are %amount% players online:"
# Header of the help command
cmdHelp_header = "Your available commands in this channel:"
# Message sent when ignoring Discord messages
commandIgnore_ignore = "You are now ignoring Discord messages!"
# Message sent when unignoring Discord messages
commandIgnore_unignore = "You are no longer ignoring Discord messages!"
# Message sent when using the uptime command
#
# PLACEHOLDERS:
# %uptime% - Uptime in uptime format, see uptimeFormat
cmdUptime_message = "The server is running for %uptime%"
# The format of the uptime command
# For more help with the formatting visit https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/time/DurationFormatUtils.html
uptimeFormat = "dd 'days' HH 'hours' mm 'minutes'"
# Shows when running slash commands as command response
executing = "Executing..."
# Command argument description for the linkcheck command's Discord user parameter
cmdLinkcheck_userargDesc = "The discord user to check"
# Command argument description for the linkcheck command's minecraft player parameter
cmdLinkcheck_mcargDesc = "The minecraft player's UUID or Name to check"
# Sent when checked user is not linked
cmdLinkcheck_notlinked = "This account is not linked!"
#
cmdLinkcheck_discordAcc = "Discord-Account: "
cmdLinkcheck_minecraftAcc = "Minecraft Account: "
cmdLinkcheck_cannotGetPlayer = "Error getting player information! Maybe you used an invalid name / UUID"
cmdSett_key = "Destination settings key"
cmdSett_val = "Settings value"
cmdSett_set = "Change an setting"
cmdSett_get = "Retrieve an setting value"
# Command descriptions
[localization.commands.descriptions]
settings = "Allows you to edit your personal settings"
uptime = "Displays the server uptime"
help = "Displays a list of all commands"
list = "Lists all players currently online"
link = "Links your Discord account with your Minecraft account"
whitelist = "Whitelists you on the server by linking with Discord"
linkcheck = "Shows info about an linked discord user or an ingame player"
# Strings about the account linking feature
[localization.linking]
# Sent to the user when he linked his discord successfully
# PLACEHOLDERS:
# %player% - The in-game player name
linkSuccessful = "Your account is now linked with %player%.\nUse /settings to view and set some user-specific settings"
# Sent to the user when linking fails
linkFailed = "Account link failed"
# Sent when an already linked user attempts to link an account
# PLACEHOLDERS:
# %player% - The in-game player name
alreadyLinked = "Your account is already linked with %player%"
# Sent when attempting to use personal commands while not linked
# PLACEHOLDERS:
# %method% - The currently enabled method for linking
notLinked = "Your account is not linked! Link it first using %method%"
# Message of the link method in whitelist mode
# Used by %method% placeholder
linkMethodWhitelistCode = "joining the server and then using `/link <whitelist-code>` here"
# Message of the link method in normal mode
# Used by %method% placeholder
linkMethodIngame = "`/discord link` ingame"
# Sent when attempting to whitelist-link with an non uuid string
# PLACEHOLDERS:
# %arg% - The provided argument
link_argumentNotUUID = "Argument \"%arg%\" is not an valid UUID or Name. Use `/whitelist <Name-or-UUID>`"
# Sent when attempting to link with an unknown number
invalidLinkNumber = "Invalid link number! Use `/discord link` ingame to get your link number"
# Sent when attempting to link with an invalid number
linkNumberNAN = "This is not a number!"
# Message shown to players who are not whitelisted using discord
# No effect if discord whitelist is off
notWhitelistedCode = "§cYou are not whitelisted.\nJoin the discord server for more information\nhttps://discord.gg/someserver\nYour Whitelist-Code is: §6%code%"
# Sent when trying to link without an required role
link_requiredRole = "You need to have an role to use this"
# Sent when trying to link as an non-member
link_notMember = "You are not member of the Discord-Server this bot is operating in!"
# Sent to the user when he linked his discord successfully
# PLACEHOLDERS:
# %name% - The linked discord name
# %name#tag% - The linked discord name with tag
linkSuccessfulIngame = "Your account is now linked with discord-user %name#tag%"
# Message shown to players who want to link their discord account ingame
#
# PLACEHOLDERS:
# %num% - The link number
linkMsgIngame = "Send this command as a direct message to the bot to link your account: /link %num%\nThis number will expire after 10 minutes"
# Shown when hovering over the link message
hoverMsg_copyClipboard = "Click to copy command to clipboard"
# Strings about the personal settings feature
[localization.personalSettings]
# Message for getting an setting's value
personalSettingGet = "This settings value is `%bool%`"
# Sent when user sucessfully updates an prersonal setting
settingUpdateSuccessful = "Successfully updated setting!"
# Header of the personal settings list
personalSettingsHeader = "Personal Settings list:"
# Error message when providing an invalid personal setting name
invalidPersonalSettingKey = "`%key%` is not an valid setting!"
settingsCommandUsage = "Usages:\n\n/settings - lists all available keys\n/settings get <key> - Gets the current settings value\n/settings set <key> <value> - Sets an Settings value"
# Sent when setting an personal setting fails
settingUpdateFailed = "Failed to set value :/"
# Sent when attempting to change an blacklisted setting
settingUpdateBlocked = "The server owner disabled changing of this setting"
# Descriptions of the settings
[localization.personalSettings.descriptons]
ignoreDiscordChatIngame = "Configure if you want to ignore discord chat ingame"
useDiscordNameInChannel = "Should the bot send messages using your discord name and avatar instead of your in-game name and skin?"
ignoreReactions = "Configure if you want to ignore discord reactions ingame"
pingSound = "Toggle the ingame ping sound"
hideFromDiscord = "Setting this to true will hide all of your minecraft messages from discord"
# Configuration for the in-game command '/discord'
[ingameCommand]
# Enable the /discord command to show an custom message with invite URL?
enabled = true
# The message displayed when typing /discord in the server chat
message = "Join our discord! http://discord.gg/myserver"
# The message shown when hovering the /discord command message
hoverMessage = "Click to open the invite url"
# The url to open when clicking the /discord command text
inviteURL = "http://discord.gg/myserver"
# The command log channel is an channel where every command execution gets logged
[commandLog]
# Channel ID for the command log channel
# Leave 0 to disable
channelID = "0"
# The format of the log messages
#
# PLACEHOLDERS:
# %sender% - The name of the Command Source
# %cmd% - executed command (e.g. "say Hello World"
# %cmd-no-args% - Command without arguments (e.g. "say"
message = "%sender% executed command `%cmd%`"
# A list of commands that should NOT be logged
ignoredCommands = [ "list", "help", "?" ]
# Configure votifier integration here
# (Spigot only)
[votifier]
# Should votifier messages be sent to discord?
enabled = true
# Custom channel ID for Votifier messages
# Leave 'default' to use default channel
votifierChannelID = "default"
# The message format of the votifier message
#
# PLACEHOLDERS:
# %player% - The player´s name
# %site% - The name of the vote site
# %addr% - (IP) Address of the site
message = ":ballot_box: %player% just voted on %site%"
# Name of the webhook title
name = "Votifier"
# URL of the webhook avatar image
avatarURL = "https://www.cubecraft.net/attachments/bkjvmqn-png.126824/"
# Configure Dynmap integration here
[dynmap]
# The message format of the message forwarded to discord
#
# PLACEHOLDERS:
# %sender% - The sender´s name
# %msg% - The Message
dcMessage = "<%sender%> %msg%"
# Custom channel ID for dynmap chat
# Leave 'default' to use default channel
dynmapChannelID = "default"
# Name of the webhook title
name = "Dynmap Web-Chat"
# URL of the webhook avatar image
avatarURL = "https://styles.redditmedia.com/t5_2kl3ct/styles/communityIcon_am5zopqnjhs41.png"
# The name format of the message forwarded to the dynmap webchat
#
# PLACEHOLDERS:
# %name% - The discord name of the sender (including nickname)
# %name#tag% - The discord name with tag of the sender (without nickname)
webName = "%name% (discord)"
# Name shown in discord when no name was specified on the website
unnamed = "Unnamed"
# Configure some plugin-specific BStats settings here
# Everything can be seen here: https://bstats.org/plugin/bukkit/DiscordIntegration/9765
#
# Does not apply to fabric yet, as there is no bstats for it
[bstats]
# Allow sending of installed addon stats (Name and version of installed addons)
sendAddonStats = true
# Settings for servers running as Bungeecord-suberver
[bungee]
# Set this to true if the server is running as an subserver of an bungeecord network and therefore needs to be in offline mode
# Setting this will force account linking in offline mode
# Do NOT use for actual offline mode servers, as this will break the linking feature because of the UUIDs!
#
# Currently no support for floodgate running on bungee
isBehindBungee = false
Crash report / Error log (if applicable)
---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!
Time: 3/28/22 5:31 AM
Description: Mod loading error has occurred
java.lang.Exception: Mod Loading has failed
at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:85) ~[forge:?] {re:classloading}
at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:51) ~[forge:?] {re:classloading}
at net.minecraft.server.Main.main(Main.java:95) ~[?:?] {re:classloading,re:mixin,pl:mixin:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_311] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_311] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_311] {}
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_311] {}
at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge-1.16.5-36.2.26.jar:36.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {re:classloading}
at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge-1.16.5-36.2.26.jar:?] {}
at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge-1.16.5-36.2.26.jar:?] {}
at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge-1.16.5-36.2.26.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: main
Stacktrace:
at de.erdbeerbaerlp.dcintegration.common.storage.CommandRegistry.<clinit>(CommandRegistry.java:27) ~[dcintegration:2.3.5] {re:classloading}
-- MOD dcintegration --
Details:
Caused by 0: java.lang.ExceptionInInitializerError
at de.erdbeerbaerlp.dcintegration.forge.DiscordIntegration.serverSetup(DiscordIntegration.java:133) ~[dcintegration:2.3.5] {re:classloading,re:mixin}
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120) ~[forge:36.2] {re:classloading}
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121) ~[forge:?] {re:classloading}
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640) ~[?:1.8.0_311] {}
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632) ~[?:1.8.0_311] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_311] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1067) ~[?:1.8.0_311] {}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1703) ~[?:1.8.0_311] {re:computing_frames}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172) ~[?:1.8.0_311] {}
Mod File: dcintegration-forge-2.3.5-1.16.jar
Failure message: Discord Integration (dcintegration) encountered an error during the sided_setup event phase
java.lang.ExceptionInInitializerError: null
Mod Version: 2.3.5
Mod Issue URL: https://github.com/ErdbeerbaerLP/Discord-Chat-Integration/issues
Exception message: java.lang.NullPointerException
Stacktrace:
at de.erdbeerbaerlp.dcintegration.common.storage.CommandRegistry.<clinit>(CommandRegistry.java:27) ~[dcintegration:2.3.5] {re:classloading}
at de.erdbeerbaerlp.dcintegration.forge.DiscordIntegration.serverSetup(DiscordIntegration.java:133) ~[dcintegration:2.3.5] {re:classloading,re:mixin}
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120) ~[forge:36.2] {re:classloading}
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121) ~[forge:?] {re:classloading}
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640) ~[?:1.8.0_311] {}
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632) ~[?:1.8.0_311] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_311] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1067) ~[?:1.8.0_311] {}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1703) ~[?:1.8.0_311] {re:computing_frames}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172) ~[?:1.8.0_311] {}
-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Linux (amd64) version 4.15.0-136-generic
Java Version: 1.8.0_311, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 650560160 bytes (620 MB) / 3391094784 bytes (3234 MB) up to 11453595648 bytes (10923 MB)
CPUs: 32
JVM Flags: 3 total; -Xmx12288M -Xms512M -Xss2M
ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
ModLauncher launch target: fmlserver
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.4.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.2.26.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.2.26.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.2.26.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.2.26.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.5-36.2.26.jar fml TRANSFORMATIONSERVICE
FML: 36.2
Forge: net.minecraftforge:36.2.26
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
blue_skies-1.16.5-1.1.3.jar |Blue Skies |blue_skies |1.1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
ftb-essentials-1604.1.0.13.jar |FTB Essentials |ftbessentials |1604.1.0.13 |ENQUEUE_IM|Manifest: NOSIGNATURE
bigbrain-1.2.3.jar |Big Brain |bigbrain |1.2.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
Wyrmroost-1.16.3-1.2.11.jar |Wyrmroost |wyrmroost |1.16.3-1.2.11 |ENQUEUE_IM|Manifest: NOSIGNATURE
infernal-expansion-2.0.1.jar |Infernal Expansion |infernalexp |2.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
Architects-Palette-1.16.4-1.1.4.jar |Architect's Palette |architects_palette |1.1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
incontrol-1.16-5.2.1.jar |InControl |incontrol |1.16-5.2.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
mcw-windows-2.0.0-mc1.16.5.jar |Macaw's Windows |mcwwindows |2.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
strawgolem-1.16-1.9.jar |Straw Golem |strawgolem |1.16-1.9 |ENQUEUE_IM|Manifest: NOSIGNATURE
hourglass-1.16.5-1.0.0.0.jar |Hourglass |hourglass |1.16.5-1.0.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
etched-1.1.0-1.16.5-forge.jar |Etched |etched |1.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.2.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
baers_additions-0.1.5.jar |Baer's Additions |baers_additions |0.1.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
advancementframes-1.16.5-1.0.5.jar |Advancement Frames |advancementframes |1.16.5-1.0.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
XaerosWorldMap_1.18.6_Forge_1.16.5.jar |Xaero's World Map |xaeroworldmap |1.18.6 |ENQUEUE_IM|Manifest: NOSIGNATURE
Placebo-1.16.5-4.6.0.jar |Placebo |placebo |4.6.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
alexsmobs-1.12.1.jar |Alex's Mobs |alexsmobs |1.12.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
YungsApi-1.16.4-Forge-13.jar |YUNG's API |yungsapi |1.16.4-Forge-13 |ENQUEUE_IM|Manifest: NOSIGNATURE
MutantBeasts-1.16.4-1.1.3.jar |Mutant Beasts |mutantbeasts |1.16.4-1.1.3 |ENQUEUE_IM|Manifest: d9:be:bd:b6:9a:e4:14:aa:05:67:fb:84:06:77:a0:c5:10:ec:27:15:1b:d6:c0:88:49:9a:ef:26:77:61:0b:5e
forge-branders-spawnermod-1.16.5-1.8.14.jar |Enhanced Mob Spawners |spawnermod |1.8.14 |ENQUEUE_IM|Manifest: NOSIGNATURE
Bookshelf-Forge-1.16.5-10.3.29.jar |Bookshelf |bookshelf |10.3.29 |ENQUEUE_IM|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
biomeidfixer-1.16.5-1.0.1.s5.jar |Biome Id Fixer by Desagas |biomeidfixer |1.16.5-1.0.1.s5 |ENQUEUE_IM|Manifest: NOSIGNATURE
randompatches-2.4.4-forge.jar |RandomPatches |randompatches |2.4.4-forge |ENQUEUE_IM|Manifest: 92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7
ShretNether - Release -1.3.4.jar |Shret Nether |shretnether |1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
mcw-doors-1.0.3-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
ironshulkerboxes-1.16.4-5.1.11.jar |Iron Shulker Boxes |ironshulkerbox |1.16.4-5.1.11 |ENQUEUE_IM|Manifest: NOSIGNATURE
wyrmroostspawncontrol-0.1.2.jar |Wyrmroost Spawn Control |wyrmroostspawncontrol |0.1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
sworddisplay-1.16.5-1.2.0.jar |Sword Displays |sworddisplay |1.16.5-1.2.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
NotEnoughCreativity-Forge-1.16-1.2.4_01.jar |Not Enough Creativity |notenoughcreativity |1.2.4_01 |ENQUEUE_IM|Manifest: NOSIGNATURE
MmmMmmMmmMmm-1.16.5-1.3.1.jar |MmmMmmMmmMmm |dummmmmmy |1.3.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
dcintegration-forge-2.3.5-1.16.jar |Discord Integration |dcintegration |2.3.5 |ERROR |Manifest: NOSIGNATURE
supplementaries-1.16.5-0.17.4.jar |Supplementaries |supplementaries |1.16.5-0.17.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
betterendforge-1.16.5-1.6.1.jar |BetterEnd Forge |betterendforge |1.16.5-1.6.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
minibloom-1.16.4-1.0.0.jar |Minibloom |minibloom |1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
structure_gel-1.16.5-1.7.7.jar |Structure Gel API |structure_gel |1.7.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
mcw-bridges-2.0.0-mc1.16.5.jar |Macaw's Bridges |mcwbridges |2.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
FarmersDelight-1.16.5-0.5.4.jar |Farmer's Delight |farmersdelight |1.16.5-0.5.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
cleancut-mc1.16-2.2-forge.jar |Clean Cut |cleancut |2.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
customizableelytra-1.16.4-1.5.4.jar |Customizable Elytra |customizableelytra |1.16.4-1.5.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
block_variants-1.16.5-2.5.jar |Vanilla Block Variants |block_variants |2.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
repurposed_structures_forge-3.1.3+1.16.5.jar |Repurposed Structures |repurposed_structures |3.1.3+1.16.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
BetterCompatibilityChecker-1.0.7-build.22+mc1.16.5|Better Compatibility Checker |bcc |1.0.7-build.22+mc1.1|ENQUEUE_IM|Manifest: NOSIGNATURE
crashutilities-3.13.jar |Crash Utilities |crashutilities |3.13 |ENQUEUE_IM|Manifest: NOSIGNATURE
netherportalspread_1.16.5-5.1.jar |Nether Portal Spread |netherportalspread |5.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
BisectHosting-forge-1.14+.jar |BisectHosting |bisecthosting |1.16.5-1.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
BiomesOPlenty-1.16.5-13.1.0.485-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.5-13.1.0.485 |ENQUEUE_IM|Manifest: NOSIGNATURE
simpleshops-1.1.1.jar |Simple Shops |simpleshops |1.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
nekoration-1.16.X-1.4.0.jar |Nekoration |nekoration |1.4.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
mcw-trapdoors-1.0.2-mc1.16.5.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
mcw-fences-1.0.0-mc1.16.5.jar |Macaw's Fences and Walls |mcwfences |1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
YungsBridges-Forge-1.16.4-1.0.1.jar |YUNG's Bridges |yungsbridges |1.16.4-1.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
fairylights-4.0.5-1.16.5.jar |Fairy Lights |fairylights |4.0.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
SpawnerFix-1.16.2-1.0.0.2.jar |Spawner Fix |sf |1.0.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
spark-forge.jar |spark |spark |1.6.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
pamhc2foodextended-1.16.3-1.0.4.jar |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended |version |ENQUEUE_IM|Manifest: NOSIGNATURE
CNB-1.16.3_5-1.2.11.jar |Creatures and Beasts |cnb |1.2.11 |ENQUEUE_IM|Manifest: NOSIGNATURE
curios-forge-1.16.5-4.0.5.3.jar |Curios API |curios |1.16.5-4.0.5.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
Curious Armor Stands-1.16.5-2.1.1.jar |Curious Armor Stands |curious_armor_stands |1.16.5-2.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
Patchouli-1.16.4-51.jar |Patchouli |patchouli |1.16.4-51 |ENQUEUE_IM|Manifest: NOSIGNATURE
omnis_backpacks-1.2.1.jar |Omnis Backpacks |omnis_backpacks |1.2.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
xplosives-1.1.jar |XPlosives |xplosives |1.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
collective-1.16.5-2.24.jar |Collective |collective |2.24 |ENQUEUE_IM|Manifest: NOSIGNATURE
flan-1.16.5-1.7.2-forge.jar |Flan |flan |1.16.5-1.7.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
camera-1.16.5-1.0.14.jar |Camera Mod |camera |1.16.5-1.0.14 |ENQUEUE_IM|Manifest: NOSIGNATURE
AppleTreesRev-Forge-1.16.5-v1.1.jar |Apple Trees Revived |appletreesrev |1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
Snow_Pig-1.16.4-2.2.0.jar |Snow Pig |snowpig |1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
Gobber2-Forge-1.16.5-2.3.54.jar |Gobber 2 |gobber2 |2.3.54 |ENQUEUE_IM|Manifest: NOSIGNATURE
BetterStrongholds-1.16.4-1.2.1.jar |YUNG's Better Strongholds |betterstrongholds |1.16.4-1.2.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
Desolation+1.0.5b+1.16.5.jar |Desolation (Forge) |desolation |1.0.5b |ENQUEUE_IM|Manifest: NOSIGNATURE
NoAiSpawnEggs-1.16.5-8.0.2.jar |NoAiSpawnEggs |noaispawneggs |8.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
buildersaddition-1.16.5-20210807a.jar |Builders Crafts & Addition |buildersaddition |1.16.5-20210807a |ENQUEUE_IM|Manifest: NOSIGNATURE
PowderPower-Forge-1.16.5-3.2.34.jar |Powder Power |powder_power |3.2.34 |ENQUEUE_IM|Manifest: NOSIGNATURE
worldedit-mod-7.2.5-dist.jar |WorldEdit |worldedit |7.2.5+57d5ac9 |ENQUEUE_IM|Manifest: NOSIGNATURE
starterkit_1.16.5-2.4.jar |Starter Kit |starterkit |2.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
SpartanWeaponry-1.16.4-2.1.0-beta-4.jar |Spartan Weaponry |spartanweaponry |2.1.0 beta 4 |ENQUEUE_IM|Manifest: NOSIGNATURE
mutantmore-1.16.5-1.0.0.jar |Mutant More |mutantmore |1.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
MarketCrates-1.16.4-35.1.4-v1.1-universal.jar |Market Crates |marketcrates |v1.1-universal |ENQUEUE_IM|Manifest: NOSIGNATURE
cfm-7.0.0pre22-1.16.3.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre22 |ENQUEUE_IM|Manifest: NOSIGNATURE
architectury-1.28.48.jar |Architectury |architectury |1.28.48 |ENQUEUE_IM|Manifest: NOSIGNATURE
firstjoinmessage_1.16.5-1.2.jar |First Join Message |firstjoinmessage |1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
Adorn-1.14.1+1.16.5-forge.jar |Adorn |adorn |1.14.1+1.16.5-forge |ENQUEUE_IM|Manifest: NOSIGNATURE
ItemPhysic_v1.4.17_mc1.16.5.jar |ItemPhysic |itemphysic |1.6.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
The_Undergarden-1.16.5-0.5.4.jar |The Undergarden |undergarden |0.5.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
the_bumblezone_forge-2.6.5+1.16.5.jar |The Bumblezone |the_bumblezone |2.6.5+1.16.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
phireworks-1.2.3.jar |Phireworks |phireworks |1.2.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
bettas-1.2.1.jar |Bettas |bettas |1.2.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
ScalingHealth-1.16.4-4.0.4+4.jar |Scaling Health |scalinghealth |4.0.4+4 |ENQUEUE_IM|Manifest: NOSIGNATURE
DynamicTrees-1.16.5-0.10.0-Beta33.jar |Dynamic Trees |dynamictrees |1.16.5-0.10.0-Beta33|ENQUEUE_IM|Manifest: NOSIGNATURE
DynamicTreesPlus-1.16.5-0.1.0-Beta11.jar |Dynamic Trees Plus |dynamictreesplus |1.16.5-0.1.0-Beta11 |ENQUEUE_IM|Manifest: NOSIGNATURE
BetterMineshafts-Forge-1.16.4-2.0.3.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
geckolib-forge-1.16.5-3.0.65.jar |GeckoLib |geckolib3 |3.0.65 |ENQUEUE_IM|Manifest: NOSIGNATURE
GildedIngot-1.8.1-1.16.5.jar |GildedIngot |gildedingot |1.16.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
DynamicTreesBOP-1.16.5-2.0.8.jar |Dynamic Trees for Biomes o' Pl|dtbop |1.16.5-2.0.8 |ENQUEUE_IM|Manifest: NOSIGNATURE
Cursed-1.16.5-7.0.1.jar |Cursed |cursed |7.0.1 |ENQUEUE_IM|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
Ma-Enchants-1.16.5-3.6.1.jar |Ma Enchants |ma-enchants |1.16.5-3.6.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
ftb-library-forge-1605.3.1-build.58.jar |FTB Library |ftblibrary |1605.3.1-build.58 |ENQUEUE_IM|Manifest: NOSIGNATURE
ftb-ranks-1605.1.4-build.9-forge.jar |FTB Ranks |ftbranks |1605.1.4-build.9 |ENQUEUE_IM|Manifest: NOSIGNATURE
redstonepen-1.16.5-1.0.4.jar |Redstone Pen |redstonepen |1.0.4 |ENQUEUE_IM|Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
bountifulbaubles-1.16.5-0.1.0-forge.jar |Bountiful Baubles |bountifulbaubles |1.16.5-0.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
EasyMagic-v1.0.2-1.16.5.jar |Easy Magic |easymagic |1.0.2 |ENQUEUE_IM|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
jei-1.16.5-7.7.1.129.jar |Just Enough Items |jei |7.7.1.129 |ENQUEUE_IM|Manifest: NOSIGNATURE
AttributeFix-1.16.5-10.1.3.jar |AttributeFix |attributefix |10.1.3 |ENQUEUE_IM|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
dungeons_mobs-1.16.4-1.0.3.jar |Dungeons Mobs |dungeons_mobs |1.0.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
abnormals_core-1.16.5-3.3.0.jar |Abnormals Core |abnormals_core |3.3.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
Jellyfishing-1.6.9.jar |Jellyfishing |jellyfishing |1.6.8 |ENQUEUE_IM|Manifest: NOSIGNATURE
extraboats-1.16.5-2.1.0.jar |Extra Boats |extraboats |2.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
Waystones_1.16.5-7.6.3.jar |Waystones |waystones |7.6.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
mcw-paintings-1.0.2-mc1.16.5.jar |Macaw's Paintings |mcwpaintings |1.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
BasaltBlocks-1.16.3-1.0.0.jar |Basalt Blocks |basaltblocks |1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
RoadRunner-mc1.16.5-1.4.1.jar |Meep Meep! (Road Runner) |roadrunner |1.4.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
comforts-forge-1.16.4-4.0.1.0.jar |Comforts |comforts |1.16.4-4.0.1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
appliedenergistics2-8.4.0.jar |Applied Energistics 2 |appliedenergistics2 |8.4.0 |ENQUEUE_IM|Manifest: 95:58:cc:83:9d:a8:fa:4f:e9:f3:54:90:66:61:c8:ae:9c:08:88:11:52:52:df:2d:28:5f:05:d8:28:57:0f:98
NaturesCompass-1.16.5-1.9.1-forge.jar |Nature's Compass |naturescompass |1.16.5-1.9.1-forge |ENQUEUE_IM|Manifest: NOSIGNATURE
SereneSeasons-1.16.5-4.0.1.124-universal.jar |Serene Seasons |sereneseasons |1.16.5-4.0.1.124 |ENQUEUE_IM|Manifest: NOSIGNATURE
OuterEnd-0.2.13.jar |The Outer End |outer_end |0.2.9 |ENQUEUE_IM|Manifest: NOSIGNATURE
VanillaTweaks-1.16.5-1.5.40.jar |VanillaTweaks |vanillatweaks |1.16.5-1.5.40 |ENQUEUE_IM|Manifest: NOSIGNATURE
DungeonCrawl-1.16.5-2.3.4.jar |Dungeon Crawl |dungeoncrawl |2.3.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
betteranimalsplus-1.16.5-11.0.5-forge.jar |Better Animals Plus |betteranimalsplus |1.16.5-11.0.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
frikinzis-fauna-1.3.0-1.16.5.jar |Frikinzi's Fauna |creatures |v1.3.0-1.16.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
snowundertrees-1.16.5-v1.1.4.jar |Snow Under Trees |snowundertrees |v1.1.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
lazydfu-0.1.3.jar |LazyDFU |lazydfu |0.1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
rereskillablerereforked-1.2.1.jar |Rereskillable Rereforked |rereskillablerereforked |1.2.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
additional_lights-1.16.4-2.1.3.jar |Additional Lights |additional_lights |2.1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
iceandfire-2.1.9-1.16.5.jar |Ice and Fire |iceandfire |2.1.9-1.16.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
JEITweaker-1.16.5-1.1.0.49.jar |JEI Tweaker |jeitweaker |1.1.0.49 |ENQUEUE_IM|Manifest: NOSIGNATURE
dads_sewing-6.0.jar |Dad's Sewing |dads_sewing |6.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
feders_scarecrows-1.1.jar |Feder's Scarecrow |feders_scarecrows |1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
CraftTweaker-1.16.5-7.1.2.484.jar |CraftTweaker |crafttweaker |7.1.2.484 |ENQUEUE_IM|Manifest: NOSIGNATURE
ImmersivePetroleum-1.16.5-3.3.0-11.jar |Immersive Petroleum |immersivepetroleum |3.3.0-11 |ENQUEUE_IM|Manifest: NOSIGNATURE
frozenup-1.0.1.jar |Frozen Up |frozenup |1.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
firstaid-1.9.7.jar |First Aid |firstaid |1.9.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
forge-1.16.5-36.2.26-universal.jar |Forge |forge |36.2.26 |ENQUEUE_IM|Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
Atum-1.16.5-2.2.10.jar |Atum 2 |atum |1.16.5-2.2.10 |ENQUEUE_IM|Manifest: NOSIGNATURE
IceAndFireTweaker-1.0.0.5.jar |Ice And Fire Tweaker |iceandfiretweaker |1.0.0.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
subwild-1.3.1.jar |Subterranean Wilderness |subwild |1.3.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
selene-1.16.5-1.8.0.jar |Selene |selene |1.16.5-1.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
ironchest-1.16.5-11.2.13.jar |Iron Chests |ironchest |1.16.5-11.2.13 |ENQUEUE_IM|Manifest: NOSIGNATURE
DungeonsArise-1.16.5-2.1.47-release.jar |When Dungeons Arise |dungeons_arise |2.1.47 |ENQUEUE_IM|Manifest: NOSIGNATURE
forge-1.16.5-36.2.26-server.jar |Minecraft |minecraft |1.16.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
cofh_core-1.16.5-1.4.0.6.jar |CoFH Core |cofh_core |1.4.0.6 |ENQUEUE_IM|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
thermal_foundation-1.16.5-1.4.1.7.jar |Thermal Series |thermal |1.4.1.7 |ENQUEUE_IM|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
thermal_expansion-1.16.5-1.4.1.3.jar |Thermal Expansion |thermal_expansion |1.4.1.3 |ENQUEUE_IM|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
endergetic-1.16.4-3.0.0.jar |The Endergetic Expansion |endergetic |3.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
fxcontrol-1.16-2.0.7.jar |FxControl |fxcontrol |1.16-2.0.7 |ENQUEUE_IM|Manifest: NOSIGNATURE
EnchantmentDescriptions-1.16.5-7.0.14.jar |EnchantmentDescriptions |enchdesc |7.0.14 |ENQUEUE_IM|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
ImmersiveEngineering-1.16.5-5.0.7-143.jar |Immersive Engineering |immersiveengineering |1.16.5-5.0.7-143 |ENQUEUE_IM|Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
silent-lib-1.16.3-4.9.6.jar |Silent Lib |silentlib |4.9.6 |ENQUEUE_IM|Manifest: NOSIGNATURE
pamhc2crops-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Crops |pamhc2crops |version |ENQUEUE_IM|Manifest: NOSIGNATURE
CreativeCore_v2.2.1_mc1.16.5.jar |CreativeCore |creativecore |2.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
smoothboot-forge-1.16.4-1.2.2.jar |Smooth Boot |smoothboot |1.16.4-1.2.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
astikorcarts-1.16.5-1.1.1.jar |AstikorCarts |astikorcarts |1.1.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
whisperwoods-1.16.5-2.0.2.jar |Whisperwoods |whisperwoods |2.0.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
flywheel-1.16-0.2.5.jar |Flywheel |flywheel |1.16-0.2.5 |ENQUEUE_IM|Manifest: NOSIGNATURE
create-mc1.16.5_v0.3.2g.jar |Create |create |v0.3.2g |ENQUEUE_IM|Manifest: NOSIGNATURE
Xaeros_Minimap_21.22.3_Forge_1.16.5.jar |Xaero's Minimap |xaerominimap |21.22.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
pamhc2foodcore-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |ENQUEUE_IM|Manifest: NOSIGNATURE
gravestone-1.16.5-1.0.1.jar |Gravestone Mod |gravestone |1.16.5-1.0.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
thermal_cultivation-1.16.5-1.4.1.3.jar |Thermal Cultivation |thermal_cultivation |1.4.1.3 |ENQUEUE_IM|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
FastWorkbench-1.16.5-4.6.1.jar |Fast Workbench |fastbench |4.6.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
polymorph-forge-1.16.5-0.39.jar |Polymorph |polymorph |1.16.5-0.39 |ENQUEUE_IM|Manifest: NOSIGNATURE
AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |ENQUEUE_IM|Manifest: NOSIGNATURE
Quark-r2.4-316.jar |Quark |quark |r2.4-316 |ENQUEUE_IM|Manifest: NOSIGNATURE
charm-forge-1.16.5-2.3.2.jar |Charm |charm |2.3.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
DynamicTreesQuark-1.16.5-2.1.2.jar |Dynamic Trees for Quark |dtquark |1.16.5-2.1.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
FluxNetworks-1.16.5-6.2.1.14.jar |Flux Networks |fluxnetworks |6.2.1.14 |ENQUEUE_IM|Manifest: NOSIGNATURE
globaldataandresourcepacks-1.16.4-1.7.4.jar |Global Data- & Resourcepacks |globaldataandresourcepacks |1.16.4-1.7.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
fins-1.5.0.jar |Fins and Tails |fins |1.5.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
FastFurnace-1.16.5-4.5.0.jar |FastFurnace |fastfurnace |4.5.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
nethers_delight-2.1.jar |Nethers Delight |nethers_delight |2.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
ferritecore-2.1.0-forge.jar |Ferrite Core |ferritecore |2.1.0 |ENQUEUE_IM|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
byg-1.3.5.jar |Oh The Biomes You'll Go |byg |1.3.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
DynamicTreesBYG-1.16.5-1.0.0.jar |Dynamic Trees for BYG |dtbyg |1.16.5-1.0.0 |ENQUEUE_IM|Manifest: NOSIGNATURE
Aquaculture-1.16.5-2.1.19.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.19 |ENQUEUE_IM|Manifest: NOSIGNATURE
scythd-1.16.5-0.1.9.jar |Scythd |scythd |1.16.5-0.1.9 |ENQUEUE_IM|Manifest: NOSIGNATURE
CosmeticArmorReworked-1.16.5-v1b.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v1b |ENQUEUE_IM|Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
valhelsia_core-16.0.9.jar |Valhelsia Core |valhelsia_core |16.0.9 |ENQUEUE_IM|Manifest: NOSIGNATURE
valhelsia_structures-1.16.5-0.1.3.jar |Valhelsia Structures |valhelsia_structures |1.16.5-0.1.3 |ENQUEUE_IM|Manifest: NOSIGNATURE
chiselsandbits-1.0.63.jar |Chisels & bits |chiselsandbits |1.0.63 |ENQUEUE_IM|Manifest: NOSIGNATURE
EnderMail-1.16.5-1.2.2.jar |Ender Mail |endermail |1.16.5-1.2.2 |ENQUEUE_IM|Manifest: NOSIGNATURE
drinkbeer-1.16.5-2.3.4.jar |Drink Beer |drinkbeer |2.3.4 |ENQUEUE_IM|Manifest: NOSIGNATURE
createaddition-1.16.5-20220129a.jar |Create Crafts & Additions |createaddition |1.16.5-20220129a |ENQUEUE_IM|Manifest: NOSIGNATURE
RoadRunner != Lithium: This instance was launched using RoadRunner, which is an *unofficial* Lithium fork! Please **do not** report bugs to them!
Crash Report UUID: ac45d9c5-c4d5-4875-9cef-ef4d1a076315
Additional Information
No response
Can confirm the same thing, I have a schedule to restart my server @ 5am and most of the times it crashes due to discord integration
[12Apr2022 05:01:55.017] [Discord Integration Launch Thread/INFO] [STDERR/]: [org.slf4j.impl.SimpleLogger:write:325]: [Discord Integration Launch Thread] INFO net.dv8tion.jda.api.JDA - Login Successful!
[12Apr2022 05:01:57.226] [modloading-worker-2/INFO] [STDERR/]: [de.erdbeerbaerlp.dcintegration.common.Discord:getChannel:300]: Failed to get channel with ID '12312312312313', falling back to default channel
[12Apr2022 05:01:57.227] [modloading-worker-2/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: null
Index: 1
Listeners:
0: NORMAL
1: net.minecraftforge.eventbus.EventBus$$Lambda$2623/340029420@23ab1147
java.lang.ExceptionInInitializerError
at de.erdbeerbaerlp.dcintegration.forge.DiscordIntegration.serverSetup(DiscordIntegration.java:133)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120)
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121)
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640)
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)
Caused by: java.lang.NullPointerException
at de.erdbeerbaerlp.dcintegration.common.storage.CommandRegistry.<clinit>(CommandRegistry.java:27)
... 13 more
[12Apr2022 05:01:57.229] [modloading-worker-2/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Caught exception during event FMLDedicatedServerSetupEvent dispatch for modid dcintegration
java.lang.ExceptionInInitializerError: null
at de.erdbeerbaerlp.dcintegration.forge.DiscordIntegration.serverSetup(DiscordIntegration.java:133) ~[dcintegration:2.3.5]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120) ~[forge:36.2]
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121) ~[forge:?]
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1640) [?:1.8.0_261]
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1632) [?:1.8.0_261]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_261]
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_261]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) [?:1.8.0_261]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172) [?:1.8.0_261]
Caused by: java.lang.NullPointerException
at de.erdbeerbaerlp.dcintegration.common.storage.CommandRegistry.<clinit>(CommandRegistry.java:27) ~[dcintegration:2.3.5]
... 13 more
[12Apr2022 05:01:57.233] [main/FATAL] [net.minecraftforge.fml.ModLoader/LOADING]: Failed to complete lifecycle event SIDED_SETUP, 1 errors found
[12Apr2022 05:01:57.251] [main/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID 34a89146-8d64-4faf-95fd-fb319789e948
[12Apr2022 05:01:57.252] [main/INFO] [STDOUT/]: [net.minecraft.crash.CrashReport:func_85057_a:196]: Negative index in crash report handler (16/18)
[12Apr2022 05:01:57.257] [main/FATAL] [net.minecraftforge.fml.server.ServerModLoader/]: Crash report saved to ./crash-reports/crash-2022-04-12_05.01.57-fml.txt
[12Apr2022 05:01:57.260] [main/FATAL] [net.minecraft.server.Main/]: Failed to start the minecraft server
net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [
Discord Integration (dcintegration) encountered an error during the sided_setup event phase
§7java.lang.ExceptionInInitializerError: null
]```
Can confirm the same thing, I have a schedule to restart my server @ 5am
I can confirm the same thing as well, where my server crashes half of the time it restarts - and somethings even during the day. I run multiple servers and the others don't use DiscordIntegration, which have been running smoothly for months. But the new server, on which I have installed DiscordIntegration, crashes on a daily basis.
There are two different types of crashes.
The first being crashes where it seems that DiscordIntegration is at fault:
crash 2022-08-07 17:43:21
crash 2022-08-08 20:07:18
crash 2022-08-09 15:11:50
crash 2022-08-10 17:54:56
crash 2022-08-11 08:52:52
And the second type of crash, where I get a Thread Dump and DiscordIntegration is a part of the threads being waited for:
crash 2022-08-07 23:53:03
The only settings I have changed in the basic .toml
file is simply the bot ID and the channel ID.
Everything else is default settings.
Thank you for highlighting this issue @BigBoiSub and @Dinip for mentioning that you are experiencing the same errors.