Help me Obi Wan Kenobi!
Hi all,
New laptop (OSX), installed separately both latest daily build (2017.3046) and latest stable and see same errors.
My code is from new template (new project button) within corona dashboard, added this code from corona website to start playing with camera as a texture in main.lua
local shape = display.newRect( 0, 0, display.contentWidth, display.contentHeight ) shape.anchorX = 0 shape.anchorY = 0 shape.fill = { type="camera" }
Installed latest java sdk from java.com - 1.8.0_121 - I’m running OSX Sierra 10.12.3.
Tried with both debug.keystore (that comes with Corona SDK) and a newly created personal keystore - same error.
Error is:
BuildID: 58b5eae6023c8 Error code: 5
\<Error\> \<Code\>NoSuchKey\</Code\> \<Message\>The specified key does not exist.\</Message\> \<Key\>58b5eae6023c8/Config script\</Key\> \<RequestId\>89AADDBC23B7B604\</RequestId\> \<HostId\> PWo2ObI5R9gGQli0gH5UIreEz/Vgr3yWPhjX/TMVrWNwtjrPoinyezKhUDdUNT+08J/I6Ti10PU= \</HostId\> \</Error\>
Corona console shows:
Feb 28 09:25:54.084 Using java version "1.8.0\_121" Java(TM) SE Runtime Environment (build 1.8.0\_121-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode) Feb 28 09:25:54.805 Building Android app for cm@greyspot.co.uk with 2017.3046 Feb 28 09:25:56.992 Using custom build id from app bundle: 00000 (AppSettings.lua) Feb 28 09:25:56.992 2017-02-28 21:25:56.991 Corona Simulator[1183:22111] logEvent: key: target 2017-02-28 21:25:56.991 Corona Simulator[1183:22111] logEvent: key: store Feb 28 09:25:57.617 BUILD SUCCESSFUL Total time: 0 seconds Feb 28 09:32:56.021 Excluding specified files from build: excluding: Icon.png excluding: Icon-Small-\*.png excluding: Icon\*@2x.png BuildID: kCoronaBuild [A device build error occurred on the server. Error: [Detailed error log](http://corona-build-logs.s3.amazonaws.com/58b5eae6023c8/Config%20script?AWSAccessKeyId=AKIAJCCFRNRJXVENEVZA&Expires=1488318185&Signature=s20ux1L79EBEhfrRH5dcfi%2FI%2BLU%3D) BuildID: 58b5eae6023c8 Feb 28 09:32:56.021 ERROR: An error occurred during build (corona.build.7). The server returned the following message: --- A device build error occurred on the server. Error: [Detailed error log](http://corona-build-logs.s3.amazonaws.com/58b5eae6023c8/Config%20script?AWSAccessKeyId=AKIAJCCFRNRJXVENEVZA&Expires=1488318185&Signature=s20ux1L79EBEhfrRH5dcfi%2FI%2BLU%3D) BuildID: 58b5eae6023c8 --- Feb 28 09:32:56.022 Feb 28 09:32:56.072 Android build failed (5) after 419 seconds Feb 28 09:32:56.261 2017-02-28 21:32:56.261 Corona Simulator[1183:22111] logEvent: key: target 2017-02-28 21:32:56.261 Corona Simulator[1183:22111] logEvent: key: reason Feb 28 09:32:56.322 ERROR: Build Failed: A device build error occurred on the server. Error: [Detailed error log](http://corona-build-logs.s3.amazonaws.com/58b5eae6023c8/Config%20script?AWSAccessKeyId=AKIAJCCFRNRJXVENEVZA&Expires=1488318185&Signature=s20ux1L79EBEhfrRH5dcfi%2FI%2BLU%3D) BuildID: 58b5eae6023c8 Error code: 5 Feb 28 09:32:56.322
Can anyone point me in the right direction. (and yes I’ve tried “turning it off and on again!” haha)
Many thanks all,
Chris.