MBHaxe icon indicating copy to clipboard operation
MBHaxe copied to clipboard

On Mac build, multiplayer button has no effect

Open dflat2 opened this issue 1 year ago • 3 comments

When pressing the Multiplier game button from the MBHaxe Ultra main menu:

Expected behaviour: it should show an 'Enter your name' dialog, like it does on the web build. Actual behaviour: it doesn't do anything and the main menu is still the active canvas content. No errors are shown in the logs.

It used to work in v1.1.2 but stopped working in v1.1.3. I play on macOS 14.

dflat2 avatar Aug 24 '24 22:08 dflat2

This is related to the process where the game tries to connect to the master server. Check your internet connectiom?

Does it happen on MBP version?

RandomityGuy avatar Aug 25 '24 04:08 RandomityGuy

Oops, I found what was the problem, it looks like my settings.json file was corrupted. The highscoreName field was null instead of a string. Changed it back to a string and now the button works.

I didn't make that string -> null change by myself, so I guess this field must have been set to null somewhere in the game.

dflat2 avatar Aug 25 '24 08:08 dflat2

Good catch, game should ensure that it should not be null

RandomityGuy avatar Aug 25 '24 09:08 RandomityGuy

Fixed in 1.7.0 hopefully

RandomityGuy avatar Feb 11 '25 16:02 RandomityGuy