NightDriverServer icon indicating copy to clipboard operation
NightDriverServer copied to clipboard

Statistics causes crash on ParkCursor in vscode

Open SturdyFool10 opened this issue 3 years ago • 1 comments

Just noticed that when you try to run this, the code fails in Statistics on ParkCursor(), commented out the line and it suddenly works

SturdyFool10 avatar Apr 06 '23 02:04 SturdyFool10

This can happen if the Console buffer width and/or height are smaller than the coordinates the cursor is moved to. In that particular method, no check is done first to see if that's what's being attempted.

Did you maybe have your console set to a tiny size (in terms of rows and columns), or not running at all?

rbergen avatar Apr 15 '25 04:04 rbergen