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

Crafting #10

Open
Offsetpanda701 opened this issue Dec 2, 2022 · 7 comments
Open

Crafting #10

Offsetpanda701 opened this issue Dec 2, 2022 · 7 comments

Comments

@Offsetpanda701
Copy link

I have an issue with crafting on the proxy. If i start crafting my game crushes but proxy stay on the server.

@Enchoseon
Copy link
Owner

Does anything show up in your Minecraft client logs? (Also, is your client modded?)

@Offsetpanda701
Copy link
Author

Log shows im disconnected from the proxy nothing else. My client is not modded.

@Enchoseon
Copy link
Owner

Does anything show up in the proxy's logs or the console? Also, are you using a release (e.g. v1.0.4, v1.0.3) or are you building directly from the main branch?

@okBenito
Copy link
Contributor

I am able to replicate but only on 2b2t, the game crashes. I believe the issue is server specific, I have no issues on my test servers. The last packet received before the game crashes and mineflayer resumes:
[set_slot] {"windowId":0,"slot":0,"item":{"blockId":-1}}
If you quickly craft and close your inventory the game won't crash, quick fix. The packets received when done successfully:
[set_slot] {"windowId":-1,"slot":-1,"item":{"blockId":-1}}
[transaction] {"windowId":0,"action":13,"accepted":true}
[set_slot] {"windowId":0,"slot":0,"item":{"blockId":-1}}
I don't have the know-how to fix this, but at least there's a workaround. 😃

@unclamped
Copy link
Contributor

I could not reproduce it in the latest main branch. Crafting works just fine, even on a modded client.

@unclamped
Copy link
Contributor

unclamped commented Feb 14, 2023

actually, yeah, I could reproduce it with the inventory crafter. Seems like after a while, the proxy also disconnects and tries to reconnect then, but utterly crashes with the error ELIFECYCLE  Command failed with exit code 1.

@unclamped
Copy link
Contributor

crash-2023-02-14_16.13.22-client.txt
This is all of the log info I could find

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants