Skip to content

crash while placing #774

@sovietwankle-web

Description

@sovietwankle-web

Describe the bug

Game crashes with a MixinTransformerError when attempting to place a Create pump block. The crash is caused by a
Mixin conflict between Destroy and TFMG (Create: The Factory Must Grow) mods, both trying to modify the same
FluidPropagator class with incompatible injections.

To Reproduce

Steps to reproduce the behavior:

  1. Load the game with both Destroy and TFMG mods installed
  2. Enter a world
  3. Attempt to place a Create pump block
  4. Game crashes immediately

Expected Behavior

The pump block should be placed successfully without causing a crash. The mods should either be compatible or
provide a clear compatibility warning during startup.

Screenshots

N/A - The crash occurs before any visual issue can be captured.

System Information

  • Minecraft version: 1.20.1
  • Forge version: 47.2.32
  • Create version: 0.5.1.j
  • Destroy version: [0.1.1]
  • Other mods and their versions:
    • Create: TFMG (The Factory Must Grow) [0.9.3]
    • Sinytra Connector (present)
    • Valkyrie Skies
    • Oculus
    • Embeddium
    • 更多红石 (MoreRed) 4.0.0.4
    • [以及其他安装的mod]

Additional context

Full error from crash report:
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException:
@at("INVOKE") on com/simibubi/create/content/fluids/FluidPropagator::matchOtherPumps
with priority 1000 cannot inject into
com/simibubi/create/content/fluids/FluidPropagator::propagateChangedPipe merged by
com.drmangotea.tfmg.mixins.FluidPropagatorMixin with priority 1000

The issue appears to be that both Destroy's FluidPropagatorMixin and TFMG's FluidPropagatorMixin are attempting to
modify the propagateChangedPipe method in Create's FluidPropagator class, resulting in an incompatible mixin
merge.

Crash report and debug.log are attached [你需要附加完整的文件].

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛 BugSomething isn't working as intended🤝 CompatibilityBugs and suggestions related to compatibility with other mods

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions