Server problem hope some one can help

been trying to run a server and i get
this now evry timer i start

MixinEnvironment::setCompatibilityLevel is deprecated and will be removed. Set level via config instead!

[09:54:14] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[09:54:14] [main/WARN] [mixin]: MixinEnvironment::setCompatibilityLevel is deprecated and will be removed. Set level via config instead!
[09:54:14] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[09:54:14] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker has already been visited ā€“ skipping
[09:54:14] [main/ERROR] [mixin]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.forgeessentials.json:block.MixinBlockPortal, name: com.forgeessentials.core.preloader.mixin.block.MixinBlockPortal
[09:54:14] [main/ERROR] [mixin]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.forgeessentials.json:block.MixinBlockFire, name: com.forgeessentials.core.preloader.mixin.block.MixinBlockFire
[09:54:14] [main/ERROR] [mixin]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.forgeessentials.json:block.MixinBlockEndPortal, name: com.forgeessentials.core.preloader.mixin.block.MixinBlockEndPortal
[09:54:14] [main/ERROR] [mixin]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.forgeessentials.json:command.MixinCommandHandler, name: com.forgeessentials.core.preloader.mixin.command.MixinCommandHandler
[09:54:14] [main/ERROR] [mixin]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.forgeessentials.json:command.MixinICommandSender, name: com.forgeessentials.core.preloader.mixin.command.MixinICommandSender
[09:54:14] [main/ERROR] [mixin]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.forgeessentials.json:entity.MixinEntity, name: com.forgeessentials.core.preloader.mixin.entity.MixinEntity
[09:54:14] [main/ERROR] [mixin]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.forgeessentials.json:entity.player.MixinEntityPlayer, name: com.forgeessentials.core.preloader.mixin.entity.player.MixinEntityPlayer
[09:54:14] [main/ERROR] [mixin]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.forgeessentials.json:item.crafting.MixinCraftingManager, name: com.forgeessentials.core.preloader.mixin.item.crafting.MixinCraftingManager
[09:54:14] [main/ERROR] [mixin]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.forgeessentials.json:network.MixinNetHandlerPlayServer, name: com.forgeessentials.core.preloader.mixin.network.MixinNetHandlerPlayServer
[09:54:14] [main/ERROR] [mixin]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.forgeessentials.json:network.MixinSimpleChannelHandlerWrapper, name: com.forgeessentials.core.preloader.mixin.network.MixinSimpleChannelHandlerWrapper
[09:54:14] [main/ERROR] [mixin]: Classloader restrictions [PACKAGE_CLASSLOADER_EXCLUSION] encountered loading mixins.forgeessentials.json:MixinDimensionManager, name: com.forgeessentials.core.preloader.mixin.MixinDimensionManager

any idea how i can fix it

The issue is coming from ā€œForgeEssentalsā€ mod, however for a actual fix we need info like, the mods/plugins you have and what MC your running.

If you dont want to provide that info then try removing that mod and replacing it with something like Nucleus (A sponge plugin which does what essentials did)

ah okay Thanks Gona try that i think the forge one is makeing to much trouble

In my experience. If you can find a plugin and a mod that do the same sort of thing, normally the plugin is more stable

Cant seem to get nuc to work -.- Im trying to make an offline pixelmon server for my family But
ide like to have a login security put in

not useing sponge due it seems like the forge version isent high enough to work with pixelmon

know any idea
where to get a plugin with
/spawn
/sethome
etc etc all the normal stuff
and a login security :stuck_out_tongue:
Sorry it just feels so annoying that i can get a server to work but None of the rest :stuck_out_tongue:

Oh your not using sponge. Sorry I assumed you did as this is the sponge forums.

Im going to assume that removing forge essentials got the server running however you havent got a replacement mod.

If forge essentials is important to you, i would suggest going to the mod creator, showing the original error, state your forge essentials version, your forge version and provide a list of mods your using to them and ask for help. The developer will always know there mod better then anyone else

ah okay Ya sorry
Tbh new to the whole forge server

I just wish there was a Forge version that used both mods and plugins
as that would help Alot! :stuck_out_tongue:

There is in the fact of Sponge (which is being updated to 1.16, 1.17 and 1.18).

