Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // Don't be sad, have a hug! <3
- Time: 2024-06-04 17:40:22
- 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-10.0.8.jar:10.0.8+10.0.8+main.0ef7e830] {}
- at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.8.jar:?] {}
- at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.8.jar:?] {}
- at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.8.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.4.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.4.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.4.jar:?] {}
- at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
- at net.minecraft.client.Minecraft.<init>(Minecraft.java:527) ~[client-1.19.2-20220805.130853-srg.jar%23389!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
- at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[client-1.19.2-20220805.130853-srg.jar%23389!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
- at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23389!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,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.2-43.3.13.jar%23101!/:?] {}
- at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {}
- at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {}
- at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {}
- at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {}
- at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {}
- at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {}
- at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {}
- at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
- Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector packConfiguration(Ljava/util/Set;Ljava/lang/Object;)Z in globaldataandresourcepacks.mixins.json:PackConfigurationMixin failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap globaldataandresourcepacks.refmap.json
- at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1362) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1051) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
- at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400) ~[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] {}
- ... 29 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-10.0.8.jar:10.0.8+10.0.8+main.0ef7e830] {}
- at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.8.jar:?] {}
- at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.8.jar:?] {}
- at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.8.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.4.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.4.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}
- at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.4.jar:?] {}
- at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
- at net.minecraft.client.Minecraft.<init>(Minecraft.java:527) ~[client-1.19.2-20220805.130853-srg.jar%23389!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,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
- 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.3636 (WinBuild.160101.0800):Microsoft Corporation
- CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
- ColorAdapterClient.dll:Microsoft Color Adapter Client:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
- CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.19041.4355:Microsoft Corporation
- CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.19041.3636:Microsoft Corporation
- DBGHELP.DLL:Windows Image Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
- DEVOBJ.dll:Device Information Set DLL:10.0.19041.4355 (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.3996 (WinBuild.160101.0800):Microsoft Corporation
- GLU32.dll:OpenGL Utility Library DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
- IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.4355 (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.3636 (WinBuild.160101.0800):Microsoft Corporation
- KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
- MMDevApi.dll:MMDevice API:10.0.19041.1 (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.4123 (WinBuild.160101.0800):Microsoft Corporation
- NSI.dll:NSI User-mode interface DLL:10.0.19041.3636 (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.3636 (WinBuild.160101.0800):Microsoft Corporation
- Ole32.dll:Microsoft OLE for Windows:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
- OpenAL.dll:Main implementation library:1.21.1:
- POWRPROF.dll:Power Profile Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
- PROPSYS.dll:Microsoft Property System:7.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
- PSAPI.DLL:Process Status Helper:10.0.19041.3636 (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.3636 (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.4123 (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.29.30139.0 built by: vcwrkspc:Microsoft Corporation
- VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
- WINHTTP.dll:Windows HTTP Services:10.0.19041.3636 (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.3636 (WinBuild.160101.0800):Microsoft Corporation
- WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.19041.3636 (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.3636 (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.4355 (WinBuild.160101.0800):Microsoft Corporation
- bcrypt.dll:Windows Cryptographic Primitives Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
- bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
- cfgmgr32.dll:Configuration Manager DLL:10.0.19041.3996 (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.3636 (WinBuild.160101.0800):Microsoft Corporation
- cryptnet.dll:Crypto Network Related API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
- dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.4355 (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.4355 (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.4355 (WinBuild.160101.0800):Microsoft Corporation
- eamsi.dll:ESET Antimalware Scan Interface DLL:10.43.13.0 BETA:ESET
- fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
- gdi32full.dll:GDI Client DLL:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
- glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
- gpapi.dll:Group Policy Client API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
- icm32.dll:Microsoft Color Management Module (CMM):10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
- imagehlp.dll:Windows NT Image Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
- inputhost.dll:InputHost:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
- java.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- javaw.exe:OpenJDK Platform binary:17.0.8.0:Microsoft
- jemalloc.dll
- jimage.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- jli.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- jna2483064307901328920.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA)
- jsvml.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- jvm.dll:OpenJDK 64-Bit server VM:17.0.8.0:Microsoft
- kernel.appcore.dll:AppModel API Host:10.0.19041.3758 (WinBuild.160101.0800):Microsoft Corporation
- lwjgl.dll
- lwjgl_opengl.dll
- lwjgl_stb.dll
- management.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- management_ext.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- msasn1.dll:ASN.1 Runtime APIs:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
- mscms.dll:Microsoft Color Matching System DLL:10.0.19041.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.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
- msvcrt.dll:Windows NT CRT DLL:7.0.19041.3636 (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.8.0:Microsoft
- nio.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- ntdll.dll:NT Layer DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
- ntmarta.dll:Windows NT MARTA provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
- nvgpucomp64.dll:NVIDIA GPU Compiler Driver, Version 546.17 :31.0.15.4617:NVIDIA Corporation
- nvoglv64.dll:NVIDIA Compatible OpenGL ICD:31.0.15.4617:NVIDIA Corporation
- nvspcap64.dll:NVIDIA Game Proxy:3.27.0.112:NVIDIA Corporation
- opengl32.dll:OpenGL Client DLL:10.0.19041.4355 (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
- profapi.dll:User Profile Basic API:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
- rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.3636 (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.8.0:Microsoft
- textinputframework.dll:"TextInputFramework.DYNLINK":10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
- ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.3636 (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.29.30139.0 built by: vcwrkspc:Microsoft Corporation
- verify.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
- win32u.dll:Win32u:10.0.19041.4412 (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.3636 (WinBuild.160101.0800):Microsoft Corporation
- wintrust.dll:Microsoft Trust Verification APIs:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
- wintypes.dll:Windows Base Types DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
- wshbth.dll:Windows Sockets Helper DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
- wshunix.dll:AF_UNIX Winsock2 Helper DLL:10.0.19041.1 (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.8.0:Microsoft
- Stacktrace:
- at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[client-1.19.2-20220805.130853-srg.jar%23389!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
- at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23389!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,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.2-43.3.13.jar%23101!/:?] {}
- at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {}
- at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {}
- at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {}
- at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {}
- at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {}
- at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {}
- at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {}
- at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
- -- System Details --
- Details:
- Minecraft Version: 1.19.2
- Minecraft Version ID: 1.19.2
- Operating System: Windows 10 (amd64) version 10.0
- Java Version: 17.0.8, Microsoft
- Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
- Memory: 358612992 bytes (342 MiB) / 897581056 bytes (856 MiB) up to 4294967296 bytes (4096 MiB)
- CPUs: 6
- Processor Vendor: GenuineIntel
- Processor Name: Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz
- Identifier: Intel64 Family 6 Model 158 Stepping 10
- Microarchitecture: Coffee Lake
- Frequency (GHz): 2.90
- Number of physical packages: 1
- Number of physical CPUs: 6
- Number of logical CPUs: 6
- Graphics card #0 name: NVIDIA GeForce GTX 1060 6GB
- Graphics card #0 vendor: NVIDIA (0x10de)
- Graphics card #0 VRAM (MB): 4095.00
- Graphics card #0 deviceId: 0x1c03
- Graphics card #0 versionInfo: DriverVersion=31.0.15.4617
- Memory slot #0 capacity (MB): 8192.00
- Memory slot #0 clockSpeed (GHz): 2.67
- Memory slot #0 type: DDR4
- Memory slot #1 capacity (MB): 8192.00
- Memory slot #1 clockSpeed (GHz): 2.67
- Memory slot #1 type: DDR4
- Virtual memory max (MB): 47023.30
- Virtual memory used (MB): 13599.23
- Swap memory total (MB): 30720.00
- Swap memory used (MB): 41.41
- JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
- Launched Version: forge-43.3.13
- Backend library: LWJGL version 3.3.1 build 7
- Backend API: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 GL version 3.2.0 NVIDIA 546.17, 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: 6x Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz
- 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.2-43.3.13.jar slf4jfixer PLUGINSERVICE
- fmlloader-1.19.2-43.3.13.jar object_holder_definalize PLUGINSERVICE
- fmlloader-1.19.2-43.3.13.jar runtime_enum_extender PLUGINSERVICE
- fmlloader-1.19.2-43.3.13.jar capability_token_subclass PLUGINSERVICE
- accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
- fmlloader-1.19.2-43.3.13.jar runtimedistcleaner PLUGINSERVICE
- modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE
- modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE
- FML Language Providers:
- lowcodefml@null
- javafml@null
- Mod List:
- YungsBetterDungeons-1.19.2-Forge-3.2.2.jar |YUNG's Better Dungeons |betterdungeons |1.19.2-Forge-3.2.2 |COMMON_SET|Manifest: NOSIGNATURE
- YungsBetterWitchHuts-1.19.2-Forge-2.1.0.jar |YUNG's Better Witch Huts |betterwitchhuts |1.19.2-Forge-2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
- oldguns-1.19.2-3.7.3-47.jar |Old Guns Mod |oldguns |1.19.2-3.7.3-47 |COMMON_SET|Manifest: NOSIGNATURE
- botarium-forge-1.19.2-1.9.2.jar |Botarium |botarium |1.9.2 |COMMON_SET|Manifest: NOSIGNATURE
- aether-1.19.2-1.4.2-forge.jar |The Aether |aether |1.19.2-1.4.2-forge |COMMON_SET|Manifest: NOSIGNATURE
- towntalk-1.19.2-1.0.1.jar |TownTalk |towntalk |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
- YungsBetterOceanMonuments-1.19.2-Forge-2.1.1.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.19.2-Forge-2.1.1 |COMMON_SET|Manifest: NOSIGNATURE
- valhelsia_furniture-forge-1.19.2-1.1.1.jar |Valhelsia Furniture |valhelsia_furniture |1.19.2-1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
- immersive_aircraft-0.7.9+1.19.2-forge.jar |Immersive Aircraft |immersive_aircraft |0.7.9+1.19.2 |ERROR |Manifest: NOSIGNATURE
- sophisticatedcore-1.19.2-0.6.4.605.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.6.4.605 |ERROR |Manifest: NOSIGNATURE
- ForgeEndertech-1.19.2-10.0.9.1-build.1328.jar |ForgeEndertech |forgeendertech |10.0.9.1 |ERROR |Manifest: NOSIGNATURE
- ritchiesprojectilelib-1.0.0-40ef15b+1.19.2-forge.j|Ritchie's Projectile Library |ritchiesprojectilelib |1.0.0-40ef15b+1.19.2|COMMON_SET|Manifest: NOSIGNATURE
- CTM-1.19.2-1.1.6+8.jar |ConnectedTexturesMod |ctm |1.19.2-1.1.6+8 |COMMON_SET|Manifest: NOSIGNATURE
- cookingforblockheads-forge-1.19.2-13.3.4.jar |CookingForBlockheads |cookingforblockheads |13.3.4 |ERROR |Manifest: NOSIGNATURE
- modernfix-forge-5.17.0+mc1.19.2.jar |ModernFix |modernfix |5.17.0+mc1.19.2 |ERROR |Manifest: NOSIGNATURE
- citadel-2.1.4-1.19.jar |Citadel |citadel |2.1.4 |ERROR |Manifest: NOSIGNATURE
- alexsmobs-1.21.1.jar |Alex's Mobs |alexsmobs |1.21.1 |COMMON_SET|Manifest: NOSIGNATURE
- zombieawareness-1.19.2-1.12.3.jar |Zombie Awareness |zombieawareness |1.19.2-1.12.3 |ERROR |Manifest: NOSIGNATURE
- YungsApi-1.19.2-Forge-3.8.10.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.10 |COMMON_SET|Manifest: NOSIGNATURE
- mixinextras-forge-0.3.5.jar |MixinExtras |mixinextras |0.3.5 |COMMON_SET|Manifest: NOSIGNATURE
- Bookshelf-Forge-1.19.2-16.3.20.jar |Bookshelf |bookshelf |16.3.20 |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
- sophisticatedbackpacks-1.19.2-3.20.2.1035.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.20.2.1035 |COMMON_SET|Manifest: NOSIGNATURE
- create_dragon_lib-1.19.2-1.4.4.jar |Create: Dragon Lib |create_dragon_lib |1.4.4 |COMMON_SET|Manifest: NOSIGNATURE
- Steam_Rails-1.6.4+forge-mc1.19.2.jar |Create: Steam 'n' Rails |railways |1.6.4+forge-mc1.19.2|COMMON_SET|Manifest: NOSIGNATURE
- create-new-age-forge-1.19.2-1.1.2.jar |Create: New Age |create_new_age |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
- balm-forge-1.19.2-4.6.0.jar |Balm |balm |4.6.0 |COMMON_SET|Manifest: NOSIGNATURE
- AdPother-1.19.2-7.0.27.0-build.1328.jar |Pollution of the Realms |adpother |7.0.27.0 |ERROR |Manifest: NOSIGNATURE
- YungsBetterNetherFortresses-1.19.2-Forge-1.0.6.jar|YUNG's Better Nether Fortresse|betterfortresses |1.19.2-Forge-1.0.6 |COMMON_SET|Manifest: NOSIGNATURE
- twilightforest-1.19.2-4.2.1518-universal.jar |The Twilight Forest |twilightforest |4.2.1518 |ERROR |Manifest: NOSIGNATURE
- structure_gel-1.19.2-2.7.3.jar |Structure Gel API |structure_gel |2.7.3 |ERROR |Manifest: NOSIGNATURE
- explorify-v1.4.0.jar |Explorify |explorify |1.4.0 |COMMON_SET|Manifest: NOSIGNATURE
- engineeredcompatibility-1.1.1.jar |Engineered Compatibility |engineeredcompatibility |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
- YungsBridges-1.19.2-Forge-3.1.0.jar |YUNG's Bridges |yungsbridges |1.19.2-Forge-3.1.0 |COMMON_SET|Manifest: NOSIGNATURE
- resourcefulconfig-forge-1.19.2-1.0.20.jar |Resourcefulconfig |resourcefulconfig |1.0.20 |COMMON_SET|Manifest: NOSIGNATURE
- dungeons_enhanced-1.19.2-4.1.jar |Dungeons Enhanced |dungeons_enhanced |4.1 |COMMON_SET|Manifest: NOSIGNATURE
- OverworldQuartzOre-forge-1.19.2-1.jar |Overworld Quartz Ore |overworld_quartz_ore |1 |COMMON_SET|Manifest: NOSIGNATURE
- curios-forge-1.19.2-5.1.6.2.jar |Curios API |curios |1.19.2-5.1.6.2 |ERROR |Manifest: NOSIGNATURE
- Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |COMMON_SET|Manifest: NOSIGNATURE
- blockui-1.19.2-1.0.140-BETA.jar |UI Library Mod |blockui |1.19.2-1.0.140-BETA |COMMON_SET|Manifest: NOSIGNATURE
- collective-1.19.2-7.61.jar |Collective |collective |7.61 |COMMON_SET|Manifest: NOSIGNATURE
- YungsExtras-1.19.2-Forge-3.1.0.jar |YUNG's Extras |yungsextras |1.19.2-Forge-3.1.0 |COMMON_SET|Manifest: NOSIGNATURE
- lostcities-1.19-6.0.27.jar |LostCities |lostcities |1.19-6.0.27 |COMMON_SET|Manifest: NOSIGNATURE
- lostsouls-1.19-3.0.4.jar |LostSouls |lostsouls |1.19-3.0.4 |COMMON_SET|Manifest: NOSIGNATURE
- YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar |YUNG's Better Strongholds |betterstrongholds |1.19.2-Forge-3.2.0 |COMMON_SET|Manifest: NOSIGNATURE
- projectarsenal-0.4.0-1.19.2.jar |Project Arsenal |projectarsenal |0.4.0 |COMMON_SET|Manifest: NOSIGNATURE
- resourcefullib-forge-1.19.2-1.1.24.jar |Resourceful Lib |resourcefullib |1.1.24 |COMMON_SET|Manifest: NOSIGNATURE
- cumulus_menus-1.19.2-1.0.0-forge.jar |Cumulus |cumulus_menus |1.19.2-1.0.0-forge |COMMON_SET|Manifest: NOSIGNATURE
- cfm-7.0.0-pre35-1.19.2.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre35 |COMMON_SET|Manifest: NOSIGNATURE
- createindustry-0.8.0b-1.19.2.jar |Create: The Factory Must Grow |createindustry |0.8.0b |ERROR |Manifest: NOSIGNATURE
- tree-excavation-1.19.x.jar |Tree Excavation |tc |1.5 |COMMON_SET|Manifest: NOSIGNATURE
- YungsBetterEndIsland-1.19.2-Forge-1.0.jar |YUNG's Better End Island |betterendisland |1.19.2-Forge-1.0 |COMMON_SET|Manifest: NOSIGNATURE
- AdChimneys-1.19.2-9.1.21.0-build.1328.jar |Advanced Chimneys |adchimneys |9.1.21.0 |ERROR |Manifest: NOSIGNATURE
- nitrogen_internals-1.19.2-1.0.3-forge.jar |Nitrogen |nitrogen_internals |1.19.2-1.0.3-forge |ERROR |Manifest: NOSIGNATURE
- framework-forge-1.19.2-0.6.16.jar |Framework |framework |0.6.16 |ERROR |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
- sulfurpotassiummod-1.19-2.3.4+Forge.jar |Sulfur & Potassium Mod |sulfurpotassiummod |2.3.4 |COMMON_SET|Manifest: NOSIGNATURE
- Towns-and-Towers-v.1.10-_FORGE-1.19.2_.jar |Towns and Towers |t_and_t |1.10 |COMMON_SET|Manifest: NOSIGNATURE
- YungsBetterMineshafts-1.19.2-Forge-3.2.1.jar |YUNG's Better Mineshafts |bettermineshafts |1.19.2-Forge-3.2.1 |COMMON_SET|Manifest: NOSIGNATURE
- yeetusexperimentus-1.0.1-build.2+mc1.19.1.jar |Yeetus Experimentus |yeetusexperimentus |1.0.1-build.2+mc1.19|COMMON_SET|Manifest: NOSIGNATURE
- YungsBetterJungleTemples-1.19.2-Forge-1.0.1.jar |YUNG's Better Jungle Temples |betterjungletemples |1.19.2-Forge-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
- createbigcannons-forge-1.19.2-0.5.4.jar |Create Big Cannons |createbigcannons |0.5.4-nightly-cddd0a|COMMON_SET|Manifest: NOSIGNATURE
- Tinkers Reforged 1.19.2-2.1.2.jar |Tinkers Reforged |tinkers_reforged |2.1.2 |ERROR |Manifest: NOSIGNATURE
- cgm-forge-1.19.2-1.3.7.jar |MrCrayfish's Gun Mod |cgm |1.3.7 |ERROR |Manifest: NOSIGNATURE
- jei-1.19.2-forge-11.6.0.1019.jar |Just Enough Items |jei |11.6.0.1019 |COMMON_SET|Manifest: NOSIGNATURE
- giacomos_bookshelf1.3.4-1.19.2.jar |Giacomo's bookshelves Mod |giacomos_bookshelf |1.3.4 |COMMON_SET|Manifest: NOSIGNATURE
- don't void arrows V.1.1-1.19.2.jar |Don't void Arrows |dont_void_arrows |1.0.0 |ERROR |Manifest: NOSIGNATURE
- immersive_weathering-1.19.2-1.2.10-forge.jar |Immersive Weathering |immersive_weathering |1.19.2-1.2.10 |COMMON_SET|Manifest: NOSIGNATURE
- journeymap-1.19.2-5.9.8-forge.jar |Journeymap |journeymap |5.9.8 |ERROR |Manifest: NOSIGNATURE
- NuclearCraft-1.19.2-1.0.4.jar |Nuclearcraft Neoteric |nuclearcraft |1.0.4 |ERROR |Manifest: NOSIGNATURE
- integrated_api_forge-1.2.8+1.19.2.jar |Integrated API |integrated_api |1.2.8+1.19.2 |ERROR |Manifest: NOSIGNATURE
- comforts-forge-6.0.7+1.19.2.jar |Comforts |comforts |6.0.7+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
- SereneSeasons-1.19.2-8.1.0.24.jar |Serene Seasons |sereneseasons |0.0NONE |ERROR |Manifest: NOSIGNATURE
- configured-2.1.1-1.19.2.jar |Configured |configured |2.1.1 |ERROR |Manifest: NOSIGNATURE
- snowundertrees-1.19.2-1.3.1.jar |Snow Under Trees |snowundertrees |1.3.1 |COMMON_SET|Manifest: NOSIGNATURE
- lazydfu-1.19-1.0.2.jar |LazyDFU |lazydfu |0.1.3 |COMMON_SET|Manifest: NOSIGNATURE
- starlight-1.1.1+forge.cf5b10b.jar |Starlight |starlight |1.1.1+forge.a3aea74 |COMMON_SET|Manifest: NOSIGNATURE
- arrowcollector-mc1.18-1.20-v0.0.2.jar |ArrowCollector |arrowcollector |1.17-1.20-0.0.2 |COMMON_SET|Manifest: NOSIGNATURE
- YungsBetterDesertTemples-1.19.2-Forge-2.2.2.jar |YUNG's Better Desert Temples |betterdeserttemples |1.19.2-Forge-2.2.2 |COMMON_SET|Manifest: NOSIGNATURE
- JeiTweaker-forge-1.19.2-4.0.13.jar |JeiTweaker |jeitweaker |4.0.13 |COMMON_SET|Manifest: NOSIGNATURE
- CraftTweaker-forge-1.19.2-10.1.55.jar |CraftTweaker |crafttweaker |10.1.55 |ERROR |Manifest: NOSIGNATURE
- ImmersivePetroleum-1.19.2-4.2.0-29.jar |Immersive Petroleum |immersivepetroleum |4.2.0-29 |ERROR |Manifest: NOSIGNATURE
- forge-1.19.2-43.3.13-universal.jar |Forge |forge |43.3.13 |ERROR |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
- TravelersTitles-1.19.2-Forge-3.1.2.jar |Traveler's Titles |travelerstitles |1.19.2-Forge-3.1.2 |COMMON_SET|Manifest: NOSIGNATURE
- jeimultiblocks-1.19.2-0.0.3.jar |Just Enough Immersive Multiblo|jeimultiblocks |0.0.3 |COMMON_SET|Manifest: NOSIGNATURE
- idas_forge-1.7.7+1.19.2.jar |Integrated Dungeons and Struct|idas |1.7.7+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
- ironchest-1.19.2-14.2.7.jar |Iron Chests |ironchest |1.19.2-14.2.7 |COMMON_SET|Manifest: NOSIGNATURE
- DungeonsArise-1.19.2-2.1.54-release.jar |When Dungeons Arise |dungeons_arise |2.1.54-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
- client-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.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
- TConstruct-1.19.2-3.8.3.39.jar |Tinkers' Construct |tconstruct |3.8.3.39 |COMMON_SET|Manifest: NOSIGNATURE
- create-structures-0.1.0.jar |Create: Structures |create_structures_mr |0.1.0 |COMMON_SET|Manifest: NOSIGNATURE
- moonlight-1.19.2-2.3.6-forge.jar |Moonlight Library |moonlight |1.19.2-2.3.6 |COMMON_SET|Manifest: NOSIGNATURE
- nohostilesaroundcampfire-1.19.2-5.9.jar |No Hostiles Around Campfire |nohostilesaroundcampfire |5.9 |COMMON_SET|Manifest: NOSIGNATURE
- ImmersiveEngineering-1.19.2-9.2.4-170.jar |Immersive Engineering |immersiveengineering |1.19.2-9.2.4-170 |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
- immersiveposres-0.1.jar |Immersive positional resources|immersiveposres |0.1 |COMMON_SET|Manifest: NOSIGNATURE
- TCIntegrations-1.19.2-2.0.21.5.jar |Tinkers' Integrations and Twea|tcintegrations |1.19.2-2.0.21.5 |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
- spectrelib-forge-0.12.8+1.19.2.jar |SpectreLib |spectrelib |0.12.8+1.19.2 |ERROR |Manifest: NOSIGNATURE
- domum_ornamentum-1.19-1.0.146-BETA-universal.jar |Domum Ornamentum |domum_ornamentum |1.19-1.0.146-BETA |ERROR |Manifest: NOSIGNATURE
- flywheel-forge-1.19.2-0.6.10-20.jar |Flywheel |flywheel |0.6.10-20 |COMMON_SET|Manifest: NOSIGNATURE
- alloyed-1.19.2-v1.5a.jar |Create: Alloyed |alloyed |1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
- create-1.19.2-0.5.1.f.jar |Create |create |0.5.1.f |ERROR |Manifest: NOSIGNATURE
- createdeco-1.3.3-1.19.2.jar |Create Deco |createdeco |1.3.3-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
- create_central_kitchen-1.19.2-for-create-0.5.1.f-1|Create: Central Kitchen |create_central_kitchen |1.3.11.c |COMMON_SET|Manifest: NOSIGNATURE
- interiors-0.5.3+forge-mc1.19.2.jar |Create: Interiors |interiors |0.5.3 |COMMON_SET|Manifest: NOSIGNATURE
- createoreexcavation-1.19-1.2.3.jar |Create Ore Excavation |createoreexcavation |1.2.3 |ERROR |Manifest: NOSIGNATURE
- Mantle-1.19.2-1.10.36.jar |Mantle |mantle |1.10.36 |COMMON_SET|Manifest: NOSIGNATURE
- integrated_stronghold_forge-1.0.2+1.19.2.jar |Integrated Stronghold |integrated_stronghold |1.0.2+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
- pamhc2foodcore-1.19.2-1.0.1.jar |Pam's HarvestCraft 2 - Food Co|pamhc2foodcore |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
- gravestone-forge-1.19.2-1.0.15.jar |Gravestone Mod |gravestone |1.19.2-1.0.15 |COMMON_SET|Manifest: NOSIGNATURE
- AutoRegLib-1.8.2-55.jar |AutoRegLib |autoreglib |1.8.2-55 |COMMON_SET|Manifest: NOSIGNATURE
- Quark-3.4-418.jar |Quark |quark |3.4-418 |ERROR |Manifest: NOSIGNATURE
- supplementaries-1.19.2-2.4.20.jar |Supplementaries |supplementaries |1.19.2-2.4.20 |COMMON_SET|Manifest: NOSIGNATURE
- Zeta-1.0-16.jar |Zeta |zeta |1.0-16 |ERROR |Manifest: NOSIGNATURE
- ToughAsNails-1.19-8.0.0.78.jar |Tough As Nails |toughasnails |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE
- global_packs-forge-1.19.2-1.14.5_forge.jar |Global Packs |globaldataandresourcepacks |1.14.5_forge |COMMON_SET|Manifest: NOSIGNATURE
- structurize-1.19.2-1.0.689-RELEASE.jar |Structurize |structurize |1.19.2-1.0.689-RELEA|ERROR |Manifest: NOSIGNATURE
- multipiston-1.19.2-1.2.25-ALPHA.jar |Multi-Piston |multipiston |1.19.2-1.2.25-ALPHA |COMMON_SET|Manifest: NOSIGNATURE
- coroutil-forge-1.19.2-1.3.6.jar |CoroUtil |coroutil |1.19.2-1.3.6 |ERROR |Manifest: NOSIGNATURE
- minecolonies-1.19.2-1.1.516-BETA.jar |MineColonies |minecolonies |1.19.2-1.1.516-BETA |ERROR |Manifest: NOSIGNATURE
- tlc_forge-1.0.2-R-1.19.2.jar |The Lost Castle |tlc |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
- ferritecore-5.0.3-forge.jar |Ferrite Core |ferritecore |5.0.3 |COMMON_SET|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
- engineersdecor-1.19.2-forge-1.3.29.jar |Engineer's Decor |engineersdecor |1.3.29 |COMMON_SET|Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
- FriendlyFire-Forge-1.19.2-14.0.4.jar |FriendlyFire |friendlyfire |14.0.4 |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
- valhelsia_core-forge-1.19.2-0.5.0.jar |Valhelsia Core |valhelsia_core |1.19.2-0.5.0 |COMMON_SET|Manifest: NOSIGNATURE
- valhelsia_structures-forge-1.19.2-1.0.4.jar |Valhelsia Structures |valhelsia_structures |1.19.2-1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
- forbidden_arcanus-1.19.2-2.1.5.jar |Forbidden & Arcanus |forbidden_arcanus |1.19.2-2.1.5 |COMMON_SET|Manifest: NOSIGNATURE
- create_enchantment_industry-1.19.2-for-create-0.5.|Create Enchantment Industry |create_enchantment_industry |1.2.9.e |COMMON_SET|Manifest: NOSIGNATURE
- healingcampfire-1.19.2-5.3.jar |Healing Campfire |healingcampfire |5.3 |COMMON_SET|Manifest: NOSIGNATURE
- ad_astra-forge-1.19.2-1.12.7.jar |Ad Astra |ad_astra |1.12.7 |COMMON_SET|Manifest: NOSIGNATURE
- createastracompat-1.0.3-1.19.2.jar |Create Ad Astra Compat |createastracompat |1.0.3-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE
- Crash Report UUID: de61dafb-e9f1-431d-9415-8eac9b023ce4
- FML: 43.3
- Forge: net.minecraftforge:43.3.13
- Flywheel Backend: Uninitialized
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement