Bug #1065
Exception: Expected assignment operator (=) - Line: 1, Position: 623.
Status: | New | Start: | 05/29/2015 | |
Priority: | Normal | Due date: | ||
Assigned to: | - | % Done: | 0% |
|
Category: | - | |||
Target version: | - | |||
Complexity: | Found in Version: | |||
Votes: | 0 |
Description
Smuxi is not starting.
Exception Type: Nini.Ini.IniException Exception Message: Expected assignment operator (=) - Line: 1, Position: 623. Exception StackTrace: at Nini.Ini.IniDocument.LoadReader(IniReader reader) at Nini.Ini.IniDocument..ctor(String filePath) at Smuxi.Engine.FrontendConfig..ctor(String uiName) at Smuxi.Frontend.Gnome.Frontend.Init(String[] args) at Smuxi.Frontend.Gnome.MainClass.Main(String[] args)
History
Updated by Mirco Bauer 3463 days ago
Your ini file got corrupted, check ~/.config/smuxi/smuxi-frontend.ini
Updated by Stefano Canepa 3463 days ago
Mirco Bauer wrote:
Your ini file got corrupted, check ~/.config/smuxi/smuxi-frontend.ini
OK. I did not specified I'm on Windows, I'm looking for the ini file.
Could the exception be managed so that the user get a human error message and the programmer a complete trace of the exception?
Updated by Stefano Canepa 3463 days ago
Please feel free to close this useless bug report. I'm looking into the code if there is a way to manage the exception, if I'll find a solution I'll open a new bug and I'll provide code.
Updated by Mirco Bauer 3463 days ago
Stefano Canepa wrote:
Mirco Bauer wrote:
Your ini file got corrupted, check ~/.config/smuxi/smuxi-frontend.ini
OK. I did not specified I'm on Windows, I'm looking for the ini file.
Could the exception be managed so that the user get a human error message and the programmer a complete trace of the exception?
Very good point. It could say the location and that the file couldn't be loaded instead of that cryptic programmer exception :-D