extremeheat

Results 222 comments of extremeheat

OK, if the client spawns then it should be able to correctly receive chat messages. Can you reproduce this on other servers? If not, this certainly seems to be an...

No updates to this, closing. Seems this is a Realms issue as it cannot be reproduced outside of Realms and happens to non-bedrock-protocol clients also - https://bugs.mojang.com/browse/REALMS-9150. Please re-open if...

Run npm test to get dumped packets , chunk loading issue is dupe of #158

Hi, what version are you connecting from? Are you sure you're connecting to the right IP address and port? (19132). Do you see the server MOTD on the server list...

Yes, I agree this misleading error needs to be removed. I'm not sure exactly where the message originates, but it's possible it's an issue related to IPv6 binding inside of...

~~Also: we should export RegExp as top level for easier use.~~ ✔ fixed in #22

~~Also: looks like environment variables are not correctly passed to the node process~~ Cannot reproduce

Hello Can you provide a stack trace (or reproducible code sample) for when you get the error? It's possible there's a race condition somewhere. To make things simple internally we...

The python packages need to be installed with pip, either globally or in a virtual environment E.g. pip install numpy

Looks like you have two Python installations installed, one in `c:\python39` and another in `C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2544.0_x64__qbz5n2kfra8p0`. Pip is installing to the former, but `python` points to the latter. You need...