IDBFS isn't used automatically, so it must be used in the project somewhere (in an EM_ASM based on that stack trace). You'd need to remove it from there if you don't want to use it anymore.
On Wed, Apr 6, 2016 at 11:17 AM, Flix <[email protected]> wrote: > Hi, > > I'm using the Firefox browser. > When I open: > https://rawgit.com/Flix01/imgui/2015-10-Addons/examples/addons_examples/html/main2.html > > it gives me: > > uncaught exception: abort("Assertion failed: undefined") at jsStackTrace@ >> https://rawgit.com/Flix01/imgui/2015-10-Addons/examples/addons_examples/html/main2.js:1:25807 >> > > stackTrace@ >> https://rawgit.com/Flix01/imgui/2015-10-Addons/examples/addons_examples/html/main2.js:1:25990 > > abort@ >> https://rawgit.com/Flix01/imgui/2015-10-Addons/examples/addons_examples/html/main2.js:24:7500 >> > > assert@ >> https://rawgit.com/Flix01/imgui/2015-10-Addons/examples/addons_examples/html/main2.js:1:12038 >> > > ASM_CONSTS</<@ >> https://rawgit.com/Flix01/imgui/2015-10-Addons/examples/addons_examples/html/main2.js:1:32977 >> > > done@ >> https://rawgit.com/Flix01/imgui/2015-10-Addons/examples/addons_examples/html/main2.js:1:113554 >> > > done@ >> https://rawgit.com/Flix01/imgui/2015-10-Addons/examples/addons_examples/html/main2.js:1:96856 >> > > IDBFS.storeLocalEntry@ >> https://rawgit.com/Flix01/imgui/2015-10-Addons/examples/addons_examples/html/main2.js:1:95337 >> > > IDBFS.reconcile/</<@ >> https://rawgit.com/Flix01/imgui/2015-10-Addons/examples/addons_examples/html/main2.js:1:97133 >> > > IDBFS.loadRemoteEntry/req.onsuccess@ >> https://rawgit.com/Flix01/imgui/2015-10-Addons/examples/addons_examples/html/main2.js:1:95699 >> > > > >> If this abort() is unexpected, build with -s ASSERTIONS=1 which can give >> more information. <unknown> >> > > > However locally it works. > > It must be something related to the IDBFS database storage... but I don't > want to use it anymore... must I delete it someway ? > > Can somebody please check if the link above works or not on his browser ? > > -- > 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/d/optout. > -- 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/d/optout.
