mirror of
https://github.com/opensim/opensim.git
synced 2026-06-07 20:15:43 +08:00
If -background=true is specified on the command line, a null pointer exception crashes the server in OpenSim/Region/Application/OpenSimBase.cs in method StartupSpecific. Its trying to dereference m_console which is null, presumably because we're in background mode.