Fighter19

Results 11 comments of Fighter19

EDIT3: Sorry for bumping, I think I misunderstood the problem. But from my knowledge OpenArena does not support any lightmap or vertex styles. (As I understood OA uses "IBSP" format,...

If libtxc_dxtn is installed, yes. ``` Initializing OpenGL extensions ...GL_S3_s3tc available ...GL_EXT_texture_compression_s3tc available ...no tc preference specified .....using GL_EXT_texture_compression_s3tc ...using GL_EXT_texture_env_add ...GL_EXT_texture_filter_anisotropic available ...using GL_EXT_texture_filter_anisotropic ...using GL_EXT_texture_edge_clamp ...using GL_ARB_multitexture ...using...

I don't expect you to include a lib, I just wanted to point out that issue. I imagined something along the following lines: Disable texture compression at the first start-up...

~~I will do it.~~ EDIT: Should simply work in future, see smcv's comment below.

Try to reinstall the commonapi-generator folder. To me it seems like using the old folder, that has accidentally been used with another JDK version will not work afterwards. Re-extract the...

I agree, I was on a very old driver. Finding out what was even causing the DirectX problems included looking up the environmental variables for DXVK and finding the appropriate...

I had a similar problem and solved it by doing following: https://stackoverflow.com/a/70931715/3855642 Essentially, remove the existing symlink and create a new one. ```sh sudo rm /usr/local/bin/dotnet sudo ln -s /snap/dotnet-sdk/current/dotnet...

Can confirm that apitrace is not working on i.MX 8. I've cherry-picked [1f42a34](https://github.com/dangelog/apitrace/commit/1f42a3484e97a2008ad43891c17dc9fcaee60f67) on top of 50c8388c4233bab57278c2e6ba17d4979b5335b9 and as @dangelog said it now progresses further, but stops at eglBindApi. To...

I've created links for libEGL.so.1 and libGLESv2.so.1 (the ones used by GTK) to eglwrapper.so and set LD_LIBRARY_PATH to the wrapper directory containing both links. I've also set TRACE_LIBGL to the...