dart_console icon indicating copy to clipboard operation
dart_console copied to clipboard

'NoSuchMethodError: The getter 'col' was called on null.' when running readLine() with writeLine() in while loop while holding enter.

Open rydercutler opened this issue 3 years ago • 0 comments

Hi,

If you write a while loop which contains a readLine() and a writeLine() (like below) and then continuously hold down the enter key, the program will eventually crash with the error 'NoSuchMethodError: The getter 'col' was called on null.'.

Screenshot from 2020-11-01 04-31-14

rydercutler avatar Nov 01 '20 09:11 rydercutler