ptitSeb

Results 2024 comments of ptitSeb

Myabe try with software rendering, to check if it's an issue with box86 or with the mesa driver.

Look here: https://docs.mesa3d.org/envvars.html use ` LIBGL_ALWAYS_SOFTWARE=1 wine MyStuff.exe` for example. That will be slow, but using a reference software renderer. If it works fine (but slow), then it's an issue...

you should be able to it the same way as if it were native binary. Like ```bash DEV_ID = `/some_x86_bin` ``` box86 should detect that it's output is redirected and...

Yep, it's a crash: ``` 21798|SIGSEGV @0xf67b063c (???(0xf67b063c)) (x86pc=0x8058ff4//home/flasher/rvp/nvidia/Linux_for_Tegra/bootloader/tegrarcm:"/home/flasher/rvp/nvidia/Linux_for_Tegra/bootloader/tegrarcm/__ctype_b_loc", esp=0xf5f1a558, stack=0xf571c000:0xf5f1c000 own=(nil) fp=0xf5f1a55c), for accessing (nil) (code=1/prot=0), db=0xf6837ad0(0xf67b0584:0xf67b06b0/0x8058fd0:0x8059002//home/flasher/rvp/nvidia/Linux_for_Tegra/bootloader/tegrarcm/__ctype_b_loc:clean, hash:ed85fd09/ed85fd09) ``` With a NULL access. Will need to debug that.

```bash BOX86_DYNAREC_LOG=1 BOX86_TRACE_FILE=trace.txt BOX86_ROLLING_LOG=1 BOX86_DUMP=1 BOX86_SHOWSEGV=1 BOX86_DYNAREC=1 BOX86_LOG=2 ``` use those, it's better. But that will generate a large log, in t`race.txt`, but if it's a windows stuff, butter use...

Ok, I have added the missing functions. Hopefully it will works fine now.

I have max payne in my steam collection, I'll check if I can reproduce and fix the issue on my side.

I have fixed some stuff on wine/gstreamer, can you try again with latest box86 sources?

Ah, still no video :(. At least it's not crashing, so that's a plus.

Ok, I have added the symbols (but pretty sure he other Warning will not cause an issue later, I need to find a solution of that errno TLS offset).