Hello!
I just tried to “simulate” a program which uses “media.playSound” in order to play an MP3 file - but the simulator always crashes because it can’t find that file. The code is simple:
media.playSound(system.pathForFile("Zarathustra.mp3",system.ResourceDirectory));
and -surprisingly (or not) - the error message displayed by the “Terminal” version of the simulator shows exactly the same (full) path to the file as (another) terminal into which I dragged the file itself. Thus, the file path looks correct as well…and it’s present…and iTunes can play it.
Thus, I don’t know how to proceed 
Additionaly, it’s quite annoying having to restart the simulator over and over again just because it can’t find a single resource file!
For your records, here is the crash report
[code]Process: Corona Simulator [6947]
Path: /Applications/Corona/Corona Simulator.app/Contents/MacOS/Corona Simulator
Identifier: com.anscamobile.Corona_Simulator
Version: ??? (1.0)
Code Type: X86 (Native)
Parent Process: bash [6945]
Interval Since Last Report: 28450 sec
Crashes Since Last Report: 4
Per-App Interval Since Last Report: 96518 sec
Per-App Crashes Since Last Report: 3
Date/Time: 2010-02-02 11:27:32.592 +0100
OS Version: Mac OS X 10.5.8 (9L31a)
Report Version: 6
Anonymous UUID: 549D72F2-ED77-441F-A361-9F3C673F0D2A
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread: 0
Thread 0 Crashed:
0 libSystem.B.dylib 0x9523cf30 strlen + 16
1 …nscamobile.Corona_Simulator 0x0002aef0 0x1000 + 171760
2 …nscamobile.Corona_Simulator 0x0003e9d1 0x1000 + 252369
3 …nscamobile.Corona_Simulator 0x0004e02c 0x1000 + 315436
4 …nscamobile.Corona_Simulator 0x0003ea8a 0x1000 + 252554
5 …nscamobile.Corona_Simulator 0x000346fd 0x1000 + 210685
6 …nscamobile.Corona_Simulator 0x0003e14b 0x1000 + 250187
7 …nscamobile.Corona_Simulator 0x0003ed0e 0x1000 + 253198
8 …nscamobile.Corona_Simulator 0x000370c5 0x1000 + 221381
9 …nscamobile.Corona_Simulator 0x0001ec93 0x1000 + 122003
10 …nscamobile.Corona_Simulator 0x0001efe6 0x1000 + 122854
11 …nscamobile.Corona_Simulator 0x0001f2bd 0x1000 + 123581
12 …nscamobile.Corona_Simulator 0x0001a85c 0x1000 + 104540
13 …nscamobile.Corona_Simulator 0x00031b5a 0x1000 + 199514
14 …nscamobile.Corona_Simulator 0x0001a056 0x1000 + 102486
15 …nscamobile.Corona_Simulator 0x0000e360 0x1000 + 54112
16 …nscamobile.Corona_Simulator 0x0000726c 0x1000 + 25196
[import]uid: 4331 topic_id: 431 reply_id: 300431[/import]
