Jump to content

Error when Initializing Game. Please help!


jiggyb123

Recommended Posts

---- Minecraft Crash Report ----
// Uh... Did I do that?

Time: 2023-04-19 17:56:13
Description: Initializing game

java.lang.NoSuchMethodError: 'void net.minecraft.server.packs.repository.Pack.<init>(java.lang.String, boolean, java.util.function.Supplier, net.minecraft.network.chat.Component, net.minecraft.network.chat.Component, net.minecraft.server.packs.repository.PackCompatibility, net.minecraft.server.packs.repository.Pack$Position, boolean, net.minecraft.server.packs.repository.PackSource)'
    at fuzs.resourcepackoverrides.client.packs.repository.ForwardingPack.<init>(ForwardingPack.java:13) ~[ResourcePackOverrides-v4.0.2-1.19.2-Forge.jar%23310!/:4.0.2] {re:mixin,re:classloading}
    at fuzs.resourcepackoverrides.client.packs.repository.ForwardingPack.copy(ForwardingPack.java:18) ~[ResourcePackOverrides-v4.0.2-1.19.2-Forge.jar%23310!/:4.0.2] {re:mixin,re:classloading}
    at net.minecraft.server.packs.repository.PackRepository.md10948e$lambda$discoverAvailable$0$0(PackRepository.java:525) ~[client-1.19.3-20221207.122022-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:resourcepackoverrides.common.mixins.json:client.PackRepositoryMixin,pl:mixin:A}
    at com.google.common.collect.CollectCollectors.lambda$toImmutableMap$6(CollectCollectors.java:185) ~[guava-31.1-jre.jar%23100!/:?] {}
    at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169) ~[?:?] {}
    at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) ~[?:?] {}
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {}
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?] {}
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {}
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[?:?] {}
    at net.minecraft.server.packs.repository.PackRepository.handler$zcm000$discoverAvailable(PackRepository.java:525) ~[client-1.19.3-20221207.122022-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:resourcepackoverrides.common.mixins.json:client.PackRepositoryMixin,pl:mixin:A}
    at net.minecraft.server.packs.repository.PackRepository.m_10526_(PackRepository.java:43) ~[client-1.19.3-20221207.122022-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:resourcepackoverrides.common.mixins.json:client.PackRepositoryMixin,pl:mixin:A}
    at net.minecraft.server.packs.repository.PackRepository.m_10506_(PackRepository.java:30) ~[client-1.19.3-20221207.122022-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:resourcepackoverrides.common.mixins.json:client.PackRepositoryMixin,pl:mixin:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:470) ~[client-1.19.3-20221207.122022-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:resourcepackoverrides.common.mixins.json:client.MinecraftMixin,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[forge-44.1.23.jar:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:51) ~[forge-44.1.23.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.3-44.1.23.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 fuzs.resourcepackoverrides.client.packs.repository.ForwardingPack.<init>(ForwardingPack.java:13) ~[ResourcePackOverrides-v4.0.2-1.19.2-Forge.jar%23310!/:4.0.2] {re:mixin,re:classloading}
    at fuzs.resourcepackoverrides.client.packs.repository.ForwardingPack.copy(ForwardingPack.java:18) ~[ResourcePackOverrides-v4.0.2-1.19.2-Forge.jar%23310!/:4.0.2] {re:mixin,re:classloading}
    at net.minecraft.server.packs.repository.PackRepository.md10948e$lambda$discoverAvailable$0$0(PackRepository.java:525) ~[client-1.19.3-20221207.122022-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:resourcepackoverrides.common.mixins.json:client.PackRepositoryMixin,pl:mixin:A}
    at com.google.common.collect.CollectCollectors.lambda$toImmutableMap$6(CollectCollectors.java:185) ~[guava-31.1-jre.jar%23100!/:?] {}
    at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169) ~[?:?] {}
    at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992) ~[?:?] {}
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {}
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?] {}
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {}
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[?:?] {}
    at net.minecraft.server.packs.repository.PackRepository.handler$zcm000$discoverAvailable(PackRepository.java:525) ~[client-1.19.3-20221207.122022-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:resourcepackoverrides.common.mixins.json:client.PackRepositoryMixin,pl:mixin:A}
    at net.minecraft.server.packs.repository.PackRepository.m_10526_(PackRepository.java:43) ~[client-1.19.3-20221207.122022-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:resourcepackoverrides.common.mixins.json:client.PackRepositoryMixin,pl:mixin:A}
    at net.minecraft.server.packs.repository.PackRepository.m_10506_(PackRepository.java:30) ~[client-1.19.3-20221207.122022-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:resourcepackoverrides.common.mixins.json:client.PackRepositoryMixin,pl:mixin:A}
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:470) ~[client-1.19.3-20221207.122022-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dankstorage.mixins.json:MinecraftClientAccessor,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:resourcepackoverrides.common.mixins.json:client.MinecraftMixin,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:carryon.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A}
-- Initialization --
Details:
    Modules: 
        ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
        CRYPT32.dll:Crypto API32:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        CRYPTBASE.dll:Base cryptographic API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
        CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.22621.608:Microsoft Corporation
        DBGHELP.DLL:Windows Image Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        DEVOBJ.dll:Device Information Set DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
        DNSAPI.dll:DNS Client API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        GDI32.dll:GDI Client DLL:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
        GLU32.dll:OpenGL Utility Library DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
        IPHLPAPI.DLL:IP Helper API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22621.1485 (WinBuild.160101.0800):Microsoft Corporation
        KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22621.1485 (WinBuild.160101.0800):Microsoft Corporation
        MSCTF.dll:MSCTF Server DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        MpOav.dll:IOfficeAntiVirus Module:4.18.2303.8 (WinBuild.160101.0800):Microsoft Corporation
        NSI.dll:NSI User-mode interface DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        NTASN1.dll:Microsoft ASN.1 API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
        Ole32.dll:Microsoft OLE for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        Pdh.dll:Windows Performance Data Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        RPCRT4.dll:Remote Procedure Call Runtime:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
        SETUPAPI.dll:Windows Setup API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        SHCORE.dll:SHCORE:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        SHELL32.dll:Windows Shell Common Dll:10.0.22621.755 (WinBuild.160101.0800):Microsoft Corporation
        UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        USER32.dll:Multi-User Windows USER API Client DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        USERENV.dll:Userenv:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
        VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        WINHTTP.dll:Windows HTTP Services:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        WINMM.dll:MCI API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        WINSTA.dll:Winstation Library:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
        WINTRUST.dll:Microsoft Trust Verification APIs:10.0.22621.1485 (WinBuild.160101.0800):Microsoft Corporation
        WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        amsi.dll:Anti-Malware Scan Interface:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        apphelp.dll:Application Compatibility Client Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        awt.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
        cfgmgr32.dll:Configuration Manager DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
        clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
        combase.dll:Microsoft COM for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        cryptnet.dll:Crypto Network Related API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        dhcpcsvc.DLL:DHCP Client Service:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        dhcpcsvc6.DLL:DHCPv6 Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        dinput8.dll:Microsoft DirectInput:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        drvstore.dll:Driver Store API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        dwmapi.dll:Microsoft Desktop Window Manager API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        dxcore.dll:DXCore:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
        fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        gdi32full.dll:GDI Client DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
        glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
        icm32.dll:Microsoft Color Management Module (CMM):10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
        inputhost.dll:InputHost:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
        java.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        javaw.exe:OpenJDK Platform binary:17.0.3.0:Microsoft
        jemalloc.dll
        jimage.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        jli.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        jna15982022294363411838.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)
        jsvml.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        jvm.dll:OpenJDK 64-Bit server VM:17.0.3.0:Microsoft
        kernel.appcore.dll:AppModel API Host:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        lwjgl.dll
        lwjgl_opengl.dll
        lwjgl_stb.dll
        management.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        management_ext.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        msasn1.dll:ASN.1 Runtime APIs:10.0.22621.819 (WinBuild.160101.0800):Microsoft Corporation
        mscms.dll:Microsoft Color Matching System DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
        msvcp_win.dll:Microsoft® C Runtime Library:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
        msvcrt.dll:Windows NT CRT DLL:7.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
        mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        napinsp.dll:E-mail Naming Shim Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        ncrypt.dll:Windows NCrypt Router:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        net.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        nio.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        ntdll.dll:NT Layer DLL:10.0.22621.1485 (WinBuild.160101.0800):Microsoft Corporation
        ntmarta.dll:Windows NT MARTA provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        nvoglv64.dll:NVIDIA Compatible OpenGL ICD:31.0.15.3168:NVIDIA Corporation
        nvspcap64.dll:NVIDIA Game Proxy:3.27.0.112:NVIDIA Corporation
        opengl32.dll:OpenGL Client DLL:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
        perfos.dll:Windows System Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        pnrpnsp.dll:PNRP Name Space Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        powrprof.dll:Power Profile Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        profapi.dll:User Profile Basic API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        shlwapi.dll:Shell Light-weight Utility Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        sunmscapi.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        textinputframework.dll:"TextInputFramework.DYNLINK":10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation
        ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
        uxtheme.dll:Microsoft UxTheme Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
        verify.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
        win32u.dll:Win32u:10.0.22621.1555 (WinBuild.160101.0800):Microsoft Corporation
        windows.storage.dll:Microsoft WinRT Storage API:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation
        winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        wintypes.dll:Windows Base Types DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        wldp.dll:Windows Lockdown Policy:10.0.22621.900 (WinBuild.160101.0800):Microsoft Corporation
        wshbth.dll:Windows Sockets Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        xinput1_4.dll:Microsoft Common Controller API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
        zip.dll:OpenJDK Platform binary:17.0.3.0:Microsoft