However the way you phrased that, im guessing you mean Bukkit plugins (or as you are new, you may refer to them as spigot plugins).

There has been many attempts to get Bukkit plugins working on Forge, however it seems like the Bukkit (and now Spigot) team activity block (or at least make it difficult) to combine the two. Not only that but a lot of Bukkit plugins make the assumption that they are running on a craftbukkit based server (what spigot and paper both use to run) and do some hacky things that can only be done if those assumptions are met. You sadly cannot put craftbukkit inside a forge server so even if you get Bukkit plugins working on forge, most wont work thanks to the assumptions made.

That being said, the spigot team are adding more to Bukkit with the intension that assumptions wont be made in the future, however most developers I talk to dont want to know as the old hacky way works, even if they need to update the plugin after every new release.

Sorry for ranting XD

haha Its okay :smiley:
Hmm i actuly got the server to work useing sponge instead but evrytime i connect theres a huge bunch of lines and i get disconnected will post later so i hope maybe sponge can help
it was alot easyer when i knew what i could use after i went to sponge so many things to add to the server :stuck_out_tongue: sadly i cant get on it lol
any ways again i post when i get the time hope some one here can help me :stuck_out_tongue:

1 Like

Problem starts at [21:15:03] thats when i try to connect other wise the server is working nicely i think
[21:08:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:08:57] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:08:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:08:57] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2854 for Minecraft 1.12.2 loading
[21:08:57] [main/INFO] [FML]: Java is Java HotSpotā„¢ 64-Bit Server VM, version 1.8.0_311, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_311
[21:08:57] [main/INFO] [FML]: Searching C:\Users\selex\OneDrive\Skrivebord\Sponge Pixelmon Server.\mods for mods
[21:08:57] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from spongeforge-1.12.2-2838-7.3.0.jar
[21:08:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:08:57] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[21:08:57] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/C:/Users/selex/OneDrive/Skrivebord/Sponge%20Pixelmon%20Server/./mods/spongeforge-1.12.2-2838-7.3.0.jar Service=LaunchWrapper Env=SERVER
[21:08:57] [main/WARN] [FML]: The coremod SpongeCoremod (org.spongepowered.mod.SpongeCoremod) is not signed!
[21:08:57] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[21:08:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:08:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:08:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:08:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:08:58] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[21:08:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:08:58] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[21:08:58] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@51dbd6e4
[21:08:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[21:08:58] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[21:08:58] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[21:08:58] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[21:08:58] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[21:08:58] [main/WARN] [mixin]: @Mixin target net/minecraft/block/state/BlockStateContainer$StateImplementation is public in mixins.common.api.json:mcp.block.state.StateImplementationMixin_API and should be specified in value
[21:08:59] [main/WARN] [mixin]: @Mixin target net/minecraft/server/management/PlayerProfileCache$ProfileEntry is public in mixins.common.core.json:server.management.PlayerProfileCache_ProfileEntryAccessor and should be specified in value
[21:09:00] [main/WARN] [mixin]: Static binding violation: PRIVATE @Overwrite method func_189509_E in mixins.common.core.json:world.WorldMixin cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
[21:09:00] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[21:09:03] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
[21:09:03] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2854 Initialized
[21:09:03] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[21:09:03] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredientā€¦
[21:09:03] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients
[21:09:03] [Server thread/INFO] [Sponge]: Found mcmod.info at jar:file:/C:/Users/selex/OneDrive/Skrivebord/Sponge%20Pixelmon%20Server/./mods/spongeforge-1.12.2-2838-7.3.0.jar!/mcmod.info
[21:09:03] [Server thread/INFO] [Sponge]: Creating injector in stage ā€˜PRODUCTIONā€™
[21:09:06] [Server thread/INFO] [FML]: Searching C:\Users\selex\OneDrive\Skrivebord\Sponge Pixelmon Server.\mods for mods
[21:09:06] [Server thread/WARN] [Sponge]: Plugin ā€˜pixelmoneconomybridgeā€™ seems to be missing a valid mcmod.info metadata file. This is not a problem when testing plugins, however it is recommended to include one in public plugins.
Please see https://docs.spongepowered.org/master/en/plugin/plugin-meta.html for details.
[21:09:06] [Server thread/INFO] [FML]: Forge Mod Loader has identified 19 mods to load
[21:09:06] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[21:09:06] [Server thread/WARN] [FML]: Missing English translation for spongeapi: assets/spongeapi/lang/en_us.lang
[21:09:06] [Server thread/WARN] [FML]: Missing English translation for spongeforge: assets/spongeforge/lang/en_us.lang
[21:09:06] [Server thread/WARN] [FML]: Missing English translation for pixelmoneconomybridge: assets/pixelmoneconomybridge/lang/en_us.lang
[21:09:06] [Server thread/WARN] [FML]: Missing English translation for legendaryplus: assets/legendaryplus/lang/en_us.lang
[21:09:06] [Server thread/WARN] [FML]: Missing English translation for luckperms: assets/luckperms/lang/en_us.lang
[21:09:06] [Server thread/WARN] [FML]: Missing English translation for pauc: assets/pauc/lang/en_us.lang
[21:09:06] [Server thread/WARN] [FML]: Missing English translation for pixelextras: assets/pixelextras/lang/en_us.lang
[21:09:06] [Server thread/WARN] [FML]: Missing English translation for pixelmonbroadcasts: assets/pixelmonbroadcasts/lang/en_us.lang
[21:09:06] [Server thread/WARN] [FML]: Missing English translation for rustles-adapter: assets/rustles-adapter/lang/en_us.lang
[21:09:06] [Server thread/WARN] [FML]: Missing English translation for pixelrustles: assets/pixelrustles/lang/en_us.lang
[21:09:06] [Server thread/WARN] [FML]: Missing English translation for wondertrade: assets/wondertrade/lang/en_us.lang
[21:09:06] [Server thread/WARN] [FML]: Missing English translation for xconomy: assets/xconomy/lang/en_us.lang
[21:09:06] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, spongeapi, sponge, spongeforge, pixelmoneconomybridge, gameshark, legendaryplus, luckperms, pauc, pixelextras, pixelmon, pixelmonbroadcasts, rustles-adapter, pixelrustles, wondertrade, xconomy] at CLIENT
[21:09:06] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, spongeapi, sponge, spongeforge, pixelmoneconomybridge, gameshark, legendaryplus, luckperms, pauc, pixelextras, pixelmon, pixelmonbroadcasts, rustles-adapter, pixelrustles, wondertrade, xconomy] at SERVER
[21:09:06] [Server thread/WARN] [Sponge]: Thereā€™s no certificate fingerprint available
[21:09:07] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[21:09:07] [Server thread/INFO] [FML]: Found 1168 ObjectHolder annotations
[21:09:07] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[21:09:07] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[21:09:07] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[21:09:07] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[21:09:08] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: OUTDATED Target: 14.23.5.2855
[21:09:08] [Forge Version Check/INFO] [forge.VersionCheck]: [spongeforge] Starting version check at https://files.minecraftforge.net/maven/org/spongepowered/spongeforge/promotions_slim.json
[21:09:08] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: __
[21:09:08] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: | |) LuckPerms v5.3.74
[21:09:08] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: |
_ | Running on Sponge - SpongeForge
[21:09:08] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]:
[21:09:08] [Server thread/INFO] [luckperms]: Loading configurationā€¦
[21:09:09] [Server thread/INFO] [luckperms]: Loading storage providerā€¦ [H2]
[21:09:09] [Forge Version Check/INFO] [forge.VersionCheck]: [spongeforge] Found status: OUTDATED Target: 7.1.2
[21:09:09] [Forge Version Check/INFO] [forge.VersionCheck]: [pixelmon] Starting version check at https://reforged.gg/forge/update.json
[21:09:09] [Server thread/INFO] [luckperms]: Loading internal permission managersā€¦
[21:09:09] [Forge Version Check/INFO] [forge.VersionCheck]: [pixelmon] Found status: UP_TO_DATE Target: null
[21:09:09] [Server thread/INFO] [luckperms]: Registering PermissionServiceā€¦
[21:09:09] [Server thread/INFO] [luckperms]: Performing initial data loadā€¦
[21:09:09] [Server thread/INFO] [luckperms]: Successfully enabled. (took 2390ms)
[21:09:09] [Server thread/INFO] [xconomy]:
bStats metrics is present in 1 plugins on this server.
Presently, none of them are allowed to send data.
Presently, the following 1 plugins are not allowed to send data:
[XConomy]
To change the enabled/disabled state of any bStats use in a plugin, visit the Sponge config!
[21:09:10] [Server thread/INFO] [xconomy]: The new language file has been created
[21:09:10] [Server thread/INFO] [xconomy]: Saving method - SQLite
[21:09:10] [Server thread/INFO] [xconomy]: SQLite successfully connected
[21:09:10] [Server thread/INFO] [xconomy]: XConomy successfully enabled
[21:09:10] [Server thread/INFO] [xconomy]: ===== YiC =====
[21:09:10] [Server thread/INFO] [Pixelmon]: Loading Pixelmon version 8.3.1
[21:09:10] [pool-3-thread-8/INFO] [xconomy]: Is the latest version
[21:09:10] [Server thread/INFO] [Pixelmon]: Checking for migrationsā€¦
[21:09:10] [Server thread/INFO] [Pixelmon]: Loading Advancements
[21:09:11] [Server thread/INFO] [Gameshark]: Created directory.
[21:09:11] [Server thread/INFO] [Gameshark]: Successfully read config.
[21:09:11] [Server thread/INFO] [Gameshark]: Successfully saved config.
[21:09:11] [Server thread/INFO] [PixelAuction]: PixelAuction starting initialization.
[21:09:11] [Server thread/INFO] [PixelAuction]: Successfully read pauc:Messages.
[21:09:11] [Server thread/INFO] [PixelAuction]: Successfully saved pauc:Messages.
[21:09:11] [Server thread/INFO] [PixelAuction]: Successfully read pauc:Settings.
[21:09:11] [Server thread/INFO] [PixelAuction]: Successfully saved pauc:Settings.
[21:09:11] [Server thread/INFO] [PixelmonBroadcasts]: PixelmonBroadcasts-1.12.2-1.0.2-universal started initialization.
[21:09:12] [Server thread/INFO] [Atlantis]: Successfully saved pixelmonbroadcasts:BroadcastsConfig.
[21:09:12] [Server thread/INFO] [Atlantis]: Successfully read pixelmonbroadcasts:SettingsConfig.
[21:09:12] [Server thread/INFO] [Atlantis]: Successfully saved pixelmonbroadcasts:SettingsConfig.
[21:09:12] [Server thread/INFO] [Atlantis]: Successfully read pixelmonbroadcasts:MessagesConfig.
[21:09:12] [Server thread/INFO] [Atlantis]: Successfully saved pixelmonbroadcasts:MessagesConfig.
[21:09:12] [PixelmonBroadcasts Scheduled Thread Pool (worker 1)/INFO] [Atlantis]: Successfully saved pixelmonbroadcasts:BroadcastsConfig.
[21:09:12] [Server thread/INFO] [STDOUT]: [com.wondertrademod.wondertrade.Utilities:loadDefaultCooldowns:106]: 2120447d-bb7a-49f3-83a0-aad8d4f2b7c5
[21:09:12] [Server thread/INFO] [STDOUT]: [com.wondertrademod.wondertrade.Wondertrade:preInit:58]: [Wondertrade] Successfully loaded configuration File.
[21:09:12] [Server thread/WARN] [Sponge]: Could not find facing owning class, assigning fallback id: pixelmon:block_street_light_facing
[21:09:12] [Server thread/INFO] [FML]: Applying holder lookups
[21:09:12] [Server thread/INFO] [FML]: Holder lookups applied
[21:09:12] [Server thread/INFO] [FML]: Applying holder lookups
[21:09:12] [Server thread/INFO] [FML]: Holder lookups applied
[21:09:12] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix sponge for name human, expected spongeforge. This could be a intended override, but in most cases indicates a broken mod.
[21:09:12] [Server thread/INFO] [FML]: Applying holder lookups
[21:09:12] [Server thread/INFO] [FML]: Holder lookups applied
[21:09:12] [Server thread/INFO] [FML]: Applying holder lookups
[21:09:12] [Server thread/INFO] [FML]: Holder lookups applied
[21:09:12] [Server thread/INFO] [FML]: Injecting itemstacks
[21:09:12] [Server thread/INFO] [FML]: Itemstack injection complete
[21:09:12] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
[21:09:12] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
[21:09:12] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
[21:09:12] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on *:25565
[21:09:12] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using default channel type
[21:09:12] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[21:09:12] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: The server will make no attempt to authenticate usernames. Beware.
[21:09:12] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[21:09:12] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: To change this, set ā€œonline-modeā€ to ā€œtrueā€ in the server.properties file.
[21:09:12] [Server thread/INFO] [FML]: Applying holder lookups
[21:09:12] [Server thread/INFO] [FML]: Holder lookups applied
[21:09:13] [Server thread/INFO] [Pixelmon]: Registering shop items.
[21:09:13] [Server thread/INFO] [Pixelmon]: Registering NPCs.
[21:09:13] [Server thread/INFO] [Pixelmon]: Registering structures.
[21:09:13] [Server thread/INFO] [Pixelmon]: Registering all drops.
[21:09:13] [Server thread/INFO] [Pixelmon]: Registering battle rules.
[21:09:13] [Server thread/INFO] [Pixelmon]: Registering PokƩmon stats.
[21:09:13] [Server thread/INFO] [Pixelmon]: Registering quests.
[21:09:14] [Server thread/INFO] [Pixelmon]: Loaded 39 Quests.
[21:09:14] [Server thread/INFO] [Gameshark]: initializing Gameshark v6.0.6
[21:09:14] [Server thread/INFO] [FML]: Injecting itemstacks
[21:09:14] [Server thread/INFO] [FML]: Itemstack injection complete
[21:09:14] [Server thread/INFO] [Pixelmon]: Registering spawn sets.
[21:09:14] [Server thread/INFO] [Pixelmon]: Registering raid spawning.
[21:09:14] [Server thread/INFO] [PixelAuction]: PixelAuction initialized successfully.
[21:09:14] [Server thread/INFO] [PixelmonBroadcasts]: PixelmonBroadcasts-1.12.2-1.0.2-universal initialized successfully.
[21:09:14] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 19 mods
[21:09:14] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level ā€œWinchesterā€
[21:09:14] [Server thread/INFO] [Sponge]: Checking for worlds that need to be migratedā€¦
[21:09:14] [Server thread/INFO] [Sponge]: No worlds were found in need of migration.
[21:09:15] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 734 advancements
[21:09:15] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 120 advancement trees
[21:09:15] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for world Winchester (minecraft:overworld/0)
[21:09:16] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 20%
[21:09:17] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 46%
[21:09:18] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 70%
[21:09:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 96%
[21:09:19] [Server thread/INFO] [Sponge]: Loading world [Winchester] (minecraft:overworld/0)
[21:09:19] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 734 advancements
[21:09:19] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 120 advancement trees
[21:09:19] [Server thread/INFO] [Sponge]: Loading world [DIM-1] (minecraft:nether/-1)
[21:09:20] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 734 advancements
[21:09:20] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 120 advancement trees
[21:09:20] [Server thread/INFO] [Sponge]: Loading world [DIM1] (minecraft:the_end/1)
[21:09:20] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 734 advancements
[21:09:20] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 120 advancement trees
[21:09:20] [Server thread/INFO] [Sponge]: Loading world [ultra] (pixelmon:ultra_space/72)
[21:09:20] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 734 advancements
[21:09:20] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 120 advancement trees
[21:09:20] [Server thread/INFO] [Sponge]: Loading world [drowned] (pixelmon:drowned_world/73)
[21:09:20] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (6,045s)! For help, type ā€œhelpā€ or ā€œ?ā€
[21:09:20] [Server thread/INFO] [PixelmonBroadcasts]: Disabled displayLegendaryGlobalMessage in the pixelmon.hocon.
[21:15:03] [Netty Server IO #2/INFO] [FML]: Client protocol version 2
[21:15:03] [Netty Server IO #2/INFO] [FML]: Client attempting to join with 5 mods : [email protected],[email protected],[email protected],[email protected],[email protected]
[21:15:03] [Netty Server IO #2/INFO] [FML]: Attempting connection with missing mods [spongeapi, sponge, spongeforge, pixelmoneconomybridge, gameshark, legendaryplus, luckperms, pauc, pixelextras, pixelmonbroadcasts, rustles-adapter, pixelrustles, wondertrade, xconomy] at CLIENT
[21:15:03] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[21:15:03] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Ryudo_Winchester [/192.168.0.59:55999] logged in with entity id [3585] in Winchester (minecraft:overworld/0) at (238.5, 207.0, 171.5).
[21:15:03] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.PlayerEvent$PlayerLoggedInEvent@7698c938:
java.util.NoSuchElementException: No value present
at java.util.Optional.get(Unknown Source) ~[?:1.8.0_311]
at com.pixelmonmod.pixelmon.listener.PixelmonPlayerTracker.onPlayerLogin(PixelmonPlayerTracker.java:76) ~[PixelmonPlayerTracker.class:8.3.1]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_69_PixelmonPlayerTracker_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:756) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:711) [EventBus.class:?]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostPlayerLoggedInEvent(SpongeToForgeEventFactory.java:891) [SpongeToForgeEventFactory.class:1.12.2-2838-7.3.0]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:276) [SpongeToForgeEventFactory.class:1.12.2-2838-7.3.0]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:339) [SpongeModEventManager.class:1.12.2-2838-7.3.0]
at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:450) [SpongeModEventManager.class:1.12.2-2838-7.3.0]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:419) [SpongeModEventManager.class:1.12.2-2838-7.3.0]
at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:467) [SpongeEventManager.class:1.12.2-2838-7.3.0]
at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:249) [SpongeImpl.class:1.12.2-2838-7.3.0]
at org.spongepowered.common.util.NetworkUtil.initializeConnectionToPlayer(NetworkUtil.java:384) [NetworkUtil.class:1.12.2-2838-7.3.0]
at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:2407) [pl.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:255) [NetworkDispatcher.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72) [NetworkDispatcher.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:205) [NetworkDispatcher$1.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285) [gw.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180) [oz.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_311]
[21:15:03] [Server thread/ERROR] [FML]: Index: 3 Listeners:
[21:15:03] [Server thread/ERROR] [FML]: 0: HIGHEST
[21:15:03] [Server thread/ERROR] [FML]: 1: ASM: class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasStorage onPlayerLogin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[21:15:03] [Server thread/ERROR] [FML]: 2: HIGH
[21:15:03] [Server thread/ERROR] [FML]: 3: ASM: class com.pixelmonmod.pixelmon.listener.PixelmonPlayerTracker onPlayerLogin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[21:15:03] [Server thread/ERROR] [FML]: 4: NORMAL
[21:15:03] [Server thread/ERROR] [FML]: 5: ASM: forge playerLogin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[21:15:03] [Server thread/ERROR] [FML]: 6: ASM: class com.pixelmonmod.pixelmon.listener.ZygardeCellsListener onPlayerJoin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[21:15:03] [Server thread/ERROR] [FML]: 7: ASM: class com.pixelmonmod.pixelmon.listener.ZygardeCellsListener onPlayerLeave(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[21:15:03] [Server thread/ERROR] [FML]: 8: ASM: com.pixelmonmod.pixelmon.storage.ReforgedStorageManager@3946348b onPlayerLogin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[21:15:03] [Server thread/ERROR] [FML]: 9: ASM: class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension onPlayerLogin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[21:15:03] [Server thread/ERROR] [FML]: 10: ASM: com.pixelmonmod.pixelmon.quests.listeners.PlayerListeners@4311f79b onPlayerLogin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[21:15:03] [Server thread/ERROR] [FML]: 11: ASM: de.waterdu.gameshark.event.ServerEventHandler@13cf71d7 onJoin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[21:15:03] [Server thread/ERROR] [FML]: 12: ASM: com.pixelmonmod.pixelmon.spawning.TrackingSpawnerCoordinator@2467dfa4 onPlayerLogin(Lnet/minecraftforge/fml/common/gameevent/PlayerEvent$PlayerLoggedInEvent;)V
[21:15:04] [Server thread/WARN] [net.minecraft.network.NetworkSystem]: Failed to handle packet for /192.168.0.59:55999
java.util.NoSuchElementException: No value present
at java.util.Optional.get(Unknown Source) ~[?:1.8.0_311]
at com.pixelmonmod.pixelmon.listener.PixelmonPlayerTracker.onPlayerLogin(PixelmonPlayerTracker.java:76) ~[PixelmonPlayerTracker.class:8.3.1]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_69_PixelmonPlayerTracker_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:756) ~[EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:711) ~[EventBus.class:?]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostPlayerLoggedInEvent(SpongeToForgeEventFactory.java:891) ~[SpongeToForgeEventFactory.class:1.12.2-2838-7.3.0]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:276) ~[SpongeToForgeEventFactory.class:1.12.2-2838-7.3.0]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:339) ~[SpongeModEventManager.class:1.12.2-2838-7.3.0]
at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:450) ~[SpongeModEventManager.class:1.12.2-2838-7.3.0]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:419) ~[SpongeModEventManager.class:1.12.2-2838-7.3.0]
at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:467) ~[SpongeEventManager.class:1.12.2-2838-7.3.0]
at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:249) ~[SpongeImpl.class:1.12.2-2838-7.3.0]
at org.spongepowered.common.util.NetworkUtil.initializeConnectionToPlayer(NetworkUtil.java:384) ~[NetworkUtil.class:1.12.2-2838-7.3.0]
at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:2407) ~[pl.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:255) ~[NetworkDispatcher.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72) ~[NetworkDispatcher.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:205) ~[NetworkDispatcher$1.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285) ~[gw.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180) [oz.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_311]
[21:15:04] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Ryudo_Winchester lost connection: Internal server error
[21:15:04] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Ryudo_Winchester left the game
[21:15:56] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Stopping the server
[21:15:56] [Server thread/INFO] [xconomy]: XConomy successfully disabled
[21:15:56] [Server thread/INFO] [luckperms]: Starting shutdown processā€¦
[21:15:56] [Server thread/INFO] [luckperms]: Closing storageā€¦
[21:15:57] [Server thread/INFO] [luckperms]: Goodbye!
[21:15:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[21:15:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving players
[21:15:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
[21:15:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level ā€˜Winchesterā€™/0
[21:15:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level ā€˜DIM-1ā€™/-1
[21:15:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level ā€˜DIM1ā€™/1
[21:15:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level ā€˜ultraā€™/72
[21:15:57] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving chunks for level ā€˜drownedā€™/73
[21:15:57] [Server thread/INFO] [Sponge]: Unloading world [Winchester] (minecraft:overworld/0)
[21:15:57] [Server thread/INFO] [Sponge]: Unloading world [DIM-1] (minecraft:nether/-1)
[21:15:57] [Server thread/INFO] [Sponge]: Unloading world [DIM1] (minecraft:the_end/1)
[21:15:57] [Server thread/INFO] [Sponge]: Unloading world [ultra] (pixelmon:ultra_space/72)
[21:15:57] [Server thread/INFO] [Sponge]: Unloading world [drowned] (pixelmon:drowned_world/73)

Please use a site like pastebin to hold crash reports (report the link here), sending it directly to here makes it hard to read.

As for the issue, pixelmon seems to be getting a value without checking it, so its a fault of pixelmons code. That being said i know plugins may modify the minecraft code, so i would create a local server with just pixelmon and sponge, if the crash still happens, then you know its not other plugins or mods so slowly add them vack in until you find the issue. If it did crash with just the two, try a older version of pixelmon. I know one of them works, but im not a pixelmon guy so i cant tell you which one

Okay So i got annoyed with it not working and i made a new server took 1 mod/plugin at a time And now it works seems it was an Econemy plugin that made it all bug out and i can now connect with No problem at all now i just gotta give commands to all the diff things and its working

Thank you MoseMister
If it hadent been for you i think i might have given up
and i know if its not working do a step by step but i kinda feelt come on it worked before :stuck_out_tongue: and i just needed the kick to redo it Thanks again

1 Like