From 245e4f8ab45f6b2f74923a9a7a189f87c5d2152c Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 7 Apr 2021 07:16:01 +0100 Subject: [PATCH] Reword the apology when web puzzles fail to load. The old one was totally out of date (it mentioned typed arrays and a specific set of browser versions against which the previous Emscripten build had been tested). Also, a couple of users in the last day or two have reported mysterious failures of the WASM puzzles, which I haven't been able to reproduce in the same version of the same browser. So something odd is going on, and this seems like a good place to put suggestions about what diagnostic information to send. --- html/jspage.pl | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/html/jspage.pl b/html/jspage.pl index b409783..599295b 100755 --- a/html/jspage.pl +++ b/html/jspage.pl @@ -245,12 +245,18 @@ ${unfinishedpara}
-Sorry, this Javascript puzzle doesn't seem to work in your web -browser. Perhaps you have Javascript disabled, or perhaps your browser -doesn't provide a feature that the puzzle code requires (such as -typed arrays). -These puzzles have been successfully run in Firefox 19, Chrome 26, -Internet Explorer 10 and Safari 6. +

Sorry, this WebAssembly puzzle doesn't seem to work in your web +browser.

+

Most modern browsers should support WASM, but if yours isn't +working, please report the problem, including as much +diagnostic information as you can find.

+

In particular, try opening your browser's Javascript error console +and then reloading this page, and tell me if it reports any error +messages.

+

Also, if your browser has a network diagnostic tab, try the same +experiment, to make sure it is successfully loading both of the +auxiliary files ${filename}.js and +${filename}.wasm.