Jump to content

Please help game crashes when opening creative menu


D3F3NDR

Recommended Posts

hello. I have a modded server with multiple mods. I  can join it easily but when i try to open the creative menu it crashes the logs are here 

---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 2023-03-28 16:55:41
Description: Unexpected error

java.lang.AbstractMethodError: Receiver class com.unlikepaladin.pfm.registry.forge.ItemGroupRegistry$$Lambda$5190/0x0000000800da5660 does not define or inherit an implementation of the resolved method 'abstract void m_257865_(net.minecraft.world.item.CreativeModeTab$ItemDisplayParameters, net.minecraft.world.item.CreativeModeTab$Output)' of interface net.minecraft.world.item.CreativeModeTab$DisplayItemsGenerator.
    at net.minecraftforge.client.ForgeHooksClient.onCreativeModeTabBuildContents(ForgeHooksClient.java:1216) ~[forge-1.19.4-45.0.27-universal.jar%23171!/:?] {re:classloading}
    at net.minecraft.world.item.CreativeModeTab.m_269498_(CreativeModeTab.java:116) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.item.CreativeModeTabs.m_268957_(CreativeModeTabs.java:1641) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B}
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?] {}
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?] {}
    at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?] {}
    at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) ~[?:?] {}
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {}
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?] {}
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?] {}
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {}
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] {}
    at net.minecraft.world.item.CreativeModeTabs.m_269421_(CreativeModeTabs.java:1640) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.item.CreativeModeTabs.m_269226_(CreativeModeTabs.java:1655) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen.<init>(CreativeModeInventoryScreen.java:88) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.gui.screens.inventory.InventoryScreen.m_7856_(InventoryScreen.java:51) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.gui.screens.Screen.m_6575_(Screen.java:475) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91152_(Minecraft.java:1021) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91279_(Minecraft.java:1949) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91398_(Minecraft.java:1812) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1126) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:731) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:205) ~[1.19.4-forge-45.0.27.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.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.4-45.0.27.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.8.jar:?] {}
    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: Render thread
Stacktrace:
    at net.minecraftforge.client.ForgeHooksClient.onCreativeModeTabBuildContents(ForgeHooksClient.java:1216) ~[forge-1.19.4-45.0.27-universal.jar%23171!/:?] {re:classloading}
    at net.minecraft.world.item.CreativeModeTab.m_269498_(CreativeModeTab.java:116) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.item.CreativeModeTabs.m_268957_(CreativeModeTabs.java:1641) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B}
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?] {}
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?] {}
    at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?] {}
    at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) ~[?:?] {}
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {}
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?] {}
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?] {}
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {}
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] {}
    at net.minecraft.world.item.CreativeModeTabs.m_269421_(CreativeModeTabs.java:1640) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.world.item.CreativeModeTabs.m_269226_(CreativeModeTabs.java:1655) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.client.gui.screens.inventory.CreativeModeInventoryScreen.<init>(CreativeModeInventoryScreen.java:88) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.gui.screens.inventory.InventoryScreen.m_7856_(InventoryScreen.java:51) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.gui.screens.Screen.m_6575_(Screen.java:475) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91152_(Minecraft.java:1021) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91279_(Minecraft.java:1949) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
-- Affected level --
Details:
    All players: 1 total; [LocalPlayer['D3F3NDR'/102, l='ClientLevel', x=271.50, y=69.00, z=312.50]]
    Chunk stats: 529, 319
    Level dimension: minecraft:overworld
    Level spawn location: World: (272,68,320), Section: (at 0,4,0 in 17,4,20; chunk contains blocks 272,-64,320 to 287,319,335), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
    Level time: 47 game time, 47 day time
    Server brand: forge
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:451) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2339) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:753) ~[client-1.19.4-20230314.122934-srg.jar%23166!/:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:205) ~[1.19.4-forge-45.0.27.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.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.4-45.0.27.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.8.jar:?] {}
    at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}


-- Last reload --
Details:
    Reload number: 1
    Reload reason: initial
    Finished: Yes
    Packs: vanilla, mod_resources

