bootcamp demo + own v3 server error
hi,
i installed photon on my other pc in the room next to me and i opened photon bootcamp demo i changed the "custom server adress" to ip:5055 and i run the game in the editor , i can enter my player name an then i come to the create room window i entered a name for the room and i clicked the create button.
But unity says in the debug log that it was unable to create the room, and that the game state is turned to disconnected
Does anyone knows what the problem might be ?
i installed photon on my other pc in the room next to me and i opened photon bootcamp demo i changed the "custom server adress" to ip:5055 and i run the game in the editor , i can enter my player name an then i come to the create room window i entered a name for the room and i clicked the create button.
But unity says in the debug log that it was unable to create the room, and that the game state is turned to disconnected
Does anyone knows what the problem might be ?
0
Comments
What fixed it for me was this (also mentioned in the other thread)
I ran from an administrative (elevated privileges) command prompt on Windows 7 x64.
This helped fixed the issue noted in the logs as:
EDIT: Quoting previously posted that section other readers may skip.
Post "Failed to get server instance", really had the solution.
I think I initially tripped up on the comment "Leave empty and the the IP address will be looked up dynamically at runtime." in Photon.LoadBalancing.dll.config and left it set to 127.0.0.1
Setting both, the value of, MasterIPAddress and PublicIPAddress to my LAN IP (and restarting PhotonControl > Photon InstaceLoadBalancing) fixed the issue. I'm now able to connect from both, a remote and local machine.
In case someone has this issue: The Photon-LoadBalancing log file has the error about the performance counters and restoring the performance counters from the backup with the command: lodctr /r fixed this error for me. I couldn't just reinstall the counters.