Closed GoogleCodeExporter closed 9 years ago
Okay, I deleted SuperPutty's data under Libraries\My Documents and reran - that
fixed everything. Must have gotten corrupt. Nm the bug report!
Original comment by burnsb...@gmail.com
on 9 Jun 2012 at 2:28
could you post your log file from the bad run?
log files in %TEMP%
Original comment by btatey...@gmail.com
on 9 Jun 2012 at 9:54
sure:
2012-06-08 21:59:00,647 [3332] INFO SuperPutty.Program - Starting
2012-06-08 21:59:00,658 [3332] INFO SuperPutty.SuperPuTTY - Initializing.
Version=1.2.0.11, UserSettings=C:\Users\Eric\SuperPutty.settings,
SettingsFolder=C:\Users\Eric\Documents\SuperPuTTY
2012-06-08 21:59:00,662 [3332] INFO SuperPutty.Utils.CommandLineOptions -
CommandLine: []
2012-06-08 21:59:00,665 [3332] INFO SuperPutty.SuperPuTTY - Loaded 0 layouts
2012-06-08 21:59:00,667 [3332] INFO SuperPutty.SuperPuTTY - Loading all
sessions. file=C:\Users\Eric\Documents\SuperPuTTY\Sessions.XML
2012-06-08 21:59:00,747 [3332] ERROR SuperPutty.Program - Error in Main
System.InvalidOperationException: There is an error in XML document (0, 0).
---> System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderList1.Read4_ArrayOfSessionData()
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
at SuperPutty.Data.SessionData.LoadSessionsFromFile(String fileName) in E:\projects\dotnet\superputty\1.2\SuperPutty\Data\SessionData.cs:line 299
at SuperPutty.SuperPuTTY.LoadSessions() in E:\projects\dotnet\superputty\1.2\SuperPutty\SuperPuTTY.cs:line 272
at SuperPutty.SuperPuTTY.Initialize(String[] args) in E:\projects\dotnet\superputty\1.2\SuperPutty\SuperPuTTY.cs:line 58
at SuperPutty.Program.Main(String[] args) in E:\projects\dotnet\superputty\1.2\SuperPutty\Program.cs:line 82
2012-06-08 21:59:00,753 [3332] INFO SuperPutty.Program - Shutdown
Original comment by burnsb...@gmail.com
on 9 Jun 2012 at 11:20
thanks. added an exception handler so superputtty at least comes up in this
case.
Original comment by btatey...@gmail.com
on 9 Jun 2012 at 12:34
awesome, thanks!
Original comment by burnsb...@gmail.com
on 9 Jun 2012 at 3:22
Original issue reported on code.google.com by
burnsb...@gmail.com
on 9 Jun 2012 at 2:23