-
Posts
9 -
Joined
-
Last visited
-
Days Won
1
Everything posted by RenatoRTX
-
1.20.1 Crash Minecraft Server 1.20.1
RenatoRTX replied to RenatoRTX's topic in Support & Bug Reports
Arclight is not a mod, it would be where the server is mounted, arclight allows to put mods and plugins together, I do not know if I explain well -
Hi, my server was crashed by an entity called (stray) "I think", but I don't know what mod it is or how to fix possible crashes, I would appreciate any help. Crash Report: https://paste.ee/p/XAjf3
-
Hello, what happens is that in my minecraft server I think there is an entity / block that makes the minecraft crashes not the server only the client, and I come to ask for help so that someone can tell me why I crashes the client, "I think" it has to do as the mod (alex caves) some entity or block when I load it makes my client explode, I would appreciate any help. latest.log: https://paste.ee/p/4AOQy
-
Minecraft Server does not start 1.20.1
RenatoRTX replied to RenatoRTX's topic in Support & Bug Reports
I found the problem, it was the mod identity-2.7.1-1.20.1-forge, I do not know what problem caused but to remove it and the server worked, also remove the Iron's Spells 'n Spellbooks as I got an error in the console on a crafteo and to avoid problems better remove it. Anyway thank you very much for your help. -
Minecraft Server does not start 1.20.1
RenatoRTX replied to RenatoRTX's topic in Support & Bug Reports
ok. -
Minecraft Server does not start 1.20.1
RenatoRTX replied to RenatoRTX's topic in Support & Bug Reports
I have already done it and I get the following: https://paste.ee/p/J7uUs -
Hello, I don't know if anyone can help me with my problem. The server is in version 1.20.1, is a server with mods and plugins, has 52 mods and 2 plugins. The question is that when I start the server at the moment it closes and I get this: Thanks for using Mohist - 1.20.1-521, Java(17.0.9) 61.0 Update in check... If you don't want to enable update check, set check_update in mohist-config/mohist.yml to false No update found, latest version: (1.20.1-521) current version: (1.20.1-521) Checking libraries, please wait... All libraries are nice :)! Searching incompatible mods... [07:35:32 INFO]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.2.6, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412, nogui] [07:35:32 INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.9 by Oracle Corporation; OS Windows 10 arch amd64 version 10.0 [07:35:32 INFO]: ImmediateWindowProvider not loading because launch target is forgeserver [07:35:32 INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/TQM/Desktop/1.20.1/Server%20For/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23111!/ Service=ModLauncher Env=SERVER [07:35:33 INFO]: Found 7 dependencies adding them to mods collection [07:35:34 INFO]: Compatibility level set to JAVA_17 [07:35:34 INFO]: Launching target 'forgeserver' with arguments [nogui] [07:35:35 WARN]: Reference map 'trashslot.refmap.json' for trashslot.mixins.json could not be read. If this is a development environment you can ignore this message [07:35:35 WARN]: Reference map 'handcrafted-forge-1.20.1-forge-refmap.json' for handcrafted.mixins.json could not be read. If this is a development environment you can ignore this message [07:35:35 WARN]: Reference map 'mes-forge-refmap.json' for mes-forge.mixins.json could not be read. If this is a development environment you can ignore this message [07:35:35 INFO]: Patching IForgeItemStack#getEnchantmentLevel [07:35:35 INFO]: Patching IForgeItemStack#getEnchantmentLevel [07:35:35 WARN]: Error loading class: vazkii/quark/addons/oddities/inventory/BackpackMenu (java.lang.ClassNotFoundException: vazkii.quark.addons.oddities.inventory.BackpackMenu) [07:35:35 WARN]: Error loading class: net/minecraft/client/gui/screens/inventory/CraftingScreen (java.lang.ClassNotFoundException: net.minecraft.client.gui.screens.inventory.CraftingScreen) [07:35:35 WARN]: @Mixin target net.minecraft.client.gui.screens.inventory.CraftingScreen was not found fastbench.mixins.json:MixinCraftingScreen [07:35:37 INFO]: Patching IForgeItemStack#getEnchantmentLevel [07:35:37 INFO]: Patching IForgeItemStack#getEnchantmentLevel Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:32) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) at com.mohistmc.MohistMCStart.main(MohistMCStart.java:104) Caused by: java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ... 8 more Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/entity/LivingEntity at TRANSFORMER/[email protected]/net.minecraftforge.registries.GameData.init(GameData.java:103) at TRANSFORMER/[email protected]/net.minecraftforge.registries.GameData.<clinit>(GameData.java:88) at TRANSFORMER/[email protected]/net.minecraft.core.registries.BuiltInRegistries.forge(BuiltInRegistries.java:429) at TRANSFORMER/[email protected]/net.minecraft.core.registries.BuiltInRegistries.forge(BuiltInRegistries.java:409) at TRANSFORMER/[email protected]/net.minecraft.core.registries.BuiltInRegistries.<clinit>(BuiltInRegistries.java:121) at TRANSFORMER/[email protected]/net.minecraft.server.Bootstrap.m_135870_(Bootstrap.java:43) at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:161) ... 16 more Caused by: java.lang.ClassNotFoundException: net.minecraft.world.entity.LivingEntity at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:157) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) I do not know almost nothing of how to solve these problems, I would appreciate any help.
-
Hello, I'm new to this asking on the forums, the question is that my minecraft server crashes, I do not know why, this is the first server I do with mods and do not know much about it. The server crashes when one of my friends enters the server, just enters the server and crashes, "I think" that loads some chunk or entity that makes the server crashes I'm not sure. Crash Report: https://pastebin.com/wt0bHA7u debug.log: https://gist.github.com/NarutoGFX/d286c8874ab629da45dde122f69552af I was looking at some forums and they were asking for the debug.log, sorry for my english, I don't speak english so this is all by translator. Any help would be appreciated.
-
I have been trying to solve the problem for several days and searching in forums but I can't find any solution. This is the Crash log: https://drive.google.com/file/d/1pjRLlKxi2ZLozgM3oKe2Hd8AZRBv5dxA/view?usp=sharing Any help would be much appreciated as I have tried for hours to get this to work without success.