doryen-rs icon indicating copy to clipboard operation
doryen-rs copied to clipboard

Error: platform::platform::x11::util::input::PointerState uninitialized

Open tcastelly opened this issue 3 years ago • 3 comments

Hello,

Thank you very much for this amazing project. I'm trying to run a demo:

cargo run --example basic

With stable version of Rust (rustc 1.50.0 (cb75ad5db 2021-02-10) ) I have this error:

platform::platform::x11::util::input::PointerState uninitialized

If I downgrade to 1.47.0 it works.

It's seams to be linked to winit issue

I absolutely don't know how can I update winit here.

tcastelly avatar May 05 '21 09:05 tcastelly

Can confirm. Seeing the same thing in rustc 1.54.0-nightly

zombieCraig avatar Jun 11 '21 18:06 zombieCraig

Ok this requires upgrading the glutin version in uni-app and has a huge impact on all the windowing/input event code in the unrust underlying engine. This will take some time

jice-nospam avatar Jun 12 '21 08:06 jice-nospam

glutin has been upgraded to the latest version, does it fix this issue ?

jice-nospam avatar Oct 09 '22 22:10 jice-nospam