-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't click output window #73
Comments
same Uncaught DOMException: Failed to execute 'querySelector' on 'Document': '0' is not a valid selector. |
This is due to emscripten-ports/SDL2#99, a simple fix is to add My fork has this fix: https://github.com/hpvb/em-dosbox |
When I click the output window, execution stops. This only happens when using packager.py. I followed the compilation instructions given, and used the latest emscripten version. I compiled it on Ubuntu 22.04 LTS.
dosbox.js:1 Uncaught DOMException: Failed to execute 'querySelector' on 'Document': '0' is not a valid selector.
at findEventTarget (http://localhost:8000/dosbox/dosbox.js:1:112492)
at _emscripten_request_pointerlock (http://localhost:8000/dosbox/dosbox.js:1:154726)
at http://localhost:8000/dosbox/dosbox.wasm:wasm-function[4874]:0x25a60e
at http://localhost:8000/dosbox/dosbox.wasm:wasm-function[500]:0x5079e
at http://localhost:8000/dosbox/dosbox.wasm:wasm-function[332]:0xae27
at http://localhost:8000/dosbox/dosbox.wasm:wasm-function[1630]:0xdb782
at http://localhost:8000/dosbox/dosbox.wasm:wasm-function[615]:0x59a02
at http://localhost:8000/dosbox/dosbox.wasm:wasm-function[536]:0x52ba8
at http://localhost:8000/dosbox/dosbox.wasm:wasm-function[3159]:0x18dd14
at http://localhost:8000/dosbox/dosbox.wasm:wasm-function[3157]:0x18c6ce
The text was updated successfully, but these errors were encountered: