Dartium crashes running examples
Closed this issue · 2 comments
All the WebGL examples seem to crash Dartium for me with the latest version of Dart (v0.6.3_r24898).
The error given in the Dart Editor is:
Uncaught TypeError: Cannot read property 'length' of undefined
There is no line number or anything given and the debugger doesn't break on the error so it's pretty hard to work out what has happened. Does anyone else get this behaviour?
Are you sure you are on branch "latest" (0f352e)? That one works for me with the same Dart Editor version.
Turns out I didn't have the most recent changes in the latest branch. I had performed a pub update but for some reason it hadn't actually updated. I had to delete three from the package cache and do a pub install to get up to date.
Sorry for wasting your time.