MC百科社群

标题: 版本1.20.1,Forge,自打MOD,崩溃求助 [打印本页]

作者: QQ酱641303    时间: 2023-10-26 07:08
标题: 版本1.20.1,Forge,自打MOD,崩溃求助
问题细节:游戏能正常进入,创造模式下可以正常打怪游玩
                 生存模式下在某个区域跑图会突然卡住,然后卡死崩溃
                 不知道是结构MOD的问题还是别的
                 求分析


[spoiler=日志]---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 2023-10-26 02:38:33
Description: Encountered exception while building chunk meshes

java.lang.NullPointerException: Cannot invoke "net.minecraft.client.renderer.texture.TextureAtlasSprite.m_118367_(double)" because "sprite" is null
        at me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.FluidRenderer.render(FluidRenderer.java:340) ~[rubidium-mc1.20.1-0.7.1.jar%23396!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:separate_ao.MixinFluidRenderer,pl:mixin:A}
        at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:125) ~[rubidium-mc1.20.1-0.7.1.jar%23396!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:block_id.MixinChunkRenderRebuildTask,pl:mixin:A}
        at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:45) ~[rubidium-mc1.20.1-0.7.1.jar%23396!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:block_id.MixinChunkRenderRebuildTask,pl:mixin:A}
        at me.jellysquid.mods.sodium.client.render.chunk.compile.executor.ChunkJobTyped.execute(ChunkJobTyped.java:44) ~[rubidium-mc1.20.1-0.7.1.jar%23396!/:?] {re:computing_frames,re:classloading}
        at me.jellysquid.mods.sodium.client.render.chunk.compile.executor.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:186) ~[rubidium-mc1.20.1-0.7.1.jar%23396!/:?] {re:classloading}
        at java.lang.Thread.run(Thread.java:833) ~[?:?] {re:mixin}


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

-- Head --
Thread: Render thread
Stacktrace:
        at me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.FluidRenderer.render(FluidRenderer.java:340) ~[rubidium-mc1.20.1-0.7.1.jar%23396!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:separate_ao.MixinFluidRenderer,pl:mixin:A}
-- Block being rendered --
Details:
        Block: Block{minecraft:lava}[level=0]
        Block location: World: (-670,-32,22), Section: (at 2,0,6 in -42,-2,1; chunk contains blocks -672,-64,16 to -657,319,31), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,-64,0 to -513,319,511)
        Chunk section: RenderSection at chunk (-42, -2, 1) from (-672, -32, 16) to (-657, -17, 31)
        Render context volume: BoundingBox{minX=-674, minY=-34, minZ=14, maxX=-655, maxY=-15, maxZ=33}
Stacktrace:
        at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:125) ~[rubidium-mc1.20.1-0.7.1.jar%23396!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:block_id.MixinChunkRenderRebuildTask,pl:mixin:A}
        at me.jellysquid.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:45) ~[rubidium-mc1.20.1-0.7.1.jar%23396!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.oculus.compat.sodium.json:block_id.MixinChunkRenderRebuildTask,pl:mixin:A}
        at me.jellysquid.mods.sodium.client.render.chunk.compile.executor.ChunkJobTyped.execute(ChunkJobTyped.java:44) ~[rubidium-mc1.20.1-0.7.1.jar%23396!/:?] {re:computing_frames,re:classloading}
        at me.jellysquid.mods.sodium.client.render.chunk.compile.executor.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:186) ~[rubidium-mc1.20.1-0.7.1.jar%23396!/:?] {re:classloading}
        at java.lang.Thread.run(Thread.java:833) ~[?:?] {re:mixin}


-- Affected level --
Details:
        All players: 1 total; [LocalPlayer['wesingos'/2803, l='ClientLevel', x=-527.03, y=84.00, z=132.30]]
        Chunk stats: 1024, 609
        Level dimension: minecraft:overworld
        Level spawn location: World: (-160,76,-48), Section: (at 0,12,0 in -10,4,-3; chunk contains blocks -160,-64,-48 to -145,319,-33), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
        Level time: 9306 game time, 9306 day time
        Server brand: forge
        Server type: Integrated singleplayer server
Stacktrace:
        at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:455) ~[client-1.20.1-20230612.114412-srg.jar%23432!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:rubidium.mixins.json:core.world.biome.ClientWorldMixin,pl:mixin:APP:rubidium.mixins.json:core.world.map.ClientWorldMixin,pl:mixin:APP:mixins.oculus.vertexformat.json:block_rendering.MixinClientLevel,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:entityculling.mixins.json:ClientWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2319) ~[client-1.20.1-20230612.114412-srg.jar%23432!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:imblocker:window_focus_asm,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:imblocker:window_focus_asm,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:735) ~[client-1.20.1-20230612.114412-srg.jar%23432!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:imblocker:window_focus_asm,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:imblocker:window_focus_asm,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.main.Main.main(Main.java:218) ~[1.20.1-Forge_47.2.0.jar:?] {re:classloading,pl:runtimedistcleaner: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.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.2.0.jar:?] {}
        at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.2.0.jar:?] {}
        at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.2.0.jar:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
        at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
        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 oolloo.jlw.Wrapper.invokeMain(Wrapper.java:60) ~[?:?] {}
        at oolloo.jlw.Wrapper.main(Wrapper.java:53) ~[?:?] {}


