Coder Social home page Coder Social logo

program crashing at start about superputty HOT 6 CLOSED

azaret avatar azaret commented on September 26, 2024
program crashing at start

from superputty.

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
Same problem occurs with latest version, 1.2.0.14 (running on Windows XP 
Professional). It ran fine upon initial install. However, after I rebooted my 
PC, the application would crash upon startup.

Original comment by [email protected] on 19 Jun 2012 at 8:57

  • Added labels: ****
  • Removed labels: ****

from superputty.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
can you look in %TEMP% for the superputty.log?

Original comment by [email protected] on 16 Jul 2012 at 12:51

  • Added labels: ****
  • Removed labels: ****

from superputty.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
For the same crash, I have this error in log :

2012-10-08 13:43:27,989 [5528] INFO  SuperPutty.Program - Starting
2012-10-08 13:43:27,989 [5528] INFO  SuperPutty.SuperPuTTY - Initializing.  
Version=1.3.0.10, UserSettings=C:\Documents and 
Settings\pagejo\SuperPutty.settings, SettingsFolder=
2012-10-08 13:43:27,989 [5528] INFO  SuperPutty.Utils.SingleInstanceHelper - 
Registered IpcChannel and Service: [ipc://SuperPuTTY/SingleInstance]
2012-10-08 13:43:27,989 [5528] INFO  SuperPutty.SuperPuTTY - Initialized
2012-10-08 13:43:28,224 [5528] INFO  SuperPutty.dlgFindPutty - Creating default 
settings dir: P:\SuperPuTTY
2012-10-08 13:43:28,224 [5528] ERROR SuperPutty.Program - Error in Main
System.IO.IOException: Accès au réseau refusé.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity)
   at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)
   at System.IO.Directory.CreateDirectory(String path)
   at SuperPutty.dlgFindPutty..ctor() in E:\projects\dotnet\superputty\1.3\SuperPutty\dlgFindPutty.cs:line 129
   at SuperPutty.dlgFindPutty.PuttyCheck() in E:\projects\dotnet\superputty\1.3\SuperPutty\dlgFindPutty.cs:line 373
   at SuperPutty.frmSuperPutty..ctor() in E:\projects\dotnet\superputty\1.3\SuperPutty\frmSuperPutty.cs:line 86
   at SuperPutty.Program.Main(String[] args) in E:\projects\dotnet\superputty\1.3\SuperPutty\Program.cs:line 90
2012-10-08 13:43:28,239 [5528] INFO  SuperPutty.Program - Shutdown

In my case, I know this is not a bug of SuperPutty, but it may detect that.

Original comment by [email protected] on 8 Oct 2012 at 11:50

  • Added labels: ****
  • Removed labels: ****

from superputty.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
Hello I have the same probleme (I thinks)2013-06-25 11:50:30,256 [2804] INFO  
SuperPutty.Program - Starting
2013-06-25 11:50:30,256 [2804] INFO  SuperPutty.SuperPuTTY - Initializing.  
Version=1.4.0.4, UserSettings=C:\Documents and 
Settings\I21663M_OPR\SuperPutty.settings, SettingsFolder=C:\Documents and 
Settings\i21663m\Mes documents\SuperPuTTY
2013-06-25 11:50:30,256 [2804] INFO  SuperPutty.SuperPuTTY - Creating layouts 
dir: C:\Documents and Settings\i21663m\Mes documents\SuperPuTTY\layouts
2013-06-25 11:50:30,256 [2804] ERROR SuperPutty.Program - Error in Main
System.UnauthorizedAccessException: L'accès au chemin d'accès 'C:\Documents 
and Settings\i21663m\Mes documents\SuperPuTTY\layouts' est refusé.
   à System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   à System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity)
   à System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)
   à System.IO.Directory.CreateDirectory(String path)
   à SuperPutty.SuperPuTTY.LoadLayouts() dans E:\projects\dotnet\superputty\1.4\SuperPutty\SuperPuTTY.cs:ligne 223
   à SuperPutty.SuperPuTTY.Initialize(String[] args) dans E:\projects\dotnet\superputty\1.4\SuperPutty\SuperPuTTY.cs:ligne 70
   à SuperPutty.Program.Main(String[] args) dans E:\projects\dotnet\superputty\1.4\SuperPutty\Program.cs:ligne 83
2013-06-25 11:50:30,287 [2804] INFO  SuperPutty.Program - Shutdown

I test to remove the Directory and the problem is already here.
+ Superputty does not recreate the session et layouts directory...

Original comment by [email protected] on 25 Jun 2013 at 9:59

  • Added labels: ****
  • Removed labels: ****

from superputty.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
I had a similar problem.  It was trying to use a folder that it doesn't have 
permission to use.
Here's how I resolved this issue on my machine.
Delete the file identified by "UserSettings" (e.g. C:\Documents and 
Settings\I21663M_OPR\SuperPutty.settings) and the "SettingsFolder" (e.g. 
C:\Documents and Settings\i21663m\Mes documents\SuperPuTTY).
Make a new folder somewhere that you're sure is writeable.  Move your 
superPutty to that folder.  The next time you start it, it should bring up the 
dialog box to ask where putty is and such.  Make sure you point the settings 
path to a folder that's writeable as well (I used the same folder that I put 
superputty into).
Most important: Update this thread with your results!

Original comment by [email protected] on 24 Mar 2014 at 4:21

  • Added labels: ****
  • Removed labels: ****

from superputty.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
Closing this issue as it relates to a significantly older version of 
SuperPuTTY, please open a new issue if the problem still exists with 1.4.0.4 or 
later

Original comment by [email protected] on 19 Jun 2014 at 6:43

  • Changed state: Done
  • Added labels: ****
  • Removed labels: ****

from superputty.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.