physics ERROR on Ghost vs. Monster example

Hi,

I’m new in Corona SDK, at this moment I try to test Ghost Vs. Monsters code, but I have this error:
Copyright © 2009-2010 A n s c a , I n c .
Version: 2.0.0
Build: 2010.9.16.148
The file sandbox for this project is located at the following folder:
(/Users/carloscastillo/Library/Application Support/Corona Simulator/Ghosts vs. Monsters-FF3A17C10CBF64B3FE387C98874BD9BF)
Runtime error
…ntento/Corona/Samples/Ghosts vs. Monsters/level1.lua:49: module ‘physics’ not found:resource (physics.lu) does not exist in archive
no field package.preload[‘physics’]
no file ‘/Users/carloscastillo/Documents/Contento/Corona/Samples/Ghosts vs. Monsters/physics.lua’
no file ‘/Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/physics.lua’
no file ‘/Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/physics.blu’
stack traceback:
[C]: ?
[C]: in function ‘require’
…ntento/Corona/Samples/Ghosts vs. Monsters/level1.lua:49: in function ‘new’
…ento/Corona/Samples/Ghosts vs. Monsters/director.lua:118: in function ‘loadScene’
…ento/Corona/Samples/Ghosts vs. Monsters/director.lua:413: in function ‘changeScene’
…to/Corona/Samples/Ghosts vs. Monsters/loadlevel1.lua:30: in function ‘_listener’
?: in function <?:413>
?: in function <?:186>

 -- level1.lua  
 -- EXTERNAL MODULES / LIBRARIES  
  
 local movieclip = require( "movieclip" )  
 local physics = require "physics"  
 local ui = require("ui")  
 --local facebook = require "facebook"  

Any help? [import]uid: 7241 topic_id: 5008 reply_id: 305008[/import]

You need to download the latest drop. Seems from the screen shot you supplied you have v 148. You need version 243. Just download from our site.

Carlos [import]uid: 24 topic_id: 5008 reply_id: 16335[/import]

Voilà!

Thanks Carlos! [import]uid: 7241 topic_id: 5008 reply_id: 16336[/import]

But where are files like physics.lua and sprite.lua residing now? I have looked into Corona Simulator.app/Contents/Resources and they are not there.

Thanks [import]uid: 8806 topic_id: 5008 reply_id: 29990[/import]

Those aren’t separate files you need, those modules are built-into Corona. [import]uid: 12108 topic_id: 5008 reply_id: 30190[/import]