-
Notifications
You must be signed in to change notification settings - Fork 9
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
Cannot connect through localhost and TypeError: registry.supportFeature is not a function #1
Comments
What's your system and the error you're getting? |
host is archlinux and the pc i use to join is windows, there are no errors in the log/error directory but I cant join the server it creates and when I can it kicks me |
Other Linux users have reported the same crash you're getting. (example: 2bored2wait Issue #504). I can confirm that the crash is happening on other Arch-based distros as well. This is something I'm currently looking into. It appears to be caused by either the mcproxy, prismarine-item, or prismarine-registry dependency. This is also definitely a wake-up call to write better CI tests lol. |
and on windows 11 server stays on pinging and logging in when I try to join, it gives some error messages in console that I'm trying to get but can't replicate the scenario and seems like they are not being logged into the error folder |
Same Issue here Windows 10 Could not connect to server untill i changed "localhost" to 0.0.0.0 C:\Users\ ------ \2based2wait\node_modules\prismarine-item\index.js:51 TypeError: registry.supportFeature is not a function |
As for the separate networking issue with connecting to localhost, I haven't been able to replicate it yet and would appreciate more info, especially on whether it breaks anything. |
Here are my 2 workarounds. themoonisacheese/2bored2wait#504 (comment) |
Unfortunately neither of these workarounds apply to this project--for 2based2wait the bug is present in every release, so downgrading doesn't work--and after some more testing I've circled back around to being unsure about the source of the bug again... 😞 In the meantime I've created a new branch with a hotfix: registryCrashHitfix. |
@Enchoseon I believe the dependency issue has been fixed. Running |
from another pc I was unable to connect until I changed "localhost" to "0.0.0.0" and even still it crashes and wont let me join
The text was updated successfully, but these errors were encountered: