Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Diva Instance - Cannot Start on Windows 10 #35

Open
palomnik opened this issue Sep 2, 2016 · 1 comment
Open

New Diva Instance - Cannot Start on Windows 10 #35

palomnik opened this issue Sep 2, 2016 · 1 comment

Comments

@palomnik
Copy link

palomnik commented Sep 2, 2016

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?

@Outworldz
Copy link

You are missing a double quote in Line: 117, Position: 40 of an INI file. Nini is the program that reads INI files. It strips all double quotes out, so you can just delete all double quotes as a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants