thedead2 / customadvancements

A minecraft mod that gives players creative freedom about advancements
GNU General Public License v3.0
0 stars 1 forks source link

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

Open clanngo opened 4 months ago

clanngo commented 4 months ago

Versions

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

thedead2 commented 4 months ago

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.

clanngo commented 4 months ago

Thanks for the answer