Entity Culling Fabric/Forge

Entity Culling Fabric/Forge

80M Downloads

Crash on game startup

helpimnotdrowning opened this issue ยท 1 comments

commented

Version 1.3.3 causes my game to crash instantly on startup on Fabric 1.17.1.

[23:35:18] [Render thread/FATAL]: Mixin apply failed entityculling.mixins.json:ClientWorldMixin -> net.minecraft.class_638: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Critical injection failure: @Inject annotation on tickEntity could not find any targets matching 'tickNonPassenger' in net.minecraft.class_638.

I think this is because the entityculling.mixins.json file is saying the refmap is entityculling.refmap.json, when in the jar it's actually named EntityCulling-Fabric-refmap.json.
image

Using:

  • AdoptOpenJDK 16.0.1
  • MC 1.17.1
  • Fabric Loader 0.11.6
  • Fabric API 0.36.1
  • EntityCulling 1.3.3
commented

Good catch. This seems to affect the latest tag on Github after I merged the Forge and Fabric codebase. The 1.3.3 release on curse is based on the original base, so it's not affected. Will fix that here so it doesn't get into the next release.