Darkhax-Minecraft / AttributeFix

Fixes attributes having a cap on them that is below what mods expect.
GNU Lesser General Public License v2.1
23 stars 11 forks source link

mod loading failed #12

Closed LlubNek closed 3 years ago

LlubNek commented 3 years ago

image crash-2021-03-08_18.55.02-fml.txt latest.log

minecraft 1.16.5 forge 36.0.46 AttributeFix-1.16.5-10.0.1.jar

Darkhax commented 3 years ago

This should be fixed with 10.1.2.

https://www.curseforge.com/minecraft/mc-mods/attributefix/files/3232225

lsyk4 commented 10 months ago

Forge: net.minecraftforge:43.2.14[17:20:29] [main/ERROR] [minecraft/Main]: Failed to start the minecraft server net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [ AttributeFix (attributefix) encountered an error during the complete event phase §7java.lang.NullPointerException: Cannot read field "attributes" because the return value of "com.google.gson.Gson.fromJson(java.io.Reader, java.lang.Class)" is null ]

¿How to solve it?

That happens when I run my minecraft server.

1.19.2 forge 43.2.14

[17:20:29] [main/FATAL] [ne.mi.fm.ModLoader/LOADING]: Failed to complete lifecycle event COMPLETE, 1 errors found
Negative index in crash report handler (16/18)
[17:20:29] [main/FATAL] [ne.mi.co.ForgeMod/]: Preparing crash report with UUID e0bc79c8-7997-46f3-9d4e-e3c59b25f6ba
[17:20:29] [main/FATAL] [ne.mi.se.lo.ServerModLoader/]: Crash report saved to ./crash-reports/crash-2023-12-27_17.20.29-fml.txt
[17:20:29] [main/FATAL] [ne.mi.co.ForgeMod/]: Preparing crash report with UUID 24097473-7c14-44cc-ad73-09c227505ce9
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 2023-12-27 17:20:29
Description: Mod loading error has occurred
java.lang.Exception: Mod Loading has failed
        at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:55) ~[forge-1.19.2-43.2.14-universal.jar%23326!/:?] {re:classloading}
        at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:39) ~[forge-1.19.2-43.2.14-universal.jar%23326!/:?] {re:classloading}
        at net.minecraft.server.Main.main(Main.java:113) ~[server-1.19.2-20220805.130853-srg.jar%23321!/:?] {re:classloading,re:mixin,pl:mixin:A}
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
        at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
        at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29) ~[fmlloader-1.19.2-43.2.14.jar%2367!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2354!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2354!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2354!/:?] {}
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2354!/:?] {}
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2354!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2354!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2354!/:?] {}
        at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: main
Stacktrace:
        at net.darkhax.attributefix.config.AttributeConfig.load(AttributeConfig.java:88) ~[AttributeFix-Forge-1.19.2-17.2.7.jar%23215!/:17.2.7] {re:classloading}
-- MOD attributefix --
Details:
        Mod File: /home/container/mods/AttributeFix-Forge-1.19.2-17.2.7.jar
        Failure message: AttributeFix (attributefix) encountered an error during the complete event phase
                java.lang.NullPointerException: Cannot read field "attributes" because the return value of "com.google.gson.Gson.fromJson(java.io.Reader, java.lang.Class)" is null
        Mod Version: 17.2.7
        Mod Issue URL: https://github.com/Darkhax-Minecraft/AttributeFix/issues
        Exception message: java.lang.NullPointerException: Cannot read field "attributes" because the return value of "com.google.gson.Gson.fromJson(java.io.Reader, java.lang.Class)" is null
Stacktrace:
        at net.darkhax.attributefix.config.AttributeConfig.load(AttributeConfig.java:88) ~[AttributeFix-Forge-1.19.2-17.2.7.jar%23215!/:17.2.7] {re:classloading}
        at net.darkhax.attributefix.AttributeFixForge.onLoadComplete(AttributeFixForge.java:19) ~[AttributeFix-Forge-1.19.2-17.2.7.jar%23215!/:17.2.7] {re:classloading}
        at net.darkhax.attributefix.__AttributeFixForge_onLoadComplete_FMLLoadCompleteEvent.invoke(.dynamic) ~[AttributeFix-Forge-1.19.2-17.2.7.jar%23215!/:17.2.7] {re:classloading,pl:eventbus:B}
        at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2351!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2351!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2351!/:?] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19.2-43.2.14.jar%23323!/:?] {}
        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19.2-43.2.14.jar%23322!/:?] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames}
        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames}
        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin}
-- System Details --
Details:
        Minecraft Version: 1.19.2
        Minecraft Version ID: 1.19.2
        Operating System: Linux (amd64) version 5.15.0-89-generic
        Java Version: 17.0.9, Eclipse Adoptium
        Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
        Memory: 1489679872 bytes (1420 MiB) / 2445279232 bytes (2332 MiB) up to 8589934592 bytes (8192 MiB)
        CPUs: 4
        Processor Vendor: AuthenticAMD
        Processor Name: AMD Ryzen 9 5950X 16-Core Processor
        Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
        Microarchitecture: Zen 3
        Frequency (GHz): -0.00
        Number of physical packages: 1
        Number of physical CPUs: 16
        Number of logical CPUs: 32
        Graphics card #0 name: unknown
        Graphics card #0 vendor: unknown
        Graphics card #0 VRAM (MB): 0.00
        Graphics card #0 deviceId: unknown
        Graphics card #0 versionInfo: unknown
        Virtual memory max (MB): 76653.73
        Virtual memory used (MB): 52864.86
        Swap memory total (MB): 12287.99
        Swap memory used (MB): 69.32
        JVM Flags: 2 total; -Xms128M -Xmx8192M
        ModLauncher: 10.0.8+10.0.8+main.0ef7e830
        ModLauncher launch target: forgeserver
        ModLauncher naming: srg
        ModLauncher services: 
                mixin-0.8.5.jar mixin PLUGINSERVICE 
                eventbus-6.0.3.jar eventbus PLUGINSERVICE 
                fmlloader-1.19.2-43.2.14.jar slf4jfixer PLUGINSERVICE 
                fmlloader-1.19.2-43.2.14.jar object_holder_definalize PLUGINSERVICE 
                fmlloader-1.19.2-43.2.14.jar runtime_enum_extender PLUGINSERVICE 
                fmlloader-1.19.2-43.2.14.jar capability_token_subclass PLUGINSERVICE 
                accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE 
                fmlloader-1.19.2-43.2.14.jar runtimedistcleaner PLUGINSERVICE 
                modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE 
                modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE 
        FML Language Providers: 
                minecraft@1.0
                lowcodefml@null
                javafml@null
        Mod List: 
                ftb-essentials-forge-1902.3.4-build.109.jar       |FTB Essentials                |ftbessentials                 |1902.3.4-build.109  |DONE      |Manifest: NOSIGNATURE
                supermartijn642configlib-1.1.8-forge-mc1.19.jar   |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.8               |DONE      |Manifest: NOSIGNATURE
                saveandloadinventories-1.19.2-3.2.jar             |Save and Load Inventories     |saveandloadinventories        |3.2                 |DONE      |Manifest: NOSIGNATURE
                immersive_aircraft-0.6.2+1.19.2-forge.jar         |Immersive Aircraft            |immersive_aircraft            |0.6.2+1.19.2        |DONE      |Manifest: NOSIGNATURE
                sophisticatedcore-1.19.2-0.5.109.516.jar          |Sophisticated Core            |sophisticatedcore             |1.19.2-0.5.109.516  |DONE      |Manifest: NOSIGNATURE
                Placebo-1.19.2-7.3.4.jar                          |Placebo                       |placebo                       |7.3.4               |DONE      |Manifest: NOSIGNATURE
                citadel-2.1.4-1.19.jar                            |Citadel                       |citadel                       |2.1.4               |DONE      |Manifest: NOSIGNATURE
                alexsmobs-1.21.1.jar                              |Alex's Mobs                   |alexsmobs                     |1.21.1              |DONE      |Manifest: NOSIGNATURE
                Powah-4.0.11.jar                                  |Powah                         |powah                         |4.0.11              |DONE      |Manifest: NOSIGNATURE
                GatewaysToEternity-1.19.2-3.2.2.jar               |Gateways To Eternity          |gateways                      |3.2.2               |DONE      |Manifest: NOSIGNATURE
                MaxHealthFix-Forge-1.19.2-8.0.2.jar               |MaxHealthFix                  |maxhealthfix                  |8.0.2               |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
                mixinextras-forge-0.2.1.jar                       |MixinExtras                   |mixinextras                   |0.2.1               |DONE      |Manifest: NOSIGNATURE
                sophisticatedbackpacks-1.19.2-3.19.4.977.jar      |Sophisticated Backpacks       |sophisticatedbackpacks        |1.19.2-3.19.4.977   |DONE      |Manifest: NOSIGNATURE
                u_team_core-1.19.2-4.4.3.260.jar                  |U Team Core                   |uteamcore                     |4.4.3.260           |DONE      |Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
                Apotheosis-1.19.2-6.4.1.jar                       |Apotheosis                    |apotheosis                    |6.4.1               |DONE      |Manifest: NOSIGNATURE
                keepmysoiltilled-1.19.2-2.2.jar                   |Keep My Soil Tilled           |keepmysoiltilled              |2.2                 |DONE      |Manifest: NOSIGNATURE
                balm-forge-1.19.2-4.6.0.jar                       |Balm                          |balm                          |4.6.0               |DONE      |Manifest: NOSIGNATURE
                carryon-forge-1.19.2-2.1.1.22.jar                 |Carry On                      |carryon                       |2.1.1.22            |DONE      |Manifest: NOSIGNATURE
                JustEnoughResources-1.19.2-1.1.0.179.jar          |Just Enough Resources         |jeresources                   |1.1.0.179           |DONE      |Manifest: NOSIGNATURE
                Paraglider-1.19.2-1.7.0.5.jar                     |Paraglider                    |paraglider                    |1.7.0.5             |DONE      |Manifest: NOSIGNATURE
                cloth-config-8.3.115-forge.jar                    |Cloth Config v8 API           |cloth_config                  |8.3.115             |DONE      |Manifest: NOSIGNATURE
                supplementaries-1.19.2-2.4.14.jar                 |Supplementaries               |supplementaries               |1.19.2-2.4.14       |DONE      |Manifest: NOSIGNATURE
                durabilitytooltip-1.1.5-forge-mc1.19.jar          |Durability Tooltip            |durabilitytooltip             |1.1.5               |DONE      |Manifest: NOSIGNATURE
                PrettyPipes-1.13.6.jar                            |Pretty Pipes                  |prettypipes                   |1.13.6              |DONE      |Manifest: NOSIGNATURE
                FarmersDelight-1.19.2-1.2.3.jar                   |Farmer's Delight              |farmersdelight                |1.19.2-1.2.3        |DONE      |Manifest: NOSIGNATURE
                torchmaster-19.2.93.jar                           |Torchmaster                   |torchmaster                   |19.2.93             |DONE      |Manifest: NOSIGNATURE
                tempad-forge-1.19.2-1.4.5.jar                     |Tempad                        |tempad                        |1.4.5               |DONE      |Manifest: NOSIGNATURE
                Botania-1.19.2-440-FORGE.jar                      |Botania                       |botania                       |1.19.2-440-FORGE    |DONE      |Manifest: NOSIGNATURE
                resourcefulconfig-forge-1.19.2-1.0.20 (1).jar     |Resourcefulconfig             |resourcefulconfig             |1.0.20              |DONE      |Manifest: NOSIGNATURE
                MineMention-1.19.1-2.1.0.jar                      |Minemention                   |minemention                   |1.19.1-2.1.0        |DONE      |Manifest: NOSIGNATURE
                curios-forge-1.19.2-5.1.4.3.jar                   |Curios API                    |curios                        |1.19.2-5.1.4.3      |DONE      |Manifest: NOSIGNATURE
                Patchouli-1.19.2-77.jar                           |Patchouli                     |patchouli                     |1.19.2-77           |DONE      |Manifest: NOSIGNATURE
                collective-1.19.2-7.26.jar                        |Collective                    |collective                    |7.26                |DONE      |Manifest: NOSIGNATURE
                flan-1.19.2-1.8.4-forge.jar                       |Flan                          |flan                          |1.19.2-1.8.4        |DONE      |Manifest: NOSIGNATURE
                camera-1.19.2-1.0.6.jar                           |Camera Mod                    |camera                        |1.19.2-1.0.6        |DONE      |Manifest: NOSIGNATURE
                realmrpg_seadwellers_2.9.9_forge_1.19.2.jar       |Realm RPG: Sea Dwellers       |seadwellers                   |2.9.9               |DONE      |Manifest: NOSIGNATURE
                witherstormmod-1.19.2-3.1.1.1.jar                 |Cracker's Wither Storm Mod    |witherstormmod                |3.1.1.1             |DONE      |Manifest: NOSIGNATURE
                elevatorid-1.19.2-1.8.10.jar                      |Elevator Mod                  |elevatorid                    |1.19.2-1.8.10       |DONE      |Manifest: NOSIGNATURE
                tombstone-8.2.12-1.19.2.jar                       |Corail Tombstone              |tombstone                     |8.2.12              |DONE      |Manifest: NOSIGNATURE
                resourcefullib-forge-1.19.2-1.1.24.jar            |Resourceful Lib               |resourcefullib                |1.1.24              |DONE      |Manifest: NOSIGNATURE
                worldedit-mod-7.2.12.jar                          |WorldEdit                     |worldedit                     |7.2.12+6240-87f4ae1 |DONE      |Manifest: NOSIGNATURE
                mutantmore-1.19.2-early-access-1.0.7.jar          |Mutant More                   |mutantmore                    |1.0                 |DONE      |Manifest: NOSIGNATURE
                architectury-6.5.85-forge.jar                     |Architectury                  |architectury                  |6.5.85              |DONE      |Manifest: NOSIGNATURE
                globalxp-1.19-1.10.2.jar                          |Global XP                     |globalxp                      |1.10.2              |DONE      |Manifest: NOSIGNATURE
                cupboard-1.19.2-2.1.jar                           |Cupboard utilities            |cupboard                      |1.19.2-2.1          |DONE      |Manifest: NOSIGNATURE
                flib-1.19.2-0.0.3.jar                             |flib                          |flib                          |1.19.2-0.0.3        |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
                framework-forge-1.19.2-0.6.16.jar                 |Framework                     |framework                     |0.6.16              |DONE      |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
                Towns-and-Towers-v.1.10-_FORGE-1.19.2_.jar        |Towns and Towers              |t_and_t                       |1.10                |DONE      |Manifest: NOSIGNATURE
                Disenchanting-forge-1.19-2.2.2.jar                |Disenchanting                 |disenchanting                 |2.2.0               |DONE      |Manifest: NOSIGNATURE
                voidtotem-forge-1.19.2-2.1.0.jar                  |Void Totem                    |voidtotem                     |2.1.0               |DONE      |Manifest: NOSIGNATURE
                PlayerRevive_FORGE_v2.0.14_mc1.19.2.jar           |PlayerRevive                  |playerrevive                  |2.0.14              |DONE      |Manifest: NOSIGNATURE
                geckolib-forge-1.19-3.1.40.jar                    |GeckoLib                      |geckolib3                     |3.1.40              |DONE      |Manifest: NOSIGNATURE
                Cyclic-1.19.2-1.8.2.jar                           |Cyclic                        |cyclic                        |1.19.2-1.8.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
                SmartBrainLib-forge-1.19.2-1.9.jar                |SmartBrainLib                 |smartbrainlib                 |1.9                 |DONE      |Manifest: NOSIGNATURE
                inventorysorter-22.0.0.jar                        |Simple Inventory Sorter       |inventorysorter               |22.0.0              |DONE      |Manifest: NOSIGNATURE
                Notes-1.19.2-1.2.5.jar                            |Notes                         |notes                         |1.19.2-1.2.5        |DONE      |Manifest: NOSIGNATURE
                trashslot-forge-1.19.2-12.1.0.jar                 |TrashSlot                     |trashslot                     |12.1.0              |DONE      |Manifest: NOSIGNATURE
                ftb-library-forge-1902.4.1-build.236.jar          |FTB Library                   |ftblibrary                    |1902.4.1-build.236  |DONE      |Manifest: NOSIGNATURE
                MutantMonsters-v4.0.6-1.19.2-Forge.jar            |Mutant Monsters               |mutantmonsters                |4.0.6               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
                cgm-forge-1.19.2-1.3.7.jar                        |MrCrayfish's Gun Mod          |cgm                           |1.3.7               |DONE      |Manifest: NOSIGNATURE
                realmrpg_imps_and_demons_0.9.0_forge_1.19.2.jar   |Realm RPG: Imps & Demons      |realmrpg_demons               |0.9.0               |DONE      |Manifest: NOSIGNATURE
                jei-1.19.2-forge-11.6.0.1018.jar                  |Just Enough Items             |jei                           |11.6.0.1018         |DONE      |Manifest: NOSIGNATURE
                AttributeFix-Forge-1.19.2-17.2.7.jar              |AttributeFix                  |attributefix                  |17.2.7              |ERROR     |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
                Shipping+Forge+1.19+v.1.2.jar                     |Shipping                      |shipping                      |1.2.0               |DONE      |Manifest: NOSIGNATURE
                polls-and-voting-1-DP.jar                         |Polls and Voting              |polls_andvoting_mr            |1-DP                |DONE      |Manifest: NOSIGNATURE
                libraryferret-forge-1.19.2-4.0.0.jar              |Library ferret                |libraryferret                 |4.0.0               |DONE      |Manifest: NOSIGNATURE
                goblintraders-1.8.0-1.19.2.jar                    |Goblin Traders                |goblintraders                 |1.8.0               |DONE      |Manifest: NOSIGNATURE
                realmrpg_creep_and_crop_1.0.2_forge_1.19.2.jar    |Realm RPG: Creep & Crop       |realmrpg_creep                |1.0.2               |DONE      |Manifest: NOSIGNATURE
                reap-1.19.2-1.0.0.jar                             |Reap Mod                      |reap                          |1.19.2-1.0.0        |DONE      |Manifest: NOSIGNATURE
                realmrpg_fallen_adventurers_1.0.3_forge_1.19.2.jar|Realm RPG: Fallen Adventurers |realmrpg_skeletons            |1.0.3               |DONE      |Manifest: NOSIGNATURE
                waystones-forge-1.19.2-11.4.2.jar                 |Waystones                     |waystones                     |11.4.2              |DONE      |Manifest: NOSIGNATURE
                journeymap-1.19.2-5.9.7-forge.jar                 |Journeymap                    |journeymap                    |5.9.7               |DONE      |Manifest: NOSIGNATURE
                awesomedungeon-forge-1.19.2-3.2.0.jar             |Awesome dungeon               |awesomedungeon                |3.2.0               |DONE      |Manifest: NOSIGNATURE
                comforts-forge-6.0.6+1.19.2.jar                   |Comforts                      |comforts                      |6.0.6+1.19.2        |DONE      |Manifest: NOSIGNATURE
                artifacts-1.19.2-5.0.4.jar                        |Artifacts                     |artifacts                     |1.19.2-5.0.4        |DONE      |Manifest: NOSIGNATURE
                LibX-1.19.2-4.2.8.jar                             |LibX                          |libx                          |1.19.2-4.2.8        |DONE      |Manifest: NOSIGNATURE
                CraftTweaker-forge-1.19.2-10.1.52.jar             |CraftTweaker                  |crafttweaker                  |10.1.52             |DONE      |Manifest: NOSIGNATURE
                ars_nouveau-1.19.2-3.22.2.jar                     |Ars Nouveau                   |ars_nouveau                   |3.22.2              |DONE      |Manifest: NOSIGNATURE
                forge-1.19.2-43.2.14-universal.jar                |Forge                         |forge                         |43.2.14             |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
                ironchest-1.19.2-14.2.7.jar                       |Iron Chests                   |ironchest                     |1.19.2-14.2.7       |DONE      |Manifest: NOSIGNATURE
                DungeonsArise-1.19.2-2.1.54-release.jar           |When Dungeons Arise           |dungeons_arise                |2.1.54-1.19.2       |DONE      |Manifest: NOSIGNATURE
                awesomedungeonocean-forge-1.19.2-3.3.0.jar        |Awesome dungeon edition ocean |awesomedungeonocean           |3.2.0               |DONE      |Manifest: NOSIGNATURE
                server-1.19.2-20220805.130853-srg.jar             |Minecraft                     |minecraft                     |1.19.2              |DONE      |Manifest: NOSIGNATURE
                voicechat-forge-1.19.2-2.4.32.jar                 |Simple Voice Chat             |voicechat                     |1.19.2-2.4.32       |DONE      |Manifest: NOSIGNATURE
                simplevoicechat_broadcast-mc1.19.2-1.0.1.jar      |SimpleVoiceChat Broadcast     |simplevoicechat_broadcast     |1.0.1               |DONE      |Manifest: NOSIGNATURE
                moonlight-1.19.2-2.3.5-forge.jar                  |Moonlight Library             |moonlight                     |1.19.2-2.3.5        |DONE      |Manifest: NOSIGNATURE
                nohostilesaroundcampfire-1.19.2-5.8.jar           |No Hostiles Around Campfire   |nohostilesaroundcampfire      |5.8                 |DONE      |Manifest: NOSIGNATURE
                MouseTweaks-forge-mc1.19-2.23.jar                 |Mouse Tweaks                  |mousetweaks                   |2.23                |DONE      |Manifest: NOSIGNATURE
                NoChatReports-FORGE-1.19.2-v1.5.1.jar             |No Chat Reports               |nochatreports                 |1.19.2-v1.5.1       |DONE      |Manifest: NOSIGNATURE
                Jade-1.19.1-forge-8.9.1.jar                       |Jade                          |jade                          |8.9.1               |DONE      |Manifest: NOSIGNATURE
                CreativeCore_FORGE_v2.9.4_mc1.19.2.jar            |CreativeCore                  |creativecore                  |2.9.3               |DONE      |Manifest: NOSIGNATURE
                ItemProductionLib-1.19.2-1.0.0a-all.jar           |Item Production Lib           |itemproductionlib             |1.0.0a              |DONE      |Manifest: NOSIGNATURE
                spectrelib-forge-0.12.6+1.19.2.jar                |SpectreLib                    |spectrelib                    |0.12.6+1.19.2       |DONE      |Manifest: NOSIGNATURE
                smoothboot(reloaded)-mc1.19.2-0.0.2.jar           |Smooth Boot (Reloaded)        |smoothboot                    |0.0.2               |DONE      |Manifest: NOSIGNATURE
                PassiveSkillTree-1.19.2-BETA-0.6.3a-all.jar       |Passive Skill Tree            |skilltree                     |0.6.3a              |DONE      |Manifest: NOSIGNATURE
                easy_villagers-1.19.2-1.0.17.jar                  |Easy Villagers                |easy_villagers                |1.19.2-1.0.17       |DONE      |Manifest: NOSIGNATURE
                BrewinAndChewin-1.19-2.0.jar                      |Brewin' and Chewin'           |brewinandchewin               |1.19-2.0            |DONE      |Manifest: NOSIGNATURE
                FarmersRespite-1.19-2.0.jar                       |Farmer's Respite              |farmersrespite                |1.19-2.0            |DONE      |Manifest: NOSIGNATURE
                flywheel-forge-1.19.2-0.6.10-20.jar               |Flywheel                      |flywheel                      |0.6.10-20           |DONE      |Manifest: NOSIGNATURE
                create-1.19.2-0.5.1.f.jar                         |Create                        |create                        |0.5.1.f             |DONE      |Manifest: NOSIGNATURE
                ecologics-forge-1.19.2-2.1.11.jar                 |Ecologics                     |ecologics                     |2.1.11              |DONE      |Manifest: NOSIGNATURE
                brutalbosses-1.19.2-6.3.jar                       |brutalbosses mod              |brutalbosses                  |1.19.2-6.3          |DONE      |Manifest: NOSIGNATURE
                corail_recycler-5.6.1-1.19.2.jar                  |Corail Recycler               |corail_recycler               |5.6.1               |DONE      |Manifest: NOSIGNATURE
                sit-1.19-1.3.3.jar                                |Sit                           |sit                           |1.3.3               |DONE      |Manifest: NOSIGNATURE
                modonomicon-1.19.2-1.34.0.jar                     |Modonomicon                   |modonomicon                   |1.34.0              |DONE      |Manifest: NOSIGNATURE
                creeperoverhaul-2.0.9-forge.jar                   |Creeper Overhaul              |creeperoverhaul               |2.0.9               |DONE      |Manifest: NOSIGNATURE
                appleskin-forge-mc1.19-2.4.2.jar                  |AppleSkin                     |appleskin                     |2.4.2+mc1.19        |DONE      |Manifest: NOSIGNATURE
                occultism-1.19.2-1.88.1.jar                       |Occultism                     |occultism                     |1.88.1              |DONE      |Manifest: NOSIGNATURE
                edit-signs-1.jar                                  |Edit Signs                    |edit_signs_mr                 |1                   |DONE      |Manifest: NOSIGNATURE
                PuzzlesLib-v4.4.3-1.19.2-Forge.jar                |Puzzles Lib                   |puzzleslib                    |4.4.3               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
                player_companions_1.19.2-6.10.0.jar               |Player Companions             |player_companions             |6.10.0              |DONE      |Manifest: NOSIGNATURE
                realmrpg_dragon_wyrms_1.0.1_forge_1.19.2.jar      |Realm RPG: Dragon Wyrms       |realmrpg_wyrms                |1.0.1               |DONE      |Manifest: NOSIGNATURE
                CosmeticArmorReworked-1.19.2-v1a.jar              |CosmeticArmorReworked         |cosmeticarmorreworked         |1.19.2-v1a          |DONE      |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
                expandability-forge-7.0.0.jar                     |ExpandAbility                 |expandability                 |7.0.0               |DONE      |Manifest: NOSIGNATURE
                Vanishmod-1.19.2-1.1.14.jar                       |Vanishmod                     |vmod                          |1.1.14              |DONE      |Manifest: NOSIGNATURE
        Crash Report UUID: 24097473-7c14-44cc-ad73-09c227505ce9
        FML: 43.2
        Forge: net.minecraftforge:43.2.14[17:20:29] [main/ERROR] [minecraft/Main]: Failed to start the minecraft server
net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [
        AttributeFix (attributefix) encountered an error during the complete event phase
§7java.lang.NullPointerException: Cannot read field "attributes" because the return value of "com.google.gson.Gson.fromJson(java.io.Reader, java.lang.Class)" is null
]
        at net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:243) ~[fmlcore-1.19.2-43.2.14.jar%23322!/:?] {}
        at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$24(ModLoader.java:208) ~[fmlcore-1.19.2-43.2.14.jar%23322!/:?] {}
        at java.util.Optional.ifPresent(Optional.java:178) ~[?:?] {re:mixin}
        at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:208) ~[fmlcore-1.19.2-43.2.14.jar%23322!/:?] {}
        at net.minecraftforge.fml.ModLoader.lambda$finishMods$20(ModLoader.java:197) ~[fmlcore-1.19.2-43.2.14.jar%23322!/:?] {}
        at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
        at net.minecraftforge.fml.ModLoader.finishMods(ModLoader.java:197) ~[fmlcore-1.19.2-43.2.14.jar%23322!/:?] {}
        at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:34) ~[forge-1.19.2-43.2.14-universal.jar%23326!/:?] {re:classloading}
        at net.minecraft.server.Main.main(Main.java:113) ~[server-1.19.2-20220805.130853-srg.jar%23321!/:?] {re:classloading,re:mixin,pl:mixin:A}
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
        at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
        at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29) ~[fmlloader-1.19.2-43.2.14.jar%2367!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2354!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2354!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2354!/:?] {}
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2354!/:?] {}
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2354!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2354!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2354!/:?] {}
        at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}