The good news is that your work may not be lost: you can often copy some or all of it from the aplcore file:
)copy aplcore.
But, on Windows systems YOU MUST SPECIFY THE '.' AFTER THE FILE NAME.
Code: Select all
⍝ This will NOT work:
)copy aplcore myfun
ws not found.
⍝ This MAY work:
)copy aplcore. myfun
...saved...
If the workspace was too badly damaged, attempting to copy from the aplcore file may in turn crash saving a new one, which overwrites the first. The best policy, following a crash is:
- Mail a copy of aplcore to support@dyalog.com, together with any helpful information about the circumstances that might have caused the problem.
- Start Dyalog and re-xload your workspace.
- Attempt to copy from aplcore. (note the DOT!).
Finally, if you have changed configuration settings so that the Working Directory is no longer on your Workspace path, you should preface the aplcore with a ./
Code: Select all
)copy ./aplcore.