Operation failed:OperationResponse226: ReturnCode: 32758 (Game doesn't exists-error while Room Join

Hi I am getting below error while joining room :
I am getting
1.Room name 2. Also room is not full 3. Joining from same region i.e Asia. 4. Testing by making .app file in mac.


Operation failed: OperationResponse 226: ReturnCode: 32758 (Game does not exists). Parameters: {} Server: GameServer

Most likely the game became empty during the switch to GameServer.

UnityEngine.Debug:Log(Object)
NetworkingPeer:GameEnteredOnGameServer(OperationResponse) (at Assets/Photon Unity Networking/PhotonNetwork/NetworkingPeer.cs:926)
NetworkingPeer:OnOperationResponse(OperationResponse) (at Assets/Photon Unity Networking/PhotonNetwork/NetworkingPeer.cs:1380)
ExitGames.Client.Photon.PeerBase:DeserializeMessageAndCallback(Byte[])
ExitGames.Client.Photon.EnetPeer:DispatchIncomingCommands()
ExitGames.Client.Photon.PhotonPeer:DispatchIncomingCommands()
PhotonHandler:Update() (at Assets/Photon Unity Networking/PhotonNetwork/PhotonHandler.cs:125)

Please help. Thank you.

Answers

  • Hi,

    can you tell more about when you try to join a room? you should always check that you are connected.

    Bye,

    Jean