• Dolphin 7.2.2 & 7.2.3 not loading packages

    From F Bek@21:1/5 to Colm O Mahony on Tue Feb 9 18:36:51 2021
    Just checked as I haven't done so yet. Strangely, I get an error message:

    Fetching DolphinVM.zip 7.2.3
    Unable to fetch DolphinVM.zip 7.2.3

    Has the 7.2.3 VM been released?
    -------------------------

    On Wednesday, February 10, 2021 at 2:46:04 AM UTC+2, Colm O Mahony wrote:
    On Tuesday, 9 February 2021 at 22:55:55 UTC, fbek...@gmail.com wrote:
    Beginner's question,
    Dolphin Smalltalk 7.2.2 & 7.2.3

    What is it with the latest updates to 7.2.2 & 7.2.3? I am unable to load my packages (.pac or .pax). Similarly, version 7.2.0 only loaded .pax packages.

    --
    FB
    Does downloading the latest VM help?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From F Bek@21:1/5 to F Bek on Wed Feb 10 00:17:05 2021
    Even with DS7.2.0 / VM7.2.0, only '.pax' packages could be loaded.
    And VM7.2.3 is still 'unable to fetch'.
    --

    On Wednesday, February 10, 2021 at 4:36:52 AM UTC+2, F Bek wrote:
    Just checked as I haven't done so yet. Strangely, I get an error message:

    Fetching DolphinVM.zip 7.2.3
    Unable to fetch DolphinVM.zip 7.2.3

    Has the 7.2.3 VM been released?
    -------------------------
    On Wednesday, February 10, 2021 at 2:46:04 AM UTC+2, Colm O Mahony wrote:
    On Tuesday, 9 February 2021 at 22:55:55 UTC, fbek...@gmail.com wrote:
    Beginner's question,
    Dolphin Smalltalk 7.2.2 & 7.2.3

    What is it with the latest updates to 7.2.2 & 7.2.3? I am unable to load my packages (.pac or .pax). Similarly, version 7.2.0 only loaded .pax packages.

    --
    FB
    Does downloading the latest VM help?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From F Bek@21:1/5 to Colm O Mahony on Wed Feb 10 16:28:10 2021
    Issue solved.
    The problem had to be local since nobody else seemed affected.
    With your assistance and pointing to the VM, I reviewed the file associations and found out that the '.img7' files were still associated with an older 'Dolphin7.exe' located in some different directory, a legacy from an earlier v 7.1.19 installation. So
    although I had the right VM (v 7.2.2), it was not used at all and the older version was called each time I started Dolphin.
    Silly mistake. No wonder I had problems; in fact, It's actually good it still worked at all!
    That was an easy fix and things went back to normal.

    Thanks for pointing me in the right direction.
    ----

    On Thursday, February 11, 2021 at 12:06:58 AM UTC+2, Colm O Mahony wrote:
    On Wednesday, 10 February 2021 at 08:17:07 UTC, fbek...@gmail.com wrote:
    Even with DS7.2.0 / VM7.2.0, only '.pax' packages could be loaded.
    And VM7.2.3 is still 'unable to fetch'.
    --
    On Wednesday, February 10, 2021 at 4:36:52 AM UTC+2, F Bek wrote:
    Just checked as I haven't done so yet. Strangely, I get an error message:

    Fetching DolphinVM.zip 7.2.3
    Unable to fetch DolphinVM.zip 7.2.3

    Has the 7.2.3 VM been released?
    -------------------------
    On Wednesday, February 10, 2021 at 2:46:04 AM UTC+2, Colm O Mahony wrote:
    On Tuesday, 9 February 2021 at 22:55:55 UTC, fbek...@gmail.com wrote:
    Beginner's question,
    Dolphin Smalltalk 7.2.2 & 7.2.3

    What is it with the latest updates to 7.2.2 & 7.2.3? I am unable to load my packages (.pac or .pax). Similarly, version 7.2.0 only loaded .pax packages.

    --
    FB
    Does downloading the latest VM help?
    There is no executable of VM 7.2.3 compiled and released yet. Just the source code. The script to download the latest VM will fail because it is not present. You will have to manually download VM 7.2.2 from here:
    https://github.com/dolphinsmalltalk/Dolphin/releases/download/7.2.2/DolphinVM.zip and unpack it yourself in the Dolphin directory.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Colm O Mahony@21:1/5 to fbek...@gmail.com on Wed Feb 10 14:06:57 2021
    On Wednesday, 10 February 2021 at 08:17:07 UTC, fbek...@gmail.com wrote:
    Even with DS7.2.0 / VM7.2.0, only '.pax' packages could be loaded.
    And VM7.2.3 is still 'unable to fetch'.
    --
    On Wednesday, February 10, 2021 at 4:36:52 AM UTC+2, F Bek wrote:
    Just checked as I haven't done so yet. Strangely, I get an error message:

    Fetching DolphinVM.zip 7.2.3
    Unable to fetch DolphinVM.zip 7.2.3

    Has the 7.2.3 VM been released?
    -------------------------
    On Wednesday, February 10, 2021 at 2:46:04 AM UTC+2, Colm O Mahony wrote:
    On Tuesday, 9 February 2021 at 22:55:55 UTC, fbek...@gmail.com wrote:
    Beginner's question,
    Dolphin Smalltalk 7.2.2 & 7.2.3

    What is it with the latest updates to 7.2.2 & 7.2.3? I am unable to load my packages (.pac or .pax). Similarly, version 7.2.0 only loaded .pax packages.

    --
    FB
    Does downloading the latest VM help?
    There is no executable of VM 7.2.3 compiled and released yet. Just the source code. The script to download the latest VM will fail because it is not present. You will have to manually download VM 7.2.2 from here:
    https://github.com/dolphinsmalltalk/Dolphin/releases/download/7.2.2/DolphinVM.zip and unpack it yourself in the Dolphin directory.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Colm O Mahony@21:1/5 to fbek...@gmail.com on Wed Feb 10 19:35:15 2021
    On Thursday, 11 February 2021 at 00:28:11 UTC, fbek...@gmail.com wrote:
    Issue solved.
    The problem had to be local since nobody else seemed affected.
    With your assistance and pointing to the VM, I reviewed the file associations and found out that the '.img7' files were still associated with an older 'Dolphin7.exe' located in some different directory, a legacy from an earlier v 7.1.19 installation.
    So although I had the right VM (v 7.2.2), it was not used at all and the older version was called each time I started Dolphin.
    Silly mistake. No wonder I had problems; in fact, It's actually good it still worked at all!
    That was an easy fix and things went back to normal.

    Thanks for pointing me in the right direction.
    ----
    On Thursday, February 11, 2021 at 12:06:58 AM UTC+2, Colm O Mahony wrote:
    On Wednesday, 10 February 2021 at 08:17:07 UTC, fbek...@gmail.com wrote:
    Even with DS7.2.0 / VM7.2.0, only '.pax' packages could be loaded.
    And VM7.2.3 is still 'unable to fetch'.
    --
    On Wednesday, February 10, 2021 at 4:36:52 AM UTC+2, F Bek wrote:
    Just checked as I haven't done so yet. Strangely, I get an error message:

    Fetching DolphinVM.zip 7.2.3
    Unable to fetch DolphinVM.zip 7.2.3

    Has the 7.2.3 VM been released?
    -------------------------
    On Wednesday, February 10, 2021 at 2:46:04 AM UTC+2, Colm O Mahony wrote:
    On Tuesday, 9 February 2021 at 22:55:55 UTC, fbek...@gmail.com wrote:
    Beginner's question,
    Dolphin Smalltalk 7.2.2 & 7.2.3

    What is it with the latest updates to 7.2.2 & 7.2.3? I am unable to load my packages (.pac or .pax). Similarly, version 7.2.0 only loaded .pax packages.

    --
    FB
    Does downloading the latest VM help?
    There is no executable of VM 7.2.3 compiled and released yet. Just the source code. The script to download the latest VM will fail because it is not present. You will have to manually download VM 7.2.2 from here:
    https://github.com/dolphinsmalltalk/Dolphin/releases/download/7.2.2/DolphinVM.zip and unpack it yourself in the Dolphin directory.
    You are welcome! My issue was that, with all the recent development being done, my installation of Dolphin would not even boot until I got the newer VM. I suspected that your issue might be related, but clearly it is not. The Dolphin website warns that
    Dolphin7 won't even boot if Dolphin6 is also present. It is a strange problem, because one would expect the image to be loaded by the nearest VM, not one in another directory altogether!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Colm O Mahony@21:1/5 to fbek...@gmail.com on Tue Feb 9 16:46:03 2021
    On Tuesday, 9 February 2021 at 22:55:55 UTC, fbek...@gmail.com wrote:
    Beginner's question,
    Dolphin Smalltalk 7.2.2 & 7.2.3

    What is it with the latest updates to 7.2.2 & 7.2.3? I am unable to load my packages (.pac or .pax). Similarly, version 7.2.0 only loaded .pax packages.

    --
    FB
    Does downloading the latest VM help?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From F Bek@21:1/5 to All on Tue Feb 9 14:55:54 2021
    Beginner's question,
    Dolphin Smalltalk 7.2.2 & 7.2.3

    What is it with the latest updates to 7.2.2 & 7.2.3? I am unable to load my packages (.pac or .pax). Similarly, version 7.2.0 only loaded .pax packages.

    --
    FB

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)