-
Notifications
You must be signed in to change notification settings - Fork 939
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parallel mod loading causes CMEs which result in create's creative tab missing entries #6222
Comments
After doing some testing, I've found that ModernFix has been throwing some anomalous results regarding Create in a modpack my friends have thrown together. Might be worth further investigation? |
Further to the above, with what rudimentary testing I've done, while Create is on its own ModernFix has no noticeable effects from what I've observed. However, when one starts adding addons and their dependencies the effects become more adverse. I'd advise doing some testing on everyone's own machines to observe the effects as they seem to be random with no discernible pattern. |
I've had this happen with two modpacks (Sinny's Summer Spices, and a bigger, private, slightly WIP one) that don't contain ModernFix, but very, very infrequently, which makes reproducing and confirming anything difficult. That is not to discredit the ModernFix theory, it might also cause it, but I make this comment because I have another candidate that might cause the issue. |
This is a weird one. I have the same issue on my private modpack, that includes both ModernFix and Entity Culling, but if you look at the linked duplicate issues above, almost none of them have any of the 2 mods and still have the issue :/ |
I've only had this issue when adding some Create addons in a preexisting world, in most cases a new world fixes the problem |
I just reproduced it by updating a world from 1.19 to 1.20.1 and changing some addons. |
I can't see anything in the latest.log. I'm trying to look through debug.log at the moment. https://gnomebot.dev/paste/397702104204050434/1225186286609104908/1225186286328090644 |
I had a backup of the 1.19 world, and it happened again with different items missing. Im going to try to reproduce it again without modernfix |
still happened again - again nothing I could find in latest/debug log |
I have heard rumours that it only started happening at create 5.1e - not sure how true that is though |
i tend to see it after crashes. |
When will that be though? It's been months :/ |
never |
Hello! Small family server owner here. Could someone kindly explain how exactly this “fix” that is downloaded through this link I see is put into the files? Which files exactly? Any help is greatly appreciated! |
Is it just a jar and I pop it in the mods folder? |
i actually really wanna know as well, it doesn't seem to work for me but i might be doing something wrong |
yeah |
Are you sure ?! |
yeah - it needs the latest version of create 1.20.1 as well |
Could I also use ftb chunks? |
yeah? no reason why not |
does this need to be added to the server as well? or just client? |
I also have this question!! |
It’s needed only client-side. |
Even with the mixin fix, the issue still seems to be present. Still seems a soup of mods breaks it. |
Then whatever the issue is, it's caused by some other mod |
The only fix I have which has been working since this issue arose was reloading multiple times in a world until expected recipes appear. I Don't know if that clues at something. For context, im trying to make a hard progression similar to terrafirmagreg, including using their core mod and im sure that core mod is breaking a lot of things. However, even without this mod the recipes bug out when creating a new world or sometimes when joining existing worlds. |
I believe this issue is more of a problem with Create versions that are older than 1.19.2, since Forge API changes I don't believe it's even creates fault. While you can still find items when searching for them, the tab doesn't have all the items. The reason for this is possibly because of the trashy, forge updates for version higher than 1.19.2 which introduced API changes. It's possible forge added some sort of anti-spam delay on the Item.Properties().tab() function since it does use a fair bit of Memory during the loading process, possibly to make the loading smoother if you have a lot of mods. (Possibly ruining some mods) This, is possibly not allowing some items to register in the tabs. I think the only way for create to start functioning is if they run the tab function one by one with a slight delay instead of at once.e |
The cause is already known, none of what you've said causes this. |
Just wanted to share my experience with this fix. I used to have the missing item bug almost every time I launched MC, but I haven't experienced it since adding the fix. I asked other players on my server and they also said the fix resolved their missing item issues too. |
This issue has been fixed in 0.5.1.h, if anyone is using the temporary mixin fix please note that it is not needed once you update to 0.5.1.h |
Still have this problem on create 0.5.1i |
Same here, i got lot of mods and create addons. I've been using create mod .f for like 1 month and no problem but since today, it won't display any create items on JEI exept a few. Tried to update JEI and create but it won't do anything. |
Has been fixed in 0.5.1.h.
Latest Info:
The issue has been found and a fix has been implemented, no more debugging is needed and thank you to everyone who helped in finding the issue. #6222 (comment)
A patch with a fix is not out yet, once it is out this issue will be closed.
The text was updated successfully, but these errors were encountered: