Hi,
12 years ago I built an app with Corona SDK (…)
I lost eveything except the corona sdk folder (with main.lua, confis, icon and images folder,…).
I downloaded the Solar2D just to see what my game looked like in the console. I don’t want to make it running in nowadays phones.
I knew it wouldn’t be that easy
I get the following errors :
"
17:40:28.584 Project sandbox folder: C:\Users\alain\AppData\Local\Corona Labs\Corona Simulator\Sandbox\alphaaquilae-8E022A9C8FE1F6B9D6C8F5E7BDAE01A2\Documents
17:40:28.599 WARNING: issue found in D:\Development\Aquilae\base\alphaaquilae\build.settings:
17:40:28.599 WARNING: deprecated key: settings.iphone.plist.UIAppFonts[] (string)
17:40:28.599 WARNING: deprecated key: settings.iphone.plist.CFBundleIconFile (string)
17:40:28.599 ERROR: Runtime error
17:40:28.599 D:\Development\Aquilae\base\alphaaquilae\main.lua:17: attempt to call field ‘newImageGroup’ (a nil value)
17:40:28.599 stack traceback:
17:40:28.599 D:\Development\Aquilae\base\alphaaquilae\main.lua:17: in main chunk
"
So, two options for me : try to correct all error that could appear on such an old build to make it run, or, find a way to tell Solar2D :“imagine you’re in 2013”.
What is possible ?
Thx for any hints !