-
Notifications
You must be signed in to change notification settings - Fork 0
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
Minecraft Refuses to Load with latest version on Prism Launcher #10
Comments
log with previous version in case it is useful: https://mclo.gs/BzOcd7l |
Before I look into this, if you'd be willing to check if v0.9.3 also crashes your game, I'd greatly appreciate it. I changed quite a few things on the back-end for this version to get player/non-player stack size differences working acceptably well, and it'd be good to know if the new, most-recent, version is still causing you problems or if by some miracle I fixed it accidently. |
I wasn't able to check v 0.9.3, but 0.9.4 still crashes my game. |
(0.9.3 had a major crashing bug unrelated to this issue which I caught immediately after uploading but not before this comment, and I forget to get around to correcting my most recent version). Yep, certainly does. Something changed in the fabric load twixt FabricLoader 15.11 and FabricLoder 16 that broke at one of my mixins. I'll see what I can do about fixing the problem for ya. |
I've updated to Fabric Loader 16.0 is a branch, and it seems to really just not not liking I don't understand why it doesn't like the method, but as a hot-fix, I've built a compatability version which removes the offending method without replacement. The removed method is responsible for changing 'click-and-drag' behavior of items configured to have different stacksizes twixt player/non-player inventories, so this compatability version won't have that feature. But, the game shouldn't crash. Please, check Data Driven Stack Sizes 0.9.4-1.21-FL16-compat to see whether this is the case. |
I've been using fabric loader 16 since I started playing in 1.21, and 0.9.0 was working fine there. I'm not using differing stack sizes for players anyway, so if that's the only change I don't think it will affect my game. I'll check it out when I next open minecraft. |
it loads up with this compatibility version fine. Here is the log for your reference. |
wait no it's not actually working, nothing new stacks above 64 |
Please check if the problem persists in v0.9.5. Please also check that if you were using the |
hey, I haven't been able to check the villagers_stack_less part yet but v0.9.5 works fine qith fabric loader v0.16. |
Wonderful. Then i'll be closing this issue |
A copy of my log: https://mclo.gs/2xJjJsT
I will revert to the previous version for now.
The text was updated successfully, but these errors were encountered: