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

Crashed while connecting to a locally-hosted server. #222

Open
hellomynameisaaaaaaaaaaaaa opened this issue Feb 6, 2022 · 5 comments
Open

Comments

@hellomynameisaaaaaaaaaaaaa

Leafish panicked while trying to load a locally-hosted server.

Steps to recreate:

  1. Start a Minecraft server (server.jar) on 1.16.5 (3GB RAM)
  2. Enter IP and join on Leafish

It panics, displaying: ```
"spawned 102 Zombie
thread 'spawned 102 Zombie
' panicked at 'called Result::unwrap() on an `Err` value: Error { kind: UnexpectedEof, message: "failed to fill whole buffer" }', src\world\mod.rs:1298:62"

@terrarier2111
Copy link
Member

Leafish panicked while trying to load a locally-hosted server.

Steps to recreate:

1. Start a Minecraft server (server.jar) on 1.16.5 (3GB RAM)

2. Enter IP and join on Leafish

It panics, displaying: ``` "spawned 102 Zombie thread 'spawned 102 Zombie ' panicked at 'called Result::unwrap() on an `Err` value: Error { kind: UnexpectedEof, message: "failed to fill whole buffer" }', src\world\mod.rs:1298:62"

After #219 gets merged, this should at least stop panicking and only make you disconnect gracefully, although fixing this properly is desirable ofc.

@nathanruiz
Copy link
Collaborator

I'm not sure if it's the same issue, but I got a similar error that seems to be caused by an issue in reading light data. It should be fixed in #246.

@nathanruiz
Copy link
Collaborator

@hellomynameisaaaaaaaaaaaaa It should be working now on the latest version. Can you test it to see if this is still an issue?

@RecentRunner
Copy link

@nathanruiz

@hellomynameisaaaaaaaaaaaaa It should be working now on the latest version. Can you test it to see if this is still an issue?

Not the original poster but I was subscribed to this issue as I had difficulties with crashing upon connecting as well. I can confirm that when building and running from the repo I can now successfully login to a locally-hosted server

@nathanruiz
Copy link
Collaborator

@terrarier2111 This issue should be resolved now

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