Azaret / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

Cannot open superputty #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Downloaded and ran newest version of Superputty
2. Tried an older version, didn;t look right when opened
3. Went back to new
4. program no longer opens. no version opens

What is the expected output? What do you see instead?

hourglass, then nothing

What version of the product are you using? On what operating system?

windows 7

Please provide any additional information below.

Does superputty store any info in the registry? maybe it got garbled? Putty is 
working for what it's worth. Can you give me any suggestions of things to try?

Original issue reported on code.google.com by burnsb...@gmail.com on 9 Jun 2012 at 2:23

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
awesome, thanks!

Original comment by burnsb...@gmail.com on 9 Jun 2012 at 3:22