I have launched both the cli (just dexterous_developer_cli with no arguments) and the game (cargo run) on single machine
Got those errors when trying to hot reload and the hot reload didnt happen. When trying second time the cli crashed. The game was still running correctly
2024-09-19T13:13:24.096925Z ERROR dexterous_developer_builder::simple_builder: Couldn't find library with name libgcc_s.so.1
at /home/strange/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dexterous_developer_builder-0.3.0/src/simple_builder.rs:325
2024-09-19T13:13:24.096949Z ERROR dexterous_developer_builder::simple_builder: Couldn't find library with name libc.so.6
at /home/strange/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dexterous_developer_builder-0.3.0/src/simple_builder.rs:325
2024-09-19T13:13:24.096954Z ERROR dexterous_developer_builder::simple_builder: Couldn't find library with name ld-linux-x86-64.so.2
at /home/strange/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dexterous_developer_builder-0.3.0/src/simple_builder.rs:325
2024-09-19T13:13:24.516187Z ERROR dexterous_developer_builder::simple_builder: Couldn't find library with name libudev.so.1
at /home/strange/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dexterous_developer_builder-0.3.0/src/simple_builder.rs:325
2024-09-19T13:13:24.516212Z ERROR dexterous_developer_builder::simple_builder: Couldn't find library with name libm.so.6
at /home/strange/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dexterous_developer_builder-0.3.0/src/simple_builder.rs:325
2024-09-19T13:13:24.516217Z ERROR dexterous_developer_builder::simple_builder: Couldn't find library with name libgcc_s.so.1
at /home/strange/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dexterous_developer_builder-0.3.0/src/simple_builder.rs:325
2024-09-19T13:13:24.516221Z ERROR dexterous_developer_builder::simple_builder: Couldn't find library with name ld-linux-x86-64.so.2
at /home/strange/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dexterous_developer_builder-0.3.0/src/simple_builder.rs:325
2024-09-19T13:13:24.516224Z ERROR dexterous_developer_builder::simple_builder: Couldn't find library with name libasound.so.2
at /home/strange/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dexterous_developer_builder-0.3.0/src/simple_builder.rs:325
2024-09-19T13:13:24.516227Z ERROR dexterous_developer_builder::simple_builder: Couldn't find library with name libc.so.6
at /home/strange/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dexterous_developer_builder-0.3.0/src/simple_builder.rs:325
2024-09-19T13:13:24.567744Z INFO dexterous_developer_dylib_runner::remote_connection: Received Hot Reload Message: UpdatedLibs("libbevy_dexterous_developer_dynamic.so
", [229, 1
00, 45, 98, 105, 234, 20, 197, 73, 103, 222, 117, 114, 82, 250, 62, 49, 116, 87, 13, 165, 103, 3, 131, 230, 206, 66, 192, 188, 65, 237, 47], ["libstd-1c4b19562
077c20d.so", "libbevy_dylib-10237b52a0dd867f.so", "libgcc_s.so.1", "libc.so.6", "ld-linux-x86-64.so.2"])
at /home/strange/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dexterous_developer_dylib_runner-0.3.0/src/remote_connection.rs:135
Version
0.4.0-alpha.3
Operating system & version
Linux Mint 22
What you did
I have launched both the cli (just dexterous_developer_cli with no arguments) and the game (cargo run) on single machine
What you expected to happen
Hot reload to initialize correctly and then reload correctly on change
What actually happened
Got those errors when trying to hot reload and the hot reload didnt happen. When trying second time the cli crashed. The game was still running correctly
Additional information
logs.txt
Minimal Reproduction