Hi Edgar,
this issue is fixed now.
Maybe once a year, or maybe less, I inspect if there are interesting reports, because we have a few links still pointing to it.
I then try to close some. But personnally I would not open an issue here.
I think that Mantis is almost dead.
I would opt for a github issue tracker, coupled with travis driven tests.
Somewhere under https://github.com/squeak-smalltalk maybe?

2018-07-17 13:24 GMT+02:00 Edgar J. De Cleene <edgardec2005@gmail.com>:
Nicolas, we have a 5.2 project now and I looking all which seems a bug for made a bug report in Mantis mention the mail.
First I test on 5.2 AllInOne for see if bug shows.
I hear the sound so you think this is stilla issue ?

Edgar
@morplenauta




On 06/04/2018, 16:52, "Nicolas Cellier" <nicolas.cellier.aka.nice@gmail.com> wrote:

Hi Marcel, Tobias,
I encountered a bug, when playing a sound, the default SoundService (class inst var) was not a class (BasedSoundService) but an instance (a BasedSoundService).

Why?
Because, there is a TileMorphTest>>setUp that remember which is the default, then tries to restore it in tearDown.
It used to work.

But, in between, SoundService default and defaultOrNil have been re-defined so as to answer an instance rather than a class.

Thus, when we play the tests, we can no more play the sounds...

I hesitate to open a Mantis issue, no one read nor close them, so the bug report is only here for the moment.