I have a requirement where I accept a UUID and check whether the UUID is in valid format or not. Package java.util provides a UUID.FromString(var) method which accepts a variable and it throws an exception when it is not in valid format.
For some unknown reasons, it’s accepting an additional character and filters it out instead of throwing an exception.
For example,
String var1="BAAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA"
UUID.fromString(var1)
Here, there is an additional character B but instead of throwing an exception, it’s filtering it out as «AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA».
Can anyone help me understand why is this happening?
I am using Java 8.
asked Jul 27, 2022 at 9:17
9
Historically, it looks like Java’s UUID class has been very lenient in what it accepts. This includes too short segments, and too long segments. This behaviour was tightened up somewhat between Java 8 and Java 11 (I didn’t want to check Java 9 or 10 to see exactly when), as Java 11 no longer accepts your example (but still accepts too short segments).
I haven’t been able to identify the exact bug in the Java bug database that changed this, but there are a lot around this behaviour (example: JDK-8216407 : java.util.UUID.fromString accepts input that does not match expected format), but most of them are either still open, closed as duplicate, or marked as «won’t fix» because of backwards compatibility concerns.
answered Jul 27, 2022 at 10:44
Mark RotteveelMark Rotteveel
99.6k188 gold badges139 silver badges195 bronze badges
I double-checked (javac 11.0.15)
- and it is behaving as expected.
Here is an example of how I tested it:
I guess that you are not handling the exception properly.
class Example {
public static void main(String[] args) {
// Valid case
System.out.println(isValidUUID("AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA"));
// Invalid cases
System.out.println(isValidUUID("Cc21a392e-3da6-4cd4-ac9f-9d963b313e22"));
System.out.println(isValidUUID("BAAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA"));
System.out.println(isValidUUID("AAAA-AAAAAAAAAAAA"));
System.out.println(isValidUUID("Hope this helps"));
}
/**
Check if a supplied UUID is valid
*/
public static boolean isValidUUID(String uuid) {
try {
UUID.fromString(uuid);
} catch (RuntimeException e) {
return false;
}
return true;
}
}
answered Jul 27, 2022 at 9:40
RegReg
10.7k6 gold badges36 silver badges54 bronze badges
3
I solved this problem with this
String uuid = jsonObject.get("uuid").get("id").toString();
UUID originalId = UUID.nameUUIDFromBytes(uuid.getBytes());
answered Jun 18 at 12:39
Mod Version
AoA3 3.5.4-1.16.5 -> download
Describe the bug
Upon login there is a UUID too long error.
Today I have the same problem and have no way to use JAVA8!
You haven’t solved the problem even after almost 5 months -> issues
To Reproduce
Steps to reproduce the behaviour:
- Log in
- Get kicked out
Expected behavior
I am able to log in
Screenshots
It’s log!
[08:44:56] [User Authenticator #2/INFO] [net.minecraft.network.login.ServerLoginNetHandler/]: UUID of player day-d is 8bd06202-e2b5-3449-8a03-99e2456ff2e1 [08:44:56] [Netty Server IO #4/INFO] [net.minecraftforge.fml.network.FMLHandshakeHandler/]: Client attempting to join with 157 mods : notenoughcrashes, tropicraft, blue_skies, astralsorcery, netherportalfix, hammerlib, betternether, stalwart_dungeons, kleeslabs, the_afterlight, insanelib, neat, bettercaves, ctm, controlling, placebo, citadel, alexsmobs, lordcraft, yungsapi, improvedbackpacks, bookshelf, sophisticatedbackpacks, uteamcore, randompatches, limit-mob-spawn, forcecraft, clickadv, waila, fpsreducer, carryon, jeresources, runesword, twilightforest, supplementaries, konkrete, betterendforge, upgradednetherite, cuneiform, structure_gel, fancyclear, createplus, chocolate, lollipop, astral, heartcanisters, botania, darkerdepths, wilds, schoolsofmagic, dpanvil, curios, eidolon, relics, patchouli, collective, better_diving, redstonemagic, enigmaticlegacy, cavebiomeapi, architectury, extrabotany, aiimprovements, observerlib, itemphysic, cloth-config, undergarden, the_bumblezone, classicbar, scalinghealth, fastleafdecay, codechickenlib, cb_multipart, cb_microblock, cb_multipart_minecraft, nutritionalbalance, geckolib3, betteradvancements, botaniaadditions, ftblibrary, tonsofenchants, someassemblyrequired, aoa3, jei, elementalcraft, druidcraft, feywild, attributefix, abnormals_core, telebeacons, caelus, lemonlib, reap, wawla, invtweaks, fastsuite, clumps, journeymap, roadrunner, naturescompass, configured, libx, assemblylinemachines, vanillatweaks, quantumquarryplus, good_nights_sleep, wolveswitharmor, datafixerslayer, iceandfire, catalogue, randomium, forge, wailaharvestability, castle_dungeons, biomeborderviewer, brandonscore, draconicevolution, spawnbalanceutility, selene, ironchest, minecraft, upgrade_aquatic, earthworks, mousetweaks, mana-and-artifice, silentlib, behgameon, creativecore, chunksavingfix, theurgy, modpacktweaks, krate, pipez, flywheel, create, createautomated, gravestone, ftbbackups, hexblades, fastbench, polymorph, autoreglib, quark, terraincognita, fluxnetworks, fancymenu, fastfurnace, appleskin, ferritecore, enhancedcelestials, cavern, afraidofthedark, cosmeticarmorreworked, valhelsia_core, forbidden_arcanus, deuf, omegacraft [08:45:12] [Server thread/INFO] [net.minecraftforge.common.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.advancements.PlayerAdvancements@16f9ed5 [08:45:12] [Server thread/INFO] [net.minecraft.server.management.PlayerList/]: day-d[/127.0.0.1:59422] logged in with entity id 1 708 at (202,5, 64, 159,5) [08:45:12] [Server thread/INFO] [ModdingLegacy/blue_skies/]: Sending ToolHandleTypeManager to day-d [08:45:12] [Server thread/INFO] [ModdingLegacy/blue_skies/]: Sending SnowcapOvenFreezingManager to day-d [08:45:12] [Server thread/INFO] [ModdingLegacy/blue_skies/]: Sending HorizoniteForgeFuelManager to day-d [08:45:12] [Server thread/INFO] [ModdingLegacy/blue_skies/]: Sending AlchemyRecipeManager to day-d [08:45:12] [Server thread/INFO] [ModdingLegacy/blue_skies/]: Sending JournalEntryManager to day-d [08:45:12] [Server thread/INFO] [ModdingLegacy/blue_skies/]: Sending JournalSectionManager to day-d [08:45:12] [Server thread/INFO] [ModdingLegacy/blue_skies/]: Sending JournalRequirementManager to day-d [08:45:13] [Server thread/INFO] [/]: SpawnBalanceUtility: Zombified piglin and ghasts will be added to Nether Zone.Quest Data sent For: day-d, To: all tracking, Reason: join game [08:45:13] [Server thread/INFO] [/]: Magic Data sent For: day-d, To: all tracking, Reason: join game [08:45:13] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: UUID string too large Index: 46 Listeners: 0: HIGHEST 1: ASM: io.github.noeppi_noeppi.libx.impl.config.ConfigEvents@62dc8d7a playerJoin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 2: HIGH 3: ASM: class me.shedaniel.architectury.event.forge.EventHandlerImplCommon event(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 4: NORMAL 5: ASM: class net.blay09.mods.kleeslabs.network.SyncHandler onLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 6: ASM: class com.legacy.blue_skies.events.SkiesPlayerEvents onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 7: ASM: class net.tropicraft.core.common.item.scuba.ScubaData onPlayerLogIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 8: ASM: coffee.injected.improvedbackpacks.backpack.BackpackManager$Listener@6d3da8eb onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 9: net.minecraftforge.eventbus.EventBus$$Lambda$2434/0x0000000801555ba0@559569ec 10: ASM: class net.mehvahdjukaar.supplementaries.events.ServerEvents onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 11: net.minecraftforge.eventbus.EventBus$$Lambda$2434/0x0000000801555ba0@255c7cef 12: ASM: com.mrbysco.forcecraft.handlers.PlayerCapHandler@1d9db8d1 onLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 13: ASM: class com.github.alexthe666.alexsmobs.event.ServerEvents onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 14: ASM: com.Rolfmao.upgradednetherite.handlers.ServerConfigHandler@27fafdd8 onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 15: ASM: class com.cobbs.lordcraft.Util.Events.ModEvents playerJoinServer(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 16: ASM: class net.mehvahdjukaar.supplementaries.world.data.GlobeData onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 17: ASM: class com.alan19.astral.events.astraltravel.StartAndEndHandling sendCapsToPlayer(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 18: ASM: class com.alan19.astral.events.astraltravel.PhysicalBodyTracking onLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 19: net.minecraftforge.eventbus.EventBus$$Lambda$2434/0x0000000801555ba0@59d51321 20: ASM: class mod.beethoven92.betterendforge.common.event.forge.ForgeEvents loginEvent(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 21: ASM: class com.paleimitations.schoolsofmagic.common.data.capabilities.quest_data.QuestDataProvider$Events joinGame(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 22: ASM: class twilightforest.TFEventListener playerLogsIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 23: ASM: class twilightforest.TFEventListener onClientConnect(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 24: ASM: class com.paleimitations.schoolsofmagic.common.data.capabilities.magic_data.MagicDataProvider$Events joinGame(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 25: ASM: class vazkii.patchouli.common.handler.PlayerJoinHandler playerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 26: ASM: net.spicybanana.wilds.WildsModVariables@39014dcb onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 27: ASM: class net.spicybanana.wilds.procedures.WildsRootGrantProcedure$GlobalTrigger onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 28: ASM: com.integral.enigmaticlegacy.handlers.EnigmaticUpdateHandler@6876dacb onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 29: ASM: class me.shedaniel.architectury.networking.forge.NetworkManagerImpl loggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 30: ASM: class net.silentchaos512.scalinghealth.event.CommonEvents onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 31: ASM: class hellfirepvp.astralsorcery.common.event.handler.EventHandlerCache onPlayerConnect(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 32: ASM: class sirttas.elementalcraft.entity.EntityHandler playerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 33: ASM: net.minecraftforge.common.ForgeInternalHandler@30727630 playerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 34: ASM: quantumquarryplus.QuantumquarryplusModVariables@667be266 onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 35: ASM: com.feywild.feywild.EventListener@3ed5b43c playerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 36: ASM: class com.brandon3055.brandonscore.handlers.BCEventHandler playerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 37: ASM: com.brandon3055.draconicevolution.handlers.DEEventHandler@43202044 login(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 38: ASM: class com.feed_the_beast.mods.ftbbackups.FTBBackups playerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 39: ASM: class com.ma.progression.ProgressionEventHandler onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 40: ASM: class sonar.fluxnetworks.register.CommonEventHandler onPlayerJoined(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 41: ASM: class net.valhelsia.valhelsia_core.event.PlayerJoinWorldListener onPlayerJoinWorld(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 42: ASM: class com.cobbs.omegacraft.Utils.Events.ForgeEvents playerConnects(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 43: ASM: class com.simibubi.create.events.CommonEvents playerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 44: ASM: class com.simibubi.create.content.curiosities.tools.ExtendoGripItem addReachToJoiningPlayersHoldingExtendo(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 45: ASM: class vazkii.quark.base.handler.ContributorRewardHandler onPlayerJoin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 46: ASM: class net.tslat.aoa3.event.PlayerEvents onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 47: ASM: vazkii.quark.content.tweaks.module.AutomaticRecipeUnlockModule@14f151c8 onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 48: ASM: tschipp.carryon.common.event.ItemEvents@3fbf82de onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 49: ASM: top.theillusivec4.curios.common.event.CuriosEventHandler@1980a731 playerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 50: ASM: com.mactso.redstonemagic.events.OnPlayerLoggedIn@3ae624b3 onPlayerLogged(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 51: ASM: journeymap.common.events.ForgeEvents@5fdf0d05 onPlayerLoggedInEvent(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 52: ASM: squeek.appleskin.network.SyncHandler@4858f002 onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V 53: net.minecraftforge.eventbus.EventBus$$Lambda$2434/0x0000000801555ba0@2195af27 54: net.minecraftforge.eventbus.EventBus$$Lambda$2434/0x0000000801555ba0@5fb168f0 55: ASM: com.davidm1a2.afraidofthedark.common.event.ResearchTriggerHandler@23554a50 onEvent(Lnet/minecraftforge/eventbus/api/Event;)V 56: LOW 57: ASM: com.integral.enigmaticlegacy.handlers.EnigmaticEventHandler@59f51fa6 onPlayerJoin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V java.lang.IllegalArgumentException: UUID string too large at java.base/java.util.UUID.fromString1(Unknown Source) at java.base/java.util.UUID.fromString(Unknown Source) at net.tslat.aoa3.event.PlayerEvents.onPlayerLogin(PlayerEvents.java:323) at net.minecraftforge.eventbus.ASMEventHandler_1633_PlayerEvents_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic) at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) at net.minecraftforge.fml.hooks.BasicEventHooks.firePlayerLoggedIn(BasicEventHooks.java:56) at net.minecraft.server.management.PlayerList.func_72355_a(PlayerList.java:298) at net.minecraft.network.login.ServerLoginNetHandler.func_147326_c(ServerLoginNetHandler.java:173) at net.minecraft.network.login.ServerLoginNetHandler.func_73660_a(ServerLoginNetHandler.java:75) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:238) at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:142) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1116) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:1006) at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:821) at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:269) at java.base/java.lang.Thread.run(Unknown Source) [08:45:13] [Server thread/WARN] [net.minecraft.network.NetworkSystem/]: Failed to handle packet for /127.0.0.1:59422 java.lang.IllegalArgumentException: UUID string too large at java.util.UUID.fromString1(Unknown Source) ~[?:?] at java.util.UUID.fromString(Unknown Source) ~[?:?] at net.tslat.aoa3.event.PlayerEvents.onPlayerLogin(PlayerEvents.java:323) ~[aoa3:3.5.4-1.16.5] at net.minecraftforge.eventbus.ASMEventHandler_1633_PlayerEvents_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic) ~[?:?] at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[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.hooks.BasicEventHooks.firePlayerLoggedIn(BasicEventHooks.java:56) ~[forge:?] at net.minecraft.server.management.PlayerList.func_72355_a(PlayerList.java:298) ~[?:?] at net.minecraft.network.login.ServerLoginNetHandler.func_147326_c(ServerLoginNetHandler.java:173) ~[?:?] at net.minecraft.network.login.ServerLoginNetHandler.func_73660_a(ServerLoginNetHandler.java:75) ~[?:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:238) ~[?:?] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:142) ~[?:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1116) ~[?:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) ~[?:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:1006) ~[?:?] at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:821) ~[?:?] at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:269) ~[?:?] at java.lang.Thread.run(Unknown Source) [?:?] [08:45:13] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: day-d has made the advancement [Ice and Fire] [08:45:13] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: day-d has made the advancement [Enter the Savanna] [08:45:17] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: day-d lost connection: Disconnected [08:45:17] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: day-d left the game
Вот лог
Спойлер
[20:11:14 ERROR]: Exception caught during firing event: UUID string too large
Index: 8
Listeners:
0: NORMAL
1: ASM: net.blay09.mods.trashslot.TrashSlot@7d4d666d onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
2: ASM: se.mickelus.tetra.data.DataManager@493723a1 playerConnected(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
3: ASM: net.minecraftforge.common.ForgeInternalHandler@506df688 playerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
4: ASM: class com.brandon3055.brandonscore.handlers.BCEventHandler playerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
5: ASM: com.brandon3055.draconicevolution.handlers.DEEventHandler@65888a2f login(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
6: ASM: class mod.chiselsandbits.events.PlayerLoggedInEventHandler onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
7: ASM: class com.ma.progression.ProgressionEventHandler onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
8: ASM: class net.tslat.aoa3.event.PlayerEvents onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
9: ASM: journeymap.common.events.ForgeEvents@c0ffc67 onPlayerLoggedInEvent(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
10: ASM: top.theillusivec4.curios.common.event.CuriosEventHandler@557ffffc playerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
11: ASM: tschipp.carryon.common.event.ItemEvents@15bda80 onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
java.lang.IllegalArgumentException: UUID string too large
at java.base/java.util.UUID.fromString1(UUID.java:264)
at java.base/java.util.UUID.fromString(UUID.java:258)
at net.tslat.aoa3.event.PlayerEvents.onPlayerLogin(PlayerEvents.java:323)
at net.minecraftforge.eventbus.ASMEventHandler_379_PlayerEvents_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
at net.minecraftforge.fml.hooks.BasicEventHooks.firePlayerLoggedIn(BasicEventHooks.java:56)
at net.minecraft.server.management.PlayerList.func_72355_a(PlayerList.java:294)
at net.minecraft.network.login.ServerLoginNetHandler.func_147326_c(ServerLoginNetHandler.java:173)
at net.minecraft.network.login.ServerLoginNetHandler.func_73660_a(ServerLoginNetHandler.java:75)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:238)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:142)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1116)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:1006)
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:821)
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:269)
at java.base/java.lang.Thread.run(Thread.java:833)
[20:11:14 WARN]: Failed to handle packet for /192.168.43.2:53464
java.lang.IllegalArgumentException: UUID string too large
at java.util.UUID.fromString1(UUID.java:264) ~[?:?]
at java.util.UUID.fromString(UUID.java:258) ~[?:?]
at net.tslat.aoa3.event.PlayerEvents.onPlayerLogin(PlayerEvents.java:323) ~[aoa3:3.5.4-1.16.5]
at net.minecraftforge.eventbus.ASMEventHandler_379_PlayerEvents_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[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.hooks.BasicEventHooks.firePlayerLoggedIn(BasicEventHooks.java:56) ~[forge:?]
at net.minecraft.server.management.PlayerList.func_72355_a(PlayerList.java:294) ~[?:?]
at net.minecraft.network.login.ServerLoginNetHandler.func_147326_c(ServerLoginNetHandler.java:173) ~[?:?]
at net.minecraft.network.login.ServerLoginNetHandler.func_73660_a(ServerLoginNetHandler.java:75) ~[?:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:238) ~[?:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:142) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1116) ~[?:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:1006) ~[?:?]
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:821) ~[?:?]
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:269) ~[?:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
Из модов стоит
Спойлер

Как я понял, проблема в AoA, игроков без него запускает, но его хотелось бы оставить
I have a requirement where I accept a UUID and check whether the UUID is in valid format or not. Package java.util provides a UUID.FromString(var) method which accepts a variable and it throws an exception when it is not in valid format.
For some unknown reasons, it’s accepting an additional character and filters it out instead of throwing an exception.
For example,
String var1="BAAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA"
UUID.fromString(var1)
Here, there is an additional character B but instead of throwing an exception, it’s filtering it out as «AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA».
Can anyone help me understand why is this happening?
I am using Java 8.
asked Jul 27, 2022 at 9:17
9
Historically, it looks like Java’s UUID class has been very lenient in what it accepts. This includes too short segments, and too long segments. This behaviour was tightened up somewhat between Java 8 and Java 11 (I didn’t want to check Java 9 or 10 to see exactly when), as Java 11 no longer accepts your example (but still accepts too short segments).
I haven’t been able to identify the exact bug in the Java bug database that changed this, but there are a lot around this behaviour (example: JDK-8216407 : java.util.UUID.fromString accepts input that does not match expected format), but most of them are either still open, closed as duplicate, or marked as «won’t fix» because of backwards compatibility concerns.
answered Jul 27, 2022 at 10:44
Mark RotteveelMark Rotteveel
96.4k180 gold badges134 silver badges187 bronze badges
I double-checked (javac 11.0.15)
- and it is behaving as expected.
Here is an example of how I tested it:
I guess that you are not handling the exception properly.
class Example { public static void main(String[] args) { // Valid case System.out.println(isValidUUID("AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA")); // Invalid cases System.out.println(isValidUUID("Cc21a392e-3da6-4cd4-ac9f-9d963b313e22")); System.out.println(isValidUUID("BAAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA")); System.out.println(isValidUUID("AAAA-AAAAAAAAAAAA")); System.out.println(isValidUUID("Hope this helps")); } /** Check if a supplied UUID is valid */ public static boolean isValidUUID(String uuid) { try { UUID.fromString(uuid); } catch (RuntimeException e) { return false; } return true; } }
answered Jul 27, 2022 at 9:40
RegReg
10.5k6 gold badges36 silver badges53 bronze badges
3
FULL PRODUCT VERSION : java version "1.8.0_92" Java(TM) SE Runtime Environment (build 1.8.0_92-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.92-b14, mixed mode) ADDITIONAL OS VERSION INFORMATION : OS X 10.11.5 A DESCRIPTION OF THE PROBLEM : UUID parsing is not working as expected. Additional leading digits in groups are swallowed without exceptions and the result is not the expected. 4d4d8f3b-3b81-44f3-968d-d1c1a48b4ac8 is a vlid UUID. 24d4d8f3b-3b81-44f3-968d-d1c1a48b4ac8 is not (added a '2' in front of the valid one) Calling UUID::fromString() with either one results in the same result, an UUID representing 4d4d8f3b-3b81-44f3-968d-d1c1a48b4ac8. STEPS TO FOLLOW TO REPRODUCE THE PROBLEM : Just add a leading digit to a valid UUID and parse it EXPECTED VERSUS ACTUAL BEHAVIOR : EXPECTED - UUID::fromString() should throw IllegalArgumentException if passing a UUID that doesn't match the specification. ACTUAL - When parsing a UUID with an added leading digit, the original UUID is returned. REPRODUCIBILITY : This bug can be reproduced always. ---------- BEGIN SOURCE ---------- String uuid = "4d4d8f3b-3b81-44f3-968d-d1c1a48b4ac8"; assert UUID.fromString(uuid).toString().equals(uuid); assert !UUID.fromString("2" + uuid).toString().equals(uuid); ---------- END SOURCE ---------- CUSTOMER SUBMITTED WORKAROUND : In the implementation of fromString() (pasted below), validate each group before building the result. At least the length of each string in components array should be checked, that is not expensive. public static UUID fromString(String name) { String[] components = name.split("-"); if (components.length != 5) throw new IllegalArgumentException("Invalid UUID string: "+name); for (int i=0; i<5; i++) components[i] = "0x"+components[i]; long mostSigBits = Long.decode(components[0]).longValue(); mostSigBits <<= 16; mostSigBits |= Long.decode(components[1]).longValue(); mostSigBits <<= 16; mostSigBits |= Long.decode(components[2]).longValue(); long leastSigBits = Long.decode(components[3]).longValue(); leastSigBits <<= 48; leastSigBits |= Long.decode(components[4]).longValue(); return new UUID(mostSigBits, leastSigBits); }
—- Minecraft Crash Report —-
// Uh… Did I do that?
Time: 10/6/21, 11:32 PM
Description: Ticking memory connection
java.lang.IllegalArgumentException: UUID string too large
at java.util.UUID.fromString1(UUID.java:264) ~[?:?] {}
at java.util.UUID.fromString(UUID.java:258) ~[?:?] {}
at net.tslat.aoa3.event.PlayerEvents.onPlayerLogin(PlayerEvents.java:323) ~[aoa3:3.5.4-1.16.5] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_1585_PlayerEvents_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[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.hooks.BasicEventHooks.firePlayerLoggedIn(BasicEventHooks.java:44) ~[forge:?] {re:classloading,re:mixin}
at net.minecraft.server.management.PlayerList.func_72355_a(PlayerList.java:232) ~[?:?] {re:mixin,re:classloading,xf:fml:xaeroworldmap:xaero_wm_playerlist_sendworldinfo,xf:fml:xaerominimap:xaero_playerlist_sendworldinfo,pl:mixin:APP:betterendforge.mixins.json:PlayerListMixin,pl:mixin:APP:cgm.mixins.json:common.PlayerListMixin,pl:mixin:APP:assets/botania/botania.mixins.json:MixinPlayerList,pl:mixin:A}
at net.minecraft.network.login.ServerLoginNetHandler.func_147326_c(ServerLoginNetHandler.java:118) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:performant.mixins.json:connection.ServerLoginNetHandlerMixin,pl:mixin:A}
at net.minecraft.network.login.ServerLoginNetHandler.func_73660_a(ServerLoginNetHandler.java:65) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:performant.mixins.json:connection.ServerLoginNetHandlerMixin,pl:mixin:A}
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:222) ~[?:?] {re:classloading,re:mixin}
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:134) ~[?:?] {re:classloading}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:865) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:118) ~[?:?] {re:mixin,re:classloading,xf:OptiFine:default,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinIntegratedServer,pl:mixin:APP:smoothboot.mixins.json:client.IntegratedServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at java.lang.Thread.run(Thread.java:831) [?:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
—————————————————————————————
— System Details —
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Windows 10 (amd64) version 10.0
Java Version: 16.0.2, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 3896293584 bytes (3715 MB) / 6845104128 bytes (6528 MB) up to 6845104128 bytes (6528 MB)
CPUs: 8
JVM Flags: 11 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+IgnoreUnrecognizedVMOptions -Xmn128M -Xmx6524M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.2.4.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.2.4.jar runtime_enum_extender PLUGINSERVICE
/forge-1.16.5-36.2.4.jar capability_inject_definalize PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.2.4.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine-1.16.5_HD_U_G8_pre2.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.5-36.2.4.jar fml TRANSFORMATIONSERVICE
FML: 36.2
Forge: net.minecraftforge:36.2.4
FML Language Providers:
javafml@36.2
minecraft@1
kotori_scala@2.13.5-build-2
Mod List:
notenoughcrashes-3.2.0-forge.jar |Not Enough Crashes |notenoughcrashes |3.2.0 |DONE |Manifest: NOSIGNATURE
astralsorcery-1.16-1.16.5-1.13.12.jar |Astral Sorcery |astralsorcery |1.16.5-1.13.12 |DONE |Manifest: 45:2b:0a:49:6b:65:3b:39:a9:dd:d2:5b:55:7f:82:47:a5:1d:7a:cc:7f:a8:69:73:72:53:6f:57:4d:b2:1a:b7
AdditionalEnchantedMiner-1.16.5-16.1.9.jar |QuarryPlus |quarryplus |16.1.9 |DONE |Manifest: 1a:13:52:63:6f:dc:0c:ad:7f:8a:64:ac:46:58:8a:0c:90:ea:2c:5d:11:ac:4c:d4:62:85:c7:d1:00:fa:9c:76
Hats-1.16.5-10.3.1.jar |Hats |hats |10.3.1 |DONE |Manifest: NOSIGNATURE
prefab-1.6.5.11.jar |Prefab |prefab |1.6.5.11 |DONE |Manifest: NOSIGNATURE
ProjectE-1.16.5-PE1.0.1B.jar |ProjectE |projecte |PE1.0.1B |DONE |Manifest: NOSIGNATURE
Neat+1.7-27.jar |Neat |neat |1.7-27 |DONE |Manifest: NOSIGNATURE
XaerosWorldMap_1.17.0.1_Forge_1.16.5.jar |Xaero’s World Map |xaeroworldmap |1.17.0.1 |DONE |Manifest: NOSIGNATURE
CookingForBlockheads_1.16.5-9.3.4.jar |Cooking for Blockheads |cookingforblockheads |9.3.4 |DONE |Manifest: NOSIGNATURE
Placebo-1.16.5-4.6.0.jar |Placebo |placebo |4.6.0 |DONE |Manifest: NOSIGNATURE
citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |DONE |Manifest: NOSIGNATURE
alexsmobs-1.12.1.jar |Alex’s Mobs |alexsmobs |1.12.1 |DONE |Manifest: NOSIGNATURE
YungsApi-1.16.4-Forge-12.jar |YUNG’s API |yungsapi |1.16.4-Forge-12 |DONE |Manifest: NOSIGNATURE
rangedpumps-0.8.2.jar |Ranged Pumps |rangedpumps |0.8.2 |DONE |Manifest: NOSIGNATURE
sophisticatedbackpacks-1.16.5-3.2.12.337.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.16.5-3.2.12.337 |DONE |Manifest: NOSIGNATURE
guardvillagers-1.16.5.1.2.6.jar |Guard Villagers |guardvillagers |1.2.6 |DONE |Manifest: NOSIGNATURE
buildinggadgets-1.16.5-3.8.0.jar |Building Gadgets |buildinggadgets |3.8.0 |DONE |Manifest: NOSIGNATURE
Apotheosis-1.16.5-4.8.0.jar |Apotheosis |apotheosis |4.8.0 |DONE |Manifest: NOSIGNATURE
MekanismGenerators-1.16.5-10.0.21.448.jar |Mekanism: Generators |mekanismgenerators |10.0.21 |DONE |Manifest: NOSIGNATURE
Hwyla-Mod-1.16.3.jar |Waila |waila |1.10.11-B78_1.16.2 |DONE |Manifest: NOSIGNATURE
dynviewdist-2.0.jar |Dynamic view distance |dynview |1.8 |DONE |Manifest: NOSIGNATURE
twilightforest-1.16.5-4.0.546-universal.jar |The Twilight Forest |twilightforest |NONE |DONE |Manifest: NOSIGNATURE
mob_grinding_utils-1.16.5-0.4.28.jar |Mob Grinding Utils |mob_grinding_utils |1.16.5-0.4.28 |DONE |Manifest: NOSIGNATURE
refinedstorage-1.9.15.jar |Refined Storage |refinedstorage |1.9.15 |DONE |Manifest: NOSIGNATURE
betterendforge-1.16.5-1.6.1.jar |BetterEnd Forge |betterendforge |1.16.5-1.6.1 |DONE |Manifest: NOSIGNATURE
structure_gel-1.16.5-1.7.7.jar |Structure Gel API |structure_gel |1.7.7 |DONE |Manifest: NOSIGNATURE
alltheores-1.3.6-1.16.5-36.1.0.jar |AllTheOres |alltheores |1.3.6-1.16.5-36.1.0 |DONE |Manifest: NOSIGNATURE
out_of_sight-1.16.4-1.0.1.jar |Out of Sight |out_of_sight |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE
chocolate-1.3.0-1.16.4.jar |Chocolate |chocolate |1.3.0-1.16.4 |DONE |Manifest: NOSIGNATURE
industrial-foregoing-1.16.5-3.2.14.6-14.jar |Industrial Foregoing |industrialforegoing |3.2.14.6 |DONE |Manifest: NOSIGNATURE
repurposed_structures_forge-3.2.5+1.16.5.jar |Repurposed Structures |repurposed_structures |3.2.5+1.16.5 |DONE |Manifest: NOSIGNATURE
morevillagers-FORGE-1.16.5-1.5.5.jar |More Villagers |morevillagers |1.5.5 |DONE |Manifest: NOSIGNATURE
fastfurnaceminusreplacement-1.1-1.16.3.jar |Fast Furnace Minus Replacement|fastfurnaceminusreplacement |1.1-1.16.3 |DONE |Manifest: NOSIGNATURE
endremastered-forge-R4.1.1.jar |End Remastered |endrem |4.1 |DONE |Manifest: NOSIGNATURE
dungeons_plus-1.16.5-1.1.5.jar |Dungeons Plus |dungeons_plus |1.1.5 |DONE |Manifest: NOSIGNATURE
Botania-1.16.5-419.jar |Botania |botania |1.16.5-419 |DONE |Manifest: NOSIGNATURE
SpawnerFix-1.16.2-1.0.0.2.jar |Spawner Fix |sf |1.0.0.2 |DONE |Manifest: NOSIGNATURE
curios-forge-1.16.5-4.0.5.3.jar |Curios API |curios |1.16.5-4.0.5.3 |DONE |Manifest: NOSIGNATURE
Patchouli-1.16.4-53.2.jar |Patchouli |patchouli |1.16.4-53.2 |DONE |Manifest: NOSIGNATURE
betterbiomeblend-1.16.4-1.2.9-forge.jar |Better Biome Blend |betterbiomeblend |1.16.4-1.2.9-forge |DONE |Manifest: NOSIGNATURE
obfuscate-0.6.2-1.16.3.jar |Obfuscate |obfuscate |0.6.2 |DONE |Manifest: e1:59:1a:56:ec:97:b3:d0:b3:4b:25:06:1f:83:b0:f4:fd:0c:24:e3:6d:ea:94:b1:9f:22:b0:38:13:60:88:ea
vehicle-mod-0.45.2-1.16.3.jar |MrCrayfish’s Vehicle Mod |vehicle |0.45.2 |DONE |Manifest: NOSIGNATURE
majruszs-difficulty-1.16.4-1.1.0.jar |Majrusz’s Progressive Difficul|majruszs_difficulty |1.1.0 |DONE |Manifest: NOSIGNATURE
ChunkNoGoByeBye-1.16.5-1.3.0.jar |ChunkNoGoByeBye |chunknogobyebye |1.16.5-1.3.0 |DONE |Manifest: NOSIGNATURE
cfm-7.0.0pre22-1.16.3.jar |MrCrayfish’s Furniture Mod |cfm |7.0.0-pre22 |DONE |Manifest: NOSIGNATURE
AI-Improvements-1.16.2-0.3.0.jar |AI-Improvements |aiimprovements |0.3.0 |DONE |Manifest: NOSIGNATURE
observerlib-1.16.5-1.5.3.jar |ObserverLib |observerlib |1.16.5-1.5.3 |DONE |Manifest: NOSIGNATURE
fastbenchminusreplacement-1.4.jar |FastWorkbench Minus Replacemen|fastbenchminusreplacement |1.4 |DONE |Manifest: NOSIGNATURE
CodeChickenLib-1.16.5-4.0.3.434-universal.jar |CodeChicken Lib |codechickenlib |4.0.3.434 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
BetterMineshafts-Forge-1.16.4-2.0.4.jar |YUNG’s Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |DONE |Manifest: NOSIGNATURE
geckolib-forge-1.16.5-3.0.46.jar |GeckoLib |geckolib3 |3.0.46 |DONE |Manifest: NOSIGNATURE
Cyclic-1.16.5-1.4.2.jar |Cyclic |cyclic |1.16.5-1.4.2 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
BorderlessWindow-1.16.5-1.2.0.jar |Borderless Window |borderlesswindow |1.16.5-1.2.0 |DONE |Manifest: NOSIGNATURE
miniutilities-1.2.2.jar |Mini Utilities |miniutilities |1.2.2 |DONE |Manifest: NOSIGNATURE
Resynth-6.2.0-[Minecraft-Forge-1.16.5].jar |Resynth — Growable Resources |resynth |6.2.0 |DONE |Manifest: NOSIGNATURE
cgm-1.0.1-1.16.3.jar |MrCrayfish’s Gun Mod |cgm |1.0.1 |DONE |Manifest: NOSIGNATURE
bountifulbaubles-1.16.5-0.1.0-forge.jar |Bountiful Baubles |bountifulbaubles |1.16.5-0.1.0 |DONE |Manifest: NOSIGNATURE
AoA3-3.5.4-1.16.5.jar |Advent of Ascension |aoa3 |3.5.4 |DONE |Manifest: NOSIGNATURE
jei-1.16.5-7.7.1.121.jar |Just Enough Items |jei |7.7.1.121 |DONE |Manifest: NOSIGNATURE
chaosawakens-1.16.5-0.9.0.2.jar |Chaos Awakens |chaosawakens |0.9.0.2 |DONE |Manifest: NOSIGNATURE
abnormals_core-1.16.5-3.3.0.jar |Abnormals Core |abnormals_core |3.3.0 |DONE |Manifest: NOSIGNATURE
Mekanism-1.16.5-10.0.21.448.jar |Mekanism |mekanism |10.0.21 |DONE |Manifest: NOSIGNATURE
lemonlib-1.3.6.jar |Lemon Lib |lemonlib |1.3.6 |DONE |Manifest: NOSIGNATURE
Space-Bosstools-1.16.5-5.4.jar |Space-BossTools |boss_tools |5.4 |DONE |Manifest: NOSIGNATURE
Waystones_1.16.5-7.6.3.jar |Waystones |waystones |7.6.3 |DONE |Manifest: NOSIGNATURE
FastSuite-1.16.4-1.1.1.jar |FastSuite |fastsuite |1.1.1 |DONE |Manifest: NOSIGNATURE
Clumps-6.0.0.25.jar |Clumps |clumps |6.0.0.25 |DONE |Manifest: NOSIGNATURE
NaturesCompass-1.16.5-1.9.1-forge.jar |Nature’s Compass |naturescompass |1.16.5-1.9.1-forge |DONE |Manifest: NOSIGNATURE
OuterEnd-0.2.14.jar |The Outer End |outer_end |0.2.9 |DONE |Manifest: NOSIGNATURE
DungeonCrawl-1.16.5-2.3.2.jar |Dungeon Crawl |dungeoncrawl |2.3.2 |DONE |Manifest: NOSIGNATURE
pneumaticcraft-repressurized-1.16.5-2.14.4-258.jar|PneumaticCraft: Repressurized |pneumaticcraft |1.16.5-2.14.4-258 |DONE |Manifest: NOSIGNATURE
lazydfu-0.1.3.jar |LazyDFU |lazydfu |0.1.3 |DONE |Manifest: NOSIGNATURE
mcjtylib-1.16-5.0.22.jar |McJtyLib |mcjtylib |1.16-5.0.22 |DONE |Manifest: NOSIGNATURE
rftoolsbase-1.16-2.0.11.jar |RFToolsBase |rftoolsbase |1.16-2.0.11 |DONE |Manifest: NOSIGNATURE
rftoolsdim-1.16-7.0.14-beta.jar |RFToolsDimensions |rftoolsdim |1.16-7.0.14-beta |DONE |Manifest: NOSIGNATURE
iceandfire-2.1.9-1.16.5.jar |Ice and Fire |iceandfire |2.1.9-1.16.5 |DONE |Manifest: NOSIGNATURE
inventorypets-1.16.5-2.0.15.jar |Inventory Pets |inventorypets |2.0.15 |DONE |Manifest: NOSIGNATURE
iChunUtil-1.16.5-10.4.1.jar |iChunUtil |ichunutil |10.4.1 |DONE |Manifest: NOSIGNATURE
EnderStorage-1.16.5-2.8.0.168-universal.jar |EnderStorage |enderstorage |2.8.0.168 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
ars_nouveau-1.16.5-1.23.11.jar |Ars Nouveau |ars_nouveau |1.23.11 |DONE |Manifest: NOSIGNATURE
ImmersivePetroleum-1.16.5-3.3.0-6.jar |Immersive Petroleum |immersivepetroleum |3.3.0-6 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.4-universal.jar |Forge |forge |36.2.4 |DONE |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
BloodMagic-1.16.4-3.1.3-18.jar |Blood Magic |bloodmagic |1.16.4-3.1.3-18 |DONE |Manifest: NOSIGNATURE
tl_skin_cape_forge_1.16.5-1.17.jar |TLSkinCape |tlskincape |1.17 |DONE |Manifest: 19:f5:ce:44:81:0c:e4:22:05:5e:73:c5:a8:cd:de:f3:c8:cf:a9:b3:01:70:40:a0:ee:2d:50:7a:1c:3d:1c:8a
ironchest-1.16.5-11.2.13.jar |Iron Chests |ironchest |1.16.5-11.2.13 |DONE |Manifest: NOSIGNATURE
DungeonsArise-1.16.5-2.1.47-release.jar |When Dungeons Arise |dungeons_arise |2.1.47 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.4-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
thermal_dyenamics-1.16.4-1.0.0.jar |Thermal Dyenamics |thermal_dyenamics |1.0.0 |DONE |Manifest: NOSIGNATURE
cofh_core-1.16.5-1.3.1.jar |CoFH Core |cofh_core |1.3.1 |DONE |Manifest: NOSIGNATURE
thermal_foundation-1.16.5-1.3.2.jar |Thermal Series |thermal |1.3.2 |DONE |Manifest: NOSIGNATURE
thermal_innovation-1.16.5-1.3.0.jar |Thermal Innovation |thermal_innovation |1.3.0 |DONE |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.3.0.jar |Thermal Expansion |thermal_expansion |1.3.0 |DONE |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
TConstruct-1.16.5-3.1.2.265.jar |Tinkers’ Construct |tconstruct |3.1.2.265 |DONE |Manifest: NOSIGNATURE
luckyblock-1.16.5-1.jar |Lucky Block |lucky |1.16.5-1 |DONE |Manifest: NOSIGNATURE
titanium-1.16.5-3.2.8.5-20.jar |Titanium |titanium |3.2.8.5 |DONE |Manifest: NOSIGNATURE
mana-and-artifice-1.4.0.8.jar |Mana and Artifice |mana-and-artifice |1.4.0.8 |DONE |Manifest: NOSIGNATURE
ImmersiveEngineering-1.16.5-5.0.3-138.jar |Immersive Engineering |immersiveengineering |1.16.5-5.0.3-138 |DONE |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
EntityCulling-1.16.5-2.1.6.jar |Entity Culling |entity_culling |2.1.6 |DONE |Manifest: NOSIGNATURE
allthemodium-1.5.12-1.16.5-36.1.23.jar |Allthemodium |allthemodium |1.5.12-1.16.5-36.1.2|DONE |Manifest: NOSIGNATURE
towers_of_the_wild-1.16.4-2.0.1.jar |Towers Of The Wild |towers_of_the_wild |1.16.4-2.0.1 |DONE |Manifest: NOSIGNATURE
smoothboot-forge-1.16.4-1.2.2.jar |Smooth Boot |smoothboot |1.16.4-1.2.2 |DONE |Manifest: NOSIGNATURE
majrusz-library-1.16.4-2.0.1.jar |Majrusz Library |majrusz_library |2.0.1 |DONE |Manifest: NOSIGNATURE
flywheel-1.16-0.2.4.jar |Flywheel |flywheel |1.16-0.2.4 |DONE |Manifest: NOSIGNATURE
create-mc1.16.5_v0.3.2d.jar |Create |create |v0.3.2d |DONE |Manifest: NOSIGNATURE
Mantle-1.16.5-1.6.123.jar |Mantle |mantle |1.6.123 |DONE |Manifest: NOSIGNATURE
Xaeros_Minimap_21.17.0_Forge_1.16.5.jar |Xaero’s Minimap |xaerominimap |21.17.0 |DONE |Manifest: NOSIGNATURE
gravestone-1.16.5-1.0.7.jar |Gravestone Mod |gravestone |1.16.5-1.0.7 |DONE |Manifest: NOSIGNATURE
polymorph-forge-1.16.5-0.25.jar |Polymorph |polymorph |1.16.5-0.25 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE
Quark-r2.4-316.jar |Quark |quark |r2.4-316 |DONE |Manifest: NOSIGNATURE
FluxNetworks-1.16.5-6.1.7.12.jar |Flux Networks |fluxnetworks |6.1.7.12 |DONE |Manifest: NOSIGNATURE
performant-1.16.2-5-3.72m.jar |Performant |performant |3.56m |DONE |Manifest: NOSIGNATURE
ferritecore-2.0.7-forge.jar |Ferrite Core |ferritecore |2.0.7 |DONE |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
SoL-Carrot-1.16.5-1.10.1.jar |Spice of Life: Carrot Edition |solcarrot |1.16.5-1.10.1 |DONE |Manifest: NOSIGNATURE
byg-1.3.4.jar |Oh The Biomes You’ll Go |byg |1.3.4 |DONE |Manifest: NOSIGNATURE
battletowerslite.jar |Battle Towers Reforged |battle_towers_reforged |1.0.0 |DONE |Manifest: NOSIGNATURE
valhelsia_core-16.0.10.jar |Valhelsia Core |valhelsia_core |16.0.10 |DONE |Manifest: NOSIGNATURE
valhelsia_structures-1.16.5-0.1.5.jar |Valhelsia Structures |valhelsia_structures |1.16.5-0.1.5 |DONE |Manifest: NOSIGNATURE
createaddition-1.16.5-20210911a.jar |Create Crafts & Additions |createaddition |1.16.5-20210911a |DONE |Manifest: NOSIGNATURE
Crash Report UUID: d6855f22-a6c5-40a7-9253-30ffa9001688
Patchouli open book context: n/a
Suspected Mods: Advent of Ascension (aoa3), Forge (forge)
Player Count: 1 / 8; [ServerPlayerEntity[‘OutworldVOID’/167, l=’ServerLevel[Prospect Survivial]’, x=-234.07, y=66.00, z=32.58]]
Data Packs: vanilla, mod:astralsorcery, mod:quarryplus, mod:hats, mod:projecte, mod:xaeroworldmap, mod:cookingforblockheads (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:alexsmobs, mod:yungsapi, mod:rangedpumps, mod:sophisticatedbackpacks, mod:guardvillagers, mod:buildinggadgets, mod:apotheosis (incompatible), mod:mekanismgenerators, mod:waila, mod:dynview (incompatible), mod:twilightforest, mod:mob_grinding_utils, mod:refinedstorage, mod:betterendforge, mod:structure_gel, mod:out_of_sight (incompatible), mod:industrialforegoing (incompatible), mod:repurposed_structures, mod:morevillagers, mod:fastfurnaceminusreplacement (incompatible), mod:endrem, mod:dungeons_plus, mod:botania, mod:sf, mod:curios, mod:patchouli (incompatible), mod:betterbiomeblend, mod:obfuscate (incompatible), mod:vehicle (incompatible), mod:majruszs_difficulty, mod:chunknogobyebye (incompatible), mod:cfm (incompatible), mod:aiimprovements, mod:observerlib, mod:fastbenchminusreplacement, mod:codechickenlib (incompatible), mod:bettermineshafts, mod:geckolib3 (incompatible), mod:cyclic (incompatible), mod:miniutilities, mod:resynth, mod:cgm (incompatible), mod:bountifulbaubles (incompatible), mod:aoa3 (incompatible), mod:jei, mod:chaosawakens, mod:abnormals_core, mod:mekanism, mod:lemonlib, mod:boss_tools, mod:waystones (incompatible), mod:fastsuite (incompatible), mod:clumps, mod:naturescompass (incompatible), mod:outer_end, mod:dungeoncrawl, mod:pneumaticcraft, mod:lazydfu, mod:mcjtylib, mod:rftoolsbase, mod:rftoolsdim, mod:iceandfire (incompatible), mod:inventorypets (incompatible), mod:ichunutil, mod:enderstorage (incompatible), mod:ars_nouveau, mod:forge, mod:bloodmagic, mod:tlskincape (incompatible), mod:ironchest, mod:dungeons_arise, mod:thermal_dyenamics, mod:cofh_core (incompatible), mod:thermal (incompatible), mod:thermal_innovation (incompatible), mod:thermal_expansion (incompatible), mod:tconstruct, mod:lucky (incompatible), mod:titanium (incompatible), mod:mana-and-artifice, mod:entity_culling, mod:allthemodium, mod:towers_of_the_wild, mod:smoothboot, mod:majrusz_library, mod:flywheel, mod:create, mod:mantle (incompatible), mod:xaerominimap, mod:gravestone, mod:polymorph, mod:autoreglib (incompatible), mod:quark (incompatible), mod:fluxnetworks, mod:performant (incompatible), mod:ferritecore (incompatible), mod:solcarrot, mod:byg, mod:battle_towers_reforged, mod:valhelsia_core, mod:valhelsia_structures, mod:createaddition, mod:notenoughcrashes, mod:alltheores, mod:chocolate, mod:borderlesswindow (incompatible), mod:immersivepetroleum, mod:immersiveengineering, mod:prefab, mod:neat (incompatible)
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to ‘forge’
OptiFine Version: OptiFine_1.16.5_HD_U_G8_pre2
OptiFine Build: 20210305-002749
Render Distance Chunks: 8
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 — Build 26.20.100.7926
OpenGlRenderer: Intel(R) UHD Graphics
OpenGlVendor: Intel
CpuCount: 8
Mod Version
AoA3 3.5.4-1.16.5 -> download
Describe the bug
Upon login there is a UUID too long error.
Today I have the same problem and have no way to use JAVA8!
You haven’t solved the problem even after almost 5 months -> issues
To Reproduce
Steps to reproduce the behaviour:
- Log in
- Get kicked out
Expected behavior
I am able to log in
Screenshots
It’s log!
[08:44:56] [User Authenticator #2/INFO] [net.minecraft.network.login.ServerLoginNetHandler/]: UUID of player day-d is 8bd06202-e2b5-3449-8a03-99e2456ff2e1
[08:44:56] [Netty Server IO #4/INFO] [net.minecraftforge.fml.network.FMLHandshakeHandler/]: Client attempting to join with 157 mods : notenoughcrashes, tropicraft, blue_skies, astralsorcery, netherportalfix, hammerlib, betternether, stalwart_dungeons, kleeslabs, the_afterlight, insanelib, neat, bettercaves, ctm, controlling, placebo, citadel, alexsmobs, lordcraft, yungsapi, improvedbackpacks, bookshelf, sophisticatedbackpacks, uteamcore, randompatches, limit-mob-spawn, forcecraft, clickadv, waila, fpsreducer, carryon, jeresources, runesword, twilightforest, supplementaries, konkrete, betterendforge, upgradednetherite, cuneiform, structure_gel, fancyclear, createplus, chocolate, lollipop, astral, heartcanisters, botania, darkerdepths, wilds, schoolsofmagic, dpanvil, curios, eidolon, relics, patchouli, collective, better_diving, redstonemagic, enigmaticlegacy, cavebiomeapi, architectury, extrabotany, aiimprovements, observerlib, itemphysic, cloth-config, undergarden, the_bumblezone, classicbar, scalinghealth, fastleafdecay, codechickenlib, cb_multipart, cb_microblock, cb_multipart_minecraft, nutritionalbalance, geckolib3, betteradvancements, botaniaadditions, ftblibrary, tonsofenchants, someassemblyrequired, aoa3, jei, elementalcraft, druidcraft, feywild, attributefix, abnormals_core, telebeacons, caelus, lemonlib, reap, wawla, invtweaks, fastsuite, clumps, journeymap, roadrunner, naturescompass, configured, libx, assemblylinemachines, vanillatweaks, quantumquarryplus, good_nights_sleep, wolveswitharmor, datafixerslayer, iceandfire, catalogue, randomium, forge, wailaharvestability, castle_dungeons, biomeborderviewer, brandonscore, draconicevolution, spawnbalanceutility, selene, ironchest, minecraft, upgrade_aquatic, earthworks, mousetweaks, mana-and-artifice, silentlib, behgameon, creativecore, chunksavingfix, theurgy, modpacktweaks, krate, pipez, flywheel, create, createautomated, gravestone, ftbbackups, hexblades, fastbench, polymorph, autoreglib, quark, terraincognita, fluxnetworks, fancymenu, fastfurnace, appleskin, ferritecore, enhancedcelestials, cavern, afraidofthedark, cosmeticarmorreworked, valhelsia_core, forbidden_arcanus, deuf, omegacraft
[08:45:12] [Server thread/INFO] [net.minecraftforge.common.AdvancementLoadFix/]: Using new advancement loading for net.minecraft.advancements.PlayerAdvancements@16f9ed5
[08:45:12] [Server thread/INFO] [net.minecraft.server.management.PlayerList/]: day-d[/127.0.0.1:59422] logged in with entity id 1 708 at (202,5, 64, 159,5)
[08:45:12] [Server thread/INFO] [ModdingLegacy/blue_skies/]: Sending ToolHandleTypeManager to day-d
[08:45:12] [Server thread/INFO] [ModdingLegacy/blue_skies/]: Sending SnowcapOvenFreezingManager to day-d
[08:45:12] [Server thread/INFO] [ModdingLegacy/blue_skies/]: Sending HorizoniteForgeFuelManager to day-d
[08:45:12] [Server thread/INFO] [ModdingLegacy/blue_skies/]: Sending AlchemyRecipeManager to day-d
[08:45:12] [Server thread/INFO] [ModdingLegacy/blue_skies/]: Sending JournalEntryManager to day-d
[08:45:12] [Server thread/INFO] [ModdingLegacy/blue_skies/]: Sending JournalSectionManager to day-d
[08:45:12] [Server thread/INFO] [ModdingLegacy/blue_skies/]: Sending JournalRequirementManager to day-d
[08:45:13] [Server thread/INFO] [/]: SpawnBalanceUtility: Zombified piglin and ghasts will be added to Nether Zone.Quest Data sent For: day-d, To: all tracking, Reason: join game
[08:45:13] [Server thread/INFO] [/]: Magic Data sent For: day-d, To: all tracking, Reason: join game
[08:45:13] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: UUID string too large
Index: 46
Listeners:
0: HIGHEST
1: ASM: io.github.noeppi_noeppi.libx.impl.config.ConfigEvents@62dc8d7a playerJoin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
2: HIGH
3: ASM: class me.shedaniel.architectury.event.forge.EventHandlerImplCommon event(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
4: NORMAL
5: ASM: class net.blay09.mods.kleeslabs.network.SyncHandler onLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
6: ASM: class com.legacy.blue_skies.events.SkiesPlayerEvents onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
7: ASM: class net.tropicraft.core.common.item.scuba.ScubaData onPlayerLogIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
8: ASM: coffee.injected.improvedbackpacks.backpack.BackpackManager$Listener@6d3da8eb onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
9: net.minecraftforge.eventbus.EventBus$$Lambda$2434/0x0000000801555ba0@559569ec
10: ASM: class net.mehvahdjukaar.supplementaries.events.ServerEvents onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
11: net.minecraftforge.eventbus.EventBus$$Lambda$2434/0x0000000801555ba0@255c7cef
12: ASM: com.mrbysco.forcecraft.handlers.PlayerCapHandler@1d9db8d1 onLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
13: ASM: class com.github.alexthe666.alexsmobs.event.ServerEvents onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
14: ASM: com.Rolfmao.upgradednetherite.handlers.ServerConfigHandler@27fafdd8 onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
15: ASM: class com.cobbs.lordcraft.Util.Events.ModEvents playerJoinServer(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
16: ASM: class net.mehvahdjukaar.supplementaries.world.data.GlobeData onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
17: ASM: class com.alan19.astral.events.astraltravel.StartAndEndHandling sendCapsToPlayer(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
18: ASM: class com.alan19.astral.events.astraltravel.PhysicalBodyTracking onLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
19: net.minecraftforge.eventbus.EventBus$$Lambda$2434/0x0000000801555ba0@59d51321
20: ASM: class mod.beethoven92.betterendforge.common.event.forge.ForgeEvents loginEvent(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
21: ASM: class com.paleimitations.schoolsofmagic.common.data.capabilities.quest_data.QuestDataProvider$Events joinGame(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
22: ASM: class twilightforest.TFEventListener playerLogsIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
23: ASM: class twilightforest.TFEventListener onClientConnect(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
24: ASM: class com.paleimitations.schoolsofmagic.common.data.capabilities.magic_data.MagicDataProvider$Events joinGame(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
25: ASM: class vazkii.patchouli.common.handler.PlayerJoinHandler playerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
26: ASM: net.spicybanana.wilds.WildsModVariables@39014dcb onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
27: ASM: class net.spicybanana.wilds.procedures.WildsRootGrantProcedure$GlobalTrigger onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
28: ASM: com.integral.enigmaticlegacy.handlers.EnigmaticUpdateHandler@6876dacb onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
29: ASM: class me.shedaniel.architectury.networking.forge.NetworkManagerImpl loggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
30: ASM: class net.silentchaos512.scalinghealth.event.CommonEvents onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
31: ASM: class hellfirepvp.astralsorcery.common.event.handler.EventHandlerCache onPlayerConnect(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
32: ASM: class sirttas.elementalcraft.entity.EntityHandler playerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
33: ASM: net.minecraftforge.common.ForgeInternalHandler@30727630 playerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
34: ASM: quantumquarryplus.QuantumquarryplusModVariables@667be266 onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
35: ASM: com.feywild.feywild.EventListener@3ed5b43c playerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
36: ASM: class com.brandon3055.brandonscore.handlers.BCEventHandler playerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
37: ASM: com.brandon3055.draconicevolution.handlers.DEEventHandler@43202044 login(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
38: ASM: class com.feed_the_beast.mods.ftbbackups.FTBBackups playerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
39: ASM: class com.ma.progression.ProgressionEventHandler onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
40: ASM: class sonar.fluxnetworks.register.CommonEventHandler onPlayerJoined(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
41: ASM: class net.valhelsia.valhelsia_core.event.PlayerJoinWorldListener onPlayerJoinWorld(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
42: ASM: class com.cobbs.omegacraft.Utils.Events.ForgeEvents playerConnects(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
43: ASM: class com.simibubi.create.events.CommonEvents playerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
44: ASM: class com.simibubi.create.content.curiosities.tools.ExtendoGripItem addReachToJoiningPlayersHoldingExtendo(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
45: ASM: class vazkii.quark.base.handler.ContributorRewardHandler onPlayerJoin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
46: ASM: class net.tslat.aoa3.event.PlayerEvents onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
47: ASM: vazkii.quark.content.tweaks.module.AutomaticRecipeUnlockModule@14f151c8 onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
48: ASM: tschipp.carryon.common.event.ItemEvents@3fbf82de onPlayerLogin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
49: ASM: top.theillusivec4.curios.common.event.CuriosEventHandler@1980a731 playerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
50: ASM: com.mactso.redstonemagic.events.OnPlayerLoggedIn@3ae624b3 onPlayerLogged(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
51: ASM: journeymap.common.events.ForgeEvents@5fdf0d05 onPlayerLoggedInEvent(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
52: ASM: squeek.appleskin.network.SyncHandler@4858f002 onPlayerLoggedIn(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
53: net.minecraftforge.eventbus.EventBus$$Lambda$2434/0x0000000801555ba0@2195af27
54: net.minecraftforge.eventbus.EventBus$$Lambda$2434/0x0000000801555ba0@5fb168f0
55: ASM: com.davidm1a2.afraidofthedark.common.event.ResearchTriggerHandler@23554a50 onEvent(Lnet/minecraftforge/eventbus/api/Event;)V
56: LOW
57: ASM: com.integral.enigmaticlegacy.handlers.EnigmaticEventHandler@59f51fa6 onPlayerJoin(Lnet/minecraftforge/event/entity/player/PlayerEvent$PlayerLoggedInEvent;)V
java.lang.IllegalArgumentException: UUID string too large
at java.base/java.util.UUID.fromString1(Unknown Source)
at java.base/java.util.UUID.fromString(Unknown Source)
at net.tslat.aoa3.event.PlayerEvents.onPlayerLogin(PlayerEvents.java:323)
at net.minecraftforge.eventbus.ASMEventHandler_1633_PlayerEvents_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
at net.minecraftforge.fml.hooks.BasicEventHooks.firePlayerLoggedIn(BasicEventHooks.java:56)
at net.minecraft.server.management.PlayerList.func_72355_a(PlayerList.java:298)
at net.minecraft.network.login.ServerLoginNetHandler.func_147326_c(ServerLoginNetHandler.java:173)
at net.minecraft.network.login.ServerLoginNetHandler.func_73660_a(ServerLoginNetHandler.java:75)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:238)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:142)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1116)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:1006)
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:821)
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:269)
at java.base/java.lang.Thread.run(Unknown Source)
[08:45:13] [Server thread/WARN] [net.minecraft.network.NetworkSystem/]: Failed to handle packet for /127.0.0.1:59422
java.lang.IllegalArgumentException: UUID string too large
at java.util.UUID.fromString1(Unknown Source) ~[?:?]
at java.util.UUID.fromString(Unknown Source) ~[?:?]
at net.tslat.aoa3.event.PlayerEvents.onPlayerLogin(PlayerEvents.java:323) ~[aoa3:3.5.4-1.16.5]
at net.minecraftforge.eventbus.ASMEventHandler_1633_PlayerEvents_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[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.hooks.BasicEventHooks.firePlayerLoggedIn(BasicEventHooks.java:56) ~[forge:?]
at net.minecraft.server.management.PlayerList.func_72355_a(PlayerList.java:298) ~[?:?]
at net.minecraft.network.login.ServerLoginNetHandler.func_147326_c(ServerLoginNetHandler.java:173) ~[?:?]
at net.minecraft.network.login.ServerLoginNetHandler.func_73660_a(ServerLoginNetHandler.java:75) ~[?:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:238) ~[?:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:142) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1116) ~[?:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:1006) ~[?:?]
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:821) ~[?:?]
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:269) ~[?:?]
at java.lang.Thread.run(Unknown Source) [?:?]
[08:45:13] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: day-d has made the advancement [Ice and Fire]
[08:45:13] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: day-d has made the advancement [Enter the Savanna]
[08:45:17] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: day-d lost connection: Disconnected
[08:45:17] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: day-d left the game
Want a better Minecraft server?
Read about SpigotMC here!
1.16.5 UUID string too large
Discussion in ‘Spigot Plugin Development’ started by nerkt, Jan 14, 2021.
-
nerktI got an error at this line i don’t know why
Code:
Code (Text):else if(p.getOpenInventory().getTitle().equalsIgnoreCase(ChatColor.GOLD + «Taches Bypass — Page: » + ChatColor.GRAY + Main.pageCurrentlyOn.get(p.getUniqueId()))) {
int slot = event.getRawSlot();
if(slot <= 53) event.setCancelled(true);
if(slot < 45) {
if(event.getCurrentItem().getType() == Material.PAPER) {
UUID uuid = UUID.fromString(ChatColor.stripColor(event.getCurrentItem().getItemMeta().getLore().get(0)).substring(8).trim());
System.out.println(uuid);
Main.overrideTachesItems.put(p.getUniqueId(), uuid);
gui.createInventory(p, «override decision»);
}
}
Line:
Code (Text):UID uuid = UUID.fromString(ChatColor.stripColor(event.getCurrentItem().getItemMeta().getLore().get(0)).substring(8).trim());
Error:
Code (Text):[14:20:44 ERROR]: Could not pass event InventoryClickEvent to Tache v1.0
java.lang.IllegalArgumentException: UUID string too large
at java.util.UUID.fromString(UUID.java:199) ~[?:?]
at fr.jayrex.taches.GUIClickListener.onGUIClickEvent(GUIClickListener.java:233) ~[?:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor292.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.16.4.jar:git-Purpur-935]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.16.4.jar:git-Purpur-935]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.16.4.jar:git-Purpur-935]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.16.4.jar:git-Purpur-935]
at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2596) ~[patched_1.16.4.jar:git-Purpur-935]
at net.minecraft.server.v1_16_R3.PacketPlayInWindowClick.a(SourceFile:32) ~[patched_1.16.4.jar:git-Purpur-935]
at net.minecraft.server.v1_16_R3.PacketPlayInWindowClick.a(SourceFile:10) ~[patched_1.16.4.jar:git-Purpur-935]
at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:43) ~[patched_1.16.4.jar:git-Purpur-935]
at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.4.jar:git-Purpur-935]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.4.jar:git-Purpur-935]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.4.jar:git-Purpur-935]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.4.jar:git-Purpur-935]
at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1207) ~[patched_1.16.4.jar:git-Purpur-935]
at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1200) ~[patched_1.16.4.jar:git-Purpur-935]
at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.4.jar:git-Purpur-935]
at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1176) ~[patched_1.16.4.jar:git-Purpur-935]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1020) ~[patched_1.16.4.jar:git-Purpur-935]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:180) ~[patched_1.16.4.jar:git-Purpur-935]
at java.lang.Thread.run(Thread.java:834) [?:?]
#1
nerkt,Jan 14, 2021
-
SwiftliciousJust debug what your string is before trying to convert it to a UUID, as you’d expect you’re probably getting a different result than expected. Note that substring should start at 0 so the 8th character for example is actually the 9th.
Though to be quite honest saving data in the lore is not a good idea in the first place.
#2
Swiftlicious,Jan 14, 2021
-
nerktThat’s the string: Tache ID: 890b1623-01dd-42b3-af23-5d21b97fa1a5
#3
nerkt,Jan 14, 2021
-
SwiftliciousIs that exactly what is shown from the same exact input that you have inside of the UUID#fromString area?
#4
Swiftlicious,Jan 14, 2021
-
xMrPoiDid you try debugging? If your string is «Tache ID: 890b1623-01dd-42b3-af23-5d21b97fa1a5», calling substring(8) on it gives you «: 890b1623-01dd-42b3-af23-5d21b97fa1a5». You aren’t counting your substring correctly.
#5
xMrPoi,Jan 14, 2021
- Your name or email address:
- Do you already have an account?
-
- No, create an account now.
- Yes, my password is:
-
Forgot your password?
-
Stay logged in
—- Minecraft Crash Report —-
// Uh… Did I do that?
Time: 10/6/21, 11:32 PM
Description: Ticking memory connection
java.lang.IllegalArgumentException: UUID string too large
at java.util.UUID.fromString1(UUID.java:264) ~[?:?] {}
at java.util.UUID.fromString(UUID.java:258) ~[?:?] {}
at net.tslat.aoa3.event.PlayerEvents.onPlayerLogin(PlayerEvents.java:323) ~[aoa3:3.5.4-1.16.5] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_1585_PlayerEvents_onPlayerLogin_PlayerLoggedInEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[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.hooks.BasicEventHooks.firePlayerLoggedIn(BasicEventHooks.java:44) ~[forge:?] {re:classloading,re:mixin}
at net.minecraft.server.management.PlayerList.func_72355_a(PlayerList.java:232) ~[?:?] {re:mixin,re:classloading,xf:fml:xaeroworldmap:xaero_wm_playerlist_sendworldinfo,xf:fml:xaerominimap:xaero_playerlist_sendworldinfo,pl:mixin:APP:betterendforge.mixins.json:PlayerListMixin,pl:mixin:APP:cgm.mixins.json:common.PlayerListMixin,pl:mixin:APP:assets/botania/botania.mixins.json:MixinPlayerList,pl:mixin:A}
at net.minecraft.network.login.ServerLoginNetHandler.func_147326_c(ServerLoginNetHandler.java:118) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:performant.mixins.json:connection.ServerLoginNetHandlerMixin,pl:mixin:A}
at net.minecraft.network.login.ServerLoginNetHandler.func_73660_a(ServerLoginNetHandler.java:65) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:performant.mixins.json:connection.ServerLoginNetHandlerMixin,pl:mixin:A}
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:222) ~[?:?] {re:classloading,re:mixin}
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:134) ~[?:?] {re:classloading}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:865) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:118) ~[?:?] {re:mixin,re:classloading,xf:OptiFine:default,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinIntegratedServer,pl:mixin:APP:smoothboot.mixins.json:client.IntegratedServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at java.lang.Thread.run(Thread.java:831) [?:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
—————————————————————————————
— System Details —
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Windows 10 (amd64) version 10.0
Java Version: 16.0.2, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 3896293584 bytes (3715 MB) / 6845104128 bytes (6528 MB) up to 6845104128 bytes (6528 MB)
CPUs: 8
JVM Flags: 11 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+IgnoreUnrecognizedVMOptions -Xmn128M -Xmx6524M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.2.4.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.2.4.jar runtime_enum_extender PLUGINSERVICE
/forge-1.16.5-36.2.4.jar capability_inject_definalize PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.2.4.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine-1.16.5_HD_U_G8_pre2.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.5-36.2.4.jar fml TRANSFORMATIONSERVICE
FML: 36.2
Forge: net.minecraftforge:36.2.4
FML Language Providers:
javafml@36.2
minecraft@1
kotori_scala@2.13.5-build-2
Mod List:
notenoughcrashes-3.2.0-forge.jar |Not Enough Crashes |notenoughcrashes |3.2.0 |DONE |Manifest: NOSIGNATURE
astralsorcery-1.16-1.16.5-1.13.12.jar |Astral Sorcery |astralsorcery |1.16.5-1.13.12 |DONE |Manifest: 45:2b:0a:49:6b:65:3b:39:a9:dd:d2:5b:55:7f:82:47:a5:1d:7a:cc:7f:a8:69:73:72:53:6f:57:4d:b2:1a:b7
AdditionalEnchantedMiner-1.16.5-16.1.9.jar |QuarryPlus |quarryplus |16.1.9 |DONE |Manifest: 1a:13:52:63:6f:dc:0c:ad:7f:8a:64:ac:46:58:8a:0c:90:ea:2c:5d:11:ac:4c:d4:62:85:c7:d1:00:fa:9c:76
Hats-1.16.5-10.3.1.jar |Hats |hats |10.3.1 |DONE |Manifest: NOSIGNATURE
prefab-1.6.5.11.jar |Prefab |prefab |1.6.5.11 |DONE |Manifest: NOSIGNATURE
ProjectE-1.16.5-PE1.0.1B.jar |ProjectE |projecte |PE1.0.1B |DONE |Manifest: NOSIGNATURE
Neat+1.7-27.jar |Neat |neat |1.7-27 |DONE |Manifest: NOSIGNATURE
XaerosWorldMap_1.17.0.1_Forge_1.16.5.jar |Xaero’s World Map |xaeroworldmap |1.17.0.1 |DONE |Manifest: NOSIGNATURE
CookingForBlockheads_1.16.5-9.3.4.jar |Cooking for Blockheads |cookingforblockheads |9.3.4 |DONE |Manifest: NOSIGNATURE
Placebo-1.16.5-4.6.0.jar |Placebo |placebo |4.6.0 |DONE |Manifest: NOSIGNATURE
citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |DONE |Manifest: NOSIGNATURE
alexsmobs-1.12.1.jar |Alex’s Mobs |alexsmobs |1.12.1 |DONE |Manifest: NOSIGNATURE
YungsApi-1.16.4-Forge-12.jar |YUNG’s API |yungsapi |1.16.4-Forge-12 |DONE |Manifest: NOSIGNATURE
rangedpumps-0.8.2.jar |Ranged Pumps |rangedpumps |0.8.2 |DONE |Manifest: NOSIGNATURE
sophisticatedbackpacks-1.16.5-3.2.12.337.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.16.5-3.2.12.337 |DONE |Manifest: NOSIGNATURE
guardvillagers-1.16.5.1.2.6.jar |Guard Villagers |guardvillagers |1.2.6 |DONE |Manifest: NOSIGNATURE
buildinggadgets-1.16.5-3.8.0.jar |Building Gadgets |buildinggadgets |3.8.0 |DONE |Manifest: NOSIGNATURE
Apotheosis-1.16.5-4.8.0.jar |Apotheosis |apotheosis |4.8.0 |DONE |Manifest: NOSIGNATURE
MekanismGenerators-1.16.5-10.0.21.448.jar |Mekanism: Generators |mekanismgenerators |10.0.21 |DONE |Manifest: NOSIGNATURE
Hwyla-Mod-1.16.3.jar |Waila |waila |1.10.11-B78_1.16.2 |DONE |Manifest: NOSIGNATURE
dynviewdist-2.0.jar |Dynamic view distance |dynview |1.8 |DONE |Manifest: NOSIGNATURE
twilightforest-1.16.5-4.0.546-universal.jar |The Twilight Forest |twilightforest |NONE |DONE |Manifest: NOSIGNATURE
mob_grinding_utils-1.16.5-0.4.28.jar |Mob Grinding Utils |mob_grinding_utils |1.16.5-0.4.28 |DONE |Manifest: NOSIGNATURE
refinedstorage-1.9.15.jar |Refined Storage |refinedstorage |1.9.15 |DONE |Manifest: NOSIGNATURE
betterendforge-1.16.5-1.6.1.jar |BetterEnd Forge |betterendforge |1.16.5-1.6.1 |DONE |Manifest: NOSIGNATURE
structure_gel-1.16.5-1.7.7.jar |Structure Gel API |structure_gel |1.7.7 |DONE |Manifest: NOSIGNATURE
alltheores-1.3.6-1.16.5-36.1.0.jar |AllTheOres |alltheores |1.3.6-1.16.5-36.1.0 |DONE |Manifest: NOSIGNATURE
out_of_sight-1.16.4-1.0.1.jar |Out of Sight |out_of_sight |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE
chocolate-1.3.0-1.16.4.jar |Chocolate |chocolate |1.3.0-1.16.4 |DONE |Manifest: NOSIGNATURE
industrial-foregoing-1.16.5-3.2.14.6-14.jar |Industrial Foregoing |industrialforegoing |3.2.14.6 |DONE |Manifest: NOSIGNATURE
repurposed_structures_forge-3.2.5+1.16.5.jar |Repurposed Structures |repurposed_structures |3.2.5+1.16.5 |DONE |Manifest: NOSIGNATURE
morevillagers-FORGE-1.16.5-1.5.5.jar |More Villagers |morevillagers |1.5.5 |DONE |Manifest: NOSIGNATURE
fastfurnaceminusreplacement-1.1-1.16.3.jar |Fast Furnace Minus Replacement|fastfurnaceminusreplacement |1.1-1.16.3 |DONE |Manifest: NOSIGNATURE
endremastered-forge-R4.1.1.jar |End Remastered |endrem |4.1 |DONE |Manifest: NOSIGNATURE
dungeons_plus-1.16.5-1.1.5.jar |Dungeons Plus |dungeons_plus |1.1.5 |DONE |Manifest: NOSIGNATURE
Botania-1.16.5-419.jar |Botania |botania |1.16.5-419 |DONE |Manifest: NOSIGNATURE
SpawnerFix-1.16.2-1.0.0.2.jar |Spawner Fix |sf |1.0.0.2 |DONE |Manifest: NOSIGNATURE
curios-forge-1.16.5-4.0.5.3.jar |Curios API |curios |1.16.5-4.0.5.3 |DONE |Manifest: NOSIGNATURE
Patchouli-1.16.4-53.2.jar |Patchouli |patchouli |1.16.4-53.2 |DONE |Manifest: NOSIGNATURE
betterbiomeblend-1.16.4-1.2.9-forge.jar |Better Biome Blend |betterbiomeblend |1.16.4-1.2.9-forge |DONE |Manifest: NOSIGNATURE
obfuscate-0.6.2-1.16.3.jar |Obfuscate |obfuscate |0.6.2 |DONE |Manifest: e1:59:1a:56:ec:97:b3:d0:b3:4b:25:06:1f:83:b0:f4:fd:0c:24:e3:6d:ea:94:b1:9f:22:b0:38:13:60:88:ea
vehicle-mod-0.45.2-1.16.3.jar |MrCrayfish’s Vehicle Mod |vehicle |0.45.2 |DONE |Manifest: NOSIGNATURE
majruszs-difficulty-1.16.4-1.1.0.jar |Majrusz’s Progressive Difficul|majruszs_difficulty |1.1.0 |DONE |Manifest: NOSIGNATURE
ChunkNoGoByeBye-1.16.5-1.3.0.jar |ChunkNoGoByeBye |chunknogobyebye |1.16.5-1.3.0 |DONE |Manifest: NOSIGNATURE
cfm-7.0.0pre22-1.16.3.jar |MrCrayfish’s Furniture Mod |cfm |7.0.0-pre22 |DONE |Manifest: NOSIGNATURE
AI-Improvements-1.16.2-0.3.0.jar |AI-Improvements |aiimprovements |0.3.0 |DONE |Manifest: NOSIGNATURE
observerlib-1.16.5-1.5.3.jar |ObserverLib |observerlib |1.16.5-1.5.3 |DONE |Manifest: NOSIGNATURE
fastbenchminusreplacement-1.4.jar |FastWorkbench Minus Replacemen|fastbenchminusreplacement |1.4 |DONE |Manifest: NOSIGNATURE
CodeChickenLib-1.16.5-4.0.3.434-universal.jar |CodeChicken Lib |codechickenlib |4.0.3.434 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
BetterMineshafts-Forge-1.16.4-2.0.4.jar |YUNG’s Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |DONE |Manifest: NOSIGNATURE
geckolib-forge-1.16.5-3.0.46.jar |GeckoLib |geckolib3 |3.0.46 |DONE |Manifest: NOSIGNATURE
Cyclic-1.16.5-1.4.2.jar |Cyclic |cyclic |1.16.5-1.4.2 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
BorderlessWindow-1.16.5-1.2.0.jar |Borderless Window |borderlesswindow |1.16.5-1.2.0 |DONE |Manifest: NOSIGNATURE
miniutilities-1.2.2.jar |Mini Utilities |miniutilities |1.2.2 |DONE |Manifest: NOSIGNATURE
Resynth-6.2.0-[Minecraft-Forge-1.16.5].jar |Resynth — Growable Resources |resynth |6.2.0 |DONE |Manifest: NOSIGNATURE
cgm-1.0.1-1.16.3.jar |MrCrayfish’s Gun Mod |cgm |1.0.1 |DONE |Manifest: NOSIGNATURE
bountifulbaubles-1.16.5-0.1.0-forge.jar |Bountiful Baubles |bountifulbaubles |1.16.5-0.1.0 |DONE |Manifest: NOSIGNATURE
AoA3-3.5.4-1.16.5.jar |Advent of Ascension |aoa3 |3.5.4 |DONE |Manifest: NOSIGNATURE
jei-1.16.5-7.7.1.121.jar |Just Enough Items |jei |7.7.1.121 |DONE |Manifest: NOSIGNATURE
chaosawakens-1.16.5-0.9.0.2.jar |Chaos Awakens |chaosawakens |0.9.0.2 |DONE |Manifest: NOSIGNATURE
abnormals_core-1.16.5-3.3.0.jar |Abnormals Core |abnormals_core |3.3.0 |DONE |Manifest: NOSIGNATURE
Mekanism-1.16.5-10.0.21.448.jar |Mekanism |mekanism |10.0.21 |DONE |Manifest: NOSIGNATURE
lemonlib-1.3.6.jar |Lemon Lib |lemonlib |1.3.6 |DONE |Manifest: NOSIGNATURE
Space-Bosstools-1.16.5-5.4.jar |Space-BossTools |boss_tools |5.4 |DONE |Manifest: NOSIGNATURE
Waystones_1.16.5-7.6.3.jar |Waystones |waystones |7.6.3 |DONE |Manifest: NOSIGNATURE
FastSuite-1.16.4-1.1.1.jar |FastSuite |fastsuite |1.1.1 |DONE |Manifest: NOSIGNATURE
Clumps-6.0.0.25.jar |Clumps |clumps |6.0.0.25 |DONE |Manifest: NOSIGNATURE
NaturesCompass-1.16.5-1.9.1-forge.jar |Nature’s Compass |naturescompass |1.16.5-1.9.1-forge |DONE |Manifest: NOSIGNATURE
OuterEnd-0.2.14.jar |The Outer End |outer_end |0.2.9 |DONE |Manifest: NOSIGNATURE
DungeonCrawl-1.16.5-2.3.2.jar |Dungeon Crawl |dungeoncrawl |2.3.2 |DONE |Manifest: NOSIGNATURE
pneumaticcraft-repressurized-1.16.5-2.14.4-258.jar|PneumaticCraft: Repressurized |pneumaticcraft |1.16.5-2.14.4-258 |DONE |Manifest: NOSIGNATURE
lazydfu-0.1.3.jar |LazyDFU |lazydfu |0.1.3 |DONE |Manifest: NOSIGNATURE
mcjtylib-1.16-5.0.22.jar |McJtyLib |mcjtylib |1.16-5.0.22 |DONE |Manifest: NOSIGNATURE
rftoolsbase-1.16-2.0.11.jar |RFToolsBase |rftoolsbase |1.16-2.0.11 |DONE |Manifest: NOSIGNATURE
rftoolsdim-1.16-7.0.14-beta.jar |RFToolsDimensions |rftoolsdim |1.16-7.0.14-beta |DONE |Manifest: NOSIGNATURE
iceandfire-2.1.9-1.16.5.jar |Ice and Fire |iceandfire |2.1.9-1.16.5 |DONE |Manifest: NOSIGNATURE
inventorypets-1.16.5-2.0.15.jar |Inventory Pets |inventorypets |2.0.15 |DONE |Manifest: NOSIGNATURE
iChunUtil-1.16.5-10.4.1.jar |iChunUtil |ichunutil |10.4.1 |DONE |Manifest: NOSIGNATURE
EnderStorage-1.16.5-2.8.0.168-universal.jar |EnderStorage |enderstorage |2.8.0.168 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
ars_nouveau-1.16.5-1.23.11.jar |Ars Nouveau |ars_nouveau |1.23.11 |DONE |Manifest: NOSIGNATURE
ImmersivePetroleum-1.16.5-3.3.0-6.jar |Immersive Petroleum |immersivepetroleum |3.3.0-6 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.4-universal.jar |Forge |forge |36.2.4 |DONE |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
BloodMagic-1.16.4-3.1.3-18.jar |Blood Magic |bloodmagic |1.16.4-3.1.3-18 |DONE |Manifest: NOSIGNATURE
tl_skin_cape_forge_1.16.5-1.17.jar |TLSkinCape |tlskincape |1.17 |DONE |Manifest: 19:f5:ce:44:81:0c:e4:22:05:5e:73:c5:a8:cd:de:f3:c8:cf:a9:b3:01:70:40:a0:ee:2d:50:7a:1c:3d:1c:8a
ironchest-1.16.5-11.2.13.jar |Iron Chests |ironchest |1.16.5-11.2.13 |DONE |Manifest: NOSIGNATURE
DungeonsArise-1.16.5-2.1.47-release.jar |When Dungeons Arise |dungeons_arise |2.1.47 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.4-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
thermal_dyenamics-1.16.4-1.0.0.jar |Thermal Dyenamics |thermal_dyenamics |1.0.0 |DONE |Manifest: NOSIGNATURE
cofh_core-1.16.5-1.3.1.jar |CoFH Core |cofh_core |1.3.1 |DONE |Manifest: NOSIGNATURE
thermal_foundation-1.16.5-1.3.2.jar |Thermal Series |thermal |1.3.2 |DONE |Manifest: NOSIGNATURE
thermal_innovation-1.16.5-1.3.0.jar |Thermal Innovation |thermal_innovation |1.3.0 |DONE |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.3.0.jar |Thermal Expansion |thermal_expansion |1.3.0 |DONE |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
TConstruct-1.16.5-3.1.2.265.jar |Tinkers’ Construct |tconstruct |3.1.2.265 |DONE |Manifest: NOSIGNATURE
luckyblock-1.16.5-1.jar |Lucky Block |lucky |1.16.5-1 |DONE |Manifest: NOSIGNATURE
titanium-1.16.5-3.2.8.5-20.jar |Titanium |titanium |3.2.8.5 |DONE |Manifest: NOSIGNATURE
mana-and-artifice-1.4.0.8.jar |Mana and Artifice |mana-and-artifice |1.4.0.8 |DONE |Manifest: NOSIGNATURE
ImmersiveEngineering-1.16.5-5.0.3-138.jar |Immersive Engineering |immersiveengineering |1.16.5-5.0.3-138 |DONE |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
EntityCulling-1.16.5-2.1.6.jar |Entity Culling |entity_culling |2.1.6 |DONE |Manifest: NOSIGNATURE
allthemodium-1.5.12-1.16.5-36.1.23.jar |Allthemodium |allthemodium |1.5.12-1.16.5-36.1.2|DONE |Manifest: NOSIGNATURE
towers_of_the_wild-1.16.4-2.0.1.jar |Towers Of The Wild |towers_of_the_wild |1.16.4-2.0.1 |DONE |Manifest: NOSIGNATURE
smoothboot-forge-1.16.4-1.2.2.jar |Smooth Boot |smoothboot |1.16.4-1.2.2 |DONE |Manifest: NOSIGNATURE
majrusz-library-1.16.4-2.0.1.jar |Majrusz Library |majrusz_library |2.0.1 |DONE |Manifest: NOSIGNATURE
flywheel-1.16-0.2.4.jar |Flywheel |flywheel |1.16-0.2.4 |DONE |Manifest: NOSIGNATURE
create-mc1.16.5_v0.3.2d.jar |Create |create |v0.3.2d |DONE |Manifest: NOSIGNATURE
Mantle-1.16.5-1.6.123.jar |Mantle |mantle |1.6.123 |DONE |Manifest: NOSIGNATURE
Xaeros_Minimap_21.17.0_Forge_1.16.5.jar |Xaero’s Minimap |xaerominimap |21.17.0 |DONE |Manifest: NOSIGNATURE
gravestone-1.16.5-1.0.7.jar |Gravestone Mod |gravestone |1.16.5-1.0.7 |DONE |Manifest: NOSIGNATURE
polymorph-forge-1.16.5-0.25.jar |Polymorph |polymorph |1.16.5-0.25 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE
Quark-r2.4-316.jar |Quark |quark |r2.4-316 |DONE |Manifest: NOSIGNATURE
FluxNetworks-1.16.5-6.1.7.12.jar |Flux Networks |fluxnetworks |6.1.7.12 |DONE |Manifest: NOSIGNATURE
performant-1.16.2-5-3.72m.jar |Performant |performant |3.56m |DONE |Manifest: NOSIGNATURE
ferritecore-2.0.7-forge.jar |Ferrite Core |ferritecore |2.0.7 |DONE |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
SoL-Carrot-1.16.5-1.10.1.jar |Spice of Life: Carrot Edition |solcarrot |1.16.5-1.10.1 |DONE |Manifest: NOSIGNATURE
byg-1.3.4.jar |Oh The Biomes You’ll Go |byg |1.3.4 |DONE |Manifest: NOSIGNATURE
battletowerslite.jar |Battle Towers Reforged |battle_towers_reforged |1.0.0 |DONE |Manifest: NOSIGNATURE
valhelsia_core-16.0.10.jar |Valhelsia Core |valhelsia_core |16.0.10 |DONE |Manifest: NOSIGNATURE
valhelsia_structures-1.16.5-0.1.5.jar |Valhelsia Structures |valhelsia_structures |1.16.5-0.1.5 |DONE |Manifest: NOSIGNATURE
createaddition-1.16.5-20210911a.jar |Create Crafts & Additions |createaddition |1.16.5-20210911a |DONE |Manifest: NOSIGNATURE
Crash Report UUID: d6855f22-a6c5-40a7-9253-30ffa9001688
Patchouli open book context: n/a
Suspected Mods: Advent of Ascension (aoa3), Forge (forge)
Player Count: 1 / 8; [ServerPlayerEntity[‘OutworldVOID’/167, l=’ServerLevel[Prospect Survivial]’, x=-234.07, y=66.00, z=32.58]]
Data Packs: vanilla, mod:astralsorcery, mod:quarryplus, mod:hats, mod:projecte, mod:xaeroworldmap, mod:cookingforblockheads (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:alexsmobs, mod:yungsapi, mod:rangedpumps, mod:sophisticatedbackpacks, mod:guardvillagers, mod:buildinggadgets, mod:apotheosis (incompatible), mod:mekanismgenerators, mod:waila, mod:dynview (incompatible), mod:twilightforest, mod:mob_grinding_utils, mod:refinedstorage, mod:betterendforge, mod:structure_gel, mod:out_of_sight (incompatible), mod:industrialforegoing (incompatible), mod:repurposed_structures, mod:morevillagers, mod:fastfurnaceminusreplacement (incompatible), mod:endrem, mod:dungeons_plus, mod:botania, mod:sf, mod:curios, mod:patchouli (incompatible), mod:betterbiomeblend, mod:obfuscate (incompatible), mod:vehicle (incompatible), mod:majruszs_difficulty, mod:chunknogobyebye (incompatible), mod:cfm (incompatible), mod:aiimprovements, mod:observerlib, mod:fastbenchminusreplacement, mod:codechickenlib (incompatible), mod:bettermineshafts, mod:geckolib3 (incompatible), mod:cyclic (incompatible), mod:miniutilities, mod:resynth, mod:cgm (incompatible), mod:bountifulbaubles (incompatible), mod:aoa3 (incompatible), mod:jei, mod:chaosawakens, mod:abnormals_core, mod:mekanism, mod:lemonlib, mod:boss_tools, mod:waystones (incompatible), mod:fastsuite (incompatible), mod:clumps, mod:naturescompass (incompatible), mod:outer_end, mod:dungeoncrawl, mod:pneumaticcraft, mod:lazydfu, mod:mcjtylib, mod:rftoolsbase, mod:rftoolsdim, mod:iceandfire (incompatible), mod:inventorypets (incompatible), mod:ichunutil, mod:enderstorage (incompatible), mod:ars_nouveau, mod:forge, mod:bloodmagic, mod:tlskincape (incompatible), mod:ironchest, mod:dungeons_arise, mod:thermal_dyenamics, mod:cofh_core (incompatible), mod:thermal (incompatible), mod:thermal_innovation (incompatible), mod:thermal_expansion (incompatible), mod:tconstruct, mod:lucky (incompatible), mod:titanium (incompatible), mod:mana-and-artifice, mod:entity_culling, mod:allthemodium, mod:towers_of_the_wild, mod:smoothboot, mod:majrusz_library, mod:flywheel, mod:create, mod:mantle (incompatible), mod:xaerominimap, mod:gravestone, mod:polymorph, mod:autoreglib (incompatible), mod:quark (incompatible), mod:fluxnetworks, mod:performant (incompatible), mod:ferritecore (incompatible), mod:solcarrot, mod:byg, mod:battle_towers_reforged, mod:valhelsia_core, mod:valhelsia_structures, mod:createaddition, mod:notenoughcrashes, mod:alltheores, mod:chocolate, mod:borderlesswindow (incompatible), mod:immersivepetroleum, mod:immersiveengineering, mod:prefab, mod:neat (incompatible)
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to ‘forge’
OptiFine Version: OptiFine_1.16.5_HD_U_G8_pre2
OptiFine Build: 20210305-002749
Render Distance Chunks: 8
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 — Build 26.20.100.7926
OpenGlRenderer: Intel(R) UHD Graphics
OpenGlVendor: Intel
CpuCount: 8
