Metinu

Results 17 comments of Metinu

aah I see. I misunderstood the documentation and thought it should be possible on windows too. Thanks for the quick answer! 👍

Hi. Sorry, I never understood your request. It's been 3 years since this, so I'm closing this issue. Feel free to post it again with some screenshots as examples! 😄

Sorry, but I cannot differentiate between both sides of the screenshot. Maybe my screen or even my eyes don't catch the subtle difference 😋 However I checked it with a...

Yes, that's exactly what this is. In native it's impossible that a program panics twice. However, in this case something (the event loop? Some browser's animation frame call back?) is...

> Just to clarify: this is not something that can be fixed by Bevy or Winit, at least not properly. Yep indeed, thx! And, as an update for Bevy side,...

Hey @daxpedda, can I make you a question about this? If I understand it correctly, what is happening here is that the Rust's WASM module panics, but later on "something"...

> Panic hooks can only be set by the application, not a library. You sure? Bevy set ups its own one here: https://github.com/bevyengine/bevy/blob/aa80e2d658ed1b84787fd512839a8c84238979ef/crates/bevy_log/src/lib.rs#L202-L208 I don't know what happens when user...

> For the quoted error I'm a bit surprised though - I trust you installed error handlers? In my real app, yes I did, and I'm only logging the uncaptured...

I'm participating in hacktoberfest, so if you can add the `hacktoberfest-accepted` label to the PR, I'll appreaciate it 😄