Hi,

Im doing guitar tuner which im trying to run on my N8. The program works fine on simulator, but when running it on N8 through Qt Creator I get following Application Output:
Qt Code:
  1. Installing application...
  2. Starting application...
  3. Application running with pid 25366.
  4. BRDBG:CapabilitiesCalledWhenNotInitialised
To copy to clipboard, switch view to plain text mode 
Application starts ok on my phone, but when I hit tune button, which starts reading microphone data, program will crash. After that Application Output looks following:
Qt Code:
  1. Deploying application to 'Nokia N8-00 USB (COM10)'...
  2. Copying installation file...
  3. Installing application...
  4. Starting application...
  5. Application running with pid 25242.
  6. BRDBG:CapabilitiesCalledWhenNotInitialised
  7. BRDBG:CapabilitiesCalledWhenNotInitialised
  8. Process 25242, thread 25243 stopped at 0x27170: A code abort exception has occurred.
  9. Finished.
To copy to clipboard, switch view to plain text mode 

In pro. file I have added UserEnvironment capability, which should be enough as far as I know.

Any ideas to fix this problem?