Stacktrace:
    at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[forge-44.1.23.jar:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:51) ~[forge-44.1.23.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.3-44.1.23.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:?] {}


-- System Details --
Details:
    Minecraft Version: 1.19.3
    Minecraft Version ID: 1.19.3
    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: 1307557872 bytes (1246 MiB) / 2210398208 bytes (2108 MiB) up to 4294967296 bytes (4096 MiB)
    CPUs: 12
    Processor Vendor: AuthenticAMD
    Processor Name: AMD Ryzen 5 5600X 6-Core Processor             
    Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
    Microarchitecture: Zen 3
    Frequency (GHz): 3.70
    Number of physical packages: 1
    Number of physical CPUs: 6
    Number of logical CPUs: 12
    Graphics card #0 name: NVIDIA GeForce RTX 3080
    Graphics card #0 vendor: NVIDIA (0x10de)
    Graphics card #0 VRAM (MB): 4095.00
    Graphics card #0 deviceId: 0x2216
    Graphics card #0 versionInfo: DriverVersion=31.0.15.3168
    Memory slot #0 capacity (MB): 8192.00
    Memory slot #0 clockSpeed (GHz): 3.20
    Memory slot #0 type: DDR4
    Memory slot #1 capacity (MB): 8192.00
    Memory slot #1 clockSpeed (GHz): 3.20
    Memory slot #1 type: DDR4
    Memory slot #2 capacity (MB): 8192.00
    Memory slot #2 clockSpeed (GHz): 3.20
    Memory slot #2 type: DDR4
    Memory slot #3 capacity (MB): 8192.00
    Memory slot #3 clockSpeed (GHz): 3.20
    Memory slot #3 type: DDR4
    Virtual memory max (MB): 44982.09
    Virtual memory used (MB): 22894.09
    Swap memory total (MB): 12288.00
    Swap memory used (MB): 73.00
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
    Launched Version: forge-44.1.23
    Backend library: LWJGL version 3.3.1 build 7
    Backend API: NVIDIA GeForce RTX 3080/PCIe/SSE2 GL version 3.2.0 NVIDIA 531.68, NVIDIA Corporation
    Window size: <not initialized>
    GL Caps: Using framebuffer using OpenGL 3.2
    GL debug messages: 
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    CPU: 12x AMD Ryzen 5 5600X 6-Core Processor 
    OptiFine Version: OptiFine_1.19.3_HD_U_I3
    OptiFine Build: 20230324-184409
    Render Distance Chunks: 8
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 3.2.0 NVIDIA 531.68
    OpenGlRenderer: NVIDIA GeForce RTX 3080/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 12
    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.3-44.1.23.jar slf4jfixer PLUGINSERVICE 
        fmlloader-1.19.3-44.1.23.jar object_holder_definalize PLUGINSERVICE 
        fmlloader-1.19.3-44.1.23.jar runtime_enum_extender PLUGINSERVICE 
        fmlloader-1.19.3-44.1.23.jar capability_token_subclass PLUGINSERVICE 
        accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE 
        fmlloader-1.19.3-44.1.23.jar runtimedistcleaner PLUGINSERVICE 
        modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE 
        modlauncher-10.0.8.jar OptiFine TRANSFORMATIONSERVICE 
        modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE 
    FML Language Providers: 
        [email protected]
        javafml@null
        [email protected]
        lowcodefml@null
    Mod List: 
        elytraslot-forge-6.2.0+1.19.3.jar                 |Elytra Slot                   |elytraslot                    |6.2.0+1.19.3        |COMMON_SET|Manifest: NOSIGNATURE
        YungsBetterDungeons-1.19.3-Forge-3.3.0.jar        |YUNG's Better Dungeons        |betterdungeons                |1.19.3-Forge-3.3.0  |COMMON_SET|Manifest: NOSIGNATURE
        YungsBetterWitchHuts-1.19.3-Forge-2.2.0.jar       |YUNG's Better Witch Huts      |betterwitchhuts               |1.19.3-Forge-2.2.0  |COMMON_SET|Manifest: NOSIGNATURE
        netherportalfix-forge-1.19.3-11.0.2.jar           |NetherPortalFix               |netherportalfix               |11.0.2              |COMMON_SET|Manifest: NOSIGNATURE
        harvestwithease-1.19.3-6.0.1.2-forge.jar          |Harvest with ease             |harvestwithease               |6.0.1.2             |COMMON_SET|Manifest: NOSIGNATURE
        geckolib-forge-1.19.3-4.0.6.jar                   |GeckoLib 4                    |geckolib                      |4.0.6               |COMMON_SET|Manifest: NOSIGNATURE
        EasyMagic-v5.0.1-1.19.3-Forge.jar                 |Easy Magic                    |easymagic                     |5.0.1               |COMMON_SET|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
        jei-1.19.3-forge-12.4.0.22.jar                    |Just Enough Items             |jei                           |12.4.0.22           |COMMON_SET|Manifest: NOSIGNATURE
        cgm-1.3.4-1.19.3.jar                              |MrCrayfish's Gun Mod          |cgm                           |1.3.4               |COMMON_SET|Manifest: NOSIGNATURE
        VisualWorkbench-v5.0.0-1.19.3-Forge.jar           |Visual Workbench              |visualworkbench               |5.0.0               |COMMON_SET|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_2.4_(FORGE)_for_1.19.3.jar          |The Graveyard                 |graveyard                     |2.4                 |COMMON_SET|Manifest: NOSIGNATURE
        AttributeFix-Forge-1.19.3-18.0.2.jar              |AttributeFix                  |attributefix                  |18.0.2              |COMMON_SET|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
        YungsBetterOceanMonuments-1.19.3-Forge-2.2.0.jar  |YUNG's Better Ocean Monuments |betteroceanmonuments          |1.19.3-Forge-2.2.0  |COMMON_SET|Manifest: NOSIGNATURE
        libraryferret-forge-1.19.3-4.0.0.jar              |Library ferret                |libraryferret                 |4.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        goblintraders-1.8.0-1.19.3.jar                    |Goblin Traders                |goblintraders                 |1.8.0               |COMMON_SET|Manifest: NOSIGNATURE
        caelus-forge-1.19.4-3.0.0.10.jar                  |Caelus API                    |caelus                        |1.19.4-3.0.0.10     |COMMON_SET|Manifest: NOSIGNATURE
        mcw-windows-2.1.1-mc1.19.3forge.jar               |Macaw's Windows               |mcwwindows                    |2.1.1               |COMMON_SET|Manifest: NOSIGNATURE
        modnametooltip-1.19-1.19.0.jar                    |Mod Name Tooltip              |modnametooltip                |1.19.0              |COMMON_SET|Manifest: NOSIGNATURE
        waystones-forge-1.19.3-12.2.0.jar                 |Waystones                     |waystones                     |12.2.0              |COMMON_SET|Manifest: NOSIGNATURE
        mcw-paintings-1.0.4forge-mc1.19.3.jar             |Macaw's Paintings             |mcwpaintings                  |1.0.4               |COMMON_SET|Manifest: NOSIGNATURE
        Clumps-forge-1.19.3-9.0.0+16.jar                  |Clumps                        |clumps                        |9.0.0+16            |COMMON_SET|Manifest: NOSIGNATURE
        journeymap-1.19.3-5.9.5-forge.jar                 |Journeymap                    |journeymap                    |5.9.5               |COMMON_SET|Manifest: NOSIGNATURE
        JRFTL-1.19.4-1.5.1.jar                            |JRFTL                         |jrftl                         |1.5.1               |COMMON_SET|Manifest: NOSIGNATURE
        comforts-forge-6.1.2+1.19.3.jar                   |Comforts                      |comforts                      |6.1.2+1.19.3        |COMMON_SET|Manifest: NOSIGNATURE
        dankstorage-1.19.3-5.2.jar                        |Dank Storage                  |dankstorage                   |1.19.3-5.2          |COMMON_SET|Manifest: NOSIGNATURE
        citadel-2.3.3-1.19.3.jar                          |Citadel                       |citadel                       |2.3.3               |COMMON_SET|Manifest: NOSIGNATURE
        alexsmobs-1.22.1.jar                              |Alex's Mobs                   |alexsmobs                     |1.22.1              |COMMON_SET|Manifest: NOSIGNATURE
        NaturesCompass-1.19.3-1.10.1-forge.jar            |Nature's Compass              |naturescompass                |1.19.3-1.10.1-forge |COMMON_SET|Manifest: NOSIGNATURE
        YungsApi-1.19.3-Forge-3.9.0.jar                   |YUNG's API                    |yungsapi                      |1.19.3-Forge-3.9.0  |COMMON_SET|Manifest: NOSIGNATURE
        BotanyPots-Forge-1.19.3-10.0.6.jar                |BotanyPots                    |botanypots                    |10.0.6              |COMMON_SET|Manifest: NOSIGNATURE
        Bookshelf-Forge-1.19.3-17.1.6.jar                 |Bookshelf                     |bookshelf                     |17.1.6              |COMMON_SET|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
        ResourcePackOverrides-v4.0.2-1.19.2-Forge.jar     |Resource Pack Overrides       |resourcepackoverrides         |4.0.2               |COMMON_SET|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
        YungsBetterDesertTemples-1.19.3-Forge-2.3.0.jar   |YUNG's Better Desert Temples  |betterdeserttemples           |1.19.3-Forge-2.3.0  |COMMON_SET|Manifest: NOSIGNATURE
        ExplorersCompass-1.19.3-1.3.0-forge.jar           |Explorer's Compass            |explorerscompass              |1.19.3-1.3.0-forge  |COMMON_SET|Manifest: NOSIGNATURE
        mcw-doors-1.0.9forge-mc1.19.3.jar                 |Macaw's Doors                 |mcwdoors                      |1.0.9               |COMMON_SET|Manifest: NOSIGNATURE
        Rex's-AdditionalStructures-1.19.x-(v.4.0.3).jar   |Additional Structures         |additionalstructures          |4.0.3               |COMMON_SET|Manifest: NOSIGNATURE
        balm-forge-1.19.3-5.0.4.jar                       |Balm                          |balm                          |5.0.4               |COMMON_SET|Manifest: NOSIGNATURE
        FpsReducer2-forge-1.19.3-2.2.jar                  |FPS Reducer                   |fpsreducer                    |1.19.3-2.2          |COMMON_SET|Manifest: NOSIGNATURE
        carryon-forge-1.19.3-2.0.5.17.jar                 |Carry On                      |carryon                       |2.0.5.17            |COMMON_SET|Manifest: NOSIGNATURE
        JustEnoughResources-1.19.3-1.3.2.210.jar          |Just Enough Resources         |jeresources                   |1.3.2.210           |COMMON_SET|Manifest: NOSIGNATURE
        YungsBetterNetherFortresses-1.19.3-Forge-1.1.1.jar|YUNG's Better Nether Fortresse|betterfortresses              |1.19.3-Forge-1.1.1  |COMMON_SET|Manifest: NOSIGNATURE
        cloth-config-9.0.94-forge.jar                     |Cloth Config v9 API           |cloth_config                  |9.0.94              |COMMON_SET|Manifest: NOSIGNATURE
        soundphysics-forge-1.19.3-1.1.0.jar               |Sound Physics Remastered      |sound_physics_remastered      |1.19.3-1.1.0        |COMMON_SET|Manifest: NOSIGNATURE
        forge-1.19.3-44.1.23-universal.jar                |Forge                         |forge                         |44.1.23             |COMMON_SET|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
        mcw-paths-1.0.2forge-mc1.19.3.jar                 |Macaw's Paths and Pavings     |mcwpaths                      |1.0.2               |COMMON_SET|Manifest: NOSIGNATURE
        explorations-forge-1.19.4-1.5.1.jar               |Explorations+                 |explorations                  |1.19.4-1.5.1        |COMMON_SET|Manifest: NOSIGNATURE
        corpse-1.19.3-1.0.3.jar                           |Corpse                        |corpse                        |1.19.3-1.0.3        |COMMON_SET|Manifest: NOSIGNATURE
        AdvancementPlaques-1.19.3-1.4.8.jar               |Advancement Plaques           |advancementplaques            |1.4.8               |COMMON_SET|Manifest: NOSIGNATURE
        DungeonsArise-1.19.3-2.1.54-beta.jar              |When Dungeons Arise           |dungeons_arise                |2.1.54-1.19.3       |COMMON_SET|Manifest: NOSIGNATURE
        client-1.19.3-20221207.122022-srg.jar             |Minecraft                     |minecraft                     |1.19.3              |COMMON_SET|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
        mcw-bridges-2.0.7-mc1.19.3forge.jar               |Macaw's Bridges               |mcwbridges                    |2.0.7               |COMMON_SET|Manifest: NOSIGNATURE
        torchmaster-19.2.2.jar                            |Torchmaster                   |torchmaster                   |19.2.2              |COMMON_SET|Manifest: NOSIGNATURE
        libIPN-forge-1.19.3-2.0.4.jar                     |libIPN                        |libipn                        |2.0.4               |COMMON_SET|Manifest: NOSIGNATURE
        repurposed_structures-6.3.19+1.19.3-forge.jar     |Repurposed Structures         |repurposed_structures         |6.3.19+1.19.3-forge |COMMON_SET|Manifest: NOSIGNATURE
        BetterCompatibilityChecker-1.1.0-build.41+mc1.19.3|Better Compatibility Checker  |bcc                           |1.1.0-build.41+mc1.1|COMMON_SET|Manifest: NOSIGNATURE
        AmbientSounds_FORGE_v5.2.17_mc1.19.3.jar          |Ambient Sounds                |ambientsounds                 |5.2.17              |COMMON_SET|Manifest: NOSIGNATURE
        MouseTweaks-forge-mc1.19.3-2.24.jar               |Mouse Tweaks                  |mousetweaks                   |2.24                |COMMON_SET|Manifest: NOSIGNATURE
        endrem_forge-5.2.2-R-1.19.3.jar                   |End Remastered                |endrem                        |5.2.2-R-1.19.3      |COMMON_SET|Manifest: NOSIGNATURE
        CreativeCore_FORGE_v2.10.7_mc1.19.3.jar           |CreativeCore                  |creativecore                  |2.10.7              |COMMON_SET|Manifest: NOSIGNATURE
        mcw-trapdoors-1.0.9-mc1.19.3forge.jar             |Macaw's Trapdoors             |mcwtrpdoors                   |1.0.9               |COMMON_SET|Manifest: NOSIGNATURE
        mcw-fences-1.0.7-mc1.19.3forge.jar                |Macaw's Fences and Walls      |mcwfences                     |1.0.7               |COMMON_SET|Manifest: NOSIGNATURE
        spectrelib-forge-0.12.4+1.19.2.jar                |SpectreLib                    |spectrelib                    |0.12.4+1.19.2       |COMMON_SET|Manifest: NOSIGNATURE
        YungsBridges-1.19.3-Forge-3.2.0.jar               |YUNG's Bridges                |yungsbridges                  |1.19.3-Forge-3.2.0  |COMMON_SET|Manifest: NOSIGNATURE
        simplefarming-1.19.3-2.0.3.jar                    |Simple Farming                |simplefarming                 |1.19.3-2.0.3        |COMMON_SET|Manifest: NOSIGNATURE
        kffmod-4.1.0.jar                                  |Kotlin For Forge              |kotlinforforge                |4.1.0               |COMMON_SET|Manifest: NOSIGNATURE
        easy_villagers-1.19.3-1.0.3.jar                   |Easy Villagers                |easy_villagers                |1.19.3-1.0.3        |COMMON_SET|Manifest: NOSIGNATURE
        BarteringStation-v5.0.0-1.19.3-Forge.jar          |Bartering Station             |barteringstation              |5.0.0               |COMMON_SET|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.19.3-forge-1.1.6.jar                    |Iceberg                       |iceberg                       |1.1.6               |COMMON_SET|Manifest: NOSIGNATURE
        curios-forge-1.19.3-5.1.4.1.jar                   |Curios API                    |curios                        |1.19.3-5.1.4.1      |COMMON_SET|Manifest: NOSIGNATURE
        JustEnoughProfessions-forge-1.19.3-2.2.0.jar      |Just Enough Professions (JEP) |justenoughprofessions         |2.2.0               |COMMON_SET|Manifest: NOSIGNATURE
        bettervillage-forge-1.19.3-3.1.0.jar              |Better village                |bettervillage                 |3.0.0               |COMMON_SET|Manifest: NOSIGNATURE
        lostcities-1.19.3-6.1.4.jar                       |LostCities                    |lostcities                    |1.19.3-6.1.4        |COMMON_SET|Manifest: NOSIGNATURE
        invhud.forge.1.19-3.4.7.jar                       |Inventory HUD+(Forge edition) |inventoryhud                  |3.4.7               |COMMON_SET|Manifest: NOSIGNATURE
        YungsBetterStrongholds-1.19.3-Forge-3.3.0.jar     |YUNG's Better Strongholds     |betterstrongholds             |1.19.3-Forge-3.3.0  |COMMON_SET|Manifest: NOSIGNATURE
        AmbientEnvironment-forge-1.19.3-8.0+4.jar         |Ambient Environment           |ambientenvironment            |8.0+4               |COMMON_SET|Manifest: NOSIGNATURE
        BetterTridents-v5.0.0-1.19.3-Forge.jar            |Better Tridents               |bettertridents                |5.0.0               |COMMON_SET|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
        mcw-roofs-2.2.3-mc1.19.3forge.jar                 |Macaw's Roofs                 |mcwroofs                      |2.2.3               |COMMON_SET|Manifest: NOSIGNATURE
        cfm-7.0.0-pre35-1.19.3.jar                        |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre35         |COMMON_SET|Manifest: NOSIGNATURE
        architectury-7.1.78-forge.jar                     |Architectury                  |architectury                  |7.1.78              |COMMON_SET|Manifest: NOSIGNATURE
        [1.19.3-forge]-Epic-Knights-7.11.jar              |Epic Knights Mod              |magistuarmory                 |7.11                |COMMON_SET|Manifest: NOSIGNATURE
        mcw-furniture-3.1.0-mc1.19.3forge.jar             |Macaw's Furniture             |mcwfurnitures                 |3.1.0               |COMMON_SET|Manifest: NOSIGNATURE
        PuzzlesLib-v5.0.19-1.19.3-Forge.jar               |Puzzles Lib                   |puzzleslib                    |5.0.19              |COMMON_SET|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.2.1+1.19.3.jar             |Charm of Undying              |charmofundying                |6.2.1+1.19.3        |COMMON_SET|Manifest: NOSIGNATURE
        framework-0.4.2-1.19.3.jar                        |Framework                     |framework                     |0.4.2               |COMMON_SET|Manifest: NOSIGNATURE
        FallingTree-1.19.3-3.11.2.jar                     |FallingTree                   |fallingtree                   |3.11.2              |COMMON_SET|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
        towns_and_towers_forge-1.10.1+1.19.3.jar          |Towns and Towers              |t_and_t                       |1.10.1              |COMMON_SET|Manifest: NOSIGNATURE
        FastLeafDecay-30.jar                              |FastLeafDecay                 |fastleafdecay                 |30                  |COMMON_SET|Manifest: NOSIGNATURE
        valhelsia_core-forge-1.19.3-0.5.1.jar             |Valhelsia Core                |valhelsia_core                |1.19.3-0.5.1        |COMMON_SET|Manifest: NOSIGNATURE
        valhelsia_structures-forge-1.19.3-1.1.0.jar       |Valhelsia Structures          |valhelsia_structures          |1.19.3-1.1.0        |COMMON_SET|Manifest: NOSIGNATURE
        YungsBetterMineshafts-1.19.3-Forge-3.3.0.jar      |YUNG's Better Mineshafts      |bettermineshafts              |1.19.3-Forge-3.3.0  |COMMON_SET|Manifest: NOSIGNATURE
        voidtotem-forge-1.19.3-2.2.0.jar                  |Void Totem                    |voidtotem                     |2.2.0               |COMMON_SET|Manifest: NOSIGNATURE
        mcw-lights-1.0.5-mc1.19.3forge.jar                |Macaw's Lights and Lamps      |mcwlights                     |1.0.5               |COMMON_SET|Manifest: NOSIGNATURE
        xptome-1.19.3-2.1.7.jar                           |XP Tome                       |xpbook                        |2.1.7               |COMMON_SET|Manifest: NOSIGNATURE
        BetterAdvancements-1.19.3-0.3.1.153.jar           |Better Advancements           |betteradvancements            |0.3.1.153           |COMMON_SET|Manifest: NOSIGNATURE
    Crash Report UUID: b9239a43-94d2-4705-a3e0-285e99f56dd9
    FML: 44.1
    Forge: net.minecraftforge:44.1.23

Link to comment
Share on other sites

Quote

java.lang.NoSuchMethodError: 'void net.minecraft.server.packs.repository.Pack.<init>(java.lang.String, boolean, java.util.function.Supplier, net.minecraft.network.chat.Component, net.minecraft.network.chat.Component, net.minecraft.server.packs.repository.PackCompatibility, net.minecraft.server.packs.repository.Pack$Position, boolean, net.minecraft.server.packs.repository.PackSource)'
    at fuzs.resourcepackoverrides.client.packs.repository.ForwardingPack.<init>(ForwardingPack.java:13) ~[ResourcePackOverrides-v4.0.2-1.19.2-Forge.jar%23310!/:4.0.2]

That 1.19.2 mod, probably doesn't work with minecraft 1.19.3?

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.



×
×
  • Create New...

Important Information

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