#Server seems to stop on error even with this unchecked, what do I do?

14 messages · Page 1 of 1 (latest)

radiant hearth
#

Latest mirror version

#

Correction: 93.0.1

signal violet
radiant hearth
radiant hearth
#

I'll check these out

#

I'll probably comment this stuff out, I guess

signal violet
# radiant hearth https://pastie.io/iajmna.tex this is the full stacktrace

Your error is a null ref exception in Assets\Other\Scripts\ProcGen.cs:13 - fix that or wrap it in a try-catch.
You can see that we check exceptionsDisconnect right there in your image.
The Network Manager setting is applied to NetworkServer and NetworkClient at startup in SetupServer and SetupClient
Changing the Network Manager setting at runtime by code or the inspector after that does nothing...it has to be set at design time.

radiant hearth
#

Yes I know whats causing the error, I caused it intentionally. I just want all errors to always be ignored

#

It was the case in the previous version before I upgraded and I found it really convenient for debugging 😁