Voici ce que j'ai averc gdb (sur un exemple en realease)
$ gdb '/c/Users/temp/Desktop/temp/tst audio/sound.exe'
GNU gdb (GDB) 8.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-w64-mingw32".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from C:/Users/temp/Desktop/temp/tst audio/sound.exe...done.
(gdb) r
Starting program: C:\Users\temp\Desktop\temp\tst audio\sound.exe
[New Thread 3864.0xc98]
During startup program exited with code 0xc000007b.
Je verrai ce soir pour les dépendances !
pour les incoherances je sait pas (je rapelle que sound marche sur mon windows 8.1 meme avec un path vide)
EDIT : en fait c'est juste qu'il installe la mauvaise DLL. J'ai essayé openAl version 32-bit et ça marche.
Etape pour reproduire le bug (je suppose) :
1) installer msys2 version x86_64
2) installer mingwi686
3) compiler SFML pour cette version
4) compiler n'importe quel programme avec sfml-audio
5) mettre les dll et donner a une personne possedant windows 7
6) le voir planter
Pour résoudre le problème il faut juste lui donner la dll 32 bit.