I ve got one issue on desktop in editor

I've got one issue on desktop in editor:
ExecutionEngineException: String conversion error: Illegal byte sequence encounted in the input.

It happens when I disconnect from WiFi network and try to call
_realtime.Connect(roomName)
. We're testing reconnects caused by temp internet loss. It doesn't happen on my PC, but happens on other PCs of other devs. I have system language set to English. They to Polish. I've found one clue here. System can return some values requested in Polish language somewhere deep inside Connect method on the native side maybe. https://github.com/mono/mono/issues/7117
image.png
Was this page helpful?