Author Topic: Continuiing versions  (Read 4440 times)

Offline Jack Harvey

  • PTeam Member
  • PixInsight Padawan
  • ****
  • Posts: 975
    • PegasusAstronomy.com & Starshadows.com
Continuiing versions
« on: 2008 August 27 12:19:25 »
Each time I Open PixInswight I get a new version.  FOr instance if I have PixInsight 1.2(5) showing and I reboot and start another episode of PixI, I get PixInsight 1.2(6).  I checked Task Mgr and only one instance of PixI is shown up
Jack Harvey, PTeam Member
Team Leader, SSRO/PROMPT Imaging Team, CTIO

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Continuiing versions
« Reply #1 on: 2008 August 27 12:29:57 »
Hi Jack,

Another user had the same problem. Take a look at this thread where I describe a way to fix it by editing the Windows registry:

http://pixinsight.com/forum/viewtopic.php?p=3557#3557

Let me know if this works for you.

Cheers,
Juan
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline Jack Harvey

  • PTeam Member
  • PixInsight Padawan
  • ****
  • Posts: 975
    • PegasusAstronomy.com & Starshadows.com
Thanks
« Reply #2 on: 2008 August 27 16:31:45 »
That did it!
Jack Harvey, PTeam Member
Team Leader, SSRO/PROMPT Imaging Team, CTIO

Offline OriolLehmkuhl

  • PixInsight Addict
  • ***
  • Posts: 177
    • http://www.astrosurf.com/brego-sky
Continuiing versions
« Reply #3 on: 2008 August 27 23:29:37 »
Hi, we have the same problem, but under Linux  :( Any idea to fix it?

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Continuiing versions
« Reply #4 on: 2008 August 28 03:47:53 »
Hi Oriol/Ivette,

Under Linux the only way this can happen is if you:

- Reboot your computer or close your session without closing the PixInsight Core application.
- Run the PixInsight launcher application from a console and terminate it by pressing Ctrl+C.
- Same as above and you kill the launcher application (e.g. by using kill or top).

Fixing pending instances on Linux is much easier than on Windows (of course ;) ):

- Exit all running instances of PixInsight.

- Locate the following file:

Code: [Select]
~/.config/Pleiades-Astrophoto/PixInsight.conf

where ~ as you know stands for your personal directory (e.g., /home/juan is my personal directory on my Linux box). This is the PixInsight configuration file. It's a plain text file that you can edit without problems (gedit, kwrite, emacs, ...).

Locate the following line in the configuration file:

Code: [Select]
[000]

This line marks the beginning of the block of configuration settings for the first PixInsight instance. Just below this line you'll find this one:

Code: [Select]
Active=true

That means that the corresponding instance (the first one in this case) is still active. Change "true" by "false" and job done. Save the file and the first instance will be available again. If necessary, repeat the same change for other instances ([001], [002], and so on). If no PixInsight instance is running, there should be no "Active=true" line in the configuration file.

It is clear that I have to design and implement a better way to control multiple instances. This is a priority task for the next version.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline OriolLehmkuhl

  • PixInsight Addict
  • ***
  • Posts: 177
    • http://www.astrosurf.com/brego-sky
Continuiing versions
« Reply #5 on: 2008 August 28 03:55:55 »
Thanks Juan,

Quote

...This is the PixInsight configuration file. It's a plain text file that you can edit without problems (gedit, kwrite, emacs, ...)...


ok, we will do that this evening , of course better with vim  8)  :lol:  :lol:  :lol:

Offline Jack Harvey

  • PTeam Member
  • PixInsight Padawan
  • ****
  • Posts: 975
    • PegasusAstronomy.com & Starshadows.com
Problem
« Reply #6 on: 2008 August 31 08:32:05 »
It has started again despite doing what you suggest.  THis is a problem as each version erases your preferences
Jack Harvey, PTeam Member
Team Leader, SSRO/PROMPT Imaging Team, CTIO