-- System Details --
Details:
    Minecraft Version: 1.19.4
    Minecraft Version ID: 1.19.4
    Operating System: Windows 11 (amd64) version 10.0
    Java Version: 17.0.3, Microsoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
    Memory: 2009282368 bytes (1916 MiB) / 5502926848 bytes (5248 MiB) up to 6442450944 bytes (6144 MiB)
    CPUs: 4
    Processor Vendor: GenuineIntel
    Processor Name: Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz
    Identifier: Intel64 Family 6 Model 69 Stepping 1
    Microarchitecture: Haswell (Client)
    Frequency (GHz): 2.49
    Number of physical packages: 1
    Number of physical CPUs: 2
    Number of logical CPUs: 4
    Graphics card #0 name: Intel(R) HD Graphics Family
    Graphics card #0 vendor: Intel Corporation (0x8086)
    Graphics card #0 VRAM (MB): 1024.00
    Graphics card #0 deviceId: 0x0a16
    Graphics card #0 versionInfo: DriverVersion=20.19.15.5126
    Memory slot #0 capacity (MB): 8192.00
    Memory slot #0 clockSpeed (GHz): 1.60
    Memory slot #0 type: DDR3
    Virtual memory max (MB): 18135.93
    Virtual memory used (MB): 15640.52
    Swap memory total (MB): 10065.28
    Swap memory used (MB): 3429.07
    JVM Flags: 13 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:+ParallelRefProcEnabled -Xms2048M -Xmx6144M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M
    Launched Version: 1.19.4-forge-45.0.27
    Backend library: LWJGL version 3.3.1 build 7
    Backend API: Intel(R) HD Graphics 4400 GL version 3.2.0 - Build 20.19.15.5126, Intel
    Window size: 925x530
    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: 
    Current Language: en_us
    CPU: 4x Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz
    Server Running: true
    Player Count: 1 / 8; [ServerPlayer['D3F3NDR'/102, l='ServerLevel[New World]', x=271.50, y=69.00, z=312.50]]
    Data Packs: vanilla, mod:sereneseasons (incompatible), mod:skyvillages (incompatible), mod:cloth_config (incompatible), mod:forge, mod:pfm (incompatible), mod:redmorestructure (incompatible), mod:mvs, mod:gravestone, mod:collective (incompatible), mod:treeharvester (incompatible), mod:comforts (incompatible), mod:spectrelib (incompatible)
    Enabled Feature Flags: minecraft:vanilla
    World Generation: Experimental
    ModLauncher: 10.0.8+10.0.8+main.0ef7e830
    ModLauncher launch target: forgeclient
    ModLauncher naming: srg
    ModLauncher services: 
        mixin-0.8.5.jar mixin PLUGINSERVICE 
        eventbus-6.0.3.jar eventbus PLUGINSERVICE 
        fmlloader-1.19.4-45.0.27.jar slf4jfixer PLUGINSERVICE 
        fmlloader-1.19.4-45.0.27.jar object_holder_definalize PLUGINSERVICE 
        fmlloader-1.19.4-45.0.27.jar runtime_enum_extender PLUGINSERVICE 
        fmlloader-1.19.4-45.0.27.jar capability_token_subclass PLUGINSERVICE 
        accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE 
        fmlloader-1.19.4-45.0.27.jar runtimedistcleaner PLUGINSERVICE 
        modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE 
        modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE 
    FML Language Providers: 
        [email protected]
        lowcodefml@null
        javafml@null
    Mod List: 
        client-1.19.4-20230314.122934-srg.jar             |Minecraft                     |minecraft                     |1.19.4              |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
        SereneSeasons-1.19.4-8.3.0.38.jar                 |Serene Seasons                |sereneseasons                 |8.3.0.38            |DONE      |Manifest: NOSIGNATURE
        SkyVillages-1.0.1-1.19-forge-release.jar          |Sky Villages                  |skyvillages                   |1.0.1-1.19-forge    |DONE      |Manifest: NOSIGNATURE
        cloth-config-10.0.96-forge.jar                    |Cloth Config v10 API          |cloth_config                  |10.0.96             |DONE      |Manifest: NOSIGNATURE
        forge-1.19.4-45.0.27-universal.jar                |Forge                         |forge                         |45.0.27             |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
        paladin-furniture-mod-1.1.2-forge-mc1.19.3.jar    |Paladin's Furniture           |pfm                           |1.1.2               |DONE      |Manifest: NOSIGNATURE
        redstructure-1.0.6-forge-1.19.3.jar               |Reds More Structures          |redmorestructure              |1.0.6-forge-1.19.3  |DONE      |Manifest: NOSIGNATURE
        mvs-3.1.7-1.19.3.jar                              |Moog's Voyager Structures     |mvs                           |3.1.7-1.19.3        |DONE      |Manifest: NOSIGNATURE
        gravestone-1.19.4-1.0.3.jar                       |Gravestone Mod                |gravestone                    |1.19.4-1.0.3        |DONE      |Manifest: NOSIGNATURE
        collective-1.19.4-6.54.jar                        |Collective                    |collective                    |6.54                |DONE      |Manifest: NOSIGNATURE
        treeharvester-1.19.4-8.0.jar                      |Tree Harvester                |treeharvester                 |8.0                 |DONE      |Manifest: NOSIGNATURE
        comforts-forge-6.2.0+1.19.4.jar                   |Comforts                      |comforts                      |6.2.0+1.19.4        |DONE      |Manifest: NOSIGNATURE
        spectrelib-forge-0.12.4+1.19.2.jar                |SpectreLib                    |spectrelib                    |0.12.4+1.19.2       |DONE      |Manifest: NOSIGNATURE
    Crash Report UUID: 82bec920-acf1-4099-ab0a-81f750ca7198
    FML: 45.0
    Forge: net.minecraftforge:45.0.27

Edited by D3F3NDR
wrong log
Link to comment
Share on other sites

Quote

java.lang.AbstractMethodError: Receiver class com.unlikepaladin.pfm.registry.forge.ItemGroupRegistry$$Lambda$5190/0x0000000800da5660 does not define or inherit an implementation of the resolved method 'abstract void m_257865_(net.minecraft.world.item.CreativeModeTab$ItemDisplayParameters, net.minecraft.world.item.CreativeModeTab$Output)' of interface net.minecraft.world.item.CreativeModeTab$DisplayItemsGenerator.

Issue with paladin's furniture mod. 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.