I can’t make a production build to send to any of the android app stores because of this issue.
When I try to do a build for android, kindle, or nook, using my own keystore
(not Debug keystore), the corona simulator crashes completely within about 10-20 seconds of starting the build.
I’ve created a new keystore and it still crashes on anything other than the Debug keystore.
This is the only stuff that’s in the console after it crashes"
[bash]
2012-11-24 16:38:37.934 Corona Simulator[45809:f03] Simulation Terminated: Lua script called os.exit() with status: 0
2012-11-24 16:38:41.863 Corona Simulator[45809:f03]
Copyright © 2009-2012 C o r o n a L a b s I n c .
2012-11-24 16:38:41.864 Corona Simulator[45809:f03] Version: 2.0.0
2012-11-24 16:38:41.864 Corona Simulator[45809:f03] Build: 2012.971
Invalid memory access of location 0x10 rip=0x10000c3fd
/Applications/CoronaSDK/Corona Terminal: line 9: 45809 Segmentation fault: 11 “$path/Corona Simulator.app/Contents/MacOS/Corona Simulator” $*
logout
[/bash]
When i rebuilt my keystore I used the keytool from within a shell (on a mac) using the following command:
keytool -genkey -v -keystore nameOfApp.keystore -alias nameOfApp -keyalg RSA -validity 10000
I updated to the latest daily build of 971 and it still crashes. I was running 964, then upgraded to 971. This is my first time actually trying to build a non-Debug keystore build using corona. I’ve been working with corona for 10 months now, but this is my first production build with it.
[import]uid: 11193 topic_id: 33304 reply_id: 333304[/import]
