• @Gordon

    Looks like there is an issue with readLine() in StorageFile

    I am getting this error:

    Execution Interrupted
    at line 2 col 21
      line = f.readLine();
                        ^
    New interpreter error: LOW_MEMORY,MEMORY
    

    WebIDE also fails with this error:

    index.js:93593 Uncaught TypeError: Cannot read property 'length' of undefined
        at Object.isASCII (index.js:93593)
        at showViewFileDialog (index.js:131556)
        at index.js:131654
        at index.js:131329
        at nextStep (index.js:93250)
        at onTimeout (index.js:93281)
    

    I get a massive blurb output in the IDE (check image of the debug window attached, got the same the output in the WebIDE console).

    Update: The ftclog log file is '80 shards long'.

    Cheers.


    1 Attachment

    • Screen Shot 2020-03-02 at 9.02.23 PM.png
About

Avatar for PiOfThings @PiOfThings started