Skip to content

Random crash on startup #21

Description

@LTCatt

Please note that this mod will randomly cause the game to crash on startup.
The original author has confirmed this bug at Creators-of-Create/Create#1955, but it has not been fixed ......

Specifically, the crash error message will indicate that this is due to a registration failure by Create. The registration failure could be an item, block or entity, and is completely random.


Create (create) encountered an error during the sided_setup event phase

  • java.lang.NullPointerException: Registry entry not present: create:copper_backtank
  • at java.util.Objects.requireNonNull(Objects.java:347) ~[?:?] {}
  • at com.simibubi.create.repack.registrate.util.entry.RegistryEntry.get(RegistryEntry.java:89) ~[create:mc1.16.5_v0.3.2g] {re:classloading}
  • at com.simibubi.create.repack.registrate.builders.Builder.getEntry(Builder.java:88) ~[create:mc1.16.5_v0.3.2g] {re:classloading}
  • at com.simibubi.create.foundation.data.CreateTileEntityBuilder.lambda$registerInstance$1(CreateTileEntityBuilder.java:49) ~[create:mc1.16.5_v0.3.2g] {re:classloading}

crash-2022-09-26_16.20.11-fml.txt


net.minecraftforge.fml.ModLoadingException: Create (create) encountered an error during the common_setup event phase

  • java.lang.NullPointerException: Registry entry not present: create:controller_rail
  • at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:124) ~[forge:36.2] {re:classloading}

crash-2022-09-26_16.12.52-client.txt


java.lang.Exception: Mod Loading has failed

  • Caused by 0: java.lang.IllegalStateException: Failed to register renderer for Entity create:super_glue
  • at com.simibubi.create.repack.registrate.builders.EntityBuilder.lambda$registerRenderer$3(EntityBuilder.java:142) ~[create:mc1.16.5_v0.3.2g] {re:classloading}
  • at com.simibubi.create.repack.registrate.util.OneTimeEventReceiver.accept(OneTimeEventReceiver.java:79) ~[create:mc1.16.5_v0.3.2g] {re:classloading}
  • at com.simibubi.create.repack.registrate.util.OneTimeEventReceiver.accept(OneTimeEventReceiver.java:29) ~[create:mc1.16.5_v0.3.2g] {re:classloading}

crash-2022-09-26_16.11.02-fml.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions