-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Installed and configured everything. Attempted to launch with OpenSim.exe and got the following error:
APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs
Exception: Nini.Ini.IniException: Expected closing quote (") - Line: 117, Position: 40.
at Nini.Ini.IniDocument.LoadReader(IniReader reader)
at Nini.Ini.IniDocument..ctor(TextReader reader)
at OpenSim.ConfigurationLoader.ReadConfig(OpenSimConfigSource configSource, String iniPath)
at OpenSim.ConfigurationLoader.LoadConfigSettings(IConfigSource argvSource, >EnvConfigSource envConfigSource, ConfigSettings& configSettings, NetworkServersInfo& networkInfo)
at OpenSim.OpenSimBase.LoadConfigSettings(IConfigSource configSource)
at OpenSim.Application.Main(String[] args)Application is terminating: True
Unhandled Exception: Nini.Ini.IniException: Expected closing quote (") - Line: 117, Position: 40.
at Nini.Ini.IniDocument.LoadReader(IniReader reader)
at Nini.Ini.IniDocument..ctor(TextReader reader)
at OpenSim.ConfigurationLoader.ReadConfig(OpenSimConfigSource configSource, String iniPath)
at OpenSim.ConfigurationLoader.LoadConfigSettings(IConfigSource argvSource, >EnvConfigSource envConfigSource, ConfigSettings& configSettings, NetworkServersInfo& networkInfo)
at OpenSim.OpenSimBase.LoadConfigSettings(IConfigSource configSource)
at OpenSim.Application.Main(String[] args)
I did not see a Nini.Ini file anywhere. What to look for?