Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server Crashing with just create as the issue. 1.20.1 create v. 6.0.2 #7855

Open
nshade404 opened this issue Mar 8, 2025 · 8 comments
Open
Labels
type: crash Issue where the game crashes

Comments

@nshade404
Copy link

nshade404 commented Mar 8, 2025

Context

I usually try to solve these types of issues myself but I have been crafting a decently large modpack with the intention of playing with friends. However we have come across a crash that seems to keep showing up despite the removal of all mods that would interact with create. here is my servers most recent crash log in hopes we can figure this out with more eyes.

PS: i am fairly new to development like this. So i am still bad at reading these logs. I am hoping this is not just a missed line of errors on my part

Crash Report

https://mclo.gs/nqKOTwC

Latest Log

https://mclo.gs/ACuscOE

Mixin.out.zip

.mixin.out.zip

@nshade404 nshade404 added the type: crash Issue where the game crashes label Mar 8, 2025
@nshade404
Copy link
Author

nshade404 commented Mar 8, 2025

that was the wrong log one second

update: the link has been set to the right log

@ChiefArug
Copy link

That crash report seems to be missing part of the error, can you send the latest.log file as well?

@nshade404
Copy link
Author

nshade404 commented Mar 9, 2025

That crash report seems to be missing part of the error, can you send the latest.log file as well?

I sure can here is the log labeled latest. sorry if there is a lot of congestion. we run mod optimizer since not every mod can run on a server for the pack.

latest.log

https://mclo.gs/ACuscOE

Update: I set the latest log at the top as well for easier access

@ChiefArug
Copy link

Well mods optimiser is doing a terrible job at what it says it does, there are tons of errors in there related to client only code trying to load, including at least one client only mod (let sleeping dogs lie).

It seems that the root cause of create failing to load is also something trying to load a client only class, specifically a mixin into create, so one of your create addons is broken. Remove them in small groups till it works to find which one it is.

@nshade404
Copy link
Author

nshade404 commented Mar 11, 2025

Is that not the log with them all disengaged? unless I have missed one that was my first instinct. which is why I posted here. It was still occurring with no create addons. At least none immediately apparent. tried again without let sleeping dogs lie and still got this error. Would there be a place create mixins could create a permanent change to the mod. I did have a similar issue with epic fight and soaring sword that seemed to permanently cause epic fight to crash despite removing the mod and the addon called weapons of miracle which bugged out. I had to completely uninstall said mods and reinstall epic fight without letting soaring sword touch the pack again.

Update: also the creator of mod optimizer said his mod would not catch all "client" mods as it had to be updated with that information

@ChiefArug
Copy link

ChiefArug commented Mar 11, 2025

Yes, that log doesn't have any create addons, though some mods have compat with create without being explicit addons. It could also be create tripping on a 'landmine' another mod dropped (a bug in that mod).
Can you add the argument -Dmixin.dumpTargetOnFailure=true to your args, get it to crash, then send a zip of the .mixin.out folder?

@nshade404
Copy link
Author

Yes, that log doesn't have any create addons, though some mods have compat with create without being explicit addons. It could also be create tripping on a 'landmine' another mod dropped (a bug in that mod). Can you add the argument -Dmixin.dumpTargetOnFailure=true to your args, get it to crash, then send a zip of the .mixin.out folder?

I have added the mixin.zip to the starting post so you can access it quickly

@ChiefArug
Copy link

ChiefArug commented Mar 12, 2025

That is so strange. That zip says the problematic mixin is targetting net.minecraft.world.level.block.TntBlock, however according to WAIFU there are only 7 mixins to there, and after looking at their code none of them have something that would trigger the crash seen here...
The only mod you have installed from that list is Quad, try removing that just in case that is the cause. (it shouldn't be though, as the dump contains all their mixins already injected, and the error is a mixin failing to inject...)

You don't happen to have any mods installed that aren't on CF or MR, or are pretty recent (since yesterday, WAIFU is pretty up to date)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: crash Issue where the game crashes
Projects
None yet
Development

No branches or pull requests

2 participants