Skip to content
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

[Bug Report]: Game crash: value must be within range when acessing ae system #296

Open
cychadopi opened this issue Nov 14, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@cychadopi
Copy link

Modpack Version

1.8.0

Describe your issue.

Game crashed twice when trying to request an auto craft of crystal fixer from ae system.

Crash Report

https://gist.github.com/cychadopi/bc32d6403a0022b5c1421e404032a1f4

Latest Log

No response

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Singleplayer

Discord Username

cychadopi

@cychadopi cychadopi added the bug Something isn't working label Nov 14, 2024
@James103
Copy link
Contributor

It looks like while you were accessing your ME system to request the item, you (accidentally) pressed the hotkey to trigger FindMe on an oversized stack. You have 9,706 of some item in your ME system, FindMe tries to send that stack to the server, but it must first serialize it, but serialization fails because 9,706 > 99 and Minecraft 1.20.5 and up only lets stacks whose size is at most 99 be serialized.

This is likely a bug in the FindMe mod. See Buuz135/FindMe#45.

As a workaround, you can try unbinding all hotkeys in the "Find Me" category.
(Options → Controls → Key Binds → search category:"Find Me")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants