You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a number of known issues with Downloading/Installing resources right now. They should be investigated and resolved if possible:
Installation of some older resources silently fails: Installing certain older resources requires some form of migration, that is implemented in the PT9 code, but not in the PT10 code. See DblMigrationOperations.cs. In order for the resources to be available in PT10, we need to resolve this migration issue. (See related issue Determine which resources from the DBL can be opened in P10S now and filter out the rest #1395)
Handling multiple resources with the same shortname: PT usually installs resources to _Resources. When multiple resources with the same shortname are installed, it moves these to a separate folder named _resourcesById and appends their DBL guid. The installation path for these resources works fine in PT10, and using them works fine too. However, removing them doesn't work. This needs to be fixed.
Inform user that fonts have been installed, and remove fonts when resource is removed(?): Some resources will come bundled with fonts, which are also moved into the _Resources folder. (I think) PT9 shows a message when this happens, along with instruction on how to install these fonts on your OS. PT10 displays no such message. Also, on removal of the resource, the font files will stay in _Resources. I'm not sure if PT9 removes them.
The text was updated successfully, but these errors were encountered:
I’ve noticed an additional issue:
If all internet use is disabled in the Paratext Registration Information, the Get Resources dialog stays in an infinite loading state. This behavior should be handled more gracefully, perhaps with an error message informing the user of network unavailability.
There's a number of known issues with Downloading/Installing resources right now. They should be investigated and resolved if possible:
DblMigrationOperations.cs
. In order for the resources to be available in PT10, we need to resolve this migration issue. (See related issue Determine which resources from the DBL can be opened in P10S now and filter out the rest #1395)_Resources
. When multiple resources with the same shortname are installed, it moves these to a separate folder named_resourcesById
and appends their DBL guid. The installation path for these resources works fine in PT10, and using them works fine too. However, removing them doesn't work. This needs to be fixed._Resources
folder. (I think) PT9 shows a message when this happens, along with instruction on how to install these fonts on your OS. PT10 displays no such message. Also, on removal of the resource, the font files will stay in_Resources
. I'm not sure if PT9 removes them.The text was updated successfully, but these errors were encountered: