BumbleSoftware / Fastload

Mod to accelerate world init
GNU General Public License v3.0
70 stars 14 forks source link

crash with my modpack #111

Open Thunderrock424242 opened 6 months ago

Thunderrock424242 commented 6 months ago

What went wrong?

with the mod enabled my modpack crashes

Reproduction steps

  1. {Mods required}
  2. {Conditions}
  3. {Execution}
  4. {Failure} ...

Visual demonstration

No response

Crash Report & Log

https://mclo.gs/EsUVzq1[https://mclo.gs/EsUVzq1](https://mclo.gs/EsUVzq1)

Fastload Config

Default Config

Environment

Fastload 3.3.8, Fabric 0.14.14, 1.18.2

Thunderrock424242 commented 6 months ago

[20Dec2023 22:24:31.310] [main/WARN] [mixin/]: @ModifyConstant conflict. Skipping fastload.mixins.json:server.MinecraftServerMixin->@ModifyConstant::modify_prepareStartRegion_chunkCount(I)I with priority 1000, already redirected by ksyxis.mixins.json:MinecraftServerMixin->@ModifyConstant::ksyxis$prepareLevels$getTickingGenerated(I)I with priority 1000

DeshiDesu commented 6 months ago

[20Dec2023 22:24:31.310] [main/WARN] [mixin/]: @ModifyConstant conflict. Skipping fastload.mixins.json:server.MinecraftServerMixin->@ModifyConstant::modify_prepareStartRegion_chunkCount(I)I with priority 1000, already redirected by ksyxis.mixins.json:MinecraftServerMixin->@ModifyConstant::ksyxis$prepareLevels$getTickingGenerated(I)I with priority 1000

Ksyxis does the same thing as Fastload. They are not compatible with each other. Choose either one of them and uninstall the other, and it should not crash.

Thunderrock424242 commented 6 months ago

[20Dec2023 22:24:31.310] [main/WARN] [mixin/]: @ModifyConstant conflict. Skipping fastload.mixins.json:server.MinecraftServerMixin->@ModifyConstant::modify_prepareStartRegion_chunkCount(I)I with priority 1000, already redirected by ksyxis.mixins.json:MinecraftServerMixin->@ModifyConstant::ksyxis$prepareLevels$getTickingGenerated(I)I with priority 1000

Ksyxis does the same thing as Fastload. They are not compatible with each other. Choose either one of them and uninstall the other, and it should not crash.

Which one would you say is better?

DeshiDesu commented 6 months ago

[20Dec2023 22:24:31.310] [main/WARN] [mixin/]: @ModifyConstant conflict. Skipping fastload.mixins.json:server.MinecraftServerMixin->@ModifyConstant::modify_prepareStartRegion_chunkCount(I)I with priority 1000, already redirected by ksyxis.mixins.json:MinecraftServerMixin->@ModifyConstant::ksyxis$prepareLevels$getTickingGenerated(I)I with priority 1000

Ksyxis does the same thing as Fastload. They are not compatible with each other. Choose either one of them and uninstall the other, and it should not crash.

Which one would you say is better?

Ksyxis. Fastload has been discontinued.

Thunderrock424242 commented 6 months ago

[20Dec2023 22:24:31.310] [main/WARN] [mixin/]: @ModifyConstant conflict. Skipping fastload.mixins.json:server.MinecraftServerMixin->@ModifyConstant::modify_prepareStartRegion_chunkCount(I)I with priority 1000, already redirected by ksyxis.mixins.json:MinecraftServerMixin->@ModifyConstant::ksyxis$prepareLevels$getTickingGenerated(I)I with priority 1000

Ksyxis does the same thing as Fastload. They are not compatible with each other. Choose either one of them and uninstall the other, and it should not crash.

Which one would you say is better?

Ksyxis. Fastload has been discontinued.

If fast load was not discontinued what would you say is better?

DeshiDesu commented 6 months ago

[20Dec2023 22:24:31.310] [main/WARN] [mixin/]: @ModifyConstant conflict. Skipping fastload.mixins.json:server.MinecraftServerMixin->@ModifyConstant::modify_prepareStartRegion_chunkCount(I)I with priority 1000, already redirected by ksyxis.mixins.json:MinecraftServerMixin->@ModifyConstant::ksyxis$prepareLevels$getTickingGenerated(I)I with priority 1000

Ksyxis does the same thing as Fastload. They are not compatible with each other. Choose either one of them and uninstall the other, and it should not crash.

Which one would you say is better?

Ksyxis. Fastload has been discontinued.

If fast load was not discontinued what would you say is better?

Fastload is surperior in terms of loading speed it seems. I would go with Fastload if possible.

Thunderrock424242 commented 6 months ago

Ok thx