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
superdump opened this issue
Apr 6, 2022
· 1 comment
Labels
A-InputPlayer input via keyboard, mouse, gamepad, and moreC-BugAn unexpected or incorrect behaviorC-StartupA crash that occurs when first attempting to run a Bevy appP-CrashA sudden unexpected crash
panicked at 'error getting gamepads: JsValue(TypeError: getObject(...).getGamepads is not a function
init/imports.wbg.__wbg_getGamepads_125e8440ea7a98c8/<@http://0.0.0.0:8000/target/wasm_example.js:1071:35
handleError@http://0.0.0.0:8000/target/wasm_example.js:260:18
init/imports.wbg.__wbg_getGamepads_125e8440ea7a98c8@http://0.0.0.0:8000/target/wasm_example.js:1070:74
web_sys::features::gen_Navigator::Navigator::get_gamepads::h38f15820bcd54585@http://0.0.0.0:8000/target/wasm_example_bg.wasm:wasm-function[17624]:0x9e4430
gilrs_core::platform::platform::gamepad::Gilrs::next_event::ha502708d74993467@http://0.0.0.0:8000/target/wasm_example_bg.wasm:wasm-function[659]:0x24484f
gilrs_core::Gilrs::next_event::h1def7b279c39043e@http://0.0.0.0:8000/target/wasm_example_bg.wasm:wasm-function[25101]:0xa1cd38
gilrs::gamepad::Gilrs::next_event_priv::h581e4e4191b9fd6b@http://0.0.0.0:8000/target/wasm_example_bg.wasm:wasm-function[719]:0x272637
gilrs::gamepad::Gilrs::next_event::h795f889b0d271268@http:/…
wasm_example.js:420:21
The text was updated successfully, but these errors were encountered:
superdump
added
C-Bug
An unexpected or incorrect behavior
A-Input
Player input via keyboard, mouse, gamepad, and more
P-Crash
A sudden unexpected crash
C-Startup
A crash that occurs when first attempting to run a Bevy app
labels
Apr 6, 2022
A-InputPlayer input via keyboard, mouse, gamepad, and moreC-BugAn unexpected or incorrect behaviorC-StartupA crash that occurs when first attempting to run a Bevy appP-CrashA sudden unexpected crash
Bevy version
main
f907d67d7ed5cfd8b11b2ad78e9dfd6eeb913cea
Operating system & version
macOS 12.3
What you did
Run the lighting example
What you expected to happen
The example runs.
What actually happened
The example panics.
Additional information
The text was updated successfully, but these errors were encountered: