[betterstats-2.1.1+1.19.2 forge] Startup crash with mod installed.
murao-kun opened this issue ยท 5 comments
Describe the bug
My instance is crashing on startup. Without crash log. (Probably because it is mixin issue)
To Reproduce
Unknown.
Expected behavior
To boot game fine.
There are logs:
debug.log
latest.log
Just in case someone else encounters the same issue, I will explain here as well and then pin this issue. Basically the Forge port of this mod requires TCDComoons API to be installed as well. While the Fabric version of the mod also uses TCDComoons API, for Fabric it is embedded, so downloading it is not required. I tried doing the same for Forge, but was unsuccessful, hence why you have to download it for Forge.
According to the title of this issue, I see you are using betterstats v2.1.1+forge-1.19.2
, so you will have to download and install the latest version of tcdcommons forge-1.19.2 as well.
Sorry for the confusion if there was any. I see a lot more people are downloadting betterstats forge-1.19.2
without downloading tcdcommons
as well, despite it being mentioned as required in the changelogs, so a lot more people are probably running into the same issue as well. This should hopefully help those who encounter the same issue.
Ohhh, I thought about that and then I checked that it is embed on curseforge download page.
I guess you can setup JiJ (Jar in Jar) thing like create doing with flywheel.
Thank you for explanation!