Custom Advancements

Custom Advancements

1.1k Downloads

[1.18.2]: Reading a file took 744 ms! Max. is 500 ms!

clanngo opened this issue ยท 2 comments

commented

Versions

  • Minecraft Version: 1.18.2
  • Forge Version: 40.2.18
  • Custom Advancements Version: 4.7.5

Describe the bug
periodic occurrence of crash

Steps to reproduce
Steps to reproduce the behavior:
minecraft launch

Screenshots and Logs
crash-2024-05-19_00.37.12-fml.txt

commented

Hi thanks for reaching out. This type of error is typically caused when the mod takes to long to load an advancement file, probably because you're computer isn't fast enough (e.g. due to too much memory consumption). But now when I think about it, it's maybe a little bit to extreme to let the game crash if this happens. With the next update I will change it so you will get a warning instead and the file will be skipped. So for now you can only try to allocate more memory to minecraft or let the mod load less advancements. As I said, it will be fixed with the next update. Hope this helps.

commented

Thanks for the answer