Jump to content

Any idea what this crash report means - ticking player? - vault hunters 3rd edition (1.18.2)


Recommended Posts

Just installed the 3rd edition of vault hunters to forge.
I have maxed out allocated RAM for minecraft through the forge settings, it currently has about 12.5gb of RAM allocated if needed.

I am able to load the game, however it crashes to desktop when trying to load/generate the world. This is the crash report:

 

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 4/11/23, 6:05 PM
Description: Ticking player

java.lang.NullPointerException: Cannot invoke "iskallia.vault.skill.talent.TalentGroup.getMaxLevel()" because "group" is null
    at iskallia.vault.skill.talent.TalentNode.<init>(TalentNode.java:15) ~[the_vault-1.18.2-3.8.0.1681.jar%23169!/:1.18.2-3.8.0.1681] {re:classloading}
    at iskallia.vault.skill.talent.TalentTree.lambda$new$0(TalentTree.java:27) ~[the_vault-1.18.2-3.8.0.1681.jar%23169!/:1.18.2-3.8.0.1681] {re:classloading}
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] {}
    at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) ~[?:?] {}
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {}
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) ~[?:?] {}
    at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) ~[?:?] {}
    at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) ~[?:?] {}
    at iskallia.vault.skill.talent.TalentTree.<init>(TalentTree.java:28) ~[the_vault-1.18.2-3.8.0.1681.jar%23169!/:1.18.2-3.8.0.1681] {re:classloading}
    at java.util.HashMap.computeIfAbsent(HashMap.java:1220) ~[?:?] {re:mixin}
    at iskallia.vault.world.data.PlayerTalentsData.getTalents(PlayerTalentsData.java:36) ~[the_vault-1.18.2-3.8.0.1681.jar%23169!/:1.18.2-3.8.0.1681] {re:classloading}
    at iskallia.vault.world.data.PlayerTalentsData.getTalents(PlayerTalentsData.java:32) ~[the_vault-1.18.2-3.8.0.1681.jar%23169!/:1.18.2-3.8.0.1681] {re:classloading}
    at iskallia.vault.world.data.PlayerTalentsData.onTick(PlayerTalentsData.java:113) ~[the_vault-1.18.2-3.8.0.1681.jar%23169!/:1.18.2-3.8.0.1681] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_803_PlayerTalentsData_onTick_PlayerTickEvent.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {}
    at net.minecraftforge.event.ForgeEventFactory.onPlayerPreTick(ForgeEventFactory.java:860) ~[forge-1.18.2-40.1.61-universal.jar%23188!/:?] {re:mixin,re:classloading}
    at net.minecraft.world.entity.player.Player.m_8119_(Player.java:208) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:computing_frames,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_playerentity_iswearing,xf:fml:xaerominimap:xaero_playerentity_iswearing,re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_playerentity_iswearing,xf:fml:xaerominimap:xaero_playerentity_iswearing,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_playerentity_iswearing,xf:fml:xaerominimap:xaero_playerentity_iswearing,pl:mixin:APP:darkutils.mixins.json:MixinPlayer,pl:mixin:APP:darkutils.mixins.json:AccessorPlayer,pl:mixin:APP:supplementaries.mixins.json:PlayerProjectileMixin,pl:mixin:APP:botania_xplat.mixins.json:MixinPlayer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:MixinManaPlayerEntity,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:MixinPlayerEntity,pl:mixin:A}
    at net.minecraft.server.level.ServerPlayer.m_9240_(ServerPlayer.java:439) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:botania_xplat.mixins.json:MixinServerPlayer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:MixinServerPlayerEntity,pl:mixin:A}
    at net.minecraft.server.network.ServerGamePacketListenerImpl.m_9933_(ServerGamePacketListenerImpl.java:207) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at net.minecraft.network.Connection.m_129483_(Connection.java:245) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:classloading}
    at net.minecraft.server.network.ServerConnectionListener.m_9721_(ServerConnectionListener.java:142) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:classloading}
    at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:916) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:terrablender.mixins.json:MixinMinecraftServer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:AccessorMinecraftServer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:MixinMinecraftServer,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:842) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:terrablender.mixins.json:MixinMinecraftServer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:AccessorMinecraftServer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:MixinMinecraftServer,pl:mixin:A}
    at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:84) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:685) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:terrablender.mixins.json:MixinMinecraftServer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:AccessorMinecraftServer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:MixinMinecraftServer,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:261) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:terrablender.mixins.json:MixinMinecraftServer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:AccessorMinecraftServer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:MixinMinecraftServer,pl:mixin:A}
    at java.lang.Thread.run(Thread.java:833) [?:?] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
    at iskallia.vault.skill.talent.TalentNode.<init>(TalentNode.java:15) ~[the_vault-1.18.2-3.8.0.1681.jar%23169!/:1.18.2-3.8.0.1681] {re:classloading}
    at iskallia.vault.skill.talent.TalentTree.lambda$new$0(TalentTree.java:27) ~[the_vault-1.18.2-3.8.0.1681.jar%23169!/:1.18.2-3.8.0.1681] {re:classloading}
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] {}
    at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) ~[?:?] {}
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {}
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575) ~[?:?] {}
    at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260) ~[?:?] {}
    at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616) ~[?:?] {}
    at iskallia.vault.skill.talent.TalentTree.<init>(TalentTree.java:28) ~[the_vault-1.18.2-3.8.0.1681.jar%23169!/:1.18.2-3.8.0.1681] {re:classloading}
    at java.util.HashMap.computeIfAbsent(HashMap.java:1220) ~[?:?] {re:mixin}
    at iskallia.vault.world.data.PlayerTalentsData.getTalents(PlayerTalentsData.java:36) ~[the_vault-1.18.2-3.8.0.1681.jar%23169!/:1.18.2-3.8.0.1681] {re:classloading}
    at iskallia.vault.world.data.PlayerTalentsData.getTalents(PlayerTalentsData.java:32) ~[the_vault-1.18.2-3.8.0.1681.jar%23169!/:1.18.2-3.8.0.1681] {re:classloading}
    at iskallia.vault.world.data.PlayerTalentsData.onTick(PlayerTalentsData.java:113) ~[the_vault-1.18.2-3.8.0.1681.jar%23169!/:1.18.2-3.8.0.1681] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_803_PlayerTalentsData_onTick_PlayerTickEvent.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!/:?] {}
    at net.minecraftforge.event.ForgeEventFactory.onPlayerPreTick(ForgeEventFactory.java:860) ~[forge-1.18.2-40.1.61-universal.jar%23188!/:?] {re:mixin,re:classloading}
    at net.minecraft.world.entity.player.Player.m_8119_(Player.java:208) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:computing_frames,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_playerentity_iswearing,xf:fml:xaerominimap:xaero_playerentity_iswearing,re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_playerentity_iswearing,xf:fml:xaerominimap:xaero_playerentity_iswearing,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_playerentity_iswearing,xf:fml:xaerominimap:xaero_playerentity_iswearing,pl:mixin:APP:darkutils.mixins.json:MixinPlayer,pl:mixin:APP:darkutils.mixins.json:AccessorPlayer,pl:mixin:APP:supplementaries.mixins.json:PlayerProjectileMixin,pl:mixin:APP:botania_xplat.mixins.json:MixinPlayer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:MixinManaPlayerEntity,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:MixinPlayerEntity,pl:mixin:A}
