Menu

#1936 .plt file stopped launching - flickers and goes away

None
closed
nobody
plt file (2)
2017-06-27
2017-06-25
Cash Fields
No

ver 5.0 patch level 6 - last modified 2017-03-18
gp506-win32-mingw.exe

I have several .plt files , could could click on them and launch , none work now.

It was working , then stopped , Windows 10.

Uninstalled gnuplot , reinstalled - no help

I get different error msgs, For different reasons. I can manually 'open' the .plt file and it graphs fine.

But 'clickydoodle' to launch does not work - well it launches , then dissapears . . . .
Got a screen shot after many tries. See attached.

2 Attachments

Related

Bugs: #1936

Discussion

  • Tatsuro MATSUOKA

    Please show an example of plt file.
    If your script doed not end by like "pause -1", bevaviors that you reported are not bugs and expecte behaviors.

     

    Last edit: Tatsuro MATSUOKA 2017-06-25
    • Cash Fields

      Cash Fields - 2017-06-26

      Tatsuro
      Here are several files.
      Thanks Cash

        From: Tatsuro MATSUOKA <tmacchant@users.sf.net>
      

      To: 1936@bugs.gnuplot.p.re.sf.net
      Sent: Sunday, June 25, 2017 5:14 PM
      Subject: [gnuplot:bugs] #1936 .plt file stopped launching - flickers and goes away

      Please show an example of plt file.
      If your script is not done like "pause -1", the bevavior that you report is not a bug. [bugs:#1936] .plt file stopped launching - flickers and goes awayStatus: open
      Priority:
      Labels: plt file
      Created: Sun Jun 25, 2017 05:48 PM UTC by Cash Fields
      Last Updated: Sun Jun 25, 2017 05:48 PM UTC
      Owner: nobody
      Attachments:

      • will not load 2.png (108.7 kB; image/png)
      • will not load.png (883.9 kB; image/png)
        ver 5.0 patch level 6 - last modified 2017-03-18
        gp506-win32-mingw.exeI have several .plt files , could could click on them and launch , none work now. It was working , then stopped , Windows 10.Uninstalled gnuplot , reinstalled - no helpI get different error msgs, For different reasons. I can manually 'open' the .plt file and it graphs fine.But 'clickydoodle' to launch does not work - well it launches , then dissapears . . . .
        Got a screen shot after many tries. See attached.Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/gnuplot/bugs/1936/To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
       
  • Tatsuro MATSUOKA

    • status: open --> open-not-a-bug
    • Group: -->
    • Priority: -->
     
    • Cash Fields

      Cash Fields - 2017-06-26

      Tatsuro 
         Here are several capture files from a video recording , open the order they are numbered.  Just some more info.
      ThanksCash

        From: Tatsuro MATSUOKA <tmacchant@users.sf.net>
      

      To: 1936@bugs.gnuplot.p.re.sf.net
      Sent: Sunday, June 25, 2017 6:36 PM
      Subject: [gnuplot:bugs] #1936 .plt file stopped launching - flickers and goes away

      • status: open --> open-not-a-bug
      • Group: -->
      • Priority: -->
        [bugs:#1936] .plt file stopped launching - flickers and goes awayStatus: open-not-a-bug
        Priority:
        Labels: plt file
        Created: Sun Jun 25, 2017 05:48 PM UTC by Cash Fields
        Last Updated: Sun Jun 25, 2017 10:14 PM UTC
        Owner: nobody
        Attachments:
      • will not load 2.png (108.7 kB; image/png)
      • will not load.png (883.9 kB; image/png)
        ver 5.0 patch level 6 - last modified 2017-03-18
        gp506-win32-mingw.exeI have several .plt files , could could click on them and launch , none work now. It was working , then stopped , Windows 10.Uninstalled gnuplot , reinstalled - no helpI get different error msgs, For different reasons. I can manually 'open' the .plt file and it graphs fine.But 'clickydoodle' to launch does not work - well it launches , then dissapears . . . .
        Got a screen shot after many tries. See attached.Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/gnuplot/bugs/1936/To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
       
  • Tatsuro MATSUOKA

    Perhaps .plt files are associated to wgnuplot or gnuplot. In the case, scriplt files (.plt files) are executed in batch mode and not suitable for interactive terminal like windows terminal in your x.plt and in x2.plt.

    Batch mode is intented to use output a plot to a file like:

    # example script file foo.plt for batch mode
    set terminal pngcairo
    set output 'foo.png'
    plot sin(x)
    set output
    

    Double clicking foo.plt silently produces foo.png.

    If you want manupurate plot in interactive terminal, please do not execute plt file by double clicking.
    Please execute, wgnuplot first and load plt file using File menu -> Open menu or type from gnuplot prompt

    gnuplot> load '(full path to script file)'
    

    or

    gnuplot> cd '(path to script file)'
    gnuplot> load 'foo.plt'
    
     

    Last edit: Tatsuro MATSUOKA 2017-06-27
    • Cash Fields

      Cash Fields - 2017-06-27

      Tatsuro
          Close , there was a file association to "gnuplot" ; "kedit" in open with menu ; and "wgnuplot" in open with. I did a bunch of googling , and had to find all the keys with "plt" or "dem" in regedit. 
      I deleted all the keys that  were tied to the three programs together with the file extensions. Exported the keys prior to delete. Then looked at .plt & .dem  files - no icon image. Uninstalled gnuplot , reinstalled , now it works. Click on the files and the graph launches and stays - icon image came back.  There are numerous locations in regedit , where the data is located.
          I think that I did an "open with"  with my editor  to look at  a .plt file ; and then the trouble started.  There is no secondary program association in the open with menu now . In the future I will rename the file to .txt , then edit , and rename back to .plt.
          I have attached the .reg files from the export , they are renamed as .txt files.  My file names are just part of the key. 
         Open the files and do a "find" on "plt and "dem" - the top line is the key.

      The issue can be closed. Thanks. 
      Cash

        From: Tatsuro MATSUOKA <tmacchant@users.sf.net>
      

      To: 1936@bugs.gnuplot.p.re.sf.net
      Sent: Tuesday, June 27, 2017 12:39 AM
      Subject: [gnuplot:bugs] #1936 .plt file stopped launching - flickers and goes away

      Perhaps .plt files are associated to wgnuplot or gnuplot. In the case, scriplt files (.plt files) are executed in batch mode and not suitable for interactive terminal like windows terminal in your x.plt and in x2.plt.Batch mode is intented to use output a plot to a file like:# example script file foo.plt for batch mode
      set terminal pngcairo
      set output 'foo.png'
      plot sin(x)
      set output
      Double clicking foo.plt silently produces foo.png.If you want manupurate plot in interactive terminal, please do not execute plt file by double clicking.
      Please execute, wgnuplot first and load plt file using File menu -> Open menu or type from gnuplot promptgnuplot> load '(full path to script file)'
      orcd '(path to script file)'
      load 'foo.plt'
      [bugs:#1936] .plt file stopped launching - flickers and goes awayStatus: open-not-a-bug
      Priority:
      Labels: plt file
      Created: Sun Jun 25, 2017 05:48 PM UTC by Cash Fields
      Last Updated: Sun Jun 25, 2017 11:36 PM UTC
      Owner: nobody
      Attachments:

      • will not load 2.png (108.7 kB; image/png)
      • will not load.png (883.9 kB; image/png)
        ver 5.0 patch level 6 - last modified 2017-03-18
        gp506-win32-mingw.exeI have several .plt files , could could click on them and launch , none work now. It was working , then stopped , Windows 10.Uninstalled gnuplot , reinstalled - no helpI get different error msgs, For different reasons. I can manually 'open' the .plt file and it graphs fine.But 'clickydoodle' to launch does not work - well it launches , then dissapears . . . .
        Got a screen shot after many tries. See attached.Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/gnuplot/bugs/1936/To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
       

      Related

      Bugs: #1936

  • Tatsuro MATSUOKA

    You can change file association using windows features e. g.
    https://www.lifewire.com/how-to-change-file-associations-in-windows-2624477
    HTH

     
    • Cash Fields

      Cash Fields - 2017-06-27

      Tatsuro
         I did all of that , changing the associations , did not work until I manually cleaned the out the regedit. 
      Cash

        From: Tatsuro MATSUOKA <tmacchant@users.sf.net>
      

      To: 1936@bugs.gnuplot.p.re.sf.net
      Sent: Tuesday, June 27, 2017 3:41 AM
      Subject: [gnuplot:bugs] #1936 .plt file stopped launching - flickers and goes away

      You can change file association using windows features e. g.
      https://www.lifewire.com/how-to-change-file-associations-in-windows-2624477
      HTH [bugs:#1936] .plt file stopped launching - flickers and goes awayStatus: open-not-a-bug
      Priority:
      Labels: plt file
      Created: Sun Jun 25, 2017 05:48 PM UTC by Cash Fields
      Last Updated: Tue Jun 27, 2017 05:39 AM UTC
      Owner: nobody
      Attachments:

      • will not load 2.png (108.7 kB; image/png)
      • will not load.png (883.9 kB; image/png)
        ver 5.0 patch level 6 - last modified 2017-03-18
        gp506-win32-mingw.exeI have several .plt files , could could click on them and launch , none work now. It was working , then stopped , Windows 10.Uninstalled gnuplot , reinstalled - no helpI get different error msgs, For different reasons. I can manually 'open' the .plt file and it graphs fine.But 'clickydoodle' to launch does not work - well it launches , then dissapears . . . .
        Got a screen shot after many tries. See attached.Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/gnuplot/bugs/1936/To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
       

      Related

      Bugs: #1936

  • Tatsuro MATSUOKA

    • status: open-not-a-bug --> closed
     

Log in to post a comment.

Monday.com Logo