atxi / Polymer

In-development Minecraft client using C++ and Vulkan.
MIT License
86 stars 2 forks source link

Game crashes with a "Failed to connect" error #12

Open nac5604 opened 1 month ago

nac5604 commented 1 month ago

I tried running the polymer.exe file; it shows a white window, then crashes and spits out this error. I've tried to connect using a different port, but I get the same result.

PS C:\Users\Administrator\Downloads\polymer> .\polymer.exe -u polymer -s 127.0.0.1:25565
Polymer: Windows
Asset time: 382.968994
Connecting to '127.0.0.1:25565' with username 'believer'.
Failed to connect
nac5604 commented 1 month ago

Also, is there a discord/telegram/guilded/matrix for the project? I would very much like to follow the development and ask questions there.

atxi commented 1 month ago

Are you running a server and connecting to the correct ip and port? This is just a client that connects to a Java Minecraft server. It closes because it's not getting a connection to that server. I never got around to implementing a menu for managing the server connection actions.

There's no place for discussion for the project because this was just a toy project that I was working on for fun. This client only got far enough to connect to offline mode servers and render the chunks, so there's not much to really discuss.

You can check out wiki.vg if you're interested in following clients that are further along in development.