Everything posted by warjort
-
internal exception: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: an unexpected critical error was e
Maybe you have the one of the problems reported here? https://github.com/search?q=failed+to+create+model+minecraft%3Apig&type=issues Otherwise, the error does not say which mod is causing the problem. You will have to experiment with removing mods until you find the mod that is not registering its entities properly. Backup your world(s) before removing mods.
-
com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
Broken config file, if you don't have a backup, delete it and it will be recreated with default values.
-
java error in linux server
Can't help you unless you post the installer log with the full error. But to be honest as soon as I see the message "failed to download version manifest" that usually means you have some network issue that I'm not inclined to help with. One of the most common causes of that error is you previously used a hacked version of minecraft. This forum is for helping with forge, not fixing random (self inflicted?) issues with people's broken pcs.
-
Server don't load with mods
Use java 17
-
Modded Server Keeps Crashing/Is Not Starting
I told you on your other thread That crash report lists them now that rubidium is not totally crashing the game without reporting its error. Find the part that begins "A detailed walkthrough..." and you can see it has the usual broken client side only mods: oculus, legendary tool tips, not enough animations, etc.
-
[1.19.4] How to prevent leash knots from disappearing?
Unless what you are actually doing is just creating a ghost entity on the client?
-
[1.19.4] How to prevent leash knots from disappearing?
Don't know then. Looks like a job for your debugger.
-
game crashes upon starting but a friend with the same mods doesnt crash
I'm no expert on that, but I would guess it is something in your custom resource pack that is either broken or not compatible with your graphics card/monitor settings?
-
Game crashes when starting a new world
Issue with immersive portals, contact the mod author.
-
[1.19.4] How to prevent leash knots from disappearing?
HangingEntity.survives() ?
-
[SOLVED] [1.19.4] Double stained glass slab renders as a solid cube
The vanilla block models don't set the render_type in their models (that's a forge thing). They register them programmatically. Which means the render type used comes from the block not the model. Since you haven't set a render type for your block, it will use the default, which is solid. So do one of; * Programmatically register your block's render type as translucent: https://github.com/search?q=ItemBlockRenderTypes&type=code * Copy the vanilla model and make your own with a render_type specified
-
internal exception: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: an unexpected critical error was e
Please don't post logs in the forum, use a file sharing site. The error you describe in your title is not in that log, so I will guess it is probably the wrong log? Also, you have a ridiculously old version of optifine. Download the latest preview release (the one that says it is actually compatible with forge 40.2.1).
-
Need help to fix what is crashing my game on world generation or joining.
Issue with immersive portals, check you have the latest version then contact the mod author.
-
why does my dawncraft keep crashing every time i join a server
Ask the dawncraft modpack authors on their discord.
-
java error in linux server
The "nogui" option is for minecraft. 🙂 If you want to install the server without using a gui, use --installServer /path/to/where/you/want/to/install/it Use --help for the full options You will also want to likely use java 17 to run the server, since mixin (used by a lot of mods) does not support java 20
-
optifine crashing modded
This is not the optifine support forum. But it is very unlikely you can use 2 totally different "optimisation"/overhaul mods at the same time, i.e. optifine and oculus likely don't play nicely together.
-
can you help me find the issue? I've been having trouble fixing it
There's no error in that log, post the launcher_log.txt But you are doing this wrong. If you think you can just put a large number of random mods in the mods folder and it will work, it won't. Those kind of modpacks take teams of experienced modpack developers weeks or months to get right and yet they still get lots of bug reports: https://github.com/AllTheMods/ATM-8/issues (1000+ issues to date) Build your modpack one mod at a time or in small groups and test it. That way you will know which mod is causing problems. If you don't want to do that, use a modpack built by somebody else that is prepared to do it.
-
Help with Server Crash Pls
One of your mods is trying to load client classes on the server. The error message does not say which one. I can see you have rubidium (a broken client side only mod) installed. You probably have others you don't want/need on the server?
-
Mc modded load crash
Install the missing mod and for others contact the mod authors.
-
rendering overlay/ exit code -1 crashing
Broken config file. If you don't have a backup, delete the file and it should be recreated with default values.
-
Can only get Forge Server to boot without mods
Use java 17
-
EntityData seemingly not syncing between server and client
public void tick() { -- snip -- this.setClimbing(this.horizontalCollision); super.tick(); } The entity tick() happens on both the client and server. But "horizontalCollision" will probably only be calculated on the server - or more accurately for isControlledByLocalInstance() https://forums.minecraftforge.net/topic/119553-1192-solved-cannot-get-passengers-of-an-entity-when-there-are-multiple-instances-of-the-entity-in-the-world/#comment-524427
-
WTH is mods.toml and why can't I use forge server to play modded 1.19.4 with my friends (Java20)
I just installed the latest 1.19.4 server using java 17 with no problems. It's impossible to say what your problem is without seeing the installer log.
-
WTH is mods.toml and why can't I use forge server to play modded 1.19.4 with my friends (Java20)
AFAIK, the installer works with any version of java back to java 8 Minecraft since 1.17 1.18 requires java 17 and mixin (used by many mods) does not work with java 19 or 20
-
WTH is mods.toml and why can't I use forge server to play modded 1.19.4 with my friends (Java20)
Use java 17
IPS spam blocked by CleanTalk.