You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After hard-coding the _scriptName, I get another, more interesting error:
if (!_scriptName) {
_scriptName = "/src/stockfish.js"
// throw new Error("undefined _scriptName!");
}
Stockfish 16.1 WASM Multithreaded by the Stockfish developers (see AUTHORS file)
worker sent an error! http://localhost:9091/src/stockfish.js:38: Uncaught RuntimeError: memory access out of bounds
I am beginning to wonder whether I'm missing something important about running the examples, or whether the examples are up-to-date with the latest code since I'm facing several issues.
Hello,
I'm trying the example
server.js
, when I navigate tohttp://localhost:9091/
, all I see is:When examining the exception in the debugger, the
onerror
argument doesn't appear to contain any error message, other thantype: 'error'
:How do I get a more meaningful error message to help debug this further?
I'm running server.js as
node server.js
The text was updated successfully, but these errors were encountered: