ptitSeb

Results 2024 comments of ptitSeb

Can this ticket be closed, it seems more like an issue related to Ubuntu 22.04 than box86.

What compiler are you using? Cranelift (the default one) or Singlepass?

Ok, thanks. I'll have a look at it. It seems there is the same "warp around" issue as with wasmtime.

you need to use `--enable-threads` or `--enable-all` in the `wasmer run` command line. Note that thread support will be improve in future version 3.1. You can check a WIP of...

you need to build with `NOX11=1`. Check `COMPILE.md` for more details.

the GBM backend is very experiemental. Also, you need to use `LIBGL_FB=4` to use GBM, else it will try to use reguler EGL, wich will probably wont work if don't...

You can build gl4es with debug, and it will send to the console tons of info, but I'm not sure you need to debug on gl4es side. Maybe try to...

No, you have to configure with `-DDEBUG=1` or uncomment the `DEBUG` line in the top of each file to have less debug info. Building with `DEBUG` macro will generate *a...

There is no line number in the stack trace for gl4es. I need to reproduce the issue on one of dev. env. to fix this.

An unstripped "-g" build doesn't get the line numbers?