-- Player being ticked --
Details:
    Entity Type: minecraft:player (net.minecraft.server.level.ServerPlayer)
    Entity ID: 178
    Entity Name: the_bradvertiser
    Entity's Exact location: -6.50, 77.00, 7.50
    Entity's Block location: World: (-7,77,7), Section: (at 9,13,7 in -1,4,0; chunk contains blocks -16,-64,0 to -1,319,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
    Entity's Momentum: 0.00, 0.00, 0.00
    Entity's Passengers: []
    Entity's Vehicle: null
Stacktrace:
    at net.minecraft.server.level.ServerPlayer.m_9240_(ServerPlayer.java:439) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:botania_xplat.mixins.json:MixinServerPlayer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:MixinServerPlayerEntity,pl:mixin:A}
    at net.minecraft.server.network.ServerGamePacketListenerImpl.m_9933_(ServerGamePacketListenerImpl.java:207) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
    at net.minecraft.network.Connection.m_129483_(Connection.java:245) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:classloading}
    at net.minecraft.server.network.ServerConnectionListener.m_9721_(ServerConnectionListener.java:142) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:classloading}
    at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:916) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:terrablender.mixins.json:MixinMinecraftServer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:AccessorMinecraftServer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:MixinMinecraftServer,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:842) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:terrablender.mixins.json:MixinMinecraftServer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:AccessorMinecraftServer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:MixinMinecraftServer,pl:mixin:A}
    at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:84) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:685) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:terrablender.mixins.json:MixinMinecraftServer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:AccessorMinecraftServer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:MixinMinecraftServer,pl:mixin:A}
    at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:261) ~[client-1.18.2-20220404.173914-srg.jar%23183!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:terrablender.mixins.json:MixinMinecraftServer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:AccessorMinecraftServer,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:MixinMinecraftServer,pl:mixin:A}
    at java.lang.Thread.run(Thread.java:833) [?:?] {}


