model_based_scenery.cpp:577:46: warning: 'temp_heightdata' may be used uninitialized in this function
bug at launch in fedora 28
Fixed by fixing #41.
Patch accepted and applied. Thanks for your support!
crrcsim crashes at src/crrc_sound.cpp:319
Fix issue #41 (thanks go to Jan Yenya Kasprzak for the patch)
I don't really understand this warning. I'm using snprintf to explicitly truncate the output at the end of the buffer, yet I receive a warning that output is truncated? Hmm, I tend to disable this warning. The other option would be to enlarge the target buffer by setting OSVERSIONSTRINGBUFFERLEN (line 91) to something like 256 or 512. Could you please try if that helps?
model_based_scenery.cpp:577:46: warning: 'temp_heightdata' may be used uninitialized in this function
I've pushed a fix [85cacb], please check if it fixes the warning on your system.
[bugs:39] Fix compiler warning on Fedora
crrcsim-0.9.12 support for platforms without <sys/io.h>
Patch applied [a580a5].
CRRCsim started as a C program compiled with gcc 3. Later it was restructured into a C++ application using gcc 4. Some fixes were made for gcc 5 compatibility. So far noone has contributed fixes for gcc 6. I guess it's not too big of a problem, but as I don't have gcc 6 on my machine, I can't help you with this issue.
Compilation errors using gcc 6
Late update... bug is fixed.
Bad shadow with intel graphics on Linux
Should be fixed with commit https://sourceforge.net/p/crrcsim/code/ci/1fc598ff00b1139ceabdce97a0774ada46771e98/
merged changes into branch "default" and disabled GL_POLYGON_SMOOTH
It may be the same issue as https://sourceforge.net/p/crrcsim/bugs/36/. Disabling GL_POLYGON_SMOOTH definitely helps.
Hello and thanks for your contribution. Unfortunately I'm getting some graphical glitches on my Linux box (NVidia graphics). I'll have to do some further investigation to find the cause.
Is there a fundamental difference to the existing file /packages/Fedora/CRRCsim.desktop?...
I can't test the files directly as we're still on version 7.5.0, but I reviewed and...
Yes, sorry, I forgot to mention this second occurrence. That one doesn't affect us,...
Tasking/ARM_CM4F port: critical section handling in PendSV handler fails randomly