Fixed: crispweed's game, server won't accept client

Started by Simon, October 08, 2025, 12:13:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Simon

crispweed's game 0.0.1, I received binaries via PM.

Running client.exe in Wine 10.12 on Arch Linux. Arch is a rolling-release distribution and has no particular versions. Steps:

  • Extract archive into new directory. I have client.exe, entry.png, ..., all in same directory.
  • I copied the credential file 'credentials.bin' (received via PM) into the same directory.
  • $ wine client.exe
  • Client starts without problems. It presents a graphical window titled "SDL3 application" and asks me to enter my name.
  • I type "Simon" without quotes, with this exact capitalization, into the blue text entry box.
  • I press Enter.

After 0.2 seconds, the same window tells me: "Fatal Error: Client version not accepted by Server, please update your client."

Expected instead: Probably access to the lobby? Something else than version mismatch. I've used client 0.0.1 to which you've linked me via PM earlier today. My internet connection is up.

But at least, yes, it looks like SDL 3 Windows binaries will run well in Wine.

-- Simon

crispweed

Thanks for the report. Great to hear that it runs in wine.

Quote from: Simon on October 08, 2025, 12:13:00 AMAfter 0.2 seconds, the same window tells me: "Fatal Error: Client version not accepted by Server, please update your client."

Sorry! I posted a new release on discord but forgot to send this to you, as well.
(Sent, again, by PM)

Simon

The 0.0.2 from your PM fixes it, thanks! It connects, the lobby works, and the level plays and displays smoothly. Scrolling works both with the middle mouse button and with the keyboard keys. Looks like all SDL 3 features work in Wine.

More feedback on the weekend.

-- Simon

crispweed

Quote from: Simon on October 09, 2025, 12:13:25 AMThe 0.0.2 from your PM fixes it, thanks! It connects, the lobby works, and the level plays and displays smoothly. Scrolling works both with the middle mouse button and with the keyboard keys. Looks like all SDL 3 features work in Wine.

More feedback on the weekend.

-- Simon

Nice one. Thanks!

Thomas