-- System Details --
Details:
    Minecraft Version: 1.18.2
    Minecraft Version ID: 1.18.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 17.0.1, Microsoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
    Memory: 5032483264 bytes (4799 MiB) / 10041163776 bytes (9576 MiB) up to 12884901888 bytes (12288 MiB)
    CPUs: 4
    Processor Vendor: GenuineIntel
    Processor Name: Intel(R) Core(TM) i5-6600K CPU @ 3.50GHz
    Identifier: Intel64 Family 6 Model 94 Stepping 3
    Microarchitecture: Skylake (Client)
    Frequency (GHz): 3.50
    Number of physical packages: 1
    Number of physical CPUs: 4
    Number of logical CPUs: 4
    Graphics card #0 name: NVIDIA GeForce GTX 1060 6GB
    Graphics card #0 vendor: NVIDIA (0x10de)
    Graphics card #0 VRAM (MB): 4095.00
    Graphics card #0 deviceId: 0x1c03
    Graphics card #0 versionInfo: DriverVersion=31.0.15.2849
    Memory slot #0 capacity (MB): 8192.00
    Memory slot #0 clockSpeed (GHz): 2.93
    Memory slot #0 type: DDR4
    Memory slot #1 capacity (MB): 8192.00
    Memory slot #1 clockSpeed (GHz): 2.93
    Memory slot #1 type: DDR4
    Virtual memory max (MB): 26560.54
    Virtual memory used (MB): 18534.33
    Swap memory total (MB): 10240.00
    Swap memory used (MB): 249.68
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12288m -Xms256m
    Server Running: true
    Player Count: 1 / 8; [ServerPlayer['the_bradvertiser'/178, l='ServerLevel[Darren]', x=-6.50, y=77.00, z=7.50]]
    Data Packs: vanilla, mod:rsrequestify (incompatible), mod:cyclopscore, mod:auudio (incompatible), mod:auxiliaryblocks (incompatible), mod:supermartijn642configlib, mod:architects_palette (incompatible), mod:cagerium (incompatible), mod:mcwwindows, mod:torohealth (incompatible), mod:sophisticatedcore (incompatible), mod:rubidium (incompatible), mod:initialinventory, mod:irongenerators, mod:xaeroworldmap, mod:cookingforblockheads (incompatible), mod:controlling (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:powah (incompatible), mod:bookshelf, mod:lootbeams (incompatible), mod:twigs (incompatible), mod:buildinggadgets (incompatible), mod:darkutils (incompatible), mod:mcwdoors, mod:mekanismgenerators, mod:balm (incompatible), mod:jeresources (incompatible), mod:cloth_config (incompatible), mod:shetiphiancore, mod:dummmmmmy (incompatible), mod:refinedstorage, mod:konkrete (incompatible), mod:easy_piglins (incompatible), mod:corpse (incompatible), mod:packmenu (incompatible), mod:mcwbridges, mod:torchmaster (incompatible), mod:compressium (incompatible), mod:ping (incompatible), mod:ironfurnaces (incompatible), mod:mcwtrpdoors, mod:mcwfences, mod:supermartijn642corelib, mod:simplylight, mod:botania (incompatible), mod:fairylights (incompatible), mod:highlighter (incompatible), mod:spark (incompatible), mod:curios (incompatible), mod:patchouli (incompatible), mod:camera (incompatible), mod:blockcarpentry, mod:libnonymous, mod:elevatorid, mod:runelic (incompatible), mod:cfm, mod:architectury (incompatible), mod:weirdinggadget (incompatible), mod:mcwfurnitures, mod:trashcans, mod:mcwlights, mod:cucumber, mod:snad (incompatible), mod:jei (incompatible), mod:bdlib (incompatible), mod:waystones (incompatible), mod:clumps (incompatible), mod:shutupexperimentalsettings, mod:comforts (incompatible), mod:naturescompass (incompatible), mod:storagenetwork (incompatible), mod:framedcompactdrawers (incompatible), mod:decorative_blocks, mod:botanypots (incompatible), mod:ftbbackups2 (incompatible), mod:mcjtylib (incompatible), mod:rftoolsbase (incompatible), mod:xnet (incompatible), mod:ispawner (incompatible), mod:everycomp (incompatible), mod:jeitweaker (incompatible), mod:terralith, mod:mininggadgets (incompatible), mod:crafttweaker (incompatible), mod:mekanism, mod:forge, mod:waddles (incompatible), mod:colossalchests, mod:selene (incompatible), mod:supplementaries (incompatible), mod:drippyloadingscreen (incompatible), mod:craftingtweaks (incompatible), mod:cofh_core, mod:thermal, mod:thermal_expansion, mod:terrablender (incompatible), mod:sophisticatedbackpacksvh (incompatible), mod:sophisticatedbackpacks (incompatible), mod:mousetweaks (incompatible), mod:titanium (incompatible), mod:jade, mod:ae2 (incompatible), mod:createtweaker (incompatible), mod:easy_villagers (incompatible), mod:pipez (incompatible), mod:iceberg (incompatible), mod:flywheel (incompatible), mod:create, mod:mantle (incompatible), mod:legendarytooltips (incompatible), mod:ecologics, mod:xaerominimap, mod:pigpen (incompatible), mod:fastbench (incompatible), mod:polymorph (incompatible), mod:autoreglib (incompatible), mod:akashictome (incompatible), mod:quark (incompatible), mod:storagedrawers (incompatible), mod:fluxnetworks (incompatible), mod:neoncraft2, mod:enercell, mod:appleskin (incompatible), mod:ferritecore (incompatible), mod:modularrouters (incompatible), mod:refinedstorageaddons, mod:openloader (incompatible), mod:the_vault (incompatible), Everycomp Generated Pack, Supplementaries Generated Pack
    World Generation: Stable
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
    ModLauncher: 9.1.3+9.1.3+main.9b69c82a
    ModLauncher launch target: forgeclient
    ModLauncher naming: srg
    ModLauncher services: 
         mixin PLUGINSERVICE 
         eventbus PLUGINSERVICE 
         slf4jfixer PLUGINSERVICE 
         object_holder_definalize PLUGINSERVICE 
         runtime_enum_extender PLUGINSERVICE 
         capability_token_subclass PLUGINSERVICE 
         accesstransformer PLUGINSERVICE 
         runtimedistcleaner PLUGINSERVICE 
         mixin TRANSFORMATIONSERVICE 
         fml TRANSFORMATIONSERVICE 
    FML Language Providers: 
        [email protected]
        lowcodefml@null
        [email protected]
        javafml@null
    Mod List: 
        rsrequestify-2.2.0.jar                            |RSRequestify                  |rsrequestify                  |2.2.0               |DONE      |Manifest: NOSIGNATURE
        CyclopsCore-1.18.2-1.15.1.jar                     |Cyclops Core                  |cyclopscore                   |1.15.1              |DONE      |Manifest: NOSIGNATURE
        auudio_forge_1.0.3_MC_1.18-1.18.2.jar             |Auudio                        |auudio                        |1.0.3               |DONE      |Manifest: NOSIGNATURE
        auxiliaryblocks-1.18.2-0.2.3.jar                  |Auxiliary Blocks              |auxiliaryblocks               |1.18.2-0.2.3        |DONE      |Manifest: NOSIGNATURE
        supermartijn642configlib-1.1.6-forge-mc1.18.jar   |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.6               |DONE      |Manifest: NOSIGNATURE
        Architects-Palette-1.18.2-1.2.0.jar               |Architect's Palette           |architects_palette            |1.1.2               |DONE      |Manifest: NOSIGNATURE
        cagerium-1.18.2-1.1.0.jar                         |cagerium                      |cagerium                      |1.18.2-1.1.0        |DONE      |Manifest: NOSIGNATURE
        mcw-windows-2.0.3-mc1.18.2.jar                    |Macaw's Windows               |mcwwindows                    |2.0.3               |DONE      |Manifest: NOSIGNATURE
        torohealth-1.18-forge-2.jar                       |ToroHealth                    |torohealth                    |1.18-forge-2        |DONE      |Manifest: NOSIGNATURE
        sophisticatedcore-1.18.2-0.5.32.179.jar           |Sophisticated Core            |sophisticatedcore             |1.18.2-0.5.32.179   |DONE      |Manifest: NOSIGNATURE
        rubidium-0.5.4.jar                                |Rubidium                      |rubidium                      |0.5.4               |DONE      |Manifest: NOSIGNATURE
        InitialInventory-forge-1.18.2-6.0.8.jar           |Initial Inventory             |initialinventory              |6.0.8               |DONE      |Manifest: NOSIGNATURE
        IronGenerators-2.0.2-1.18.2.jar                   |Iron Generators               |irongenerators                |2.0.1               |DONE      |Manifest: NOSIGNATURE
        XaerosWorldMap_1.25.1_Forge_1.18.2.jar            |Xaero's World Map             |xaeroworldmap                 |1.25.1              |DONE      |Manifest: NOSIGNATURE
        cookingforblockheads-forge-1.18.2-12.0.2.jar      |CookingForBlockheads          |cookingforblockheads          |12.0.2              |DONE      |Manifest: NOSIGNATURE
        Controlling-forge-1.18.2-9.0+21.jar               |Controlling                   |controlling                   |9.0+21              |DONE      |Manifest: NOSIGNATURE
        Placebo-1.18.2-6.4.1.jar                          |Placebo                       |placebo                       |6.4.1               |DONE      |Manifest: NOSIGNATURE
        citadel-1.11.3-1.18.2.jar                         |Citadel                       |citadel                       |1.11.3              |DONE      |Manifest: NOSIGNATURE
        alexsmobs-1.18.6.jar                              |Alex's Mobs                   |alexsmobs                     |1.18.6              |DONE      |Manifest: NOSIGNATURE
        Powah-3.0.1-beta.jar                              |Powah                         |powah                         |3.0.1-beta          |DONE      |Manifest: NOSIGNATURE
        Bookshelf-Forge-1.18.2-13.2.50.jar                |Bookshelf                     |bookshelf                     |13.2.50             |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        lootbeams-1.18.1-release-july1722.jar             |LootBeams                     |lootbeams                     |1.18.1              |DONE      |Manifest: NOSIGNATURE
        twigs-forge-1.1.4-patch3+1.18.2.jar               |Twigs                         |twigs                         |1.1.4-patch1+1.18.2 |DONE      |Manifest: NOSIGNATURE
        buildinggadgets-3.13.0-build.5+mc1.18.2.jar       |Building Gadgets              |buildinggadgets               |3.13.0-build.5+mc1.1|DONE      |Manifest: NOSIGNATURE
        DarkUtilities-Forge-1.18.2-10.0.5.jar             |DarkUtilities                 |darkutils                     |10.0.5              |DONE      |Manifest: NOSIGNATURE
        mcw-doors-1.0.6-mc1.18.2.jar                      |Macaw's Doors                 |mcwdoors                      |1.0.6               |DONE      |Manifest: NOSIGNATURE
        MekanismGenerators-1.18.2-10.2.5.465.jar          |Mekanism: Generators          |mekanismgenerators            |10.2.5              |DONE      |Manifest: NOSIGNATURE
        balm-3.2.1+0.jar                                  |Balm                          |balm                          |3.2.1+0             |DONE      |Manifest: NOSIGNATURE
        JustEnoughResources-1.18.2-0.14.1.171.jar         |Just Enough Resources         |jeresources                   |0.14.1.171          |DONE      |Manifest: NOSIGNATURE
        cloth-config-7.0.72-forge.jar                     |Cloth Config v4 API           |cloth_config                  |7.0.72              |DONE      |Manifest: NOSIGNATURE
        shetiphiancore-1.18-3.10.10.jar                   |ShetiPhian-Core               |shetiphiancore                |3.10.10             |DONE      |Manifest: NOSIGNATURE
        MmmMmmMmmMmm-1.18.2-1.5.2.jar                     |MmmMmmMmmMmm                  |dummmmmmy                     |1.18-1.5.2          |DONE      |Manifest: NOSIGNATURE
        refinedstorage-1.10.2.jar                         |Refined Storage               |refinedstorage                |1.10.2              |DONE      |Manifest: NOSIGNATURE
        konkrete_forge_1.3.3_MC_1.18-1.18.1.jar           |Konkrete                      |konkrete                      |1.3.3               |DONE      |Manifest: NOSIGNATURE
        easy_piglins-1.18.2-1.0.0.jar                     |Easy Piglins                  |easy_piglins                  |1.18.2-1.0.0        |DONE      |Manifest: NOSIGNATURE
        corpse-1.18.2-1.0.2.jar                           |Corpse                        |corpse                        |1.18.2-1.0.2        |DONE      |Manifest: NOSIGNATURE
        PackMenu-1.18.2-4.1.3.jar                         |PackMenu                      |packmenu                      |4.1.3               |DONE      |Manifest: NOSIGNATURE
        mcw-bridges-2.0.3-mc1.18.2.jar                    |Macaw's Bridges               |mcwbridges                    |2.0.3               |DONE      |Manifest: NOSIGNATURE
        torchmaster-18.1.0.jar                            |Torchmaster                   |torchmaster                   |18.1.0              |DONE      |Manifest: NOSIGNATURE
        Compressium-1.4.2-build.9+mc1.18.2.jar            |Compressium                   |compressium                   |1.4.2-build.9+mc1.18|DONE      |Manifest: NOSIGNATURE
        Ping-1.18-1.8.0.jar                               |Ping                          |ping                          |1.18-1.8.0          |DONE      |Manifest: NOSIGNATURE
        ironfurnaces-1.18.2-3.3.1.jar                     |Iron Furnaces                 |ironfurnaces                  |3.3.1               |DONE      |Manifest: NOSIGNATURE
        mcw-trapdoors-1.0.6-mc1.18.2.jar                  |Macaw's Trapdoors             |mcwtrpdoors                   |1.0.6               |DONE      |Manifest: NOSIGNATURE
        mcw-fences-1.0.5-mc1.18.2.jar                     |Macaw's Fences and Walls      |mcwfences                     |1.0.5               |DONE      |Manifest: NOSIGNATURE
        supermartijn642corelib-1.0.19-forge-mc1.18.jar    |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.0.19              |DONE      |Manifest: NOSIGNATURE
        simplylight-1.18.2-1.4.2-build.31.jar             |Simply Light                  |simplylight                   |1.18.2-1.4.2-build.3|DONE      |Manifest: NOSIGNATURE
        Botania-1.18.2-434.jar                            |Botania                       |botania                       |1.18.2-434          |DONE      |Manifest: NOSIGNATURE
        fairylights-5.0.0-1.18.2.jar                      |Fairy Lights                  |fairylights                   |5.0.0               |DONE      |Manifest: NOSIGNATURE
        Highlighter-1.18.1-1.1.2.jar                      |Highlighter                   |highlighter                   |1.1.2               |DONE      |Manifest: NOSIGNATURE
        spark-1.9.11-forge.jar                            |spark                         |spark                         |1.9.11              |DONE      |Manifest: NOSIGNATURE
        curios-forge-1.18.2-5.0.7.1.jar                   |Curios API                    |curios                        |1.18.2-5.0.7.1      |DONE      |Manifest: NOSIGNATURE
        Patchouli-1.18.2-71.1.jar                         |Patchouli                     |patchouli                     |1.18.2-71.1         |DONE      |Manifest: NOSIGNATURE
        camera-1.18.2-1.0.4.jar                           |Camera Mod                    |camera                        |1.18.2-1.0.4        |DONE      |Manifest: NOSIGNATURE
        blockcarpentry-1.18-0.3.0.jar                     |BlockCarpentry                |blockcarpentry                |1.18-0.3.0          |DONE      |Manifest: NOSIGNATURE
        libnonymous-2.1.0.jar                             |libnonymous                   |libnonymous                   |2.1.0               |DONE      |Manifest: NOSIGNATURE
        elevatorid-1.18.2-1.8.4.jar                       |Elevator Mod                  |elevatorid                    |1.18.2-1.8.4        |DONE      |Manifest: NOSIGNATURE
        Runelic-Forge-1.18.2-11.0.1.jar                   |Runelic                       |runelic                       |11.0.1              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        cfm-7.0.0-pre29-1.18.2.jar                        |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre29         |DONE      |Manifest: NOSIGNATURE
        architectury-4.9.84-forge.jar                     |Architectury                  |architectury                  |4.9.84              |DONE      |Manifest: NOSIGNATURE
        weirdinggadget-1.18.1-2.2.11.jar                  |The Weirding Gadget           |weirdinggadget                |2.2.11              |DONE      |Manifest: NOSIGNATURE
        mcw-furniture-3.0.0-mc1.18.2.jar                  |Macaw's Furniture             |mcwfurnitures                 |3.0.0               |DONE      |Manifest: NOSIGNATURE
        trashcans-1.0.15-forge-mc1.18.jar                 |Trash Cans                    |trashcans                     |1.0.15              |DONE      |Manifest: NOSIGNATURE
        mcw-lights-1.0.3-mc1.18.2.jar                     |Macaw's Lights and Lamps      |mcwlights                     |1.0.3               |DONE      |Manifest: NOSIGNATURE
        Cucumber-1.18.2-5.1.2.jar                         |Cucumber Library              |cucumber                      |5.1.2               |DONE      |Manifest: NOSIGNATURE
        Snad-1.18.2-1.22.04.15a.jar                       |Snad                          |snad                          |1.18.2-1.22.04.15a  |DONE      |Manifest: NOSIGNATURE
        jei-1.18.2-9.7.2.281.jar                          |Just Enough Items             |jei                           |9.7.2.281           |DONE      |Manifest: NOSIGNATURE
        bdlib-1.19.3.7-mc1.18.2.jar                       |BdLib                         |bdlib                         |1.19.3.7            |DONE      |Manifest: NOSIGNATURE
        waystones-forge-1.18.2-10.1.0.jar                 |Waystones                     |waystones                     |10.1.0              |DONE      |Manifest: NOSIGNATURE
        Clumps-forge-1.18.2-8.0.0+10.jar                  |Clumps                        |clumps                        |8.0.0+10            |DONE      |Manifest: NOSIGNATURE
        shutupexperimentalsettings-1.0.5.jar              |Shutup Experimental Settings! |shutupexperimentalsettings    |1.0.5               |DONE      |Manifest: NOSIGNATURE
        comforts-forge-1.18.2-5.0.0.4.jar                 |Comforts                      |comforts                      |1.18.2-5.0.0.4      |DONE      |Manifest: NOSIGNATURE
        NaturesCompass-1.18.2-1.9.7-forge.jar             |Nature's Compass              |naturescompass                |1.18.2-1.9.7-forge  |DONE      |Manifest: NOSIGNATURE
        SimpleStorageNetwork-1.18.2-1.6.1.jar             |Simple Storage Network        |storagenetwork                |1.18.2-1.6.1        |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
        framedcompactdrawers-1.18-4.1.0.jar               |Framed Compacting Drawers     |framedcompactdrawers          |1.18-4.1.0          |DONE      |Manifest: NOSIGNATURE
        Decorative Blocks-forge-1.18.2-2.1.0.jar          |Decorative Blocks             |decorative_blocks             |2.1.0               |DONE      |Manifest: NOSIGNATURE
        BotanyPots-Forge-1.18.2-8.0.12.jar                |BotanyPots                    |botanypots                    |8.0.12              |DONE      |Manifest: NOSIGNATURE
        ftbbackups2-forge-1.18.2-1.0.17.jar               |FTB Backups 2                 |ftbbackups2                   |1.0.17              |DONE      |Manifest: NOSIGNATURE
        mcjtylib-1.18-6.0.15.jar                          |McJtyLib                      |mcjtylib                      |1.18-6.0.15         |DONE      |Manifest: NOSIGNATURE
        rftoolsbase-1.18-3.0.9.jar                        |RFToolsBase                   |rftoolsbase                   |1.18-3.0.9          |DONE      |Manifest: NOSIGNATURE
        xnet-1.18-4.0.5.jar                               |XNet                          |xnet                          |1.18-4.0.5          |DONE      |Manifest: NOSIGNATURE
        ispawner-1.0.4-forge.jar                          |iSpawner                      |ispawner                      |1.0                 |DONE      |Manifest: NOSIGNATURE
        everycomp-1.18.2-1.5.7.jar                        |Every Compat                  |everycomp                     |1.18.2-1.5.7        |DONE      |Manifest: NOSIGNATURE
        JEITweaker-1.18.2-3.0.0.9.jar                     |JEI Tweaker                   |jeitweaker                    |3.0.0.9             |DONE      |Manifest: NOSIGNATURE
        Terralith_v2.2.3.jar                              |Terralith                     |terralith                     |0.0NONE             |DONE      |Manifest: NOSIGNATURE
        mininggadgets-1.11.0.jar                          |Mining Gadgets                |mininggadgets                 |1.11.0              |DONE      |Manifest: NOSIGNATURE
        CraftTweaker-forge-1.18.2-9.1.197.jar             |CraftTweaker                  |crafttweaker                  |9.1.197             |DONE      |Manifest: NOSIGNATURE
        Mekanism-1.18.2-10.2.5.465.jar                    |Mekanism                      |mekanism                      |10.2.5              |DONE      |Manifest: NOSIGNATURE
        forge-1.18.2-40.1.61-universal.jar                |Forge                         |forge                         |40.1.61             |DONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
        Waddles-1.18.2-0.8.19.jar                         |Waddles                       |waddles                       |1.18.2-0.8.19       |DONE      |Manifest: NOSIGNATURE
        ColossalChests-1.18.2-1.8.3.jar                   |ColossalChests                |colossalchests                |1.8.3               |DONE      |Manifest: NOSIGNATURE
        selene-1.18.2-1.17.9.jar                          |Selene                        |selene                        |1.18.2-1.17.9       |DONE      |Manifest: NOSIGNATURE
        supplementaries-1.18.2-1.5.13.jar                 |Supplementaries               |supplementaries               |1.18.2-1.5.13       |DONE      |Manifest: NOSIGNATURE
        drippyloadingscreen_forge_1.6.4_MC_1.18-1.18.2.jar|Drippy Loading Screen         |drippyloadingscreen           |1.6.4               |DONE      |Manifest: NOSIGNATURE
        craftingtweaks-forge-1.18.2-14.0.3.jar            |CraftingTweaks                |craftingtweaks                |14.0.3              |DONE      |Manifest: NOSIGNATURE
        client-1.18.2-20220404.173914-srg.jar             |Minecraft                     |minecraft                     |1.18.2              |DONE      |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
        cofh_core-1.18.2-1.6.4.21.jar                     |CoFH Core                     |cofh_core                     |1.6.4.21            |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_foundation-1.18.2-1.6.3.28.jar            |Thermal Series                |thermal                       |1.6.3.28            |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.18.2-1.6.3.13.jar             |Thermal Expansion             |thermal_expansion             |1.6.3.13            |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
        TerraBlender-forge-1.18.2-1.1.0.102.jar           |TerraBlender                  |terrablender                  |1.18.2-1.1.0.102    |DONE      |Manifest: NOSIGNATURE
        sophisticatedbackpacksvh-1.18.2-1.0.4.12.jar      |Sophisticated Backpacks Vault |sophisticatedbackpacksvh      |1.18.2-1.0.4.12     |DONE      |Manifest: NOSIGNATURE
        sophisticatedbackpacks-1.18.2-3.18.35.752.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |1.18.2-3.18.35.752  |DONE      |Manifest: NOSIGNATURE
        MouseTweaks-forge-mc1.18-2.21.jar                 |Mouse Tweaks                  |mousetweaks                   |2.21                |DONE      |Manifest: NOSIGNATURE
        titanium-1.18.2-3.5.6-38.jar                      |Titanium                      |titanium                      |3.5.6               |DONE      |Manifest: NOSIGNATURE
        Jade-1.18.2-forge-5.2.3.jar                       |Jade                          |jade                          |5.2.3               |DONE      |Manifest: NOSIGNATURE
        appliedenergistics2-11.1.4.jar                    |Applied Energistics 2         |ae2                           |11.1.4              |DONE      |Manifest: NOSIGNATURE
        CreateTweaker-1.18.2-2.0.0.17.jar                 |CreateTweaker                 |createtweaker                 |2.0.0.17            |DONE      |Manifest: NOSIGNATURE
        easy_villagers-1.18.2-1.0.10.jar                  |Easy Villagers                |easy_villagers                |1.18.2-1.0.10       |DONE      |Manifest: NOSIGNATURE
        pipez-1.18.2-1.1.5.jar                            |Pipez                         |pipez                         |1.18.2-1.1.5        |DONE      |Manifest: NOSIGNATURE
        Iceberg-1.18.2-1.0.44.jar                         |Iceberg                       |iceberg                       |1.0.44              |DONE      |Manifest: NOSIGNATURE
        flywheel-forge-1.18.2-0.6.5.jar                   |Flywheel                      |flywheel                      |0.6.5               |DONE      |Manifest: NOSIGNATURE
        create-1.18.2-0.5.0.d.jar                         |Create                        |create                        |0.5.0.d             |DONE      |Manifest: NOSIGNATURE
        Mantle-1.18.2-1.9.27.jar                          |Mantle                        |mantle                        |1.9.27              |DONE      |Manifest: NOSIGNATURE
        LegendaryTooltips-1.18.2-1.2.5.jar                |Legendary Tooltips            |legendarytooltips             |1.2.5               |DONE      |Manifest: NOSIGNATURE
        ecologics-forge-1.18.2-1.7.3.jar                  |Ecologics                     |ecologics                     |1.7.3               |DONE      |Manifest: NOSIGNATURE
        Xaeros_Minimap_22.11.1_Forge_1.18.2.jar           |Xaero's Minimap               |xaerominimap                  |22.11.1             |DONE      |Manifest: NOSIGNATURE
        PigPen-Forge-1.18.2-8.0.1.jar                     |PigPen                        |pigpen                        |8.0.1               |DONE      |Manifest: NOSIGNATURE
        FastWorkbench-1.18.2-6.0.2.jar                    |Fast Workbench                |fastbench                     |6.0.2               |DONE      |Manifest: NOSIGNATURE
        polymorph-forge-1.18.2-0.44.jar                   |Polymorph                     |polymorph                     |1.18.2-0.44         |DONE      |Manifest: NOSIGNATURE
        AutoRegLib-1.7-53.jar                             |AutoRegLib                    |autoreglib                    |1.7-53              |DONE      |Manifest: NOSIGNATURE
        AkashicTome-1.5-20.jar                            |Akashic Tome                  |akashictome                   |1.5-20              |DONE      |Manifest: NOSIGNATURE
        Quark-3.2-358.jar                                 |Quark                         |quark                         |3.2-358             |DONE      |Manifest: NOSIGNATURE
        StorageDrawers-1.18.2-10.2.1.jar                  |Storage Drawers               |storagedrawers                |10.2.1              |DONE      |Manifest: NOSIGNATURE
        FluxNetworks-1.18.2-7.0.7.8.jar                   |Flux Networks                 |fluxnetworks                  |7.0.7.8             |DONE      |Manifest: NOSIGNATURE
        neoncraft2-2.2.jar                                |Neon Craft 2                  |neoncraft2                    |2.2                 |DONE      |Manifest: NOSIGNATURE
        enercell-1.18.2-1.0.2.jar                         |Enercell                      |enercell                      |0.0NONE             |DONE      |Manifest: NOSIGNATURE
        appleskin-forge-mc1.18-2.4.0.jar                  |AppleSkin                     |appleskin                     |2.4.0+mc1.18        |DONE      |Manifest: NOSIGNATURE
        ferritecore-4.2.1-forge.jar                       |Ferrite Core                  |ferritecore                   |0.0NONE             |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
        modular-routers-1.18.2-9.1.1-93.jar               |Modular Routers               |modularrouters                |9.1.1-93            |DONE      |Manifest: NOSIGNATURE
        refinedstorageaddons-0.8.2.jar                    |Refined Storage Addons        |refinedstorageaddons          |0.8.2               |DONE      |Manifest: NOSIGNATURE
        OpenLoader-Forge-1.18.2-12.0.1.jar                |OpenLoader                    |openloader                    |12.0.1              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        the_vault-1.18.2-3.8.0.1681.jar                   |The Vault                     |the_vault                     |1.18.2-3.8.0.1681   |DONE      |Manifest: NOSIGNATURE
    Crash Report UUID: ed127825-8649-4f0f-92ee-c60db8fdcc0b
    FML: 40.1
    Forge: net.minecraftforge:40.1.61
    Flywheel Backend: GL33 Instanced Arrays

Link to comment
Share on other sites

Quote

java.lang.NullPointerException: Cannot invoke "iskallia.vault.skill.talent.TalentGroup.getMaxLevel()" because "group" is null
    at iskallia.vault.skill.talent.TalentNode.<init>(TalentNode.java:15) ~[the_vault-1.18.2-3.8.0.1681.jar%23169!/:1.18.2-3.8.0.1681] {re:classloading}

Check you have the latest version then contact the mod author.

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.