Error in 1038 but not 1008

I’m getting this error right after starting the app on a Kindle Fire HD in build 1038 but not 1008, the build I used to release with.

“?:0: attempt to index a nil value”

Any ideas?

I/ActivityStack( 202): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 pkg=com.mochibits.amazon.escalation cmp=com.mochibits.amazon.escalation/com.ansca.corona.CoronaActivity} from pid 475 V/ActivityStack( 202): Prepare to front transition: task=TaskRecord{41877348 #44 A com.mochibits.amazon.escalation} D/dalvikvm( 202): GC\_FOR\_ALLOC freed 473K, 24% free 15540K/20423K, paused 48ms V/ActivityStack( 202): Prepare open transition: prev=ActivityRecord{41968c28 com.amazon.kindle.otter/.Launcher} V/Sensors ( 202): int poll\_\_setDelay(sensors\_poll\_device\_t\*, int, int64\_t) V/Sensors ( 202): int sensors\_poll\_context\_t::setDelay(int, int64\_t) V/Sensors ( 202): setDelay - sensor Accelerometer (handle 4), rate 66 ms (15.00 Hz) V/Sensors ( 202): int poll\_\_setDelay(sensors\_poll\_device\_t\*, int, int64\_t) V/Sensors ( 202): int sensors\_poll\_context\_t::setDelay(int, int64\_t) V/Sensors ( 202): setDelay - sensor Accelerometer (handle 4), rate 66 ms (15.00 Hz) I/WindowManager( 202): DIM BEHIND: Window{41a30668 paused=false} I/WindowManager( 202): DIM BEHIND: Window{41a30668 paused=false} I/WindowManager( 202): DIM BEHIND: Window{41a30668 paused=false} D/dalvikvm( 202): GC\_CONCURRENT freed 64K, 19% free 16601K/20423K, paused 2ms+16ms I/WindowManager( 202): DIM BEHIND: Window{41a30668 paused=false} I/WindowManager( 202): DIM BEHIND: Window{41a30668 paused=false} I/WindowManager( 202): DIM BEHIND: Window{41a30668 paused=false} I/WindowManager( 202): DIM BEHIND: Window{41a30668 paused=false} I/WindowManager( 202): DIM BEHIND: Window{41a30668 paused=false} I/WindowManager( 202): DIM BEHIND: Window{41a30668 paused=false} I/WindowManager( 202): DIM BEHIND: Window{41a30668 paused=false} I/WindowManager( 202): DIM BEHIND: Window{41a30668 paused=false} I/WindowManager( 202): DIM BEHIND: Window{41a30668 paused=false} I/WindowManager( 202): DIM BEHIND: Window{41a30668 paused=false} I/WindowManager( 202): DIM BEHIND: Window{41a30668 paused=false} I/WindowManager( 202): DIM BEHIND: Window{41a30668 paused=false} I/WindowManager( 202): DIM BEHIND: Window{41a30668 paused=false} I/WindowManager( 202): DIM BEHIND: Window{41a30668 paused=false} [import]uid: 201163 topic_id: 36431 reply_id: 336431[/import]

This springs to mind (which would be an error in your code…):

http://developer.coronalabs.com/release/2013/1030/

Android: Improved error handling. Now displays specific Lua runtime errors onscreen and outputs Lua stack trace to Android log. Outputs Lua file name and line number for debug builds. Also displays Java exceptions invoked by Lua onscreen, such as missing permissions. [import]uid: 204816 topic_id: 36431 reply_id: 144652[/import]

Turns out it was from that build, but different reason. Needed to manually add Android Permissions!

Thanks for pointing me in that direction though. =)

Android: Removed permissions INTERNET, READ_PHONE_STATE, and ACCESS_NETWORK_STATE from all Android builds. You must now opt-in to these permission via the “build.settings” file. casenum: 13643, 14287 [import]uid: 201163 topic_id: 36431 reply_id: 144690[/import]

No problem! Permissions had me staring blankly at my device screen for an hour or so the first time it happened to me lol. [import]uid: 204816 topic_id: 36431 reply_id: 144694[/import]

This springs to mind (which would be an error in your code…):

http://developer.coronalabs.com/release/2013/1030/

Android: Improved error handling. Now displays specific Lua runtime errors onscreen and outputs Lua stack trace to Android log. Outputs Lua file name and line number for debug builds. Also displays Java exceptions invoked by Lua onscreen, such as missing permissions. [import]uid: 204816 topic_id: 36431 reply_id: 144652[/import]

Turns out it was from that build, but different reason. Needed to manually add Android Permissions!

Thanks for pointing me in that direction though. =)

Android: Removed permissions INTERNET, READ_PHONE_STATE, and ACCESS_NETWORK_STATE from all Android builds. You must now opt-in to these permission via the “build.settings” file. casenum: 13643, 14287 [import]uid: 201163 topic_id: 36431 reply_id: 144690[/import]

No problem! Permissions had me staring blankly at my device screen for an hour or so the first time it happened to me lol. [import]uid: 204816 topic_id: 36431 reply_id: 144694[/import]

This springs to mind (which would be an error in your code…):

http://developer.coronalabs.com/release/2013/1030/

Android: Improved error handling. Now displays specific Lua runtime errors onscreen and outputs Lua stack trace to Android log. Outputs Lua file name and line number for debug builds. Also displays Java exceptions invoked by Lua onscreen, such as missing permissions. [import]uid: 204816 topic_id: 36431 reply_id: 144652[/import]

Turns out it was from that build, but different reason. Needed to manually add Android Permissions!

Thanks for pointing me in that direction though. =)

Android: Removed permissions INTERNET, READ_PHONE_STATE, and ACCESS_NETWORK_STATE from all Android builds. You must now opt-in to these permission via the “build.settings” file. casenum: 13643, 14287 [import]uid: 201163 topic_id: 36431 reply_id: 144690[/import]

No problem! Permissions had me staring blankly at my device screen for an hour or so the first time it happened to me lol. [import]uid: 204816 topic_id: 36431 reply_id: 144694[/import]

This springs to mind (which would be an error in your code…):

http://developer.coronalabs.com/release/2013/1030/

Android: Improved error handling. Now displays specific Lua runtime errors onscreen and outputs Lua stack trace to Android log. Outputs Lua file name and line number for debug builds. Also displays Java exceptions invoked by Lua onscreen, such as missing permissions. [import]uid: 204816 topic_id: 36431 reply_id: 144652[/import]

Turns out it was from that build, but different reason. Needed to manually add Android Permissions!

Thanks for pointing me in that direction though. =)

Android: Removed permissions INTERNET, READ_PHONE_STATE, and ACCESS_NETWORK_STATE from all Android builds. You must now opt-in to these permission via the “build.settings” file. casenum: 13643, 14287 [import]uid: 201163 topic_id: 36431 reply_id: 144690[/import]

No problem! Permissions had me staring blankly at my device screen for an hour or so the first time it happened to me lol. [import]uid: 204816 topic_id: 36431 reply_id: 144694[/import]