Concurrent Chunk Management Engine (Fabric)

Concurrent Chunk Management Engine (Fabric)

231k Downloads

Crash when using certain mods

kristibektashi opened this issue ยท 6 comments

commented

Describe the bug
The game crashes when C2ME is launched alongside Sodium, MemoryLeakFix, Farsight and Fabric API

To Reproduce
Steps to reproduce the behavior:

  1. Launch the mod with the mods described above
  2. Game crashes

Expected behavior

The game shouldn't crash

Screenshots

Runtime info (please complete the following information):

  • OS: Linux Mint 21.1
  • Minecraft version: 1.19.2
  • Mod version: 0.2.0+alpha.9.0
  • Mod branch: (fill this if you are not using the default ver branches)

Crash reports / logs

https://pastebin.com/QpNs2CA9

Other mods

https://pastebin.com/K6bcavDS

Checklist

  • I am using the official version of the mod.
  • I tried the latest development version but the issue persists.
  • I searched for similar open issues and could not find an existing bug report on this.

Additional context

The crash does not occur after removing any of the mods listed above.

commented

The crash report link is broken and the version you are using is not the latest development build (0.2.0+alpha.9.4).

commented

The crash report link is broken and the version you are using is not the latest development build (0.2.0+alpha.9.4).

Fixed link, also tested with latest dev build:
https://gist.github.com/kristibektashi/53c7eaf0d2af9b77ed21c5c88b15aa6c

commented

It seems to be farsight crashing but I can't really know what it is doing since it is not open source.

But from description it allows view distance of more than 32 and might be conflicting with c2me also allowing that so try disabling clientSideConfig.modifyMaxVDConfig.enabled in the config and see if it works.

(also the version of c2me in your log is still not the latest dev build)

commented

It seems to be farsight crashing but I can't really know what it is doing since it is not open source.

But from description it allows view distance of more than 32 and might be conflicting with c2me also allowing that so try disabling clientSideConfig.modifyMaxVDConfig.enabled in the config and see if it works.

(also the version of c2me in your log is still not the latest dev build)

I tested with alpha 9.4 and the issue still occurs

commented

Have you tried this?

But from description it allows view distance of more than 32 and might be conflicting with c2me also allowing that so try disabling clientSideConfig.modifyMaxVDConfig.enabled in the config and see if it works.

commented

Have you tried this?

I had the same issue, this fixed the crashing for me.