helloer
helloer
Soldat currently doesn't have a GUI so it will exit without `-join` argument. What you need to do is: 1. Start soldatserver (`./soldatserver`) 2. Start soldatclient (`./soldat -join 127.0.0.1 23073`)
`To distinguish between scenery and textures in that array I'm checking for a long prefix ('SOLDATTEX_') on the filename. This works but reduces the max number of characters for texture...
CMake work has been merged, are we missing something in the build instructions?
> The first thing to look at is where the FillProfileInfo_Locked message is logged, and see what it's looking for from the VA-API implementation. Once you can see why it's...
Looks like vaPutSurface will not be used when you start chromium with `--use-gl=egl` but there is another problem - chromium uses [VAProfileNone with VAEntrypointVideoProc as entrypoint](https://source.chromium.org/chromium/chromium/src/+/main:media/gpu/vaapi/vaapi_video_decode_accelerator.cc;l=715) which is currently not...
``` [36080-36080] ../src/export-buf.c: 141 findCudaDisplay Found 3 EGL devices [36080-36080] ../src/export-buf.c: 145 findCudaDisplay Got EGL_CUDA_DEVICE_NV value '0' from device 0 [36080-36080] ../src/export-buf.c: 157 findCudaDisplay Checking device file: /dev/dri/renderD128 [36080-36080] ../src/export-buf.c:...
> Which chromium build are you running? and are you running this under Wayland? Chromium 97.0.4692.99 Arch Linux under X11. Maybe it's due to https://github.com/archlinux/svntogit-packages/blob/packages/chromium/trunk/unexpire-accelerated-video-decode-flag.patch?