FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.49k stars 339 forks source link

Can't start "Quick Start" from Fyrox Game Engine Book, I get error: stream did not contain valid UTF-8 #581

Closed kislenko-artem closed 6 months ago

kislenko-artem commented 6 months ago

2024-01-03_09-5509-55-57

My OS: Ubuntu 22.04 Windowing System: X11 Compiler version: rustc 1.70.0

kislenko-artem commented 6 months ago

I used this file (https://docs.rs/x11rb-protocol/0.13.0/src/x11rb_protocol/protocol/xproto.rs.html#25890), and now it's work. Before this action, my file was looked as:

2024-01-03_10-5810-58-37

mrDIMAS commented 6 months ago

Hi! It is strange, because CI was successful in the similar environment that you have. Did you try running cargo update, may be it will fix the issue? Also, minimum supported Rust version is 1.72.

kislenko-artem commented 6 months ago

Thank you for answer. I cleaned everything and reinstall. Now it is working. I don't know, what it was.