51
Article Discussions / Re: Games with older SDL and FSLIB
« Last post by Dave Yeo on July 20, 2025, 01:14:10 am »Hello Dave
The older one is working fine, this new one gives me an error that can not find data/sounds.
Regards
Guess I should have tested

It's weird as the error is,
Code: [Select]
H:\cuyo-2.1.0>cuyo.exe
Error: Could not find "sounds/leftright.wav".
Tried the following places:
./data/sounds/leftright.wav
And Code: [Select]
H:\cuyo-2.1.0>ls ./data/sounds/leftright.wav
./data/sounds/leftright.wav
So it is there and should work.
Hmm, rebuilding without -Zhigh-mem and it works. Just use the original binary as it seems the -Zhigh-mem is breaking something, perhaps the combination of a GCC binary and OW DLL.
Edit: updated compile.os2 removing the -Zhigh-mem