[00:12] well from the stack trace it's either drc_use_c or drc_log_uml and I think it's the latter [00:57] why do you suspect that it's the latter? [01:07] looking at the emscripten-generated code, it's the second of the two core_options::value calls that causes the error [01:08] and also in drcuml.cpp they both have conditional code to do stuff if the result is true, but in the emscripten output one of the tests is optimized out and it always creates a drcbe_c object [01:08] which would make sense because only the c backend is available in the emscripten build [01:09] ah [01:10] wait, could the missing method be util::string_format then? [01:10] it is calling one with two args [01:11] I assume that would be used elsewhere but who knows [01:12] I also don't know how it knows that only the c backend is available [01:14] yea, both of those are weird [01:14] ugh string_format is vas's template explosion thing [01:16] so maybe nothing else uses that exact alignment of types etc [01:17] template [01:17] inline String string_format(Format &&fmt, Params &&... args) [01:18] also that should only be reached if the option is true which it isn't by default [01:18] huh [01:39] https://twitter.com/DopefishJustin/status/980619505129803776 [01:51] heh [02:38] sorry for the one way ticket to hell there [13:47] *** godane has quit IRC (Read error: Operation timed out) [14:03] *** godane has joined #jsmess [16:00] *** azakai has quit IRC (Read error: Operation timed out) [16:04] *** godane has quit IRC (Quit: Leaving.) [16:29] *** godane has joined #jsmess [19:49] it looks like the mame0196 versions of the emulators are now all uploaded [21:03] *** Lord_Nigh has quit IRC (Read error: Operation timed out) [21:11] *** Lord_Nigh has joined #jsmess [21:41] *** bwn has joined #jsmess [23:42] *** godane has quit IRC (Ping timeout: 268 seconds)