Unknown Pun Error

Support for MFPS 2.0 (for verified users)
Forum rules
To request support/assistance for MFPS, you first have to verify your purchase by sending your purchase invoice number to Lovatto in a PM.
Post Reply
User avatar
polash
Contributor
Contributor
Posts: 22
Joined: Sat Feb 20, 2016 12:12 pm

hi all,
i am having this error from today but i didt touch the pun folder .!
Operation SetProperties (252) not allowed on current server (MasterServer);

on click on error opens ! LoadBalancingClient script and target line !

#if !SUPPORTED_UNITY
Debug.WriteLine(message);
#else
if (level == DebugLevel.ERROR)
{
Debug.LogError(message);
}
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

That happens in the lobby, right?
It means that property was trying to be sent while still connecting to the lobby, it doesn't interfere or affect other functionality so you can ignore it for now.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
polash
Contributor
Contributor
Posts: 22
Joined: Sat Feb 20, 2016 12:12 pm

Lovatto wrote: Wed Apr 08, 2020 1:14 pm That happens in the lobby, right?
It means that property was trying to be sent while still connecting to the lobby, it doesn't interfere or affect other functionality so you can ignore it for now.
yes it happening in lobby ! when i finish a match and return to lobby then this error happens !
Post Reply