Yeah, looks good though, it seems to be hitting an assert, so nothing monstrous I hope.
That depth-only FBO thing sounds familiar, I've reported similar items some time ago, see https://bugzilla.mozilla.org/show_bug.cgi?id=953221 (and also https://bugzilla.mozilla.org/show_bug.cgi?id=948002 ) As a workaround, one has to add a dummy color buffer to the FBO. 2014/1/25 Bram Stolk <[email protected]> > Sure, > > I will keep a permanent copy at http://stolk.org/tlctc/bugrep/ > > Does the browser completely crash? > > On OSX, the javascript bails on an assert because the framebuffer is > incomplete. > I use a depth-only texture, which Version 32.0.1700.77 chrome does not > like. > > I tried adding glDrawbuffer( GL_NONE ) but this symbol is undefined during > linking? > Does emscripten link against GL or GLES2 when I build sdl sources? > > Bram > > > > On Sat, Jan 25, 2014 at 1:04 AM, Jukka Jylänki <[email protected]> wrote: > >> Hey, I manage to consistently crash Firefox Nightly on this - could you >> freeze this exact version of the page to some location that stays alive? >> I'm going to submit a crash report about this. >> >> Jukka >> >> >> 2014/1/25 Bram Stolk <[email protected]> >> >>> Hi, >>> >>> >>> Here's the first version of the emscripted port of my Crane Simulator: >>> "The Little Crane That Could." >>> >>> http://stolk.org/tlctc/js/ >>> >>> Use arrow keys to drive truck, and on screen levers to control the crane. >>> Drag mouse for camera control, +/- to zoom. >>> >>> If you try it out, please let me know your findings. >>> The decompression is rather slow (slower than the download) but the >>> files are nicely compacted. >>> >>> I'm amazed by what emscripten is able to do for me. (Pretty much >>> everything I do in C, except the UDP sockets.) >>> >>> Keep up the good work! >>> >>> Bram >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "emscripten-discuss" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "emscripten-discuss" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/emscripten-discuss/tzZxpzjWFEs/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > > "Programming today is a race between software engineers striving to build > bigger and better idiot- proof programs, and the Universe trying to produce > bigger and better idiots. So far, the Universe is winning." (R Cook). > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
