ptitSeb

Results 2020 comments of ptitSeb

I was expecting box86 to be installed in the system, with binfmt integration, so it would automatically call box86. It seems not. Also, author of pikiss found out that the...

That version should run zoom, but it doesn't hurt to update... and then try `BOX86_JITGDB=1box86zoom` when you can.

> > I was expecting box86 to be installed in the system, with binfmt integration, so it would automatically call box86. It seems not. > > How to achieve that?...

> > You need to reboot the 1st time (or restart systemd binfmt deamon). Next time it's ok, you wont need anything. > > OK, was able to restart `systemd-binfmt.service`,...

> > I think it ended in a gdb shell? ¯_(ツ)_/¯ Try to use `thread apply all bt` in gdb then, that should print some usefull info.

Ok, that's seems to be the typical "run 0x0000000" type of crash. The debug will not help. Try to run with `BOX86_LOG=2 ./zoom` to see if there is some missing...

It doesn't build for me. I get ``` Compiling bot_handler v0.1.0 (/home/seb/git/shooter2_c/bot_src/bot_lib) error[E0432]: unresolved import `std::ffi::c_char` --> src/lib.rs:8:22 | 8 | use std::ffi::{CStr, c_char}; | ^^^^^^ no `c_char` in `ffi`...

I don't see any .wasm file built with the project? is that normal?

I still have error. ``` 5 warnings generated. cp aggro.wasm ../../bots/aggro.wasm cp: cannot create regular file '../../bots/aggro.wasm': No such file or directory error: Recipe `copy` failed on line 24 with...