Bug #1266
Mis à jour par Matthieu Decorde il y a plus de 10 ans
Splash screen doesn't appear under Windows from a setup installation but also when launching TXM from Eclipse.
h4. Diagnostic 1
* Hypothesis: the splash.bmp image is not well formated
* Observation: when splash.bmp is replaced with splash_sansversion.bmp, it is shown during TXM startup (tested on Windows and Mac OS X)
* Conclusion : the image is not well formated. It must be encoded 24bit R8 G8 B8. The /incrust_version_in_splash.sh script must be fixed to produce the right BMP format
h4. Diagnostic 1
* Hypothesis: the splash.bmp image is not well formated
* Observation: when splash.bmp is replaced with splash_sansversion.bmp, it is shown during TXM startup (tested on Windows and Mac OS X)
* Conclusion : the image is not well formated. It must be encoded 24bit R8 G8 B8. The /incrust_version_in_splash.sh script must be fixed to produce the right BMP format