ptitSeb

Results 2024 comments of ptitSeb

Ah, sorry, I forgot. I have just pushed the function so you can update and try again.

Ok, I have added all those missing function. Should be ok now (at least it should go farther)

Ah yes, I forgot to save a file. I have pushed it, it should be better now.

that's a game message. try to run with `BOX64_DLSYM_ERROR=1` and also maybe with `BOX64_SHOWSEGV=1` to have more logs

Ok, looks like there is some more missing symbol, but I need to filter the noise around the multiple calls...

There is it seems to have issue with the libstdc++ you are using I think? or is it libcxx.so? Those missing symboàls are C++ symbols, so they are not wrapped...

You have working vulkan there?

I need to add support for this `vkCmdSetDiscardRectangleEnableEXT` vulkan extension. I wonder on what machine you are running your test.

Ok, the extension VK_EXT_discard_rectangles was only partially wrapped. I have complete the wrapping so it should go farther now @BlueGradientHorizon

> Wow, didn't expect reply so soon, thanks. Im running it inside termux chroot (ubuntu 22.04.3, installed using box64droid). My device is POCO X3 Pro (vayu), running crDroid 9.7, magisk...