[RESOLVED] app crashes in the real device .. please help

Hi experts ,  I have issue and i hope some one can help … my app is working fine in the simulator but it crashes in the real device… i have the following errors from the console :

V/Corona  (18054): > Class.forName: network.LuaLoader

V/Corona  (18054): < Class.forName: network.LuaLoader

V/Corona  (18054): Loading via reflection: network.LuaLoader

V/Corona  (18054): > Class.forName: CoronaProvider.licensing.google.LuaLoader

V/Corona  (18054): < Class.forName: CoronaProvider.licensing.google.LuaLoader

V/Corona  (18054): Loading via reflection: CoronaProvider.licensing.google.LuaLoader

V/Corona  (18054): > Class.forName: mydata.LuaLoader

V/Corona  (18054): WARNING: Could not load ‘LuaLoader’

I/Corona  (18054): Runtime error

I/Corona  (18054): module ‘mydata’ not found:resource (mydata.lu) does not exist in archive

I/Corona  (18054):      no field package.preload[‘mydata’]

I/Corona  (18054):      no file ‘(null)/mydata.lua’

I/Corona  (18054):      no file ‘(null)/mydata.lua’

I/Corona  (18054):      no file ‘/data/data/com.hotmail.alzaabi98/lib/libmydata.so’

I/Corona  (18054):      no file ‘./mydata.so’

I/Corona  (18054):      no file ‘(null)/mydata.so’

I/Corona  (18054): stack traceback:

I/Corona  (18054):      [C]: ?

I/Corona  (18054):      [C]: in function ‘require’

I/Corona  (18054):      ?: in function <?:982>

I/Corona  (18054):      (tail call): ?

I/Corona  (18054):      (tail call): ?

I/Corona  (18054):      C:\Users\test\DOCUME~1\Outlaw\Sandbox\29\main.lua:9: in main chunk

I/Corona  (18054): Runtime error

I/Corona  (18054):

I/Corona  (18054): stack traceback:

I/Corona  (18054):      [C]: ?

I/Corona  (18054):      [C]: in function ‘require’

I/Corona  (18054):      ?: in function <?:982>

I/Corona  (18054):      (tail call): ?

I/Corona  (18054):      (tail call): ?

I/Corona  (18054):      C:\Users\test\DOCUME~1\Outlaw\Sandbox\29\main.lua:9: in main chunk

i am not sure why it is looking for mydata.lua although i made sure it is there, 

please help

regards

Abdul

Remember that windows is case insensitive but Android and iOS is. Check file names.

Thanks piotrz55  :smiley:

you are right , the file was wrongly names as myData.lua where is in the app it is mydata.lus… I appreciate your help

Regards

Abdul

Remember that windows is case insensitive but Android and iOS is. Check file names.

Thanks piotrz55  :smiley:

you are right , the file was wrongly names as myData.lua where is in the app it is mydata.lus… I appreciate your help

Regards

Abdul