(Mixmaster Online)Need help with version error after server selection

Initiate Mage
Joined
May 9, 2026
Messages
2
Reaction score
0
Hi, I’m completely new to server setup and client modification, so I might be misunderstanding some things.

I set up the server and database using a Mixmaster Server pack I found on GitHub, along with files shared on this forum via Google Drive.

Current progress:
I have lgs (login server), gms (game manager server), and zs1 (zone server) running. I can connect to the login server, log in successfully, and reach the server selection screen through gms.

However, after selecting a server, I get a version error at the character selection screen.
error - (Mixmaster Online)Need help with version error after server selection - RaGEZONE Forums
files - (Mixmaster Online)Need help with version error after server selection - RaGEZONE Forums

From what I understand about the client structure:
  • mixer.exe seems to handle the login screen
  • AutoPatch.exe works as the launcher when pressing "Game Start"
  • mixmaster.exe is the actual game client
It looks like mixer.exe reads mixer.cfg and mixer_new.cfg (which only contain IP and port info), and then compares the version in mixmaster.cfg with the version in lgs.cfg to determine if a patch is needed. Right now, I’ve set all those version values to match.

My guess is that the issue comes from a mismatch between the version defined in gms.cfg (currently 18.01) and the version expected by mixmaster.exe.

If that assumption is correct, I’d like to know how to fix it. If not, I’d really appreciate any insight on what might actually be causing the issue.

In short, I can log in and reach the server selection screen, but I get a version mismatch error afterward, possibly between the client (mixmaster.exe) and the game server (I assume gms, but I’m not entirely sure).
I’m pretty stuck at this point, so any help would be greatly appreciated.

Self-resolved:
The issue was caused by a client version mismatch. I fixed it by using the Chinese client included by the distributor and changing the version values to match.
 
Last edited:
Back