Asek3 / Rubidium

Rubidium is an Unofficial Fork of CaffeineMC's "Sodium", made to work with Forge Mod Loader.
GNU Lesser General Public License v3.0
119 stars 56 forks source link

Crash on initializing game #284

Closed InterruptingOctopus closed 1 year ago

InterruptingOctopus commented 2 years ago

attempted to make the switch from optifine after some issues were causing the game to crash on the latest forge version. game loaded fine without it or rubidium but started crashing with it installed

crash report ---- Minecraft Crash Report ---- // Surprise! Haha. Well, this is awkward. Time: 9/21/22, 11:47 PM Description: Initializing game org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-9.1.3.jar:9.1.3+9.1.3+main.9b69c82a] {} at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar:?] {} at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar:?] {} at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar:?] {} at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:110) ~[securejarhandler-1.0.3.jar:?] {} at cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?] {} at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226) ~[securejarhandler-1.0.3.jar:?] {} at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?] {} at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.3.jar:?] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} at net.minecraft.client.Minecraft.(Minecraft.java:503) ~[client-1.18.2-20220404.173914-srg.jar%23184!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:controllable.mixins.json:client.MinecraftMixin,pl:mixin:APP:fastload.mixins.json:MinecraftClientMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:imm_ptl.mixins.json:client.MixinMinecraft,pl:mixin:APP:imm_ptl.mixins.json:client.block_manipulation.MixinMinecraft_B,pl:mixin:APP:imm_ptl.mixins.json:client.sync.MixinMinecraft_RedirectedPacket,pl:mixin:APP:mixin.dynamic_asset_generator.json:MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:169) ~[client-1.18.2-20220404.173914-srg.jar%23184!/:?] {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) ~[?:?] {re:mixin} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.1.80.jar%2317!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {} Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [chunkanimator.mixins.json:LevelRendererMixin] from phase [DEFAULT] in config [chunkanimator.mixins.json] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:636) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:588) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} ... 28 more Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("INVOKE") on net/minecraft/client/renderer/LevelRenderer::preventDefaultOffset with priority 1000 cannot inject into net/minecraft/client/renderer/LevelRenderer::m_172993_(Lnet/minecraft/client/renderer/RenderType;Lcom/mojang/blaze3d/vertex/PoseStack;DDDLcom/mojang/math/Matrix4f;)V merged by me.jellysquid.mods.sodium.mixin.features.chunk_rendering.MixinWorldRenderer with priority 1000 [PREINJECT Applicator Phase -> chunkanimator.mixins.json:LevelRendererMixin -> Prepare Injections -> -> redirect$bha000$preventDefaultOffset(Lcom/mojang/blaze3d/shaders/Uniform;FFF)V -> Prepare] at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:305) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:240) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:421) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1319) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1042) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:393) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} ... 28 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-9.1.3.jar:9.1.3+9.1.3+main.9b69c82a] {} at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-9.1.3.jar:?] {} at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-9.1.3.jar:?] {} at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-9.1.3.jar:?] {} at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:110) ~[securejarhandler-1.0.3.jar:?] {} at cpw.mods.cl.ModuleClassLoader.lambda$findClass$16(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?] {} at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:226) ~[securejarhandler-1.0.3.jar:?] {} at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:216) ~[securejarhandler-1.0.3.jar:?] {} at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.3.jar:?] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} at net.minecraft.client.Minecraft.(Minecraft.java:503) ~[client-1.18.2-20220404.173914-srg.jar%23184!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:rubidium.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:controllable.mixins.json:client.MinecraftMixin,pl:mixin:APP:fastload.mixins.json:MinecraftClientMixin,pl:mixin:APP:ae2.mixins.json:PickColorMixin,pl:mixin:APP:imm_ptl.mixins.json:client.MixinMinecraft,pl:mixin:APP:imm_ptl.mixins.json:client.block_manipulation.MixinMinecraft_B,pl:mixin:APP:imm_ptl.mixins.json:client.sync.MixinMinecraft_RedirectedPacket,pl:mixin:APP:mixin.dynamic_asset_generator.json:MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} -- Initialization -- Details: Modules: ADVAPI32.dll:Advanced Windows 32 Base API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation AUDIOSES.DLL:Audio Session:10.0.19041.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.19041.1 (WinBuild.160101.0800):Microsoft Corporation CRYPTBASE.dll:Base cryptographic API DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation ColorAdapterClient.dll:Microsoft Color Adapter Client:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.19041.746:Microsoft Corporation CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.19041.546:Microsoft Corporation DBGHELP.DLL:Windows Image Helper:10.0.19041.867 (WinBuild.160101.0800):Microsoft Corporation DEVOBJ.dll:Device Information Set DLL:10.0.19041.1620 (WinBuild.160101.0800):Microsoft Corporation DNSAPI.dll:DNS Client API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation GDI32.dll:GDI Client DLL:10.0.19041.1620 (WinBuild.160101.0800):Microsoft Corporation GLU32.dll:OpenGL Utility Library DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation HID.DLL:Hid User Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation IPHLPAPI.DLL:IP Helper API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.19041.1741 (WinBuild.160101.0800):Microsoft Corporation KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.19041.1741 (WinBuild.160101.0800):Microsoft Corporation MMDevApi.dll:MMDevice API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation MSASN1.dll:ASN.1 Runtime APIs:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation MSCTF.dll:MSCTF Server DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation NLAapi.dll:Network Location Awareness 2:10.0.19041.1151 (WinBuild.160101.0800):Microsoft Corporation NSI.dll:NSI User-mode interface DLL:10.0.19041.610 (WinBuild.160101.0800):Microsoft Corporation NTASN1.dll:Microsoft ASN.1 API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation OLEAUT32.dll:OLEAUT32.DLL:10.0.19041.985 (WinBuild.160101.0800):Microsoft Corporation Oleacc.dll:Active Accessibility Core Component:7.2.19041.746 (WinBuild.160101.0800):Microsoft Corporation OpenAL.dll PROPSYS.dll:Microsoft Property System:7.0.19041.1708 (WinBuild.160101.0800):Microsoft Corporation PSAPI.DLL:Process Status Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation Pdh.dll:Windows Performance Data Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation RPCRT4.dll:Remote Procedure Call Runtime:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation SETUPAPI.DLL:Windows Setup API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation SHCORE.dll:SHCORE:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation SHELL32.dll:Windows Shell Common Dll:10.0.19041.964 (WinBuild.160101.0800):Microsoft Corporation UMPDC.dll USER32.dll:Multi-User Windows USER API Client DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation USERENV.dll:Userenv:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation VCRUNTIME140.dll:Microsoft® C Runtime Library:14.27.29016.0 built by: vcwrkspc:Microsoft Corporation VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation WINHTTP.dll:Windows HTTP Services:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation WINMM.dll:MCI API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation WINSTA.dll:Winstation Library:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation WINTRUST.dll:Microsoft Trust Verification APIs:10.0.19041.1806 (WinBuild.160101.0800):Microsoft Corporation WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.19041.1081 (WinBuild.160101.0800):Microsoft Corporation WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation WTSAPI32.dll:Windows Remote Desktop Session Host Server SDK APIs:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation Wldp.dll:Windows Lockdown Policy:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation amsi.dll:Anti-Malware Scan Interface:10.0.19041.1620 (WinBuild.160101.0800):Microsoft Corporation apphelp.dll:Application Compatibility Client Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation awt.dll:OpenJDK Platform binary:17.0.1.0:Eclipse Adoptium bcrypt.dll:Windows Cryptographic Primitives Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.1415 (WinBuild.160101.0800):Microsoft Corporation cfgmgr32.dll:Configuration Manager DLL:10.0.19041.1620 (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.19041.1320 (WinBuild.160101.0800):Microsoft Corporation cryptnet.dll:Crypto Network Related API:10.0.19041.906 (WinBuild.160101.0800):Microsoft Corporation dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc.DLL:DHCP Client Service:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc6.DLL:DHCPv6 Client:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation dinput8.dll:Microsoft DirectInput:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation drvstore.dll:Driver Store API:10.0.19041.1566 (WinBuild.160101.0800):Microsoft Corporation dwmapi.dll:Microsoft Desktop Window Manager API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation dxcore.dll:DXCore:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.19041.1503 (WinBuild.160101.0800):Microsoft Corporation gameoverlayrenderer64.dll:Steam Game Overlay Renderer:07.45.07.87:Valve Corporation gdi32full.dll:GDI Client DLL:10.0.19041.1706 (WinBuild.160101.0800):Microsoft Corporation glfw.dll icm32.dll:Microsoft Color Management Module (CMM):10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation inputhost.dll:InputHost:10.0.19041.1741 (WinBuild.160101.0800):Microsoft Corporation java.dll:OpenJDK Platform binary:17.0.1.0:Eclipse Adoptium java.exe:OpenJDK Platform binary:17.0.1.0:Eclipse Adoptium jimage.dll:OpenJDK Platform binary:17.0.1.0:Eclipse Adoptium jli.dll:OpenJDK Platform binary:17.0.1.0:Eclipse Adoptium jna8066706652123755685.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA) jvm.dll:OpenJDK 64-Bit server VM:17.0.1.0:Eclipse Adoptium kernel.appcore.dll:AppModel API Host:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation lwjgl.dll lwjgl_opengl.dll lwjgl_stb.dll management.dll:OpenJDK Platform binary:17.0.1.0:Eclipse Adoptium management_ext.dll:OpenJDK Platform binary:17.0.1.0:Eclipse Adoptium mscms.dll:Microsoft Color Matching System DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation msvcp140.dll:Microsoft® C Runtime Library:14.27.29016.0 built by: vcwrkspc:Microsoft Corporation msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation msvcrt.dll:Windows NT CRT DLL:7.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation napinsp.dll:E-mail Naming Shim Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation ncrypt.dll:Windows NCrypt Router:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation net.dll:OpenJDK Platform binary:17.0.1.0:Eclipse Adoptium nio.dll:OpenJDK Platform binary:17.0.1.0:Eclipse Adoptium ntdll.dll:NT Layer DLL:10.0.19041.1741 (WinBuild.160101.0800):Microsoft Corporation ntmarta.dll:Windows NT MARTA provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation nvoglv64.dll:NVIDIA Compatible OpenGL ICD:31.0.15.1694:NVIDIA Corporation nvspcap64.dll:NVIDIA Game Proxy:3.25.1.27:NVIDIA Corporation ole32.dll:Microsoft OLE for Windows:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation opengl32.dll:OpenGL Client DLL:10.0.19041.1806 (WinBuild.160101.0800):Microsoft Corporation perfos.dll:Windows System Performance Objects DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation pnrpnsp.dll:PNRP Name Space Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation powrprof.dll:Power Profile Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation profapi.dll:User Profile Basic API:10.0.19041.844 (WinBuild.160101.0800):Microsoft Corporation rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation shlwapi.dll:Shell Light-weight Utility Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation sunmscapi.dll:OpenJDK Platform binary:17.0.1.0:Eclipse Adoptium svml.dll:OpenJDK Platform binary:17.0.1.0:Eclipse Adoptium textinputframework.dll:"TextInputFramework.DYNLINK":10.0.19041.1806 (WinBuild.160101.0800):Microsoft Corporation ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation uxtheme.dll:Microsoft UxTheme Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation vcruntime140_1.dll:Microsoft® C Runtime Library:14.27.29016.0 built by: vcwrkspc:Microsoft Corporation verify.dll:OpenJDK Platform binary:17.0.1.0:Eclipse Adoptium win32u.dll:Win32u:10.0.19041.1826 (WinBuild.160101.0800):Microsoft Corporation windows.storage.dll:Microsoft WinRT Storage API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation winrnr.dll:LDAP RnR Provider DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation wintypes.dll:Windows Base Types DLL:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation wshbth.dll:Windows Sockets Helper DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation xinput1_4.dll:Microsoft Common Controller API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation zip.dll:OpenJDK Platform binary:17.0.1.0:Eclipse Adoptium Stacktrace: at net.minecraft.client.main.Main.main(Main.java:169) ~[client-1.18.2-20220404.173914-srg.jar%23184!/:?] {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) ~[?:?] {re:mixin} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.1.80.jar%2317!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {} -- System Details -- Details: Minecraft Version: 1.18.2 Minecraft Version ID: 1.18.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.1, Eclipse Adoptium Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium Memory: 4300032720 bytes (4100 MiB) / 4966055936 bytes (4736 MiB) up to 13421772800 bytes (12800 MiB) CPUs: 12 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 3600 6-Core Processor Identifier: AuthenticAMD Family 23 Model 113 Stepping 0 Microarchitecture: Zen 2 Frequency (GHz): 3.59 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 12 Graphics card #0 name: NVIDIA GeForce GTX 1650 SUPER Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x2187 Graphics card #0 versionInfo: DriverVersion=31.0.15.1694 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.13 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 4096.00 Memory slot #1 clockSpeed (GHz): 2.13 Memory slot #1 type: DDR4 Memory slot #2 capacity (MB): 8192.00 Memory slot #2 clockSpeed (GHz): 2.13 Memory slot #2 type: DDR4 Memory slot #3 capacity (MB): 4096.00 Memory slot #3 clockSpeed (GHz): 2.13 Memory slot #3 type: DDR4 Virtual memory max (MB): 54194.63 Virtual memory used (MB): 30229.76 Swap memory total (MB): 29696.00 Swap memory used (MB): 1237.67 JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12800m -Xms12800m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms256m Launched Version: 1.18.2 Backend library: LWJGL version 3.2.2 SNAPSHOT Backend API: NVIDIA GeForce GTX 1650 SUPER/PCIe/SSE2 GL version 3.2.0 NVIDIA 516.94, NVIDIA Corporation Window size: 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 3600 6-Core Processor ModLauncher: 9.1.3+9.1.3+main.9b69c82a ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin PLUGINSERVICE eventbus PLUGINSERVICE slf4jfixer PLUGINSERVICE object_holder_definalize PLUGINSERVICE runtime_enum_extender PLUGINSERVICE capability_token_subclass PLUGINSERVICE accesstransformer PLUGINSERVICE runtimedistcleaner PLUGINSERVICE mixin TRANSFORMATIONSERVICE fml TRANSFORMATIONSERVICE FML Language Providers: minecraft@1.0 lowcodefml@null javafml@null Mod List: SlabMachines-1.18.2-1.1.2.jar |Slab Machines |slabmachines |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterDungeons-1.18.2-Forge-2.1.0.jar |YUNG's Better Dungeons |betterdungeons |1.18.2-Forge-2.1.0 |COMMON_SET|Manifest: NOSIGNATURE create_misc_and_things_1.18.2_1.0B.jar |create: things and misc |create_things_and_misc |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterWitchHuts-1.18.2-Forge-1.0.1.jar |YUNG's Better Witch Huts |betterwitchhuts |1.18.2-Forge-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE netherportalfix-forge-1.18-9.0.0.jar |NetherPortalFix |netherportalfix |9.0.0 |COMMON_SET|Manifest: NOSIGNATURE MultiMine-1.18.3.jar |Multi Mine |multimine |1.18.3 |COMMON_SET|Manifest: NOSIGNATURE rubidium-0.5.3a.jar |Rubidium |rubidium |0.5.3a |COMMON_SET|Manifest: NOSIGNATURE kleeslabs-forge-1.18.2-11.1.1.jar |KleeSlabs |kleeslabs |11.1.1 |ERROR |Manifest: NOSIGNATURE Apple Crates-forge-1.18.2-1.7.3.jar |Apple Crates |applecrates |1.7.3 |COMMON_SET|Manifest: NOSIGNATURE ForgeEndertech-1.18.2-9.0.5.0-build.1061.jar |ForgeEndertech |forgeendertech |9.0.5.0 |COMMON_SET|Manifest: NOSIGNATURE TerraForged-1.18.2-0.3.1-alpha-2.jar |TerraForged |terraforged |0.3.1 |COMMON_SET|Manifest: NOSIGNATURE XaerosWorldMap_1.27.0_Forge_1.18.2.jar |Xaero's World Map |xaeroworldmap |1.27.0 |COMMON_SET|Manifest: NOSIGNATURE cookingforblockheads-forge-1.18.2-12.0.2.jar |CookingForBlockheads |cookingforblockheads |12.0.2 |COMMON_SET|Manifest: NOSIGNATURE Controlling-forge-1.18.2-9.0+22.jar |Controlling |controlling |9.0+22 |COMMON_SET|Manifest: NOSIGNATURE ReAuth-1.18-Forge-4.0.4.jar |ReAuth |reauth |4.0.4 |COMMON_SET|Manifest: 3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e Placebo-1.18.2-6.6.4.jar |Placebo |placebo |6.6.4 |COMMON_SET|Manifest: NOSIGNATURE YungsApi-1.18.2-Forge-2.0.8.jar |YUNG's API |yungsapi |1.18.2-Forge-2.0.8 |COMMON_SET|Manifest: NOSIGNATURE worldborder_1.18.2-2.6.jar |World Border |worldborder |2.6 |COMMON_SET|Manifest: NOSIGNATURE Bookshelf-Forge-1.18.2-13.2.50.jar |Bookshelf |bookshelf |13.2.50 |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 endercrop-1.18.2-1.7.0-beta.jar |Ender Crop |endercrop |1.18.2-1.7.0-beta |COMMON_SET|Manifest: NOSIGNATURE littlecontraptions-forge-1.18.2.1.jar |Little Contraptions |littlecontraptions |1.18.2.1 |COMMON_SET|Manifest: NOSIGNATURE balm-3.2.0+0.jar |Balm |balm |3.2.0+0 |COMMON_SET|Manifest: NOSIGNATURE carryon-1.18.2-1.17.0.8.jar |Carry On |carryon |1.17.0.8 |COMMON_SET|Manifest: NOSIGNATURE JustEnoughResources-1.18.2-0.14.1.171.jar |Just Enough Resources |jeresources |0.14.1.171 |COMMON_SET|Manifest: NOSIGNATURE cloth-config-6.4.90-forge.jar |Cloth Config v4 API |cloth_config |6.4.90 |COMMON_SET|Manifest: NOSIGNATURE stackrefill_1.18.2-3.0.jar |Stack Refill |stackrefill |3.0 |COMMON_SET|Manifest: NOSIGNATURE shetiphiancore-1.18-3.10.10.jar |ShetiPhian-Core |shetiphiancore |3.10.10 |COMMON_SET|Manifest: NOSIGNATURE MmmMmmMmmMmm-1.18.2-1.5.2.jar |MmmMmmMmmMmm |dummmmmmy |1.18-1.5.2 |COMMON_SET|Manifest: NOSIGNATURE FarmersDelight-1.18.2-1.2.0.jar |Farmer's Delight |farmersdelight |1.18.2-1.2.0 |COMMON_SET|Manifest: NOSIGNATURE netherportalspread_1.18.2-5.7.jar |Nether Portal Spread |netherportalspread |5.7 |COMMON_SET|Manifest: NOSIGNATURE AdPoles-1.18.2-7.0.1.0-build.0767.jar |To the Bat Poles! |adpoles |7.0.1.0 |COMMON_SET|Manifest: NOSIGNATURE BiomesOPlenty-1.18.2-16.0.0.134.jar |Biomes O' Plenty |biomesoplenty |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE ChunkAnimator-1.18.2-1.3.4.jar |Chunk Animator |chunkanimator |1.18.2-1.3.4 |COMMON_SET|Manifest: NOSIGNATURE YungsBridges-1.18.2-Forge-2.1.0.jar |YUNG's Bridges |yungsbridges |1.18.2-Forge-2.1.0 |COMMON_SET|Manifest: NOSIGNATURE curios-forge-1.18.2-5.0.7.1.jar |Curios API |curios |1.18.2-5.0.7.1 |COMMON_SET|Manifest: NOSIGNATURE Patchouli-1.18.2-71.1.jar |Patchouli |patchouli |1.18.2-71.1 |COMMON_SET|Manifest: NOSIGNATURE blockui-1.18.2-0.0.62-ALPHA.jar |UI Library Mod |blockui |1.18.2-0.0.62-ALPHA |ERROR |Manifest: NOSIGNATURE collective-1.18.2-4.64.jar |Collective |collective |4.64 |COMMON_SET|Manifest: NOSIGNATURE BetaV2Full.jar |fossils and archeology Origins|fossils_origins |0.0.1 |COMMON_SET|Manifest: NOSIGNATURE YungsExtras-1.18.2-Forge-2.1.0.jar |YUNG's Extras |yungsextras |1.18.2-Forge-2.1.0 |COMMON_SET|Manifest: NOSIGNATURE blockcarpentry-1.18-0.3.0.jar |BlockCarpentry |blockcarpentry |1.18-0.3.0 |COMMON_SET|Manifest: NOSIGNATURE libnonymous-2.1.0.jar |libnonymous |libnonymous |2.1.0 |ERROR |Manifest: NOSIGNATURE YungsBetterStrongholds-1.18.2-Forge-2.1.1.jar |YUNG's Better Strongholds |betterstrongholds |1.18.2-Forge-2.1.1 |COMMON_SET|Manifest: NOSIGNATURE worldedit-mod-7.2.10.jar |WorldEdit |worldedit |7.2.10+1742f98 |COMMON_SET|Manifest: NOSIGNATURE littlelogistics-mc1.18.2-v1.2.6.jar |Little Logistics |littlelogistics |1.2.6 |ERROR |Manifest: NOSIGNATURE architectury-4.9.84-forge.jar |Architectury |architectury |4.9.84 |COMMON_SET|Manifest: NOSIGNATURE dadobugbedrockores-1.4.3-forge.jar |Dadobug1111's Bedrock Ores |dadobugbedrockores |1.4.3 |COMMON_SET|Manifest: NOSIGNATURE create_crystal_clear-0.1.1c.jar |Create: Crystal Clear |create_crystal_clear |0.1a |COMMON_SET|Manifest: NOSIGNATURE JadeAddons-1.18.2-2.4.0.jar |Jade Addons |jadeaddons |2.4.0 |COMMON_SET|Manifest: NOSIGNATURE FastLeafDecay-28.jar |FastLeafDecay |fastleafdecay |28 |COMMON_SET|Manifest: NOSIGNATURE controllable-0.16.5-1.18.2.jar |Controllable |controllable |0.16.5 |COMMON_SET|Manifest: NOSIGNATURE CodeChickenLib-1.18.2-4.1.1.462-universal.jar |CodeChicken Lib |codechickenlib |4.1.1.462 |ERROR |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71 YungsBetterMineshafts-1.18.2-Forge-2.2.jar |YUNG's Better Mineshafts |bettermineshafts |1.18.2-Forge-2.2 |COMMON_SET|Manifest: NOSIGNATURE GameMenuModOption-1.18-Forge-1.14.1.jar |Game Menu Mod Option |gamemenumodoption |1.14.1 |COMMON_SET|Manifest: NOSIGNATURE DynamicTrees-1.18.2-0.11.0-Alpha2.jar |Dynamic Trees |dynamictrees |1.18.2-0.11.0-Alpha2|COMMON_SET|Manifest: NOSIGNATURE DynamicTreesPlus-1.18.2-0.1.0-Alpha1.jar |Dynamic Trees Plus |dynamictreesplus |1.18.2-0.1.0-Alpha1 |COMMON_SET|Manifest: NOSIGNATURE extra-utilities-reborn-1.6.2-beta.jar |Extra Utilities Rebirth |extrautilitiesrebirth |1.6.2 |COMMON_SET|Manifest: NOSIGNATURE inventorysorter-1.18-19.0.0.jar |Simple Inventory Sorter |inventorysorter |19.0.0 |COMMON_SET|Manifest: NOSIGNATURE mowziesmobs-1.5.29.jar |Mowzie's Mobs |mowziesmobs |1.5.29 |COMMON_SET|Manifest: NOSIGNATURE geckolib-forge-1.18-3.0.37.jar |GeckoLib |geckolib3 |3.0.37 |COMMON_SET|Manifest: NOSIGNATURE doubledoors_1.18.2-3.3.jar |Double Doors |doubledoors |3.3 |COMMON_SET|Manifest: NOSIGNATURE DynamicTreesBOP-1.18.2-3.0.0-ALPHA1.jar |Dynamic Trees for Biomes o' Pl|dtbop |1.18.2-3.0.0-ALPHA1 |COMMON_SET|Manifest: NOSIGNATURE Fastload-Reforged-1.2.0+1.18.2.jar |Fastload |fastload |1.2.0+1.18.2 |COMMON_SET|Manifest: NOSIGNATURE Connectible Chains-forge-1.18.2-2.1.1.jar |Connectible Chains |connectiblechains |2.1.1 |COMMON_SET|Manifest: NOSIGNATURE platforms-1.18-1.9.5.jar |Platforms |platforms |1.9.5 |COMMON_SET|Manifest: NOSIGNATURE jei-1.18.2-9.7.2.264.jar |Just Enough Items |jei |9.7.2.264 |COMMON_SET|Manifest: NOSIGNATURE AttributeFix-Forge-1.18.2-14.0.2.jar |AttributeFix |attributefix |14.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 StrataRecipes-1.18.2-v1.0.0.jar |StrataRecipes |stratarecipes |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE waystones-forge-1.18.2-10.1.0.jar |Waystones |waystones |10.1.0 |COMMON_SET|Manifest: NOSIGNATURE FastSuite-1.18.2-3.0.2.jar |Fast Suite |fastsuite |3.0.2 |COMMON_SET|Manifest: NOSIGNATURE Clumps-forge-1.18.2-8.0.0+15.jar |Clumps |clumps |8.0.0+15 |COMMON_SET|Manifest: NOSIGNATURE shutupexperimentalsettings-1.0.5.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE comforts-forge-1.18.2-5.0.0.4.jar |Comforts |comforts |1.18.2-5.0.0.4 |COMMON_SET|Manifest: NOSIGNATURE configured-1.5.4-1.18.2.jar |Configured |configured |1.5.4 |COMMON_SET|Manifest: NOSIGNATURE create-confectionery1.18.2_v1.0.8.jar |Create Confectionery |create_confectionery |1.0.8 |COMMON_SET|Manifest: NOSIGNATURE bonsaitrees3-3.1.0.jar |Bonsai Trees 3 |bonsaitrees3 |3.1.0 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterDesertTemples-1.18.2-Forge-1.3.1.jar |YUNG's Better Desert Temples |betterdeserttemples |1.18.2-Forge-1.3.1 |COMMON_SET|Manifest: NOSIGNATURE DVSaS-1.18.2-1.4.2.jar |Dynamic Vertical Slabs and Sta|dvsas |1.4.2 |ERROR |Manifest: NOSIGNATURE immersive-portals-1.4.11-mc1.18.2-forge.jar |Immersive Portals |immersive_portals |1.4.11 |COMMON_SET|Manifest: NOSIGNATURE EnderStorage-1.18.2-2.9.0.182-universal.jar |EnderStorage |enderstorage |2.9.0.182 |COMMON_SET|Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71 forge-1.18.2-40.1.80-universal.jar |Forge |forge |40.1.80 |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 jeimultiblocks-1.18.2-0.0.2.jar |Just Enough Immersive Multiblo|jeimultiblocks |0.0.2 |COMMON_SET|Manifest: NOSIGNATURE chococraft-1.18.2-0.5.0.jar |Chococraft 4 |chococraft |0.5.0 |COMMON_SET|Manifest: NOSIGNATURE ImmersivePosts-1.18.2-4.3.0-3.jar |Immersive Posts |immersiveposts |4.3.0-3 |COMMON_SET|Manifest: NOSIGNATURE ironchest-1.18.2-13.2.11.jar |Iron Chests |ironchest |1.18.2-13.2.11 |COMMON_SET|Manifest: NOSIGNATURE craftingtweaks-forge-1.18.2-14.0.3.jar |CraftingTweaks |craftingtweaks |14.0.3 |COMMON_SET|Manifest: NOSIGNATURE client-1.18.2-20220404.173914-srg.jar |Minecraft |minecraft |1.18.2 |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 cofh_core-1.18.2-1.6.4.21.jar |CoFH Core |cofh_core |1.6.4.21 |ERROR |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 thermal_foundation-1.18.2-1.6.3.28.jar |Thermal Series |thermal |1.6.3.28 |ERROR |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 thermal_integration-1.18.2-1.6.3.7.jar |Thermal Integration |thermal_integration |1.6.3.7 |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09 TConstruct-1.18.2-3.5.2.40.jar |Tinkers' Construct |tconstruct |3.5.2.40 |ERROR |Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.18.2-10.0.9.jar |EnchantmentDescriptions |enchdesc |10.0.9 |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 dynamic_asset_generator-forge-1.18.2-0.6.3.jar |DynamicAssetGenerator |dynamic_asset_generator |0.6.3 |COMMON_SET|Manifest: NOSIGNATURE TerraBlender-forge-1.18.2-1.2.0.126.jar |TerraBlender |terrablender |1.2.0.126 |COMMON_SET|Manifest: NOSIGNATURE MouseTweaks-forge-mc1.18-2.21.jar |Mouse Tweaks |mousetweaks |2.21 |COMMON_SET|Manifest: NOSIGNATURE ToolBelt-1.18.2-1.18.8.jar |Tool Belt |toolbelt |1.18.8 |COMMON_SET|Manifest: NOSIGNATURE ImmersiveEngineering-1.18.2-8.2.2-154.jar |Immersive Engineering |immersiveengineering |1.18.2-8.2.2-154 |ERROR |Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7 TCIntegrations-1.18.2-2.0.14.1.jar |Tinkers' Integrations and Twea|tcintegrations |1.18.2-2.0.14.1 |COMMON_SET|Manifest: da:bf:8b:25:96:f3:b9:28:12:15:50:54:25:99:97:10:61:cf:4e:63:30:09:40:fb:93:39:1d:7e:6b:93:9b:17 compactores-1.18.2-4.0.1.jar |Compact Ores |compactores |4.0.1 |COMMON_SET|Manifest: NOSIGNATURE tinker_rapier-1.1.0-1.18.2.jar |Tinkers' Rapier |tinker_rapier |1.1.0-1.18.2 |COMMON_SET|Manifest: NOSIGNATURE Jade-1.18.2-forge-5.2.4.jar |Jade |jade |5.2.4 |COMMON_SET|Manifest: NOSIGNATURE appliedenergistics2-11.1.7.jar |Applied Energistics 2 |ae2 |11.1.7 |ERROR |Manifest: NOSIGNATURE AE2WTLib-11.1.5.jar |AE2WTLib |ae2wtlib |11.1.5 |COMMON_SET|Manifest: NOSIGNATURE AdLods-1.18.2-6.0.2.0-build.1069.jar |Large Ore Deposits |adlods |6.0.2.0 |COMMON_SET|Manifest: NOSIGNATURE Ding-1.18-1.3.0.jar |Ding |ding |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE domum_ornamentum-1.18.2-1.0.55-ALPHA-universal.jar|Domum Ornamentum |domum_ornamentum |1.18.2-1.0.55-ALPHA |COMMON_SET|Manifest: NOSIGNATURE signpic-1.2_1.18.1.jar |SignPic |signpic |1.0 |COMMON_SET|Manifest: NOSIGNATURE betterfpsdist-1.18.2-1.5.jar |betterfpsdist mod |betterfpsdist |1.18.2-1.5 |COMMON_SET|Manifest: NOSIGNATURE flywheel-forge-1.18.2-0.6.5.jar |Flywheel |flywheel |0.6.5 |ERROR |Manifest: NOSIGNATURE create-1.18.2-0.5.0.d.jar |Create |create |0.5.0.d |ERROR |Manifest: NOSIGNATURE Mantle-1.18.2-1.9.27.jar |Mantle |mantle |1.9.27 |COMMON_SET|Manifest: NOSIGNATURE Xaeros_Minimap_22.14.1_Forge_1.18.2.jar |Xaero's Minimap |xaerominimap |22.14.1 |ERROR |Manifest: NOSIGNATURE gravestone-1.18.2-1.0.2.jar |Gravestone Mod |gravestone |1.18.2-1.0.2 |COMMON_SET|Manifest: NOSIGNATURE Croptopia-1.18.2-FORGE-2.1.0.jar |Croptopia |croptopia |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE baubley-heart-canisters-1.18.2-1.0.0.jar |Baubley Heart Canisters |bhc |1.18.2-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE FastWorkbench-1.18.2-6.1.0.jar |Fast Workbench |fastbench |6.1.0 |COMMON_SET|Manifest: NOSIGNATURE polymorph-forge-1.18.2-0.45.jar |Polymorph |polymorph |1.18.2-0.45 |COMMON_SET|Manifest: NOSIGNATURE JustEnoughProfessions-1.18.2-1.2.2.jar |Just Enough Professions (JEP) |justenoughprofessions |1.2.2 |COMMON_SET|Manifest: NOSIGNATURE AutoRegLib-1.7-53.jar |AutoRegLib |autoreglib |1.7-53 |COMMON_SET|Manifest: NOSIGNATURE Quark-3.2-358.jar |Quark |quark |3.2-358 |COMMON_SET|Manifest: NOSIGNATURE StorageDrawers-1.18.2-10.2.1.jar |Storage Drawers |storagedrawers |10.2.1 |COMMON_SET|Manifest: NOSIGNATURE almostunified-forge-1.18.2-0.0.9.jar |AlmostUnified |almostunified |0.0.9 |COMMON_SET|Manifest: NOSIGNATURE FastFurnace-1.18.2-6.0.3.jar |FastFurnace |fastfurnace |6.0.3 |COMMON_SET|Manifest: NOSIGNATURE appleskin-forge-mc1.18.2-2.4.1.jar |AppleSkin |appleskin |2.4.1+mc1.18.2 |COMMON_SET|Manifest: NOSIGNATURE infinitylib-2.1.4.jar |InfinityLib |infinitylib |1.18.2-2.1.4 |COMMON_SET|Manifest: NOSIGNATURE SoL-Carrot-1.18.1-1.12.0.jar |Spice of Life: Carrot Edition |solcarrot |1.18.1-1.12.0 |COMMON_SET|Manifest: NOSIGNATURE dtcroptopia-1.0.0.jar |Croptopia Dynamic Trees Addon |dtcroptopia |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE CosmeticArmorReworked-1.18.2-v2.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.18.2-v2 |COMMON_SET|Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53 ChiselsBits-forge-1.18.2-1.2.114-universal.jar |Chisels & bits |chiselsandbits |1.2.114 |ERROR |Manifest: NOSIGNATURE DynamicTreesTerraForged-1.18.2-1.0.0.jar |Dynamic Trees for TerraForged |dtterraforged |1.18.2-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE createaddition-1.18.2-20220914a.jar |Create Crafts & Additions |createaddition |1.18.2-20220914a |COMMON_SET|Manifest: NOSIGNATURE defaultoptions-forge-1.18.2-14.1.1.jar |Default Options |defaultoptions |14.1.1 |COMMON_SET|Manifest: NOSIGNATURE Crash Report UUID: 4081800d-f952-458b-8bab-d91c463b61dc FML: 40.1 Forge: net.minecraftforge:40.1.80 Flywheel Backend: Uninitialized
coderepo8593 commented 2 years ago

Please create a GIST and post the log there, or use something like crashy.net. It is preferred that you do NOT copy/paste directly into github or post the log's file as an attachment.

InterruptingOctopus commented 2 years ago

my apologies https://crashy.net/E7cNEs2v8GlYEo4xA6uj

coderepo8593 commented 2 years ago

I see a few things. I would suggest removing ChunkAnimator and Better FPS Distance, but I don't believe they are causing this particular issue on load. Those are more likely to cause problems during the game session.

The answer lies somewhere here:

If I had to guess, I am thinking it is Fastload or something related to the dynamic asset generator. If that doesn't do it, I would try removing the mod/s related to the imm_ptl mixin. Seems like that would be the Immersive Portals mod.

InterruptingOctopus commented 2 years ago

removing chunk animator seems to be the culprit as it runs fine without it

forest-cat commented 2 years ago

removing chunk animator seems to be the culprit as it runs fine without it

Yes i can confirm this, the game started fine after removing chunk animators mod

Asek3 commented 1 year ago

Should be reported to Chunk Animator