• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Confirmed [Indev 0.55.2] Music dissapearing

LarryDanger

Trainer
After a few minutes of game time the music always dissapears. There is no special action involved, it just dissapears out of nowhere.
 

Darkfire

Administrator
Administrator
P3D Developer
We are aware of this issue. Is seems to be an issue with monogame and the music engine we use(instead of with any of our code). We are trying to get it fixed but it is slightly out of our control for the time being.
 
We are aware of this issue. Is seems to be an issue with monogame and the music engine we use(instead of with any of our code). We are trying to get it fixed but it is slightly out of our control for the time being.
Couldn't one just create a check to see 1. What the last song they played was 2. Key off some change that indicates music not playing. Maybe a log line.
3. Restart last played song.

Number 2 is easier said than done but there has to be some way to indicate the issue occurred without running an endless loop to check if music is playing lol.

Also, I absolutely adore your avatar. He needs his cookie.
 

Darkfire

Administrator
Administrator
P3D Developer
Couldn't one just create a check to see 1. What the last song they played was 2. Key off some change that indicates music not playing. Maybe a log line.
3. Restart last played song.

Number 2 is easier said than done but there has to be some way to indicate the issue occurred without running an endless loop to check if music is playing lol.

Also, I absolutely adore your avatar. He needs his cookie.
I wish it was that straight forward.
Basically the music engine is a "box" we have attached to our code that when fed music files(and some other details) loops them until we tell it to play something else. The "box" has a couple of things it can tell us about it's status. If we cause the music issue(which we do have a few methods to reliably reproduce the issue) and then check all of the possible statuses it doesnt show any issues. Also the "box" has only so many switches to try and get it working again and none of them cause any change in status. None of us have been able to poke around in the box's source to find the solution either. Right now either the box maker needs to fix the box or we need to get a new box. We are def looking into the latter atm but it isnt a simple thing so.....
 
Top