Runtime error on require

Hi
Im having problens on running a external file as module on one of my computers, and im using the newes coronasdk version.
I cant read the package and i cant’t seen to figure out why.
Please help me understand the problem…
Ps.: i know the module is deprecated, but it still works for me
Thanks in advance
Error log image anexed showing the files too.

Error log:
Windows simulator build date: Mar 6 2014 @ 01:57:29

Platform: Droid / x64 / 6.1 / GeForce 310M/PCIe/SSE2 / 3.3.0

Copyright © 2009-2014 C o r o n a L a b s I n c .
Version: 3.0.0
Build: 2014.2189
Platform: GT-I9300 / x64 / 6.1 / GeForce 310M/PCIe/SSE2 / 3.3.0
Runtime error
module ‘vida’ not found:resource (vida.lu) does not exist in archive
no field package.preload[‘vida’]
no file ‘C:\Users\luciano\AppData\Roaming\Corona Labs\Corona Simulator\P
lugins\vida.lua’
no file ‘d:\C:\Program Files (x86)\Corona Labs\Corona SDKC:\Program File
s (x86)\Corona Labs\Corona SDKC:\Program Files (x86)\Corona Labs\Corona SDKC:\Pr
ogram Files (x86)\Corona Labs\Corona SDKC:\Program Files (x86)\Corona Labs\Coron
a SDKC:\Program Files (x86)\Corona Labs\Corona SDKC:\Program Files (x86)\Corona
Labs\Corona SDKC:\Program Files (x86)\Corona Labs\Corona SDKcorona sdk\2014\coro
na curso 2014\aula2\aulas coronasdk\passo10\vida.lua’
no file ‘C:\Program Files (x86)\Corona Labs\Corona SDK\Resources\vida.lu
a’
no file ‘C:\Users\luciano\AppData\Roaming\Corona Labs\Corona Simulator\P
lugins\vida.dll’
no file ‘.\vida.dll’
no file 'C:\Program Files (x86)\Corona Labs\Corona SDK\Resources\vida.dl
l’vida
stack traceback:
[C]: in function ‘require’
?: in function <?:797>
(tail call): ?
d:!!!corona sdk\2014\corona curso 2014\aula2\aulas coronasdk\passo
10\main.lua:1: in main chunk

The field giving the error on main.lua is:

1 - require “vida”

my vida.lua file begins with:

1 - module (…, package.seeall)

Found the problem… I was using the symbol “!” On the beggining of the name on one of the folders that My files where on. Didin’t knew tha corona did not suport it for assessing librarys. Was a basic problem… Sorry for opening a topic just for this. Thanks

Found the problem… I was using the symbol “!” On the beggining of the name on one of the folders that My files where on. Didin’t knew tha corona did not suport it for assessing librarys. Was a basic problem… Sorry for opening a topic just for this. Thanks