Project

General

Profile

Bug #26

filesystem Drive not found errors

Added by Brian Flanagan about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
01/18/2020
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

Access to filesystem not as described in documentation.

Example: Help_26, line 93 from AMOSPro_Examples:

Line 93:
Load "AMOSPro_Examples:OBJECTS/BOBS.abk"

Causes: Drive not found at 93, column 1

File structure is: (dots added for proper indentation)

Help_26
..filesystem
....AMOSPro_Examples
......OBJECTS
........BOBS.abk

I also tried using a simple drive designation with the same results

Load "DF0:OBJECTS/BOBS.abk"

Help_26
..filesystem
....DF0
......OBJECTS
........BOBS.abk


Related issues

Has duplicate AOZ Studio Beta - Bug #95: filesystem Drive not found errors again.Closed02/01/2020Francois Lionet

Actions
#1

Updated by Francois Lionet about 4 years ago

  • Status changed from New to Resolved
  • Assignee set to Francois Lionet
  • Target version set to 0.9.3

Fixed... Please note that Loading an image bank may crash (certainly will), I did nto test the code yet. No time... :|

#2

Updated by Brian Flanagan about 4 years ago

Broken again in 0.9.3.2. (See bug #95.)

#3

Updated by Baptiste Pillot about 4 years ago

  • Status changed from Resolved to Feedback
#4

Updated by Baptiste Pillot about 4 years ago

  • Has duplicate Bug #95: filesystem Drive not found errors again. added
#5

Updated by Francois Lionet about 4 years ago

  • Status changed from Feedback to Resolved

Corrected, and now you wont even need to copy the files in the application's filesystenm folder as the AMSPro_Example layys in the refault resources/filesystem folder... Now automatic!

#6

Updated by Brian Flanagan about 4 years ago

Thanks for the default resources. This appears to be working fine, HOWEVER, the application's local filesystem still isn't working.

Example: Help_26 from AMOSPro_Examples.

I was told that if you create a filesystem folder within the application's folder, and the appropriate drive or volume name there, that it should be checked first. If the file can be found there, it should override the default resources folder.

It doesn't seem to matter whether the item exists in the default resources or not. Either way, the local filesystem folder isn't working.

For this test, I created a local filesystem structure as follows:

Help_26
  filesystem
    MyData
      Bobs.abk

I changed the Load command as follows:

Load "MyData:Bobs.abk"

(vs. 'Load "AMOSPro_Examples:Objects/Bobs.abk")
The Bobs.abk in the MyData folder is a copy of the file in the default resources)

The result was a "Drive Not Found" error.

When I created the same file structure within the default resources\filesystem, the bobs loaded fine.

#7

Updated by Brian Flanagan about 4 years ago

  • Status changed from Resolved to Closed
  • Affected version changed from 0.9.2.6 to 0.9.5

0.9.2.6 to 0.9.5.1

The filesystem error has been corrected, however, there are still problems with Help_26.
Only the first half of the Help_26 example works.

Also available in: Atom PDF