nus-vv-streams / vvtk

A toolkit for volumetric video research
MIT License
9 stars 8 forks source link

In Ubuntu 20.04, vvplacy doesn't work!!! #21

Closed jimmy940292 closed 1 year ago

jimmy940292 commented 1 year ago

Hi, I am a beginner of rust and point cloud. I follow the instructions on github and find some error when executing vvplay I have installed rust, gcc, g++, cmake, libssl-dev, pkg-config, libfontconfig1-dev

error message: thread 'main' panicked at 'Failed to focus input context: XError { description: "BadMatch (invalid parameter attributes)", error_code: 8, request_code: 149, minor_code: 4 }', /home/ccw/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.27.5/src/platform_impl/linux/x11/event_processor.rs:912:30 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

Please help me! Thanks

YoHoSo commented 1 year ago

Can you set RUST_BACKTRACE=1 and run it again? Then we will have more information to check where went wrong, thanks.

YoHoSo commented 1 year ago

I will close this issue as there is no more information