Bug Report 6 – "Play Audio" Fails with Navigation Actions (Restart/Review/Go To Slide, etc.) in ActivePresenter 10.0

Hello ActivePresenter Team,

I would like to report a bug found in the newly released ActivePresenter 10.0.

Steps to Reproduce:

  1. Create a new project.
  2. Insert a button into a slide.
  3. Add a Click event with the action Play Audio.
  • Set the Blocking option to Off.
  1. Add another event to the same button, such as:
  • Restart Presentation
  • Review Presentation
  • Go To Slide
  • Go To Slide at Index
  • Go Forward
  • Go Backward

Expected Result:
The audio should play when clicking the button, regardless of whether these navigation actions are also triggered.

Actual Result:
The audio does not play at all when the blocking option is disabled and combined with any of the navigation actions listed above.
It only plays if Blocking is enabled.

Could you please confirm if this is a bug and let us know if a fix is planned?

Thank you for your support.

Best regards,

Hi,

This is not a bug, Burhan.
Let me give you a detailed explanation.

When the Blocking option is selected (enabled), actions will occur in order. It blocks subsequent actions until the current action completes.
So, in this case, the audio plays > ends > other actions are triggered.

Conversely, when the Blocking option is deselected (disabled), actions will occur at the same time.
The audio plays and ends immediately because the slide is restarted in your case.

Hope that the provided information clarifies.
BR,

1 Like

Hello,
I always keep the blocking option disabled. There was no such issue in version 9.3.0. Now this problem occurs in the new version.

This is very important as well. Could you please test it? Try disabling the blocking option — you’ll see that the sound does not play. However, in version 9.3.0, even when blocking was disabled, the sound still played correctly, but now it doesn’t.

Hi,

Everything works the same in our side. We’ve tested on both version 9.3.0 and version 10. It works the same as what I explained in the previous post.
So, it would be helpful if you could share a video illustrating the differences between version 9.3.0 and version 10.

BR,

1 Like

Hi,

Thank you very much for your support and help.
I’m sending you a sample project. I’m working with this scenario, but unfortunately, the sound does not play.
Please find the demo project attached.

Best regards,

Demo.approj (316 KB)

Hi,

It works correctly, Burhan, because these two actions occur at the same time.

I also explained to you in the previous response about this case.

in version 9.3.0, even when blocking was disabled, the sound still played correctly

If possible, you can re-install ActivePresenter 9.3.0 and test again. When the Blocking was disabled, the sound cannot play.

BR,

Hi,

I’m attaching another sample project. The issue is related to Restart Presentation. Once you restart the presentation, the sound will never play again in the project.

So, the problem seems specific to version 10.0 and occurs especially after using Restart Presentation.

Best regards,

demo3.approj (292 KB)

Hello ActivePresenter team,
Will there be an update to fix the issue that is very clearly visible in the latest example I shared, or will we have to revert back to version 9.3.0?

Hi,

Thank you for sending the project with a clear description.
The audio can’t play only happens with short audio, and it’s not related to the Restart Presentation action.
Our development team is already investigating the issue.
We’ll respond to you later.

Nice day.
BR,

1 Like

Hİ,
Thank you for your quick response and for clarifying the issue.
I’m glad to hear that your development team is already investigating it.

Best regards

1 Like

Hi,
I need to deliver my project, but I’m waiting for an update because of this issue. Do you have any idea when it might be fixed?

Hi Burhan,

Our development team has confirmed the bug will be fixed in the next update. However, we don’t have an exact release date to share just yet.
In the meantime, you can try one of the following workarounds to continue working on your project:

  • Add a Execute JavaScript action: prez.pauseAll(false); right after the Restart Presentation action.
  • Extend your audio duration: Add a short silent segment after the audio so that the total duration is around 10 seconds. This will prevent the issue from occurring.

These temporary solutions should help you deliver your project while we prepare the official fix.

BR,
Thuy

Hi Phuong,
Thanks for your help.

I’m having the same issue. The temporary fix didn’t work for me either. Extending the sound durations also messes up the flow of the program. I’m working on an interface for a fun kids’ game, and it uses a lot of sound effects. Really looking forward to the next update! Thanks for your hard work — you’re an awesome team.

1 Like

The newly updated ActivePresenter 10.1 has fixed this bug.
So, kindly update to ActivePresenter 10.1 to see how it works.

BR,

1 Like