Hi, I just installed CoronaCards and I’m trying to port an app from Corona SDK to CoronaCards so that it can run on Windows phone.
I’m getting error messages saying that the package ‘ads’ is not available. And also it says that I’m currently using a trial version. See log below.
I see in the CoronaCards buying page that CoronaCard for Windows is free. We don’t even have a ‘buy’ option nor a price. So why am I getting this trial notice when building de app?
Also, are the errors related to the trial version or I need to check something else?
Thank you.
Eric Chiesse.
Error log:
[CoronaCards Trial Notice]
Corona is currently in trial mode. To obtain a valid license, please go here:
http://coronacards.com/?utm_source=coronacards
The thread 0xc1c has exited with code 0 (0x0).
Runtime error
module ‘ads’ not found:
no field package.preload[‘ads’]
no file ‘C:\Data\Programs{D7C4DBDC-44FD-40DF-9DDC-3615142304A7}\Install\ads.lua’
no file ‘C:\Data\Programs{D7C4DBDC-44FD-40DF-9DDC-3615142304A7}\Install\Assets\Corona\ads.lua’
no file ‘C:\Data\Programs{D7C4DBDC-44FD-40DF-9DDC-3615142304A7}\Install\Assets\Corona\ads.lua’
no file ‘.\ads.lua’
no file ‘!\lua\ads.lua’
no file ‘!\lua\ads\init.lua’
no file ‘!\ads.lua’
no file ‘!\ads\init.lua’
no file ‘C:\Data\Programs{D7C4DBDC-44FD-40DF-9DDC-3615142304A7}\Install\ads.dll’
no file ‘.\ads.dll’
no file ‘C:\Data\Programs{D7C4DBDC-44FD-40DF-9DDC-3615142304A7}\Install\Assets\Corona\ads.dll’
no file ‘.\ads.dll’
no file ‘!\ads.dll’
no file ‘!\loadall.dll’
stack traceback:
[C]: in function ‘require’
?: in function ‘require’
C:\Data\Programs{D7C4DBDC-44FD-40DF-9DDC-3615142304A7}\Install\Assets\Corona\adsHelper.lua:1: in main chunk
[C]: in function ‘require’
?: in function ‘require’
C:\Data\Programs{D7C4DBDC-44FD-40DF-9DDC-3615142304A7}\Install\Assets\Corona\main.lua:1: in main chunk
The thread 0xeb8 has exited with code 0 (0x0).
The thread 0xf94 has exited with code 259 (0x103).