cib icon indicating copy to clipboard operation
cib copied to clipboard

No longer working

Open mikeptweet opened this issue 6 years ago • 4 comments

HI ... thanks for this awesome project!

Everytime I try to run any of the examples, I get a "RuntimeError: index out of bounds". It seems to compile ok but fails on running the code. Would it be possible to get this fixed as I use this environment for teaching.

thanks

mikeptweet avatar Nov 19 '18 10:11 mikeptweet

This sounds like #15. Could you try with Firefox?

tbfleming avatar Nov 19 '18 14:11 tbfleming

I think it is the same as #15 although I am running on Firefox 63.0.3 (64-bit) on Windows 10

mikeptweet avatar Nov 19 '18 14:11 mikeptweet

I also had this problem with the first example (on firefox) but https://tbfleming.github.io/cib/#gist=e4c2cc66a6606aa92ff099c27ee2bd02 worked.

dominictarr avatar Dec 03 '18 10:12 dominictarr

Same for me on Firefox 65.0b12, but if I replace the cout <<s with printfs then it works correctly. So maybe a problem with streams. Emscripten's stream handling maybe?

nuchi avatar Jan 20 '19 01:01 nuchi