Daniel Gibson
Daniel Gibson
I borrowed a friends RPi 3B and could reproduce the problem. It wasn't obvious to me from the description, but the whole X11 session freezes (only the mouse cursor can...
by the way, on RPi4 the framerate (in `timeDemo demo1.demo`) about doubles to >20fps when setting `r_skipPostprocess 1` I wonder if/how much using FBOs for postprocessing would help (I still...
The line before that CMake error should say something like > Setting -DD3_ARCH="ARMwhatever" -DD3_SIZEOFPTR=4 -DD3_OSTYPE="linux" what exactly does it say on your system?
> Setting -DD3_ARCH="aarch64" -DD3_SIZEOFPTR=4 -DD3_OSTYPE="linux" Damn. It's using `CMAKE_SYSTEM_PROCESSOR` which used to be defined (documented) as *"The name of the CPU CMake is building for."* but apparently they recently (for...
I just pushed a fix (hopefully), can you test it? Can you also post the CMake output lines equivalent to ``` -- /usr/bin/cc -dumpmachine says x86_64-linux-gnu -- => CPU extracted...
according to #368 the only thing that works on RPi is running it in X11
either xinit or desktop should work according to #368 if that doesn't work for you I'd suggest asking in #368, maybe the original reporter can help?
(pinging @Dredd893) Without having reproduced this myself, from the description this sounds like a bug in the map (its entities and/or scripting). Not sure how feasible it is to fix...
Thanks a lot! BTW, can you also run it on the Dentonmod branch of dhewm3-sdk? https://github.com/dhewm/dhewm3-sdk/tree/dentonmod It seems to have some crashes that don't happen with the vanilla game (and...
Awesome, thanks!