# OutputAAudioHeadphonesChanged error?

**URL:** https://qa.fmod.com/t/outputaaudioheadphoneschanged-error/18807
**Category:** Unity
**Tags:** android
**Created:** [May 27, 2022, 7:19am UTC](https://qa.fmod.com/t/outputaaudioheadphoneschanged-error/18807 "2022-05-27T07:19:11Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Jema](https://avatars.discourse-cdn.com/v4/letter/j/b9bd4f/32.png) [@Jema](https://qa.fmod.com/u/Jema)
#### Post date: [May 27, 2022, 7:19am UTC](https://qa.fmod.com/t/outputaaudioheadphoneschanged-error/18807/1 "2022-05-27T07:19:11Z")

</div>

Hi,

Recently i update FMOD 2.02.07 and it looks works fine.

But yesterday my android phone updated and i got OutputAAudioHeadphonesChanged error.

Application wasn’t start at all, but luckly my firebase crashlytics catchs log.

heres entire logs:

```auto
Caused by java.lang.UnsatisfiedLinkError: No implementation found for void org.fmod.FMOD.OutputAAudioHeadphonesChanged() (tried Java_org_fmod_FMOD_OutputAAudioHeadphonesChanged and Java_org_fmod_FMOD_OutputAAudioHeadphonesChanged__)
       at org.fmod.FMOD.OutputAAudioHeadphonesChanged(FMOD.java)
       at org.fmod.FMOD.access$000(FMOD.java:18)
       at org.fmod.FMOD$PluginBroadcastReceiver.onReceive(FMOD.java:168)
       at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1806)
       at android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(:2)
       at android.os.Handler.handleCallback(Handler.java:938)
       at android.os.Handler.dispatchMessage(Handler.java:99)
       at android.os.Looper.loopOnce(Looper.java:226)
       at android.os.Looper.loop(Looper.java:313)
       at android.app.ActivityThread.main(ActivityThread.java:8669)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135)

```

my android device is SM-G988N (Samsung Galaxy S20 Ultra 5G) and Android version 12

---

<div class="post-metadata">

### Author: ![jeff\_fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/jeff_fmod/32/1766_2.png) [@jeff\_fmod](https://qa.fmod.com/u/jeff_fmod)
#### Post date: [June 3, 2022, 1:25am UTC](https://qa.fmod.com/t/outputaaudioheadphoneschanged-error/18807/2 "2022-06-03T01:25:38Z")

</div>

I have not been able to reproduce this issue. I have a few questions to help narrow this down:

- Are you using any plugins, such as Resonance Audio?
- Are you using split application binaries?
- Does this issue reproduce if you set you Android platform [_Output Mode_](https://fmod.com/resources/documentation-unity?version=2.02&page=settings.html#output-mode) to “OpenSL ES”?
- Is there anything else particularly unique about your setup that you can think of?

---

<div class="post-metadata">

### Author: ![Jema](https://avatars.discourse-cdn.com/v4/letter/j/b9bd4f/32.png) [@Jema](https://qa.fmod.com/u/Jema)
#### Post date: [June 10, 2022, 10:10am UTC](https://qa.fmod.com/t/outputaaudioheadphoneschanged-error/18807/3 "2022-06-10T10:10:05Z")

</div>

Sorry to late reply,

I don’t use any plugins and even trying to use FMOD core only.  
APK does not binary-splitted and also not architecture-splitted(both armv7 and arm-64).  
Output mode was “Auto”.  
Unity Audio is disabled.

And platform mode to OpenSL ES, the project doesn’t have any problem and works great.

I hope this information will be helpful.

---

<div class="post-metadata">

### Author: ![jeff\_fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/jeff_fmod/32/1766_2.png) [@jeff\_fmod](https://qa.fmod.com/u/jeff_fmod)
#### Post date: [June 16, 2022, 2:36am UTC](https://qa.fmod.com/t/outputaaudioheadphoneschanged-error/18807/4 "2022-06-16T02:36:16Z")

</div>

Thank you for the additional information, I have passed this information on to the develpment team. Please continue to use the OpenSL ES output mode while we investigate this issue.

---

<div class="post-metadata">

### Author: ![OmerNazir](https://avatars.discourse-cdn.com/v4/letter/o/b9e5f3/32.png) [@OmerNazir](https://qa.fmod.com/u/OmerNazir)
#### Post date: [June 27, 2022, 9:40am UTC](https://qa.fmod.com/t/outputaaudioheadphoneschanged-error/18807/5 "2022-06-27T09:40:08Z")

</div>

Hello guys. Same problem on my side. @jeff_fmod did you guys figured it out?  
I have tested my built on different android devices and its running fine. But on Redmi Note 10 pro its causing same crash.

Additional Device information :

ROM : MIUI v 13.0.8.0  
OS : Android 12  
Device model : Xiaomi M2101K6G

```auto
java.lang.Error: FATAL EXCEPTION [main]
Unity version : 2020.3.32f1
Device model : Xiaomi M2101K6G
Device fingerprint: Redmi/sweet_global/sweet:12/SKQ1.210908.001/V13.0.8.0.SKFMIXM:user/release-keys
Build Type : Release
Scripting Backend : IL2CPP
ABI : arm64-v8a
Strip Engine Code : true

Caused by: java.lang.UnsatisfiedLinkError: No implementation found for void org.fmod.FMOD.OutputAAudioHeadphonesChanged() (tried Java_org_fmod_FMOD_OutputAAudioHeadphonesChanged and Java_org_fmod_FMOD_OutputAAudioHeadphonesChanged__)
	at org.fmod.FMOD.OutputAAudioHeadphonesChanged(Native Method)
	at org.fmod.FMOD.access$000(FMOD.java:18)
	at org.fmod.FMOD$PluginBroadcastReceiver.onReceive(FMOD.java:168)
	at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1694)
	at android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0.run(Unknown Source:2)
	at android.os.Handler.handleCallback(Handler.java:938)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loopOnce(Looper.java:210)
	at android.os.Looper.loop(Looper.java:299)
	at android.app.ActivityThread.main(ActivityThread.java:8168)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:556)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1037)

```

---

<div class="post-metadata">

### Author: ![jeff\_fmod](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/jeff_fmod/32/1766_2.png) [@jeff\_fmod](https://qa.fmod.com/u/jeff_fmod)
#### Post date: [July 5, 2022, 5:34am UTC](https://qa.fmod.com/t/outputaaudioheadphoneschanged-error/18807/6 "2022-07-05T05:34:13Z")

</div>

Linking in to this discussion [[Bug][2.02.06] Android startup crash - #14 by Mordred](https://qa.fmod.com/t/bug-2-02-06-android-startup-crash/18789/14)
