# I cannot hear anything nor call GetPlaybackState

**URL:** https://qa.fmod.com/t/i-cannot-hear-anything-nor-call-getplaybackstate/12649
**Category:** FMOD Studio
**Created:** [August 12, 2016, 6:29pm UTC](https://qa.fmod.com/t/i-cannot-hear-anything-nor-call-getplaybackstate/12649 "2016-08-12T18:29:21Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![luisoncpp](https://avatars.discourse-cdn.com/v4/letter/l/91b2a8/32.png) [@luisoncpp](https://qa.fmod.com/u/luisoncpp)
#### Post date: [August 12, 2016, 6:29pm UTC](https://qa.fmod.com/t/i-cannot-hear-anything-nor-call-getplaybackstate/12649/1 "2016-08-12T18:29:21Z")

</div>

Hi, I just implemented the fmod playback on my engine and I didn’t hear anything.  
I loaded the banks Master Bank.strings.bank and Character.bank from the examples , I created an instance of the event event:/Character/Radio/SimpleLoop and I called FMOD\_Studio\_EventInstance\_Start, everything returned FMOD\_OK but I’m unable to hear anything.  
I called FMOD\_Studio\_EventInstance\_Start to check if the sound is playing and I’m getting the error code 30, I think it is FMOD\_ERR\_INVALID\_HANDLE (it’s the 31° value in the enumeration).  
Any idea what’s happening?

---

<div class="post-metadata">

### Author: ![nick1](https://avatars.discourse-cdn.com/v4/letter/n/47e85d/32.png) [@nick1](https://qa.fmod.com/u/nick1)
#### Post date: [August 15, 2016, 1:10am UTC](https://qa.fmod.com/t/i-cannot-hear-anything-nor-call-getplaybackstate/12649/2 "2016-08-15T01:10:28Z")

</div>

You need Master Bank.bank loaded before playing an events.
