Cosima Neidahl
Cosima Neidahl
> Did you try to re-save it in DXT5 again? Otherwise, I bet you have an Intel integrated GPUs which has some quirks in S3C support (e.g. you may have...
Still happens with the latest commit (2ee61edb12e644be5da78fb7ab6bef91f1d372d6) and with https://github.com/OpenXRay/xray-16/commit/68d5eb821a043556061e428aee18deb1148cf3c0 reverted.
On 78dd002c8c29c5eede7ff18eb5949e6c08576759, still happening. 
Errors on my end, x86_64 Linux w/ GCC10 (and 9): ``` [ 10%] Building CXX object src/xrCore/CMakeFiles/xrCore.dir/FS.cpp.o /build/source/src/xrCore/FS.cpp: In function 'void FileCompress(pcstr, pcstr, void*, size_t)': /build/source/src/xrCore/FS.cpp:172:11: error: ignoring return value...
Doesn't error anymore, but some warnings remain on my end. [Here's the build log](https://github.com/OpenXRay/xray-16/files/8644794/pr-907.log).
> 6. Upon starting game, Intro cut-scene is "solid green" until player is loaded. See https://github.com/OpenXRay/xray-16/issues/647, https://github.com/OpenXRay/xray-16/pull/701 . For a quick fix, try extracting this reexported texture into `gamedata/textures/water/`: [water_sbumpvolume.dds.zip](https://github.com/OpenXRay/xray-16/files/7026195/water_sbumpvolume.dds.zip)
I don't have an active Windows system to reproduce this so here's some purely theoretical help. The error is printed from the MIDI library we're using. https://github.com/rerrahkr/BambooTracker/blob/af55ecb8951b63467f996085e0b7bc65c5994dd4/BambooTracker/midi/RtMidi/RtMidi.cpp#L2566-L2576 This sadly doesn't...
For example yes, maybe with an explanation what the highest possible note would be.
> I haven't tested this bug with the latest Qt yet Still gets stuck on Qt6.
> PMD and FMP supported it via PPZ8 - driver that mixed 16-bit, 44.1kHz stereo stream into eight 8-bit mono channels. Aside from it being the other way around (the...