Kas-tle
Kas-tle
Also I just noticed you are using a fork of Geyser. Please use the build from our downloads page: https://geysermc.org/download/
Can you please use Wireshark to take a packet dump of someone attempting to connect? (on the server side)
Could you please provide the pcap file?
Are you using a vanilla client to make these connections? Based on the capture you have provided, the client is not responding appropriately to the server after it sends Open...
Yeah, based on this it would seem that the client response (Open Connection Request 2) is being dropped somewhere between the client and the server. Does this occur when attempting...
Hello, if you are on Linux, (assuming you are defaulting to epoll, you can check with debug mode) could you try with this build: https://github.com/Kas-tle/Geyser/actions/runs/11324559312 Or you can apply this...
Please take a pcap with wireshark while the issue is happening and provide that. Just knowing there is some amount of network traffic tells us very little.
We generally do not give deadlines with regards to any particular feature. If this is something you're personally interested in, it would generally involve looking into this and seeing what...
Hello, could you confirm that this is still an issue on the latest Geyser build and update your reproduction steps to include an exact list of all commands required to...
I ended up using the eclipse plugin to remove the nonsense classpath entry and instead add the built jar from the source dependency from `build.gradle.kts`: ```kts import groovy.util.Node //... plugins...