-- Last reload --
Details:
        Reload number: 1
        Reload reason: initial
        Finished: Yes
        Packs: mod_resources, vanilla, file/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip, file/PCL2 Skin.zip

-- System Details --
Details:
        Minecraft Version: 1.20.1
        Minecraft Version ID: 1.20.1
        Operating System: Windows 10 (amd64) version 10.0
        Java Version: 17.0.3, Microsoft
        Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
        Memory: 3300228576 bytes (3147 MiB) / 8900313088 bytes (8488 MiB) up to 9026142208 bytes (8608 MiB)
        CPUs: 8
        Processor Vendor: GenuineIntel
        Processor Name: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
        Identifier: Intel64 Family 6 Model 94 Stepping 3
        Microarchitecture: Skylake (Client)
        Frequency (GHz): 2.59
        Number of physical packages: 1
        Number of physical CPUs: 4
        Number of logical CPUs: 8
        Graphics card #0 name: NVIDIA GeForce GTX 970M
        Graphics card #0 vendor: NVIDIA (0x10de)
        Graphics card #0 VRAM (MB): 3072.00
        Graphics card #0 deviceId: 0x13d8
        Graphics card #0 versionInfo: DriverVersion=27.21.14.6140
        Graphics card #1 name: Intel(R) HD Graphics 530
        Graphics card #1 vendor: Intel Corporation (0x8086)
        Graphics card #1 VRAM (MB): 1024.00
        Graphics card #1 deviceId: 0x191b
        Graphics card #1 versionInfo: DriverVersion=27.20.100.9168
        Memory slot #0 capacity (MB): 8192.00
        Memory slot #0 clockSpeed (GHz): 2.13
        Memory slot #0 type: DDR4
        Memory slot #1 capacity (MB): 8192.00
        Memory slot #1 clockSpeed (GHz): 2.13
        Memory slot #1 type: DDR4
        Virtual memory max (MB): 35716.04
        Virtual memory used (MB): 17274.83
        Swap memory total (MB): 19456.00
        Swap memory used (MB): 129.24
        JVM Flags: 6 total; -XX:+UseG1GC -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmn256m -Xmx8601m
        Loaded Shaderpack: (off)
        Launched Version: 1.20.1-Forge_47.2.0
        Backend library: LWJGL version 3.3.1 build 7
        Backend API: GeForce GTX 970M/PCIe/SSE2 GL version 4.6.0 NVIDIA 461.40, NVIDIA Corporation
        Window size: 1920x1080
        GL Caps: Using framebuffer using OpenGL 3.2
        GL debug messages:
        Using VBOs: Yes
        Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
        Type: Integrated Server (map_client.txt)
        Graphics mode: fancy
        Resource Packs: vanilla, file/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip, file/PCL2 Skin.zip
        Current Language: zh_cn
        CPU: 8x Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
        Server Running: true
        Player Count: 1 / 8; [ServerPlayer['wesingos'/2803, l='ServerLevel[新的世界]', x=-526.95, y=84.00, z=132.30]]
        Data Packs: vanilla, mod:totw_modded, mod:cyclopscore, mod:skyvillages (incompatible), mod:betterdungeons, mod:tropicraft, mod:easyanvils, mod:betterwitchhuts, mod:geckolib, mod:nyctophobia (incompatible), mod:illagerinvasion, mod:majruszsdifficulty (incompatible), mod:betteroceanmonuments, mod:tipsmod (incompatible), mod:sophisticatedcore (incompatible), mod:rubidium, mod:modnametooltip (incompatible), mod:forgeendertech, mod:controlling (incompatible), mod:prism (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:yungsapi, mod:mixinextras (incompatible), mod:wstweaks (incompatible), mod:bookshelf, mod:kambrik (incompatible), mod:sophisticatedbackpacks (incompatible), mod:lootbeams (incompatible), mod:guardvillagers (incompatible), mod:relics, mod:clickadv (incompatible), mod:pickupnotifier, mod:balm, mod:jeresources, mod:betterthanmending (incompatible), mod:betterfortresses, mod:cloth_config (incompatible), mod:dummmmmmy (incompatible), mod:twilightforest, mod:structure_gel, mod:equipmentcompare (incompatible), mod:corpse, mod:advancementplaques (incompatible), mod:farmersdelight, mod:repurposed_structures, mod:structurecompass, mod:yungsbridges, mod:resourcefulconfig (incompatible), mod:dungeons_enhanced, mod:highlighter (incompatible), mod:philipsruins (incompatible), mod:bountiful (incompatible), mod:cataclysm (incompatible), mod:curios (incompatible), mod:patchouli (incompatible), mod:oculus, mod:collective, mod:searchables (incompatible), mod:yungsextras, mod:mr_dungeons_andtaverns (incompatible), mod:attributeslib (incompatible), mod:elevatorid, mod:betterstrongholds, mod:resourcefullib (incompatible), mod:twilightdelight (incompatible), mod:inventoryprofilesnext (incompatible), mod:architectury (incompatible), mod:cupboard (incompatible), mod:betterendisland, mod:jadeaddons (incompatible), mod:framework, mod:fallingtree (incompatible), mod:l2library (incompatible), mod:t_and_t, mod:bettermineshafts, mod:bettermodsbutton, mod:tradingpost, mod:betterjungletemples, mod:effectdescriptions, mod:doubledoors, mod:trashslot, mod:octolib (incompatible), mod:easymagic, mod:rpghud (incompatible), mod:mmorpg (incompatible), mod:jei, mod:everlastingabilities, mod:visualworkbench, mod:universalbonemeal, mod:graveyard (incompatible), mod:attributefix (incompatible), mod:goblintraders (incompatible), mod:travelersbackpack, mod:naturescompass, mod:itemborders (incompatible), mod:dungeoncrawl, mod:charginggadgets (incompatible), mod:betterdeserttemples, mod:ars_nouveau (incompatible), mod:skinlayers3d, mod:forge, mod:tarotcards, mod:friendsandfoes (incompatible), mod:chococraft, mod:dungeons_arise, mod:libipn (incompatible), mod:enchdesc (incompatible), mod:terrablender (incompatible), mod:moonlight (incompatible), mod:endermanoverhaul (incompatible), mod:mousetweaks, mod:jade (incompatible), mod:mlib (incompatible), mod:adlods, mod:spectrelib (incompatible), mod:kotlinforforge (incompatible), mod:barteringstation, mod:iceberg (incompatible), mod:polymorph (incompatible), mod:diagonalfences, mod:entityculling, mod:betterarcheology, mod:buildinggadgets2 (incompatible), mod:library_of_exile (incompatible), mod:wabi_sabi_structures, mod:tlc (incompatible), mod:creeperoverhaul, mod:appleskin (incompatible), mod:puzzleslib, mod:charmofundying (incompatible), mod:overflowingbars, mod:imblocker, mod:cristellib (incompatible), mod:ftbultimine (incompatible), mod:ftblibrary (incompatible), mod:journeymap (incompatible)
        Enabled Feature Flags: minecraft:vanilla
        World Generation: Stable
        ModLauncher: 10.0.9+10.0.9+main.dcd20f30
        ModLauncher launch target: forgeclient
        ModLauncher naming: srg
        ModLauncher services:
                mixin-0.8.5.jar mixin PLUGINSERVICE
                eventbus-6.0.5.jar eventbus PLUGINSERVICE
                fmlloader-1.20.1-47.2.0.jar slf4jfixer PLUGINSERVICE
                fmlloader-1.20.1-47.2.0.jar object_holder_definalize PLUGINSERVICE
                fmlloader-1.20.1-47.2.0.jar runtime_enum_extender PLUGINSERVICE
                fmlloader-1.20.1-47.2.0.jar capability_token_subclass PLUGINSERVICE
                accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
                fmlloader-1.20.1-47.2.0.jar runtimedistcleaner PLUGINSERVICE
                modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
                modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
                modlauncher-10.0.9.jar I18nUpdateMod TRANSFORMATIONSERVICE
        FML Language Providers:
                minecraft@1.0
                javafml@null
                kotlinforforge@4.5.0
                lowcodefml@null
        Mod List:
                totw_modded-1.0.2-1.20.1.jar                      |Towers of the Wild Modded     |totw_modded                   |1.0.2-1.20.1        |DONE      |Manifest: NOSIGNATURE
                CyclopsCore-1.20.1-1.18.13.jar                    |Cyclops Core                  |cyclopscore                   |1.18.13             |DONE      |Manifest: NOSIGNATURE
                SkyVillages-1.0.3-1.19.2-1.20.x-forge-release.jar |Sky Villages                  |skyvillages                   |1.0.3               |DONE      |Manifest: NOSIGNATURE
                YungsBetterDungeons-1.20-Forge-4.0.3.jar          |YUNG's Better Dungeons        |betterdungeons                |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE
                Tropicraft-9.6.3.jar                              |Tropicraft                    |tropicraft                    |9.6.3               |DONE      |Manifest: NOSIGNATURE
                EasyAnvils-v8.0.1-1.20.1-Forge.jar                |Easy Anvils                   |easyanvils                    |8.0.1               |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
                YungsBetterWitchHuts-1.20-Forge-3.0.3.jar         |YUNG's Better Witch Huts      |betterwitchhuts               |1.20-Forge-3.0.3    |DONE      |Manifest: NOSIGNATURE
                geckolib-forge-1.20.1-4.2.3.jar                   |GeckoLib 4                    |geckolib                      |4.2.3               |DONE      |Manifest: NOSIGNATURE
                Nyctophobia_1.6_(FORGE)_for_1.20+.jar             |Nyctophobia                   |nyctophobia                   |1.6                 |DONE      |Manifest: NOSIGNATURE
                IllagerInvasion-v8.0.2-1.20.1-Forge.jar           |Illager Invasion              |illagerinvasion               |8.0.2               |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
                majruszs-difficulty-1.20.1-1.8.1.jar              |Majrusz's Progressive Difficul|majruszsdifficulty            |1.8.1               |DONE      |Manifest: NOSIGNATURE
                YungsBetterOceanMonuments-1.20-Forge-3.0.3.jar    |YUNG's Better Ocean Monuments |betteroceanmonuments          |1.20-Forge-3.0.3    |DONE      |Manifest: NOSIGNATURE
                Tips-Forge-1.20.1-12.0.3.jar                      |Tips                          |tipsmod                       |12.0.3              |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
                sophisticatedcore-1.20.1-0.5.100.457.jar          |Sophisticated Core            |sophisticatedcore             |0.5.100.457         |DONE      |Manifest: NOSIGNATURE
                rubidium-mc1.20.1-0.7.1.jar                       |Rubidium                      |rubidium                      |0.7.1               |DONE      |Manifest: NOSIGNATURE
                modnametooltip-1.20.1-1.20.0.jar                  |Mod Name Tooltip              |modnametooltip                |1.20.0              |DONE      |Manifest: NOSIGNATURE
                ForgeEndertech-1.20.1-11.1.0.0-build.0142.jar     |ForgeEndertech                |forgeendertech                |11.1.0.0            |DONE      |Manifest: NOSIGNATURE
                Controlling-forge-1.20.1-12.0.2.jar               |Controlling                   |controlling                   |12.0.2              |DONE      |Manifest: NOSIGNATURE
                Prism-1.20.1-forge-1.0.5.jar                      |Prism                         |prism                         |1.0.5               |DONE      |Manifest: NOSIGNATURE
                Placebo-1.20.1-8.3.7.jar                          |Placebo                       |placebo                       |8.3.7               |DONE      |Manifest: NOSIGNATURE
                citadel-2.4.7-1.20.1.jar                          |Citadel                       |citadel                       |2.4.7               |DONE      |Manifest: NOSIGNATURE
                alexsmobs-1.22.6.jar                              |Alex's Mobs                   |alexsmobs                     |1.22.6              |DONE      |Manifest: NOSIGNATURE
                YungsApi-1.20-Forge-4.0.2.jar                     |YUNG's API                    |yungsapi                      |1.20-Forge-4.0.2    |DONE      |Manifest: NOSIGNATURE
                mixinextras-forge-0.2.0-rc.5.jar                  |MixinExtras                   |mixinextras                   |0.2.0-rc.5          |DONE      |Manifest: NOSIGNATURE
                WitherSkeletonTweaks-1.20.1-9.0.1.jar             |Wither Skeleton Tweaks        |wstweaks                      |9.0.1               |DONE      |Manifest: NOSIGNATURE
                Bookshelf-Forge-1.20.1-20.1.6.jar                 |Bookshelf                     |bookshelf                     |20.1.6              |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
                Kambrik-6.1.1+1.20.1-forge.jar                    |Kambrik                       |kambrik                       |6.1.1+1.20.1        |DONE      |Manifest: NOSIGNATURE
                sophisticatedbackpacks-1.20.1-3.18.65.935.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |3.18.65.935         |DONE      |Manifest: NOSIGNATURE
                lootbeams-1.20.1-1.2.2.jar                        |LootBeams                     |lootbeams                     |1.20.1              |DONE      |Manifest: NOSIGNATURE
                guardvillagers-1.20.1-1.6.3.jar                   |Guard Villagers               |guardvillagers                |1.20.1-1.6.3        |DONE      |Manifest: NOSIGNATURE
                relics-1.20.1-0.4.9.jar                           |Relics                        |relics                        |0.4.9               |DONE      |Manifest: NOSIGNATURE
                clickadv-1.20.1-3.5.jar                           |clickadv mod                  |clickadv                      |1.20.1-3.5          |DONE      |Manifest: NOSIGNATURE
                PickUpNotifier-v8.0.0-1.20.1-Forge.jar            |Pick Up Notifier              |pickupnotifier                |8.0.0               |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
                balm-forge-1.20.1-7.1.4.jar                       |Balm                          |balm                          |7.1.4               |DONE      |Manifest: NOSIGNATURE
                JustEnoughResources-1.20.1-1.4.0.238.jar          |Just Enough Resources         |jeresources                   |1.4.0.238           |DONE      |Manifest: NOSIGNATURE
                BetterThanMending-1.7.2.jar                       |BetterThanMending             |betterthanmending             |1.7.2               |DONE      |Manifest: NOSIGNATURE
                YungsBetterNetherFortresses-1.20-Forge-2.0.5.jar  |YUNG's Better Nether Fortresse|betterfortresses              |1.20-Forge-2.0.5    |DONE      |Manifest: NOSIGNATURE
                cloth-config-12.0.109-forge.jar                   |Cloth Config v12 API          |cloth_config                  |12.0.109            |DONE      |Manifest: NOSIGNATURE
                dummmmmmy-1.20-1.8.3.jar                          |MmmMmmMmmmmm                  |dummmmmmy                     |1.20-1.8.3          |DONE      |Manifest: NOSIGNATURE
                twilightforest-1.20.1-4.3.1860-universal.jar      |The Twilight Forest           |twilightforest                |4.3.1860            |DONE      |Manifest: NOSIGNATURE
                structure_gel-1.20.1-2.15.0.jar                   |Structure Gel API             |structure_gel                 |2.15.0              |DONE      |Manifest: NOSIGNATURE
                EquipmentCompare-1.20.1-forge-1.3.7.jar           |Equipment Compare             |equipmentcompare              |1.3.7               |DONE      |Manifest: NOSIGNATURE
                corpse-1.20.1-1.0.5.jar                           |Corpse                        |corpse                        |1.20.1-1.0.5        |DONE      |Manifest: NOSIGNATURE
                AdvancementPlaques-1.20.1-forge-1.4.10.jar        |Advancement Plaques           |advancementplaques            |1.4.10              |DONE      |Manifest: NOSIGNATURE
                FarmersDelight-1.20.1-1.2.3.jar                   |Farmer's Delight              |farmersdelight                |1.20.1-1.2.3        |DONE      |Manifest: NOSIGNATURE
                repurposed_structures-7.1.7+1.20.1-forge.jar      |Repurposed Structures         |repurposed_structures         |7.1.7+1.20.1-forge  |DONE      |Manifest: NOSIGNATURE
                StructureCompass-1.20.1-2.0.6.jar                 |Structure Compass Mod         |structurecompass              |2.0.6               |DONE      |Manifest: NOSIGNATURE
                YungsBridges-1.20-Forge-4.0.3.jar                 |YUNG's Bridges                |yungsbridges                  |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE
                resourcefulconfig-forge-1.20.1-2.1.0.jar          |Resourcefulconfig             |resourcefulconfig             |2.1.0               |DONE      |Manifest: NOSIGNATURE
                dungeons_enhanced-1.20.1-5.2.jar                  |Dungeons Enhanced             |dungeons_enhanced             |5.2                 |DONE      |Manifest: NOSIGNATURE
                Highlighter-1.20.1-forge-1.1.7.jar                |Highlighter                   |highlighter                   |1.1.7               |DONE      |Manifest: NOSIGNATURE
                Philips-Ruins1.20.1-2.4.jar                       |Philips Ruins                 |philipsruins                  |2.4                 |DONE      |Manifest: NOSIGNATURE
                Bountiful-6.0.3+1.20.1-forge.jar                  |Bountiful                     |bountiful                     |6.0.3+1.20.1        |DONE      |Manifest: NOSIGNATURE
                L_Enders_Cataclysm-1.39 -1.20.1.jar               |Cataclysm Mod                 |cataclysm                     |1.0                 |DONE      |Manifest: NOSIGNATURE
                curios-forge-5.4.0+1.20.1.jar                     |Curios API                    |curios                        |5.4.0+1.20.1        |DONE      |Manifest: NOSIGNATURE
                Patchouli-1.20.1-81-FORGE.jar                     |Patchouli                     |patchouli                     |1.20.1-81-FORGE     |DONE      |Manifest: NOSIGNATURE
                oculus-mc1.20.1-1.6.9.jar                         |Oculus                        |oculus                        |1.6.9               |DONE      |Manifest: NOSIGNATURE
                collective-1.20.1-6.66.jar                        |Collective                    |collective                    |6.66                |DONE      |Manifest: NOSIGNATURE
                Searchables-forge-1.20.1-1.0.2.jar                |Searchables                   |searchables                   |1.0.2               |DONE      |Manifest: NOSIGNATURE
                YungsExtras-1.20-Forge-4.0.3.jar                  |YUNG's Extras                 |yungsextras                   |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE
                dungeons-and-taverns-3.0.3.jar                    |Dungeons and Taverns          |mr_dungeons_andtaverns        |3.0.3               |DONE      |Manifest: NOSIGNATURE
                ApothicAttributes-1.20.1-1.1.4.jar                |Apothic Attributes            |attributeslib                 |1.1.4               |DONE      |Manifest: NOSIGNATURE
                elevatorid-1.20.1-1.8.15.jar                      |Elevator Mod                  |elevatorid                    |1.20.1-1.8.15       |DONE      |Manifest: NOSIGNATURE
                ftb-ultimine-forge-2001.1.2.jar                   |FTB Ultimine                  |ftbultimine                   |2001.1.2            |DONE      |Manifest: NOSIGNATURE
                YungsBetterStrongholds-1.20-Forge-4.0.3.jar       |YUNG's Better Strongholds     |betterstrongholds             |1.20-Forge-4.0.3    |DONE      |Manifest: NOSIGNATURE
                resourcefullib-forge-1.20.1-2.1.13.jar            |Resourceful Lib               |resourcefullib                |2.1.13              |DONE      |Manifest: NOSIGNATURE
                twilightdelight-2.0.3.jar                         |Twilight's Flavor & Delight   |twilightdelight               |2.0.3               |DONE      |Manifest: NOSIGNATURE
                InventoryProfilesNext-forge-1.20-1.10.9.jar       |Inventory Profiles Next       |inventoryprofilesnext         |1.10.9              |DONE      |Manifest: NOSIGNATURE
                architectury-9.1.12-forge.jar                     |Architectury                  |architectury                  |9.1.12              |DONE      |Manifest: NOSIGNATURE
                cupboard-1.20.1-2.1.jar                           |Cupboard utilities            |cupboard                      |1.20.1-2.1          |DONE      |Manifest: NOSIGNATURE
                YungsBetterEndIsland-1.20-Forge-2.0.4.jar         |YUNG's Better End Island      |betterendisland               |1.20-Forge-2.0.4    |DONE      |Manifest: NOSIGNATURE
                JadeAddons-1.20.1-forge-5.2.0.jar                 |Jade Addons                   |jadeaddons                    |5.2.0               |DONE      |Manifest: NOSIGNATURE
                framework-forge-1.20.1-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
                FallingTree-1.20.1-4.3.0.jar                      |FallingTree                   |fallingtree                   |4.3.0               |DONE      |Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29
                l2library-2.4.16-slim.jar                         |L2 Library                    |l2library                     |2.4.16              |DONE      |Manifest: NOSIGNATURE
                Towns-and-Towers-1.11.1-Fabric+Forge.jar          |Towns and Towers              |t_and_t                       |0.0NONE             |DONE      |Manifest: NOSIGNATURE
                YungsBetterMineshafts-1.20-Forge-4.0.4.jar        |YUNG's Better Mineshafts      |bettermineshafts              |1.20-Forge-4.0.4    |DONE      |Manifest: NOSIGNATURE
                BetterModsButton-v8.0.2-1.20.1-Forge.jar          |Better Mods Button            |bettermodsbutton              |8.0.2               |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
                TradingPost-v8.0.1-1.20.1-Forge.jar               |Trading Post                  |tradingpost                   |8.0.1               |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
                YungsBetterJungleTemples-1.20-Forge-2.0.4.jar     |YUNG's Better Jungle Temples  |betterjungletemples           |1.20-Forge-2.0.4    |DONE      |Manifest: NOSIGNATURE
                EffectDescriptions-v8.0.2-1.20.1-Forge.jar        |Effect Descriptions           |effectdescriptions            |8.0.2               |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
                doubledoors-1.20.1-5.0.jar                        |Double Doors                  |doubledoors                   |5.0                 |DONE      |Manifest: NOSIGNATURE
                trashslot-forge-1.20-15.1.0.jar                   |TrashSlot                     |trashslot                     |15.1.0              |DONE      |Manifest: NOSIGNATURE
                ftb-library-forge-2001.1.3.jar                    |FTB Library                   |ftblibrary                    |2001.1.3            |DONE      |Manifest: NOSIGNATURE
                octolib-0.1.jar                                   |OctoLib                       |octolib                       |0.1                 |DONE      |Manifest: NOSIGNATURE
                EasyMagic-v8.0.1-1.20.1-Forge.jar                 |Easy Magic                    |easymagic                     |8.0.1               |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
                [1.20.1][Forge] RPG-HUD-3.10.jar                  |RPG-HUD                       |rpghud                        |3.10                |DONE      |Manifest: NOSIGNATURE
                Mine_and_Slash_BETA-1.20.1-5.3.1.jar              |Mine and Slash                |mmorpg                        |5.3.1               |DONE      |Manifest: NOSIGNATURE
                jei-1.20.1-forge-15.2.0.27.jar                    |Just Enough Items             |jei                           |15.2.0.27           |DONE      |Manifest: NOSIGNATURE
                EverlastingAbilities-1.20.1-2.0.9.jar             |EverlastingAbilities          |everlastingabilities          |2.0.9               |DONE      |Manifest: NOSIGNATURE
                VisualWorkbench-v8.0.0-1.20.1-Forge.jar           |Visual Workbench              |visualworkbench               |8.0.0               |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
                UniversalBoneMeal-v8.0.1-1.20.1-Forge.jar         |Universal Bone Meal           |universalbonemeal             |8.0.1               |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
                The_Graveyard_3.0_(FORGE)_for_1.20.1.jar          |The Graveyard                 |graveyard                     |3.0                 |DONE      |Manifest: NOSIGNATURE
                AttributeFix-Forge-1.20.1-21.0.2.jar              |AttributeFix                  |attributefix                  |21.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
                goblintraders-forge-1.20.1-1.9.3.jar              |Goblin Traders                |goblintraders                 |1.9.3               |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
                journeymap-1.20.1-5.9.15-forge.jar                |Journeymap                    |journeymap                    |5.9.15              |DONE      |Manifest: NOSIGNATURE
                TravelersBackpack-1.20.1-9.1.10.jar               |Traveler's Backpack           |travelersbackpack             |9.1.10              |DONE      |Manifest: NOSIGNATURE
                NaturesCompass-1.20.1-1.11.2-forge.jar            |Nature's Compass              |naturescompass                |1.20.1-1.11.2-forge |DONE      |Manifest: NOSIGNATURE
                ItemBorders-1.20.1-forge-1.2.0.jar                |Item Borders                  |itemborders                   |1.2.0               |DONE      |Manifest: NOSIGNATURE
                Dungeon Crawl-1.20.1-2.3.14.jar                   |Dungeon Crawl                 |dungeoncrawl                  |2.3.14              |DONE      |Manifest: NOSIGNATURE
                charginggadgets-1.11.0.jar                        |Charging Gadgets              |charginggadgets               |1.11.0              |DONE      |Manifest: NOSIGNATURE
                YungsBetterDesertTemples-1.20-Forge-3.0.3.jar     |YUNG's Better Desert Temples  |betterdeserttemples           |1.20-Forge-3.0.3    |DONE      |Manifest: NOSIGNATURE
                ars_nouveau-1.20.1-4.7.4-all.jar                  |Ars Nouveau                   |ars_nouveau                   |4.7.4               |DONE      |Manifest: NOSIGNATURE
                3dskinlayers-forge-1.5.4-mc1.20.1.jar             |3dSkinLayers                  |skinlayers3d                  |1.5.4               |DONE      |Manifest: NOSIGNATURE
                forge-1.20.1-47.2.0-universal.jar                 |Forge                         |forge                         |47.2.0              |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
                tarotcards-1.20-1.5.5.jar                         |Tarot Cards                   |tarotcards                    |1.20-1.5.5          |DONE      |Manifest: NOSIGNATURE
                friendsandfoes-forge-mc1.20.1-1.9.8.jar           |Friends&Foes                  |friendsandfoes                |1.9.8               |DONE      |Manifest: NOSIGNATURE
                chococraft-1.20.1-forge-0.9.10.jar                |Chococraft 4                  |chococraft                    |0.9.10              |DONE      |Manifest: NOSIGNATURE
                DungeonsArise-1.20.1-2.1.57-release.jar           |When Dungeons Arise           |dungeons_arise                |2.1.57-1.20.1       |DONE      |Manifest: NOSIGNATURE
                client-1.20.1-20230612.114412-srg.jar             |Minecraft                     |minecraft                     |1.20.1              |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
                libIPN-forge-1.20-4.0.0.jar                       |libIPN                        |libipn                        |4.0.0               |DONE      |Manifest: NOSIGNATURE
                EnchantmentDescriptions-Forge-1.20.1-17.0.8.jar   |EnchantmentDescriptions       |enchdesc                      |17.0.8              |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
                TerraBlender-forge-1.20.1-3.0.0.169.jar           |TerraBlender                  |terrablender                  |3.0.0.169           |DONE      |Manifest: NOSIGNATURE
                moonlight-1.20-2.8.51-forge.jar                   |Moonlight Library             |moonlight                     |1.20-2.8.51         |DONE      |Manifest: NOSIGNATURE
                endermanoverhaul-forge-1.20.1-1.0.1.jar           |Enderman Overhaul             |endermanoverhaul              |1.0.1               |DONE      |Manifest: NOSIGNATURE
                MouseTweaks-forge-mc1.20-2.25.jar                 |Mouse Tweaks                  |mousetweaks                   |2.25                |DONE      |Manifest: NOSIGNATURE
                Jade-1.20.1-forge-11.6.3.jar                      |Jade                          |jade                          |11.6.3              |DONE      |Manifest: NOSIGNATURE
                majrusz-library-1.20.1-5.1.2.jar                  |Majrusz Library               |mlib                          |5.1.2               |DONE      |Manifest: NOSIGNATURE
                AdLods-1.20.1-8.1.0.0-build.0142.jar              |Large Ore Deposits            |adlods                        |8.1.0.0             |DONE      |Manifest: NOSIGNATURE
                spectrelib-forge-0.13.14+1.20.1.jar               |SpectreLib                    |spectrelib                    |0.13.14+1.20.1      |DONE      |Manifest: NOSIGNATURE
                kffmod-4.5.0.jar                                  |Kotlin For Forge              |kotlinforforge                |4.5.0               |DONE      |Manifest: NOSIGNATURE
                BarteringStation-v8.0.0-1.20.1-Forge.jar          |Bartering Station             |barteringstation              |8.0.0               |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
                Iceberg-1.20.1-forge-1.1.15.jar                   |Iceberg                       |iceberg                       |1.1.15              |DONE      |Manifest: NOSIGNATURE
                polymorph-forge-0.49.1+1.20.1.jar                 |Polymorph                     |polymorph                     |0.49.1+1.20.1       |DONE      |Manifest: NOSIGNATURE
                DiagonalFences-v8.0.1-1.20.1-Forge.jar            |Diagonal Fences               |diagonalfences                |8.0.1               |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
                entityculling-forge-1.6.2-mc1.20.1.jar            |EntityCulling                 |entityculling                 |1.6.2               |DONE      |Manifest: NOSIGNATURE
                betterarcheology-1.0.2.jar                        |Better Archeology             |betterarcheology              |1.0.2               |DONE      |Manifest: NOSIGNATURE
                buildinggadgets2-1.0.5.jar                        |Building Gadgets 2            |buildinggadgets2              |1.0.5               |DONE      |Manifest: NOSIGNATURE
                Library_of_Exile-1.20.1-1.3.6.jar                 |Library Of Exile              |library_of_exile              |1.3.6               |DONE      |Manifest: NOSIGNATURE
                Wabi-Sabi-Structures-2.0.0-1.20-Forge.jar         |Wabi-Sabi Structures          |wabi_sabi_structures          |2.0.0-1.20          |DONE      |Manifest: NOSIGNATURE
                tlc_forge-1.0.3-R-1.20.X.jar                      |The Lost Castle               |tlc                           |1.0.2               |DONE      |Manifest: NOSIGNATURE
                creeperoverhaul-3.0.1-forge.jar                   |Creeper Overhaul              |creeperoverhaul               |3.0.1               |DONE      |Manifest: NOSIGNATURE
                appleskin-forge-mc1.20.1-2.5.1.jar                |AppleSkin                     |appleskin                     |2.5.1+mc1.20.1      |DONE      |Manifest: NOSIGNATURE
                PuzzlesLib-v8.0.24-1.20.1-Forge.jar               |Puzzles Lib                   |puzzleslib                    |8.0.24              |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
                charmofundying-forge-6.4.4+1.20.1.jar             |Charm of Undying              |charmofundying                |6.4.4+1.20.1        |DONE      |Manifest: NOSIGNATURE
                OverflowingBars-v8.0.0-1.20.1-Forge.jar           |Overflowing Bars              |overflowingbars               |8.0.0               |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
                IMBlocker_4.0.5+1.20.jar                          |IMBlocker                     |imblocker                     |4.0.5               |DONE      |Manifest: NOSIGNATURE
                cristellib-1.1.3-forge.jar                        |Cristel Lib                   |cristellib                    |1.1.3               |DONE      |Manifest: NOSIGNATURE
        Crash Report UUID: 71f3a585-c037-48c5-8083-eae4cda2ced1
        FML: 47.2
        Forge: net.minecraftforge:47.2.0

[/spoiler]



作者: baka4n    时间: 2023-10-27 09:00
这貌似是渲染空指针,你这东西慢慢排查肯定是哪个写错了,不知道源码不予详解
作者: baka4n    时间: 2023-10-27 09:02
应该是传值的时候传了个空的值
作者: baka4n    时间: 2023-10-27 09:03
我看你这自打mod?是你自己制作的mod?这个问题你应该是错版了?
作者: QQ酱52330    时间: 2023-10-27 11:36
baka4n 发表于 2023-10-27 09:00
这貌似是渲染空指针,你这东西慢慢排查肯定是哪个写错了,不知道源码不予详解 ...

前几天我看到过有个人差不多的,这个感觉也是铷的锅,换成Embeddium就好了
作者: QQ酱641303    时间: 2023-10-27 13:21
QQ酱52330 发表于 2023-10-27 11:36
前几天我看到过有个人差不多的,这个感觉也是铷的锅,换成Embeddium就好了 ...

好的,我去试试,谢谢




欢迎光临 MC百科社群 (https://bbs.mcmod.cn/) MC百科|最大的MineCraft中文模组百科