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

[BUG] crash updating to latest gtce with techborn #1721

Open
SilverBackSpartan opened this issue Oct 3, 2021 · 5 comments
Open

[BUG] crash updating to latest gtce with techborn #1721

SilverBackSpartan opened this issue Oct 3, 2021 · 5 comments
Labels
status: unverified type: bug Something isn't working

Comments

@SilverBackSpartan
Copy link

SilverBackSpartan commented Oct 3, 2021

latest.log

reverting back to build 764 from 770

@SilverBackSpartan
Copy link
Author

actually reverting back did nothing - seems to be a c rash with any gregtech and galacticraft?

@Exaxxion
Copy link
Collaborator

Exaxxion commented Oct 3, 2021

Any particular reason why you think GregTech has anything to do with the crash? The stack trace looks unrelated.

@warjort
Copy link
Contributor

warjort commented Oct 3, 2021

The actual error is:

java.lang.RuntimeException: One of more entry values did not copy to the correct id. Check log for details!
        at net.minecraftforge.registries.ForgeRegistry.sync(ForgeRegistry.java:549)

The only thing in the log relating to registry sync is this warning:

[01:16:07] [Client thread/WARN] [FML]: Registry Block: Override did not have an associated owner object. Name: plustic:plustic.molten_titanium Value: Block{minecraft:air}

The reference to "minecraft:air" suggests it wasn't registered properly, but I don't see any error further back in the log that gives a reason for this?

This doesn't look like a GTCE related problem.

@warjort
Copy link
Contributor

warjort commented Oct 3, 2021

The reference to "minecraft:air" suggests it wasn't registered properly

"minecraft:air" is used as a block or item not found/default value by minecraft.

@warjort
Copy link
Contributor

warjort commented Oct 3, 2021

Suggestion:
Since you have a large number of mods.
It might be that updating or adding mods has led to having more than the 65535 blocks/items allowed by 1.12 vanilla minecraft.

You could try adding this mod which removes that limit:
https://www.curseforge.com/minecraft/mc-mods/jeid

But make sure you back up your world first. The mod converts the world to the 1.13 save format and this operation is not reversible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: unverified type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants