Menu

#1 Compatibility problem in Mac Os system

1.0
closed
nobody
Defect (5)
2020-01-10
2019-12-30
ZHOU HUHENG
No

Because of the file .ds_store which inteferes with the reading of the data, and possibly other reasons undetermined, the program does not run properly under macOs currently.

Discussion

  • ZHOU HUHENG

    ZHOU HUHENG - 2020-01-05

    All other tests are run in Windos 10 environment because the program fails in Mac Os at the basic level.

     
  • Zhao Mingqiang

    Zhao Mingqiang - 2020-01-06
    • status: open --> closed
     
  • ZHOU HUHENG

    ZHOU HUHENG - 2020-01-06

    The root cause of this error is that during the process of searching for file directories, we used a loop adding '/' every time the directory is still not a file. So the result directory is like 'aaa/bbb/ccc/'. While it works as a file directory in Windos, Mac does not supply this as a file. So we have to delete the last character.

     
  • Zhao Mingqiang

    Zhao Mingqiang - 2020-01-06

    problem solved

     
  • ZHOU HUHENG

    ZHOU HUHENG - 2020-01-10
    • labels: --> Defect
     

Log in to post a comment.