Unable to join a room

Options
I recently updated the Photon PUN 2 package released on the Unity Asset Store on September 20. I am able to create a room, but not have any players join the room. The Error code says, "Game does not exist". Not sure what is wrong. This also does not work with the existing demo provided. Any suggestions will be helpful.

Comments

  • I am having the issue, is this resolved??
  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @AngryAppy @Mukul_Saini,

    Thank you for choosing Photon!

    Read our "Matchmaking Checklist" carefully.

    Clients with different PUN versions cannot join the same room.
  • AngryAppy
    AngryAppy
    edited September 2019
    Options
    I went through the matchmaking checklist. Both clients have the same PUN versions. The problem still persists. The error code I keep getting is 32760, "No match found".
  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @AngryAppy,

    Did you verify the region on each client?
    Did you use SupportLogger to log all debug info on each client?
    Do you use ConnectAndJoinRandom utility script? it overrides AppVersion.
  • UPDATE: @JohnTube
    So, I did use the first 2 suggestions. I have not used the ConnectAndJoinRandom utility script.

    So, the way I test my builds is, 1 instance (usually the host) running in the editor (Unity 2018) and second is a standalone version of the same. This is when I am not able to connect to a game. This was not the case before the update. But, when I create 2 standalone builds, they are able to connect and everything works just fine.

    I'll try the utility script and get back to you.