You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run a dedicated server on Ubuntu 20.04 I keep getting this error:
NullReferenceException: Object reference not set to an instance of an object
at kcp2k.KcpTransport.ServerStart () [0x00000] in <3f58c2d5ab6045e99072d494f8577adc>:0
at Mirror.NetworkServer.Listen (System.Int32 maxConns) [0x00012] in <3f58c2d5ab6045e99072d494f8577adc>:0
at Mirror.NetworkManager.SetupServer () [0x00066] in <3f58c2d5ab6045e99072d494f8577adc>:0
at Mirror.NetworkManager.StartServer () [0x00019] in <3f58c2d5ab6045e99072d494f8577adc>:0
at Mirror.NetworkManager.Start () [0x00008] in <3f58c2d5ab6045e99072d494f8577adc>:0
@Varollo please debug to see which line this exception happens on.
please try without IL2CPP.
please try with IL2CPP but without 'nonalloc' option.
and report back
When trying to run a dedicated server on Ubuntu 20.04 I keep getting this error:
Steps to reproduce:
What fixed for me
To not get the error I had to run it on an older version of ubuntu (18.04).
The text was updated successfully, but these errors were encountered: