Hello everyone
I just start corona for 3 months, I created an action game and it work as normal.
And today I just update version of my corona from “2013.1202” to “2013.2100”. and my worked code got an error.
the runtime show me right this:
2013-12-22 20:43:22.741 Corona Simulator[1031:507]
Copyright © 2009-2013 C o r o n a L a b s I n c .
2013-12-22 20:43:22.742 Corona Simulator[1031:507] Version: 3.0.0
2013-12-22 20:43:22.742 Corona Simulator[1031:507] Build: 2013.2100
2013-12-22 20:43:22.884 Corona Simulator[1031:507] The file sandbox for this project is located at the following folder:
(/Users/apple/Library/Application Support/Corona Simulator/keroro-65ECA9EF229E6B9C22E27A1B193558CF)
2013-12-22 20:43:23.021 Corona Simulator[1031:507] WARNING: Simulator does not support multitouch events
2013-12-22 20:43:23.021 Corona Simulator[1031:507] Runtime error
module ‘sprite’ not found:resource (sprite.lu) does not exist in archive
no field package.preload[‘sprite’]
no file ‘/Users/apple/Library/Application Support/Corona/Simulator/Plugins/sprite.lua’
no file ‘/Users/apple/Desktop/reskin work/keroro/sprite.lua’
no file ‘/Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/sprite.lua’
no file ‘/Users/apple/Library/Application Support/Corona/Simulator/Plugins/sprite.dylib’
no file ‘./sprite.dylib’
no file ‘/Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/sprite.dylib’
stack traceback:
[C]: ?
[C]: in function ‘require’
?: in function <?:797>
(tail call): ?
/Users/apple/Desktop/reskin work/keroro/main.lua:11: in main chunk
So. I think I got a problem with this line
local sprite = require(“sprite”)
before I updated version for corona. it have no error about sprite anymore. And after updated , it error suddenly.
I tried to find in community about this problem but I can’t see any topic that related to my problem.
So please… help me to fix this error. please…
Thank you for your help.
PS. I use a Texturepacker to generate a sprite code