Subject: Filename length > 8 leads to equals non-working app
Corona Version: 1.0 (2009.11.28.2)
System Version: 10.5.8
HW Info (your computer specs): 2 GHz Intel Core Duo 4GB Memory
iPhone/iPod generation: iPod Touch 2nd Gen
iPhone/iPod firmware version: 3.1.2
Severity: 2 Critical (hang or failure)
Reproducibility: Every time
Description:
It seems that if a lua source file has a name length greater than 8 (excluding ext), even if the file is not used in a ‘require’ statement (i.e. just placing the new file into the same directory as the main.lua file, but never using the new file), the app will fail to run properly. Tapping the apps icon will launch the app, the “Corona SDK Trail” alert will appear, pressing “Ok” will dismiss the aleat, but the screen will remain as if your using an empty ‘main.lua’ source file
Steps to reproduce (keep this as simple as possible):
- Place a lua source file with a name length greater than 8 into your project directory.
[import]uid: 1581 topic_id: 277 reply_id: 300277[/import]