mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
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.
This commit is contained in:
@ -245,12 +245,18 @@ ${unfinishedpara}
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="apology">
|
<div id="apology">
|
||||||
Sorry, this Javascript puzzle doesn't seem to work in your web
|
<p>Sorry, this WebAssembly puzzle doesn't seem to work in your web
|
||||||
browser. Perhaps you have Javascript disabled, or perhaps your browser
|
browser.</p>
|
||||||
doesn't provide a feature that the puzzle code requires (such as
|
<p>Most modern browsers should support WASM, but if yours isn't
|
||||||
<a href="https://developer.mozilla.org/en-US/docs/JavaScript/Typed_arrays">typed arrays</a>).
|
working, please report the problem, including <strong>as much
|
||||||
These puzzles have been successfully run in Firefox 19, Chrome 26,
|
diagnostic information as you can find</strong>.</p>
|
||||||
Internet Explorer 10 and Safari 6.
|
<p>In particular, try opening your browser's Javascript error console
|
||||||
|
and then reloading this page, and tell me if it reports any error
|
||||||
|
messages.</p>
|
||||||
|
<p>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 <code>${filename}.js</code> and
|
||||||
|
<code>${filename}.wasm</code>.</p>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user