Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

t1geR

Members
  • Joined

  • Last visited

  1. Hi, i dont know where start, i already fix some libreries missing but here i dont know where the problem is. I read about a similary crash when its just warnings of the forge version and programers things, please share you knowlage to help me fix this, its a server for my gf This is the complete crash report send it when i try to start Tlauncher with all mods. Some lines of text give me the hint it's a librerie missing but i dont get it. ---- Minecraft Crash Report ---- // Hi. I'm Minecraft, and I'm a crashaholic. Time: 2023-02-19 23:53:32 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:520) ~[?:?] {} at net.minecraft.client.renderer.block.BlockRenderDispatcher.<init>(BlockRenderDispatcher.java:49) ~[client-1.19.2-20220805.130853-srg.jar%23477!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:APP:farmersdelight.mixins.json:HideBlockBreakProgressMixin,pl:mixin:A} at net.minecraft.client.Minecraft.<init>(Minecraft.java:506) ~[client-1.19.2-20220805.130853-srg.jar%23477!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:konkrete.mixin.json:MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,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%23477!/:?] {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%23477!/:?] {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.2.3.jar%2395!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {} Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [valhelsia_core.mixins.json:client.ModelBlockRendererMixin] from phase [DEFAULT] in config [valhelsia_core.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] {} ... 30 more Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @ModifyVariable annotation on valhelsia_renderModelFaceFlat could not find any targets matching 'Lnet/minecraft/client/renderer/block/ModelBlockRenderer;m_111001_(Lnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;IIZLcom/mojang/blaze3d/vertex/PoseStack;Lcom/mojang/blaze3d/vertex/VertexConsumer;Ljava/util/List;Ljava/util/BitSet;)V' in net.minecraft.client.renderer.block.ModelBlockRenderer. Using refmap valhelsia_core.refmap.json [PREINJECT Applicator Phase -> valhelsia_core.mixins.json:client.ModelBlockRendererMixin -> Prepare Injections -> -> localvar$bkn000$valhelsia_renderModelFaceFlat(ILnet/minecraft/world/level/BlockAndTintGetter;Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/core/BlockPos;)I -> Parse] at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.validateTargets(InjectionInfo.java:656) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findTargets(InjectionInfo.java:587) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:330) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:316) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:308) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo.<init>(ModifyVariableInjectionInfo.java:45) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at jdk.internal.reflect.GeneratedConstructorAccessor75.newInstance(Unknown Source) ~[?:?] {} at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {} at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {} at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {} at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:149) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:708) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {} at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1311) ~[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] {} ... 30 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:520) ~[?:?] {} at net.minecraft.client.renderer.block.BlockRenderDispatcher.<init>(BlockRenderDispatcher.java:49) ~[client-1.19.2-20220805.130853-srg.jar%23477!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:APP:farmersdelight.mixins.json:HideBlockBreakProgressMixin,pl:mixin:A} at net.minecraft.client.Minecraft.<init>(Minecraft.java:506) ~[client-1.19.2-20220805.130853-srg.jar%23477!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:konkrete.mixin.json:MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} -- Initialization -- Details: Modules: ADVAPI32.dll:API base de Windows 32 avanzado:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation COMCTL32.dll:Biblioteca de controles de la experiencia del usuario:6.10 (WinBuild.160101.0800):Microsoft Corporation CRYPT32.dll:Crypto API32:10.0.19041.2604 (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:DLL de API de cliente DNS:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation GDI32.dll:GDI Client DLL:10.0.19041.2075 (WinBuild.160101.0800):Microsoft Corporation GLU32.dll:DLL de la biblioteca de programas de OpenGL:10.0.19041.2604 (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:API auxiliar para IP:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation KERNEL32.DLL:Archivo DLL de cliente API BASE de Windows NT:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation KERNELBASE.dll:Archivo DLL de cliente API BASE de Windows NT:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation MMDevApi.dll:API de MMDevice:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation MSCTF.dll:Archivo DLL del servidor MSCTF:10.0.19041.2604 (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 Ole32.dll:Microsoft OLE para Windows:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation OleAut32.dll:OLEAUT32.DLL:10.0.19041.985 (WinBuild.160101.0800):Microsoft Corporation OpenAL.dll:Main implementation library:1.21.1: PROPSYS.dll:Sistema de propiedades de Microsoft:7.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation PSAPI.DLL:Process Status Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation Pdh.dll:Ayudante de los datos de rendimiento DLL de Windows:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation RPCRT4.dll:Tiempo de ejecución de llamada a procedimiento remoto:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation SETUPAPI.dll:API de instalación de Windows:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation SHCORE.dll:SHCORE:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation SHELL32.dll:Archivo DLL común del shell de Windows:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation UMPDC.dll USER32.dll:Archivo DLL de cliente API USER de Windows multiusuario:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation USERENV.dll:Userenv:10.0.19041.2604 (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.546 (WinBuild.160101.0800):Microsoft Corporation WINHTTP.dll:Servicios HTTP de Windows:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation WINMM.dll:MCI API DLL:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation WINSTA.dll:Winstation Library:10.0.19041.2075 (WinBuild.160101.0800):Microsoft Corporation WINTRUST.dll:Microsoft Trust Verification APIs:10.0.19041.2075 (WinBuild.160101.0800):Microsoft Corporation WS2_32.dll:DLL de 32 bits de Windows Socket 2.0:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.19041.2604 (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:Directiva de bloqueo de Windows:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation amsi.dll:Anti-Malware Scan Interface:10.0.19041.2075 (WinBuild.160101.0800):Microsoft Corporation bcrypt.dll:Biblioteca de primitivas criptográficas de Windows:10.0.19041.2604 (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 para Windows:10.0.19041.2604 (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:Servicio cliente DHCP:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc6.DLL:Cliente DHCPv6:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation dinput8.dll:Microsoft DirectInput:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation drvstore.dll:Driver Store API:10.0.19041.1949 (WinBuild.160101.0800):Microsoft Corporation dwmapi.dll:API del Administrador de ventanas de escritorio de Microsoft:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation dxcore.dll:DXCore:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation fwpuclnt.dll:API de modo usuario de FWP/IPsec:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation gdi32full.dll:GDI Client DLL:10.0.19041.2075 (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.19041.546 (WinBuild.160101.0800):Microsoft Corporation iertutil.dll:Utilidad en tiempo de ejecución para Internet Explorer:11.00.19041.2604 (WinBuild.160101.0800):Microsoft Corporation inputhost.dll:InputHost:10.0.19041.1741 (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 jna17941655544405914884.dll:JNA native library:6.1.2: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.19041.546 (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.19041.546 (WinBuild.160101.0800):Microsoft Corporation mscms.dll:Archivo DLL de Sistema de coincidencias de color de Microsoft:10.0.19041.2604 (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.789 (WinBuild.160101.0800):Microsoft Corporation msvcrt.dll:Windows NT CRT DLL:7.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation mswsock.dll:Proveedor de servicios de Microsoft Windows Sockets 2.0:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation napinsp.dll:Proveedor de correcciones de compatibilidad (shim) de nomenclaturas de correo electrónico:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation ncrypt.dll:Enrutador de Windows NCrypt:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation net.dll:OpenJDK Platform binary:17.0.3.0:Microsoft netutils.dll:Net Win32 API Helpers DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation nio.dll:OpenJDK Platform binary:17.0.3.0:Microsoft ntdll.dll:DLL del nivel de Windows NT:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation ntmarta.dll:Proveedor MARTA de Windows NT:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation nvoglv64.dll:NVIDIA Compatible OpenGL ICD:31.0.15.2698:NVIDIA Corporation nvspcap64.dll:NVIDIA Game Proxy:3.26.0.154:NVIDIA Corporation opengl32.dll:OpenGL Client DLL:10.0.19041.2075 (WinBuild.160101.0800):Microsoft Corporation perfos.dll:DLL de objetos de rendimiento del sistema Windows:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation pnrpnsp.dll:Proveedor de espacio de nombres PNRP:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation powrprof.dll:Archivo DLL auxiliar del perfil de energía:10.0.19041.2604 (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:Biblioteca de utilidades de Shell:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation srvcli.dll:Server Service Client DLL:10.0.19041.1645 (WinBuild.160101.0800):Microsoft Corporation sunmscapi.dll:OpenJDK Platform binary:17.0.3.0:Microsoft textinputframework.dll:"TextInputFramework.DYNLINK":10.0.19041.2075 (WinBuild.160101.0800):Microsoft Corporation ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation urlmon.dll:Extensiones OLE32 para Win32:11.00.19041.2604 (WinBuild.160101.0800):Microsoft Corporation uxtheme.dll:Biblioteca UxTheme de Microsoft:10.0.19041.2604 (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.19041.2075 (WinBuild.160101.0800):Microsoft Corporation windows.storage.dll:API de almacenamiento de Microsoft WinRT:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation winrnr.dll:LDAP RnR Provider DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation wintypes.dll:DLL de tipos basados en Windows:10.0.19041.2604 (WinBuild.160101.0800):Microsoft Corporation wshbth.dll:Windows Sockets Helper DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation xinput1_4.dll:API Microsoft Common Controller:10.0.19041.2604 (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) ~[client-1.19.2-20220805.130853-srg.jar%23477!/:?] {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%23477!/:?] {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.2.3.jar%2395!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] {} 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.3, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 606483824 bytes (578 MiB) / 1107296256 bytes (1056 MiB) up to 3154116608 bytes (3008 MiB) CPUs: 8 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 2400G with Radeon Vega Graphics Identifier: AuthenticAMD Family 23 Model 17 Stepping 0 Microarchitecture: Zen Frequency (GHz): 3.89 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: NVIDIA GeForce GTX 1050 Ti Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x1c82 Graphics card #0 versionInfo: DriverVersion=31.0.15.2698 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.40 Memory slot #0 type: DDR4 Virtual memory max (MB): 17290.05 Virtual memory used (MB): 14881.91 Swap memory total (MB): 10193.04 Swap memory used (MB): 2244.66 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx3000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Launched Version: Forge 1.19.2 Backend library: LWJGL version 3.3.1 build 7 Backend API: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 GL version 3.2.0 NVIDIA 526.98, 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: 8x AMD Ryzen 5 2400G with Radeon Vega Graphics OptiFine Version: OptiFine_1.19.2_HD_U_I1_pre2 OptiFine Build: 20220919-180220 Render Distance Chunks: 8 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 3.2.0 NVIDIA 526.98 OpenGlRenderer: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 OpenGlVendor: NVIDIA Corporation CpuCount: 8 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.2.3.jar slf4jfixer PLUGINSERVICE fmlloader-1.19.2-43.2.3.jar object_holder_definalize PLUGINSERVICE fmlloader-1.19.2-43.2.3.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.19.2-43.2.3.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.19.2-43.2.3.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] lowcodefml@null [email protected] javafml@null Mod List: hexerei-0.2.5.jar |Hexerei |hexerei |0.2.5 |NONE |Manifest: NOSIGNATURE SkyVillages-1.0.1-1.19-forge-release.jar |Sky Villages |skyvillages |1.0.1-1.19-forge |NONE |Manifest: NOSIGNATURE blue_skies-1.19.2-1.3.20.jar |Blue Skies |blue_skies |1.3.20 |NONE |Manifest: NOSIGNATURE supermartijn642configlib-1.1.6b-forge-mc1.19.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.6b |NONE |Manifest: NOSIGNATURE AdditionalEnchantedMiner-1.19.2-19.8.jar |QuarryPlus |quarryplus |19.8 |NONE |Manifest: 1a:13:52:63:6f:dc:0c:ad:7f:8a:64:ac:46:58:8a:0c:90:ea:2c:5d:11:ac:4c:d4:62:85:c7:d1:00:fa:9c:76 SpelunkingBags1.19_V1.0.2.jar |Spelunking Bags |spelunking_bags |1.0.2 |NONE |Manifest: NOSIGNATURE RpgSkillable-forge-1.19.2-1.0.0.1.jar |RpgSkillable |rpgskillable |1.0.0.1 |NONE |Manifest: NOSIGNATURE beautify-1.4.3.jar |Beautify |beautify |1.4.3 |NONE |Manifest: NOSIGNATURE botarium-forge-1.19.2-1.7.10.jar |Botarium |botarium |1.7.10 |NONE |Manifest: NOSIGNATURE capybaramod-0.0.2-1.19.2.jar |Capybara Mod |capybaramod |0.0.2-1.19.2 |NONE |Manifest: NOSIGNATURE blazegear-1.19.2-1.3.3.jar |Blaze Gear |blazegear |1.19.2-1.3.3 |NONE |Manifest: NOSIGNATURE paragon-forge-1.0.3b-1.19x.jar |Paragon |paragon |1.0.3 |NONE |Manifest: NOSIGNATURE mcw-windows-2.1.1-mc1.19.2forge.jar |Macaw's Windows |mcwwindows |2.1.1 |NONE |Manifest: NOSIGNATURE sophisticatedcore-1.19.2-0.5.15.142.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.5.15.142 |NONE |Manifest: NOSIGNATURE HorseExpert-v4.0.0-1.19.2-Forge.jar |Horse Expert |horseexpert |4.0.0 |NONE |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 duckling-2.0.8-forge.jar |Duckling |duckling |2.0.8 |NONE |Manifest: NOSIGNATURE Prism-1.19.1-1.0.2.jar |Prism |prism |1.0.2 |NONE |Manifest: NOSIGNATURE citadel-2.0.0-1.19.jar |Citadel |citadel |2.0.0 |NONE |Manifest: NOSIGNATURE alexsmobs-1.20.2.jar |Alex's Mobs |alexsmobs |1.20.2 |NONE |Manifest: NOSIGNATURE YungsApi-1.19.2-Forge-3.8.2.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.2 |NONE |Manifest: NOSIGNATURE themissingvillages-2.0.0-1.19.2.jar |The Missing Villages |themissingvillages |2.0.0-1.19.2 |NONE |Manifest: NOSIGNATURE sophisticatedbackpacks-1.19.2-3.18.24.703.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.18.24.703 |NONE |Manifest: NOSIGNATURE simpleplanes-1.19.2-5.0.3.jar |Simple Planes |simpleplanes |1.19.2-5.0.3 |NONE |Manifest: NOSIGNATURE takesapillage-1.0.2-1.19.2.jar |It Takes A Pillage |takesapillage |1.0.2 |NONE |Manifest: NOSIGNATURE bygonenether-1.2.2-1.19.2.jar |Bygone Nether |bygonenether |1.2.2 |NONE |Manifest: NOSIGNATURE SimplyHouses-1.1.3-1.19-forge.jar |Simply Houses |simply_houses |1.1.3.1-1.19 |NONE |Manifest: NOSIGNATURE quarry-1.19.2-1.5r.jar |Quarry |quarry |1.5r |NONE |Manifest: NOSIGNATURE balm-4.5.3.jar |Balm |balm |4.5.3 |NONE |Manifest: NOSIGNATURE whatareyouvotingfor2022-1.19.2-1.7.jar |What Are You Voting For? |whatareyouvotingfor |1.0 |NONE |Manifest: NOSIGNATURE cloth-config-8.2.88-forge.jar |Cloth Config v8 API |cloth_config |8.2.88 |NONE |Manifest: NOSIGNATURE dragonmounts-1.19.2-1.1.4a.jar |Dragon Mounts: Legacy |dragonmounts |1.1.4a |NONE |Manifest: NOSIGNATURE itemupgrader-1.1.0.jar |Item Upgrader |itemupgrader_content |1.1.0 |NONE |Manifest: NOSIGNATURE twilightforest-1.19.2-4.2.1468-universal.jar |The Twilight Forest |twilightforest |4.2.1468 |NONE |Manifest: NOSIGNATURE hexxitgear2-1.19.2-1.0.jar |Hexxit Gear 2 |hexxitgear |1.0 |NONE |Manifest: NOSIGNATURE emojiful-1.19-3.1.3.jar |Emojiful |emojiful |1.19-3.1.3 |NONE |Manifest: NOSIGNATURE konkrete_forge_1.6.0_MC_1.19-1.19.2.jar |Konkrete |konkrete |1.6.0 |NONE |Manifest: NOSIGNATURE upgradednetherite-1.19.2-5.1.0.5-release.jar |Upgraded Netherite |upgradednetherite |1.19.2-5.1.0.5-relea|NONE |Manifest: NOSIGNATURE structure_gel-1.19.2-2.7.1.jar |Structure Gel API |structure_gel |2.7.1 |NONE |Manifest: NOSIGNATURE corpse-1.19.2-1.0.0.jar |Corpse |corpse |1.19.2-1.0.0 |NONE |Manifest: NOSIGNATURE AdvancementPlaques-1.19.2-1.4.7.jar |Advancement Plaques |advancementplaques |1.4.7 |NONE |Manifest: NOSIGNATURE replantingcrops_1.19.2-4.1.jar |Replanting Crops |replantingcrops |4.1 |NONE |Manifest: NOSIGNATURE industrial-foregoing-1.19.2-3.3.2.1-3.jar |Industrial Foregoing |industrialforegoing |3.3.2.1 |NONE |Manifest: NOSIGNATURE FarmersDelight-1.19-1.2.0.jar |Farmer's Delight |farmersdelight |1.19-1.2.0 |NONE |Manifest: NOSIGNATURE repurposed_structures_forge-6.3.5+1.19.2.jar |Repurposed Structures |repurposed_structures |6.3.5+1.19.2 |NONE |Manifest: NOSIGNATURE explorify-forge-1.19-1.3.0.jar |Explorify |explorify |1.19-1.3.0 |NONE |Manifest: NOSIGNATURE HigherWorldDeeperOceans.jar |Higher World Deeper Oceans |hw_do |0.0.1 |NONE |Manifest: NOSIGNATURE DeathFinder-v4.1.2-1.19.2-Forge.jar |Death Finder |deathfinder |4.1.2 |NONE |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 supermartijn642corelib-1.0.19a-forge-mc1.19.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.19a |NONE |Manifest: NOSIGNATURE fishingreal-1.19.2-1.5.jar |Fishing Real |fishingreal |1.19.2-1.5 |NONE |Manifest: NOSIGNATURE born_in_chaos_1.19_1.1.jar |Born in Chaos |born_in_chaos_v1 |1.0.0 |NONE |Manifest: NOSIGNATURE dungeons_enhanced-1.19.2-4.1.jar |Dungeons Enhanced |dungeons_enhanced |4.1 |NONE |Manifest: NOSIGNATURE ManyIdeasCore-1.19.2-1.3.0.jar |ManyIdeas Core |manyideas_core |1.3.0 |NONE |Manifest: NOSIGNATURE curios-forge-1.19.2-5.1.1.0.jar |Curios API |curios |1.19.2-5.1.1.0 |NONE |Manifest: NOSIGNATURE Super+Mobestiary+1.11.0.jar |Super Mobestiary |supermobestiary |1.9.1 |NONE |Manifest: NOSIGNATURE Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |NONE |Manifest: NOSIGNATURE collective-1.19.2-6.48.jar |Collective |collective |6.48 |NONE |Manifest: NOSIGNATURE diamethysts-1.6.1-1.19.jar |Diamethysts |diamethysts |1.6.1-1.19 |NONE |Manifest: NOSIGNATURE nocube's_villagers_sell_animals_1.1.4_forge_1.19.2|NoCube's Villagers Sell Animal|villagersellanimals |1.1.4 |NONE |Manifest: NOSIGNATURE bettervillage-forge-1.19.2-2.0.0.jar |Better village |bettervillage |2.0.0 |NONE |Manifest: NOSIGNATURE morefrogs-1.19.x-1.1.1a-forge.jar |More Frogs |morefrogs |0.0NONE |NONE |Manifest: NOSIGNATURE elevatorid-1.19.2-1.8.9.jar |Elevator Mod |elevatorid |1.19.2-1.8.9 |NONE |Manifest: NOSIGNATURE Queen+Bee+1.3-1.19.2.jar |Queen Bee |queen_bee |1.0.0 |NONE |Manifest: NOSIGNATURE abundant_atmosphere-1.19.2-1.0.2.jar |Abundant Atmosphere |abundant_atmosphere |1.0.2-1.19.2 |NONE |Manifest: NOSIGNATURE resourcefullib-forge-1.19.2-1.1.17.jar |Resourceful Lib |resourcefullib |1.1.17 |NONE |Manifest: NOSIGNATURE eatinganimation-1.19-3.1.0.jar |Eating Animation |eatinganimation |3.0.0 |NONE |Manifest: NOSIGNATURE deeperdarker-forge-1.1.3-forge.jar |Deeper and Darker |deeperdarker |1.1.3 |NONE |Manifest: NOSIGNATURE architectury-6.3.56-forge.jar |Architectury |architectury |6.3.56 |NONE |Manifest: NOSIGNATURE Mine-Pop!+1.0.1-1.19.2+(FORGE).jar |Mine-Pop! |minepop |1.0.0 |NONE |Manifest: NOSIGNATURE getinthebucketmod-4.1.2.jar |Get in the Bucket Mod |getinthebucketmod |4.1.2 |NONE |Manifest: NOSIGNATURE Towns-and-Towers-1.19.2-1.9.jar |Towns and Towers |t_and_t |1.9 |NONE |Manifest: NOSIGNATURE infectum1.7.1.jar |Infectum |infectum |1.0.0 |NONE |Manifest: NOSIGNATURE YungsBetterMineshafts-1.19.2-Forge-3.2.0.jar |YUNG's Better Mineshafts |bettermineshafts |1.19.2-Forge-3.2.0 |NONE |Manifest: NOSIGNATURE geckolib-forge-1.19-3.1.38.jar |GeckoLib |geckolib3 |3.1.38 |NONE |Manifest: NOSIGNATURE PortableHole-v4.0.0-1.19.2-Forge.jar |Portable Hole |portablehole |4.0.0 |NONE |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 OreLibrary-1.19.2-1.1.8.jar |OreLibrary |orelibrary |1.1.8 |NONE |Manifest: NOSIGNATURE spiderstpo-1.19.2-2.0.4.jar |Nyf's Spiders 2.0 |spiderstpo |2.0.4 |NONE |Manifest: NOSIGNATURE sophisticatedstorage-1.19.2-0.5.18.151.jar |Sophisticated Storage |sophisticatedstorage |1.19.2-0.5.18.151 |NONE |Manifest: NOSIGNATURE incapacitated-1.19.2-1.3.jar |Incapacitated |incapacitated |1.19.2-1.3 |NONE |Manifest: NOSIGNATURE treeharvester-1.19.2-7.0.jar |Tree Harvester |treeharvester |7.0 |NONE |Manifest: NOSIGNATURE jei-1.19.2-forge-11.4.0.285.jar |Just Enough Items |jei |11.4.0.285 |NONE |Manifest: NOSIGNATURE Droplight-1.19.2-forge-1.0.6.jar |Droplight |droplight |1.0.6 |NONE |Manifest: NOSIGNATURE libraryferret-forge-1.19.2-3.0.0.jar |Library ferret |libraryferret |3.0.0 |NONE |Manifest: NOSIGNATURE goblintraders-1.8.0-1.19.2.jar |Goblin Traders |goblintraders |1.8.0 |NONE |Manifest: NOSIGNATURE waystones-forge-1.19-11.1.0.jar |Waystones |waystones |11.1.0 |NONE |Manifest: NOSIGNATURE MonsterPlus1.1.3-Forge1.19.2.jar |MonsterPlus |monsterplus |1.0 |NONE |Manifest: NOSIGNATURE itemupgrader-core-1.0.2.jar |Item Upgrader Core |itemupgrader |1.0.2 |NONE |Manifest: NOSIGNATURE Clumps-forge-1.19.2-9.0.0+11.jar |Clumps |clumps |9.0.0+11 |NONE |Manifest: NOSIGNATURE journeymap-1.19.1-5.9.0beta2-forge.jar |Journeymap |journeymap |5.9.0beta2 |NONE |Manifest: NOSIGNATURE awesomedungeon-forge-1.19.2-3.0.0.jar |Awesome dungeon |awesomedungeon |3.0.0 |NONE |Manifest: NOSIGNATURE breezy-1.19.2-1.0.2.jar |Breezy |breezy |1.19.2-1.0.2 |NONE |Manifest: NOSIGNATURE artifacts-1.19.2-5.0.1.jar |Artifacts |artifacts |1.19.2-5.0.1 |NONE |Manifest: NOSIGNATURE SereneSeasons-1.19.2-8.1.0.24.jar |Serene Seasons |sereneseasons |0.0NONE |NONE |Manifest: NOSIGNATURE Decorative+Blocks-forge-1.19.2-3.0.0.jar |Decorative Blocks |decorative_blocks |3.0.0 |NONE |Manifest: NOSIGNATURE DungeonCrawl-1.19-2.3.11.jar |Dungeon Crawl |dungeoncrawl |2.3.11 |NONE |Manifest: NOSIGNATURE betteranimalsplus-1.19.2-11.0.10-forge.jar |Better Animals Plus |betteranimalsplus |1.19.2-11.0.10 |NONE |Manifest: NOSIGNATURE More+Babies-forge-1.19.1-1.0.0.jar |More Babies |more_babies |1.0.0 |NONE |Manifest: NOSIGNATURE redstructure-1.0.4-forge-1.19.2.jar |Reds More Structures |redmorestructure |1.0.4-1.19.2 |NONE |Manifest: NOSIGNATURE YungsBetterDesertTemples-1.19.2-Forge-2.2.1.jar |YUNG's Better Desert Temples |betterdeserttemples |1.19.2-Forge-2.2.1 |NONE |Manifest: NOSIGNATURE HopoBetterUnderwaterRuins-1.19-1.1.jar |HopoBetterUnderwaterRuins |hopour |1.0.9 |NONE |Manifest: NOSIGNATURE ExplorersCompass-1.19.2-1.3.0-forge.jar |Explorer's Compass |explorerscompass |1.19.2-1.3.0-forge |NONE |Manifest: NOSIGNATURE additional_lights-1.19-2.1.5.jar |Additional Lights |additional_lights |2.1.5 |NONE |Manifest: NOSIGNATURE Orcz_0.85_1.19.2[PORT].jar |Orcz |orcz |0.82 |NONE |Manifest: NOSIGNATURE blueprint-1.19.2-6.1.0.jar |Blueprint |blueprint |6.1.0 |NONE |Manifest: NOSIGNATURE ars_nouveau-1.19.2-3.4.6.jar |Ars Nouveau |ars_nouveau |3.4.6 |NONE |Manifest: NOSIGNATURE EdivadLib-1.19.2-1.2.0.jar |EdivadLib |edivadlib |1.2.0 |NONE |Manifest: NOSIGNATURE Animalistic_mod_1.1.0_1.19.2.jar |Animalistic |animalistic_a |1.1.0 |NONE |Manifest: NOSIGNATURE [Universal]Immersive_Structures_v2-0-6.jar |Immersive Structure |imst |2.0.6 |NONE |Manifest: NOSIGNATURE forge-1.19.2-43.2.3-universal.jar |Forge |forge |43.2.3 |NONE |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 iwannaskate-1.0.1.jar |I Wanna Skate |iwannaskate |1.0.1 |NONE |Manifest: NOSIGNATURE tl_skin_cape_forge_1.19_1.19.2-1.28.jar |TLSkinCape |tlskincape |1.28 |NONE |Manifest: 19:f5:ce:44:81:0c:e4:22:05:5e:73:c5:a8:cd:de:f3:c8:cf:a9:b3:01:70:40:a0:ee:2d:50:7a:1c:3d:1c:8a monstersandmushrooms-0.0.3-1.19.2.jar |Monsters & Mushrooms |monstersandmushrooms |0.0.1-1.19.2 |NONE |Manifest: NOSIGNATURE DungeonsArise-1.19.2-2.1.52-beta.jar |When Dungeons Arise |dungeons_arise |2.1.52-1.19.2 |NONE |Manifest: NOSIGNATURE client-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |NONE |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 sons-of-sins-1.19.2-1.1.1.jar |sons of sins |sons_of_sins |1.1.1 |NONE |Manifest: NOSIGNATURE simplyswords-forge-1.41.0-1.19.2.jar |Simply Swords |simplyswords |1.41.0-1.19.2 |NONE |Manifest: NOSIGNATURE TerraBlender-forge-1.19.2-2.0.1.128.jar |TerraBlender |terrablender |2.0.1.128 |NONE |Manifest: NOSIGNATURE BiomesOPlenty-1.19.2-17.1.1.162.jar |Biomes O' Plenty |biomesoplenty |17.1.1.162 |NONE |Manifest: NOSIGNATURE commonality-1.19.2-4.2.0.jar |Commonality |commonality |4.2.0 |NONE |Manifest: NOSIGNATURE CreativeCore_FORGE_v2.8.9_mc1.19.2.jar |CreativeCore |creativecore |2.8.6 |NONE |Manifest: NOSIGNATURE weaponmaster-multi-forge-1.19.x-3.0.3.jar |YDM's Weapon Master |weaponmaster |3.0.3 |NONE |Manifest: NOSIGNATURE Special+Drops+1.0.1+-+1.19.2.jar |Special Drops |special_drops |1.0.1 |NONE |Manifest: NOSIGNATURE RecipesLibrary-1.19.2-2.0.1.jar |Recipes Library |recipes_lib |2.0.1 |NONE |Manifest: NOSIGNATURE YASD-1.19.2-1.3.61.jar |You Are Seeing Dungeons (YASD)|youre_seeing_dungeons |1.3.61 |NONE |Manifest: NOSIGNATURE Natural+Decoration+1.1.0.jar |Natural Decoration |natural_decoration |1.0.0 |NONE |Manifest: NOSIGNATURE whisperwoods-1.19-2.1.1-forge.jar |Whisperwoods |whisperwoods |1.19-2.1.1 |NONE |Manifest: NOSIGNATURE notenoughanimations-forge-1.6.2-mc1.19.2.jar |NotEnoughAnimations Mod |notenoughanimations |1.6.2 |NONE |Manifest: NOSIGNATURE Iceberg-1.19.2-forge-1.0.49.jar |Iceberg |iceberg |1.0.49 |NONE |Manifest: NOSIGNATURE flywheel-forge-1.19.2-0.6.8.a-14.jar |Flywheel |flywheel |0.6.8.a-14 |NONE |Manifest: NOSIGNATURE create-1.19.2-0.5.0.i.jar |Create |create |0.5.0.i |NONE |Manifest: NOSIGNATURE reliquary-1.19.2-2.0.20.1166.jar |Reliquary |reliquary |1.19.2-2.0.20.1166 |NONE |Manifest: NOSIGNATURE ecologics-forge-1.19.2-2.1.10.jar |Ecologics |ecologics |2.1.10 |NONE |Manifest: NOSIGNATURE JustEnoughProfessions-forge-1.19-2.0.1.jar |Just Enough Professions (JEP) |justenoughprofessions |2.0.1 |NONE |Manifest: NOSIGNATURE AutoRegLib-1.8-54.jar |AutoRegLib |autoreglib |1.8-54 |NONE |Manifest: NOSIGNATURE Quark-3.4-389.jar |Quark |quark |3.4-389 |NONE |Manifest: NOSIGNATURE immersive_paintings-0.3.1+1.19.2.jar |Immersive Paintings |immersive_paintings |0.3.1+1.19.2 |NONE |Manifest: NOSIGNATURE DiagonalFences-v4.2.2-1.19.2-Forge.jar |Diagonal Fences |diagonalfences |4.2.2 |NONE |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 reimplemented_additions.jar |Removed Content Revival |removed_content_revival |1.0.0 |NONE |Manifest: NOSIGNATURE ManyIdeasDoors-1.19.2-1.2.2.jar |Many Ideas Doors |manyideas_doors |1.2.2 |NONE |Manifest: NOSIGNATURE roamers_v1.3.jar |Roamers |roamers |1.3 |NONE |Manifest: NOSIGNATURE Villager+Brute-+1.0.0++1.19.2+[FORGE].jar |Villager Brute |villagerbrute |1.0.0 |NONE |Manifest: NOSIGNATURE upgradedcore-1.19.2-4.1.0.0-release.jar |Upgraded Core |upgradedcore |1.19.2-4.1.0.0-relea|NONE |Manifest: NOSIGNATURE Structory_Towers_1.19_v1.0.1.jar |Structory: Towers |structory_towers |0.0NONE |NONE |Manifest: NOSIGNATURE portabletanks-1.1.6-forge-mc1.19.jar |Portable Tanks |portabletanks |1.1.6 |NONE |Manifest: NOSIGNATURE apexcore-1.19.2-7.3.0.jar |ApexCore |apexcore |7.3.0 |NONE |Manifest: NOSIGNATURE fantasyfurniture-1.19.2-6.6.0.jar |Fantasy's Furniture |fantasyfurniture |6.6.0 |NONE |Manifest: NOSIGNATURE arclight-0.1.1-1.19.2.jar |Arclight |arclight |0.1.1-1.19.2 |NONE |Manifest: NOSIGNATURE PuzzlesLib-v4.3.12-1.19.2-Forge.jar |Puzzles Lib |puzzleslib |4.3.12 |NONE |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 Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.0.13.jar |Oh The Biomes You'll Go |byg |2.0.0.13 |NONE |Manifest: NOSIGNATURE DramaticDoors-Forge-1.19.2-2.1.9.jar |Dramatic Doors |dramaticdoors |1.19.2-2.1.9 |NONE |Manifest: NOSIGNATURE justzoom_forge_1.0.1-1_MC_1.19.jar |Just Zoom |justzoom |1.0.1 |NONE |Manifest: NOSIGNATURE Aquaculture-1.19.2-2.4.7.jar |Aquaculture 2 |aquaculture |1.19.2-2.4.7 |NONE |Manifest: NOSIGNATURE player_companions_1.19.2-4.4.0.jar |Bo's Player Companions |player_companions |4.4.0 |NONE |Manifest: NOSIGNATURE SolarGeneration-1.19.2-5.2.1.jar |Solar Generation |solargeneration |5.2.1 |NONE |Manifest: NOSIGNATURE expandability-forge-7.0.0.jar |ExpandAbility |expandability |7.0.0 |NONE |Manifest: NOSIGNATURE valhelsia_core-forge-1.19.2-0.4.0.jar |Valhelsia Core |valhelsia_core |1.19.2-0.4.0 |NONE |Manifest: NOSIGNATURE forbidden_arcanus-1.19.2-2.1.0-beta2.jar |Forbidden & Arcanus |forbidden_arcanus |1.19.2-2.1.0-beta2 |NONE |Manifest: NOSIGNATURE ad_astra-forge-1.19.2-1.11.5.jar |Ad Astra! |ad_astra |1.11.5 |NONE |Manifest: NOSIGNATURE
  2. Idk why, i push to start and just doesn't do it. I have like +90, i recently do a update of mods, i brought new ones and this beggins to happen. After the first crashes (libreries, incompatibility, etc) i delete some problematic mods, no receive none crashes, except this one 28.11 17:13:31 [Multicraft] Received restart command 28.11 17:13:31 [Multicraft] Server stopped 28.11 17:13:34 [Multicraft] Loading server properties 28.11 17:13:34 [Multicraft] Starting server! 28.11 17:13:34 [Multicraft] Loaded config for "Forge-1.19.2-43.1.47.conf" 28.11 17:13:34 [Multicraft] JAR file not found, copying from global JAR directory 28.11 17:13:34 [Multicraft] Failed to copy jarfile from global JAR directory 28.11 17:13:34 [Multicraft] Updating eula.txt file 28.11 17:13:35 [Server] INFO 2022-11-28 17:13:35,947 main WARN Advanced terminal features are not available in this environment 28.11 17:13:36 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 43.1.47, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853, $@] 28.11 17:13:36 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17 by Oracle Corporation; OS Linux arch amd64 version 5.4.0-121-generic 28.11 17:13:36 [Server] main/INFO [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2363!/ Service=ModLauncher Env=SERVER 28.11 17:13:36 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /libraries/net/minecraftforge/fmlcore/1.19.2-43.1.47/fmlcore-1.19.2-43.1.47.jar is missing mods.toml file 28.11 17:13:36 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /libraries/net/minecraftforge/javafmllanguage/1.19.2-43.1.47/javafmllanguage-1.19.2-43.1.47.jar is missing mods.toml file 28.11 17:13:36 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /libraries/net/minecraftforge/lowcodelanguage/1.19.2-43.1.47/lowcodelanguage-1.19.2-43.1.47.jar is missing mods.toml file 28.11 17:13:36 [Server] main/WARN [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /libraries/net/minecraftforge/mclanguage/1.19.2-43.1.47/mclanguage-1.19.2-43.1.47.jar is missing mods.toml file 28.11 17:13:37 [Server] main/INFO [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 9 dependencies adding them to mods collection 28.11 17:13:40 [Server] main/INFO [mixin/]: Compatibility level set to JAVA_17 28.11 17:13:40 [Server] main/INFO [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments [$@] 28.11 17:13:40 [Server] main/WARN [mixin/]: Reference map 'immersive_paintings-common-refmap.json' for immersive_paintings.mixin.json could not be read. If this is a development environment you can ignore this message 28.11 17:13:44 [Server] main/INFO [minecraft/DataFixers]: Building unoptimized datafixer 28.11 17:13:45 [Server] main/WARN [mixin/]: @ModifyConstant conflict. Skipping repurposed_structures.mixins.json:structures.StructurePoolMixin->@ModifyConstant::repurposedstructures_increaseWeightLimitDev(I)I with priority 1000, already redirected by yungsapi_forge.mixins.json:IncreaseStructureWeightLimitMixinForge->@ModifyConstant::yungsapi_increaseWeightLimit(I)I with priority 1000 28.11 17:13:46 [Server] modloading-worker-0/INFO [co.ky.pa.Paragon/]: Paragon has been initialized 28.11 17:13:46 [Server] modloading-worker-0/INFO [de.un.qu.Quarry/]: [quarry] Initialization 28.11 17:13:47 [Server] modloading-worker-0/INFO [Dungeon Crawl/]: Here we go! Launching Dungeon Crawl 2.3.11... 28.11 17:13:47 [Server] modloading-worker-0/INFO [de.ge.ma.co.ClientConfig/]: Loading "ManyIdeas Core" Client Config 28.11 17:13:47 [Server] modloading-worker-0/INFO [de.ge.ma.co.ClientConfig/]: [debug_blocks] = false 28.11 17:13:47 [Server] modloading-worker-0/INFO [de.ge.ma.co.ClientConfig/]: [all_colors_in_item_group] = true 28.11 17:13:47 [Server] modloading-worker-0/INFO [de.ge.ma.co.ClientConfig/]: "ManyIdeas Core" Config loaded 28.11 17:13:47 [Server] modloading-worker-0/INFO [co.co.li.LibraryFerret/]: libraryferret - > Initialize library 28.11 17:13:47 [Server] modloading-worker-0/INFO [co.ky.pa.Paragon/]: Registered deeperdarker 28.11 17:13:47 [Server] Modding Legacy/blue_skies/Supporters thread/INFO [ModdingLegacy/blue_skies/Supporter/]: Attempting to load the Modding Legacy supporters list from https://moddinglegacy.com/supporters-changelogs/supporters.txt 28.11 17:13:47 [Server] modloading-worker-0/INFO [xy.ap.fo.co.Mo.CommonalityMod/]: Running Minecraft '1.19.2', & Forge '43.1.47' on Java '17, Oracle Corporation' 28.11 17:13:47 [Server] modloading-worker-0/INFO [co.ky.pa.Paragon/]: Set value of warden_armor_durability for deeperdarker 28.11 17:13:47 [Server] modloading-worker-0/INFO [co.ky.pa.Paragon/]: Set value of warden_armor_toughness for deeperdarker 28.11 17:13:47 [Server] modloading-worker-0/INFO [co.ky.pa.Paragon/]: Set value of warden_armor_knockback_resistance for deeperdarker 28.11 17:13:47 [Server] modloading-worker-0/INFO [co.ky.pa.Paragon/]: Set value of soul_elytra_armor_modifier for deeperdarker 28.11 17:13:47 [Server] modloading-worker-0/INFO [co.ky.pa.Paragon/]: Set value of warden_tools_durability for deeperdarker 28.11 17:13:47 [Server] modloading-worker-0/INFO [co.ky.pa.Paragon/]: Set value of warden_tools_speed for deeperdarker 28.11 17:13:47 [Server] modloading-worker-0/INFO [co.ky.pa.Paragon/]: Set value of warden_tools_damage for deeperdarker 28.11 17:13:47 [Server] modloading-worker-0/INFO [co.ky.pa.Paragon/]: Set value of shattered_spawning for deeperdarker 28.11 17:13:47 [Server] modloading-worker-0/INFO [co.ky.pa.Paragon/]: Set value of phantom_spawning for deeperdarker 28.11 17:13:47 [Server] modloading-worker-0/INFO [co.ky.pa.Paragon/]: Set value of sculk_snapper_spawning for deeperdarker 28.11 17:13:47 [Server] modloading-worker-0/INFO [co.ky.pa.Paragon/]: Set value of sculk_centipede_spawning for deeperdarker 28.11 17:13:47 [Server] modloading-worker-0/INFO [co.ky.pa.Paragon/]: Set value of sculk_blocks_in_otherside for deeperdarker 28.11 17:13:47 [Server] modloading-worker-0/INFO [TrustedSourceList/]: Loading BlackListed sources from remote... (https://api.stopmodreposts.org/minecraft/sites.txt) 28.11 17:13:47 [Server] INFO [net.valhelsia.valhelsia_core.core.registry.helper.RegistryHelper@2e1741a6, net.valhelsia.valhelsia_core.core.registry.helper.RegistryHelper@452bb3c0, net.valhelsia.valhelsia_core.core.registry.helper.RegistryHelper@6810b39e] 28.11 17:13:47 [Server] modloading-worker-0/INFO [co.co.li.LibraryFerret/]: libraryferret - > Initialized library 28.11 17:13:47 [Server] modloading-worker-0/INFO [Puzzles Lib/]: Constructing common components for mod puzzleslib 28.11 17:13:47 [Server] modloading-worker-0/INFO [TrustManager/]: Loading mod 'fantasyfurniture' TrustWorthiness... 28.11 17:13:47 [Server] modloading-worker-0/INFO [TrustManager/]: Loading mod 'apexcore' TrustWorthiness... 28.11 17:13:47 [Server] modloading-worker-0/FATAL [TrustManager/]: Could not determine mod trust worthiness, Assuming Jar was downloaded from trusted source! 28.11 17:13:48 [Multicraft] Skipped 154 lines due to rate limit (30/s) 28.11 17:13:48 [Server] main/INFO [quark/]: Dispatching Module Step REGISTER 28.11 17:13:49 [Server] main/INFO [quark/]: Dispatching Module Step POST_REGISTER 28.11 17:13:58 [Server] main/WARN [minecraft/SynchedEntityData]: defineId called for: class net.minecraft.world.entity.GlowSquid from class com.nitespring.monsterplus.common.entity.GlowSkeleton 28.11 17:13:58 [Server] main/WARN [minecraft/SynchedEntityData]: defineId called for: class net.minecraft.world.entity.boss.wither.WitherBoss from class net.verox.arclight.entity.mob.custom.AngelEntity 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Redstone Randomizer 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Pistons Move Tile Entities 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Obsidian Plate 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Metal Buttons 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Jukebox Automation 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Iron Rod 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Gravisand 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Feeding Trough 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Ender Watcher 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Dispensers Place Blocks 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Chute 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Chains Connect Blocks 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Wooden Posts 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Vertical Slabs 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Vertical Planks 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Variant Ladders 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Variant Furnaces 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Variant Chests 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Variant Bookshelves 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Thatch 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Sturdy Stone 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Stools 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Soul Sandstone 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Shingles 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Shear Vines 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Rope 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Raw Metal Bricks 28.11 17:13:58 [Server] main/INFO [quark/]: Loading Module Nether Brick Fence Gate 28.11 17:13:59 [Multicraft] Skipped 431 lines due to rate limit (30/s) 28.11 17:13:59 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [quarryplus] Found status: BETA_OUTDATED Current: 19.8 Target: 19.9 28.11 17:13:59 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [prism] Starting version check at https://mc-update-check.anthonyhilyard.com/638111 28.11 17:14:00 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [prism] Found status: UP_TO_DATE Current: 1.0.2 Target: null 28.11 17:14:00 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [twilightforest] Starting version check at https://gh.tamaized.com/TeamTwilight/twilightforest/update.json 28.11 17:14:00 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [twilightforest] Found status: AHEAD Current: 4.2.1468 Target: null 28.11 17:14:00 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [advancementplaques] Starting version check at https://mc-update-check.anthonyhilyard.com/499826 28.11 17:14:01 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [advancementplaques] Found status: UP_TO_DATE Current: 1.4.7 Target: null 28.11 17:14:01 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [clumps] Starting version check at https://updates.blamejared.com/get=clumps&gv=1.19.2 28.11 17:14:02 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [clumps] Found status: BETA Current: 9.0.0+11 Target: 9.0.0+11 28.11 17:14:02 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [journeymap] Starting version check at https://forge.curseupdate.com/32274/journeymap 28.11 17:14:02 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [journeymap] Found status: BETA_OUTDATED Current: 5.9.0beta2 Target: 5.9.0beta3 28.11 17:14:02 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [edivadlib] Starting version check at https://raw.githubusercontent.com/Edivad99/mod-version-controll/master/edivadlib_update.json 28.11 17:14:02 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [edivadlib] Found status: UP_TO_DATE Current: 1.2.0 Target: null 28.11 17:14:02 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json 28.11 17:14:03 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [forge] Found status: OUTDATED Current: 43.1.47 Target: 43.1.58 28.11 17:14:03 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [commonality] Starting version check at https://api.modrinth.com/updates/apexcore/forge_updates.json 28.11 17:14:03 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [commonality] Found status: OUTDATED Current: 4.2.0 Target: 7.3.1 28.11 17:14:03 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [iceberg] Starting version check at https://mc-update-check.anthonyhilyard.com/520110 28.11 17:14:04 [Server] Forge Version Check/WARN [ne.mi.fm.VersionChecker/]: Failed to process update information 28.11 17:14:04 [Server] INFO com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $ 28.11 17:14:04 [Server] at com.google.gson.Gson.fromJson(Gson.java:975) ~[gson-2.8.9.jar%2370!/:? {re:mixin} 28.11 17:14:04 [Server] at com.google.gson.Gson.fromJson(Gson.java:928) ~[gson-2.8.9.jar%2370!/:? {re:mixin} 28.11 17:14:04 [Server] at com.google.gson.Gson.fromJson(Gson.java:877) ~[gson-2.8.9.jar%2370!/:? {re:mixin} 28.11 17:14:04 [Server] at com.google.gson.Gson.fromJson(Gson.java:848) ~[gson-2.8.9.jar%2370!/:? {re:mixin} 28.11 17:14:04 [Server] at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:183) ~[fmlcore-1.19.2-43.1.47.jar%23194!/:? {} 28.11 17:14:04 [Server] at java.lang.Iterable.forEach(Iterable.java:75) [?:? {re:computing_frames,re:mixin} 28.11 17:14:04 [Server] at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:114) [fmlcore-1.19.2-43.1.47.jar%23194!/:? {} 28.11 17:14:04 [Server] INFO Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $ 28.11 17:14:04 [Server] at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:384) ~[gson-2.8.9.jar%2370!/:? {} 28.11 17:14:04 [Server] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183) ~[gson-2.8.9.jar%2370!/:? {} 28.11 17:14:04 [Server] at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[gson-2.8.9.jar%2370!/:? {} 28.11 17:14:04 [Server] at com.google.gson.Gson.fromJson(Gson.java:963) ~[gson-2.8.9.jar%2370!/:? {re:mixin} 28.11 17:14:04 [Server] INFO ... 6 more 28.11 17:14:04 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [flywheel] Starting version check at https://api.modrinth.com/updates/5lpsZoRi/forge_updates.json 28.11 17:14:04 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [flywheel] Found status: BETA Current: 0.6.7-8 Target: null 28.11 17:14:04 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [apexcore] Starting version check at https://api.modrinth.com/updates/apexcore/forge_updates.json 28.11 17:14:04 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [apexcore] Found status: OUTDATED Current: 7.3.0 Target: 7.3.1 28.11 17:14:04 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [fantasyfurniture] Starting version check at https://api.modrinth.com/updates/fantasy-furniture/forge_updates.json 28.11 17:14:04 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [fantasyfurniture] Found status: OUTDATED Current: 6.6.0 Target: 6.6.1 28.11 17:14:04 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [puzzleslib] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/puzzleslib.json 28.11 17:14:04 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [puzzleslib] Found status: UP_TO_DATE Current: 4.3.12 Target: null 28.11 17:14:04 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [solargeneration] Starting version check at https://raw.githubusercontent.com/Edivad99/mod-version-controll/master/solargeneration_update.json 28.11 17:14:04 [Server] Forge Version Check/INFO [ne.mi.fm.VersionChecker/]: [solargeneration] Found status: AHEAD Current: 5.2.1 Target: null

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.