Anonymous Maarten

Results 753 comments of Anonymous Maarten

Untested, but with [`set_source_files_properties(${sources} PROPERTIES LANGUAGE C)`](https://cmake.org/cmake/help/latest/command/set_source_files_properties.html), you can override CMake's automatic language detection.

I hooked `GetBoundsEdge` of the OG Carma95.exe (Splat Pack edition) and instrumented it as follows ```c static int(__cdecl*original_GetBoundsEdge)(br_vector3 *, br_vector3 *, br_bounds *, int, int, br_vector3 *, br_vector3 *, br_vector3...

This has not yet been addressed.

> We need a CI action for this. If we can add it to the continuous release too that would be even better. Please don't create a new workflow for...

> > Please don't create a new workflow for 3ds, and integrate it along with emscripten and the desktop platforms: > > Bundling all platforms into a single file makes...

> @madebr how can we avoid the .tar.gz wrapper? If we have a direct link to the binary 3DS users can install it directly using a QR code. I think...

> Close, it's still in a zip file, but that's apparently also the the case for AppImage, but not flatpak so maybe that's a better reference for that. Zipped archives...

Can you try the executable that is built by the actions of https://github.com/dethrace-labs/dethrace/pull/331? It won't fix the error, but should print more information about why the file could not be...

I can reproduce the error on Linux when I make `DATA/KEYMAP_0.TXT` read-only (`chmod a-w KEYMAP_*.TXT`). Can you verify the file permissions?

What functions, provided by execinfo, is dethrace using? About your shell script, I suppose you're linking with `$(pkg-config --libs sdl2)`?