Everything posted by warjort
-
Exception in thread "main": zip END header not found
It still says one of your mod files is corrupted/broken.
-
1.19.2 Modded Forge server not shutting down properly.
If the java virtual machine is not shutting down when you stop the server, you likely have a stuck thread. Getting a thread dump may show what is stuck: https://www.baeldung.com/java-thread-dump
-
1.19 Block Entity Ticking Range
If the block is in the server's spawn chunks then yes. Those are the chunks where the player initially spawns in the overworld and are always loaded. Otherwise, you are maybe force loading chunks somehow. e.g. using Level.getBlockState() without first checking Level.isLoaded(BlockPos) ?
-
1.19.2 game crashing
Please don't post logs in the forums, use a file upload site. Since there is no error in that log, post a link to your launcher_log.txt
-
How to locate generated structures (update 1.19.4)
The only place in vanilla I know about that checks structure bounds is in NaturalSpawner.isInNetherFortressBounds() for blaze/wither skeleton spawning. That uses the StructureManager which can be obtained from ServerLever.structureManager()
-
getting org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: error
Unless you helping the original poster of the thread, start your own thread.
-
Out of bounds glitch after you die
You need to provide your logs/debug.log so we can see what error (if any) you are getting. Otherwise, make a copy of your world as a test world. Using that test world experiment with removing mods until the problem goes away. I would start with optifine and any other "optimisation" mods you have. They are always the first candidates for strange bugs. Immersive portals would be another candidate since this seems to be incompatible with a large number of mods.
-
im getting a error for some mods its error code 1
You can't have both jei and rei
-
My Minecraft keep crashing when i enter a single player world/server world
That log does not contain an error. It is likely a hard crash. As I said before, post your launcher_log.txt
-
How to locate generated structures (update 1.19.4)
Look at EnderEyeItem.use() which locates the nearest stronghold (StructureTags.EYE_OF_ENDER_LOCATED)
-
java.lang.IllegalArgumentException: Failed to create model for minecraft:tropical_fish -- Does anyone know what mod is crushing?
- SOLVED Server crash at start, before generating world.
Use java 17, mixin does not support java 20- [main/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/Minecraft in Forge 1.18.2
Oculus is a broken client side only mod you don't need on the server.- Exception in thread "main": zip END header not found
Try it without any mods. If you still get the problem without any mods then the problem is with your forge installation. Try reinstalling forge. If you are using a launcher that installs forge for you, you need to ask whoever provides the launcher.- People cannot join my mc server
- Need some help
https://johann.loefflmann.net/en/software/jarfix/index.html- Server isn't starting
Use java 17, mixin does not support java 19- Mod has failed to loead correctly / Minecraft.getInstance doesn’t exist [1.19.3] [SOLVED]
https://forge.gemwire.uk/wiki/Dependencies#Deobfuscating_Dependencies- [1.19.2] stonecutting recipe to return each of two diferent blocks as result
The stone cutter block (like other vanilla blocks) only has one output/result slot. So its recipes can only have 1 output. If you want something differernt, you will need to make your own block with its own recipes.- Can't start a server?
Rubidium is a client side mod. It can't load client classes on the server.- Minecraft crashes whenever it launches. (Crash Report Included)
Conflict between rubidium and chunkanimator. Check you have the latest versions of these mods then contact the mod authors.- [1.19.2] Is there a way to delete dimensions?
You do that with datapacks. Your mod is a datapack I would recommend you do it as a new world preset (like large biomes or amplified) rather than unconditionally overwriting the nether. e.g. this is botania (garden of glass) preset that overrides the overworld to be "botania:skyblock" https://github.com/VazkiiMods/Botania/blob/47ce293b8b93974dd3aa4c98fa229f1f83913b06/garden_of_glass/data/gardenofglass/worldgen/world_preset/gardenofglass.json You would instead override the nether to be your generator- Help required for modded forge serveur
You have a mod trying to load client classes on the server: The error message does not say which mod. I can see an earlier reference to rubidium which is a client side mod you don't need on the server. You might have others?- Exception in thread "main": zip END header not found
Looks like one of your mods is corrupted. Probably because it didn't finish downloading properly? The error message does not say which mod.- Help with an error i keep having when trying to launch my modpack.
Issue with the midnight hats or midnight-lib mods. Check you have the latest versions then contact the mod author. - SOLVED Server crash at start, before generating world.
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.