https://pastebin.com/KUrJ6NZf
This is this particular instance, but it's happened previously with different mod configurations. Previously i basically just gave up and started over months later cause i couldn't resolve it.
In this instance it began two days ago, so i figured it was create 6, but it still wasn't working after removing it and all create addons/create dependencies.
Are there any other places I can look for hints? No Crash log is generated and it crashes out 30ish seconds after the minecraft loading window appears (after launcher). If you can spot anything in the latest log i missed that would also be helpful. I also compared the latest log with the last successful launch and immediately after the latest log stops in the failed one, the successful one has these lines
[20:52:23] [main/INFO]: Applying mixin HUDOverlayHandlerAccessor as mod appleskin is present.
[20:52:23] [main/INFO]: Applying mixin ComfortHealthOverlayMixin as mod farmersdelight is present.
[20:52:23] [main/WARN]: Error loading class: mezz/modnametooltip/TooltipEventHandler (java.lang.ClassNotFoundException: mezz.modnametooltip.TooltipEventHandler)
[20:52:23] [main/WARN]: Error loading class: me/shedaniel/rei/impl/client/ClientHelperImpl (java.lang.ClassNotFoundException: me.shedaniel.rei.impl.client.ClientHelperImpl)
[20:52:23] [main/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction
[20:52:23] [main/INFO]: Replaced 1 calls to Enchantment#isDiscoverable() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction
[20:52:23] [main/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds
[20:52:23] [main/INFO]: Replaced 1 calls to Enchantment#isTreasureOnly() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds
[20:52:23] [main/INFO]: Replaced 1 calls to Enchantment#isTradeable() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds
tried removing appleskin, delight mods, and any mods that reference villager trades or enchantments, but no dice, latest log looks the same.