Single Instance Issues
  • I'm not 100% sure how single instance is supposed to work. I only merged the patch from the original patch posted at google code.

    How is this supposed to work?
  • In my case, my understanding is that if you open a command line session (eg "Superputty.exe -telnet -P 443 192.168.1.1") then this should open Superputty with that session. If I then open another session from the command line (eg "Superputty.exe -telnet -P 443 192.168.1.2") it should open up in the same instance as the first one but under a new tab. 
    Currently v1.0.3 opens a second instance of superputty containing the second session in a tab.
    Hopefully that's clear.
    Any queries let me know.
    Rochey
  • Thats right and it worked in SuperPutty v1.0.2.
    If you want a little more Detail on it:
    In Program.cs at line 50 a mutex is created with the name "SuperPutty".
    If the mutex exists already this fails and the bool "onlyInstance" will be set to false.
    But "onlyInstance" is in v1.0.3 everytime true... i don't know why, if i recompile it in my debug environment it works.
  • Got it. I will take a look and see what I can find.
  • I'm not sure what the issue was, but with the local build I have, this is no longer happening. I have marked the issue closed. We will have to check again in the next release.

  • Confirmed with a local build it is working correctly.
    Would be great to get a release with single instance working correctly in the near future.
    Please check the v1.0.4 release build against this before releasing.
  • Where are superputty's command line options documented?  I'm unable to get them working.  Thanks. 
  • Use:
    --------------------------------------------------------------------------
    SuperPutty.exe [options] host
    ------------
    Options:
    -ssh|-serial|-telnet|-scp|-raw|-rlogin -Choose Protocol (default: ssh)
    -P -Port (default: 22)
    -l -Login Name
    -pw -Login Password
    -load -Session to load (default: Default Session)
    --------------------------------------------------------------------------
  • Thanks.  Comes up in a different window though!  Anybody posted their local build? 
  • Hey,
    uploaded my local build. Single instance works with this.
    http://www.file-upload.net/download-3614994/SuperPutty-2011-07-26.zip.html
  • Hi
    @blackoise - your the last uploaded file (http://www.file-upload.net/download-3614994/SuperPutty-2011-07-26.zip.html) is working good under win7 32-bit
    Now I can run duplicated session. Why is doesn't work under win7 x64?

    It's possible duplicated session exactly like in securecrt (clone) with putting login and password again
  • @forall: Try my newest release, should work on x64: Download


  • Can't seem to download at that link, I just get redirected to the upload page.  Sorry for late reply.
  • It seems to work at first, but then begins to do strange things - it will open a second window, then start launching it it both windows, then just the first, then one of the instances of SuperPutty will flat out crash. 

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!