I can’t access the page for daily builds right now. Is there something down?
EDIT: Building something also is not working right now
I can’t access the page for daily builds right now. Is there something down?
EDIT: Building something also is not working right now
I confirm. I got a “line 5” error in building.
Using custom build id from app bundle: 00000 (AppSettings.lua) Using custom Build Id 00000 Excluding specified files from build: excluding: Icon.png excluding: Icon-Small-\*.png excluding: Icon\*@2x.png BUILD ERROR: C:\Users\Yvan\AppData\Local\Temp\Corona LabsCLtmpa09504\main.lua:1: unfinished string near ... Android build failed (5) after 1 seconds
I have the 2017.3068 version, and I build yesterday with success. But not today.
The daily build page seems up for me. Can you check now?
@yvandotet, it seems that @d.mach’s in-ability to access our daily builds page coincides with @simon.natt’s build issues, so it’s possible there was some internet outage at 5am this morning. However, your current issue seems to be un-related.
Can you try and build our HelloWorld sample app and see if that’s successful? Can you post your main.lua for the project that’s failing to build?
Thanks
Rob
I tried with “hello physics”, and it don’t work.
16:59:00.233 Loading project from: C:\Program Files (x86)\Corona Labs\Corona SDK\Sample Code\Physics\HelloPhysics16:59:00.233 Project sandbox folder: C:\Users\Yvan\AppData\Local\Corona Labs\Corona Simulator\Sandbox\hellophysics-CC9B54B7F139B4E7BBFE29B929B02D80\Documents
-- Abstract: HelloPhysics project -- -- Demonstrates creating phyiscs bodies -- -- Version: 1.0 -- -- Sample code is MIT licensed, see https://www.coronalabs.com/links/code/license -- Copyright (C) 2010 Corona Labs Inc. All Rights Reserved. -- -- Supports Graphics 2.0 --------------------------------------------------------------------------------------- local physics = require( "physics" ) physics.start() local sky = display.newImage( "bkg\_clouds.png", 160, 195 ) local ground = display.newImage( "ground.png", 160, 445 ) physics.addBody( ground, "static", { friction=0.5, bounce=0.3 } ) local crate = display.newImage( "crate.png", 180, -50 ) crate.rotation = 5 physics.addBody( crate, { density=3.0, friction=0.5, bounce=0.3 } )
Copyright (C) 2009-2017 C o r o n a L a b s I n c . Version: 3.0.0 Build: 2017.3068 Platform: GT-I9300 / x64 / 10.0 / AMD Radeon HD 8330 / 4.5.13399 Compatibility Profile Context 15.201.1101.0 / 2017.3068 / fr\_BE | BE | fr\_BE | fr Loading project from: C:\Program Files (x86)\Corona Labs\Corona SDK\Sample Code\Physics\HelloPhysics Project sandbox folder: C:\Users\Yvan\AppData\Local\Corona Labs\Corona Simulator\Sandbox\hellophysics-CC9B54B7F139B4E7BBFE29B929B02D80\Documents Using custom build id from app bundle: 00000 (AppSettings.lua) Using custom Build Id 00000 ERROR: Unable to write .CoronaLiveBuild configuration file. Please make sure you have write access to the project directory. Android build failed (5) after 0 seconds
ok, i find.
I just suppress the live build file in the project, and it create a new when i build
So you can build HelloPhysics fine?
Please post your main.lua for the app that’s failing to build.
Thanks
Rob
for me it works again btw.
@yvandotet, we probably should not hijack this thread. Can you start a new one with your issue?
Thanks
Rob
I confirm. I got a “line 5” error in building.
Using custom build id from app bundle: 00000 (AppSettings.lua) Using custom Build Id 00000 Excluding specified files from build: excluding: Icon.png excluding: Icon-Small-\*.png excluding: Icon\*@2x.png BUILD ERROR: C:\Users\Yvan\AppData\Local\Temp\Corona LabsCLtmpa09504\main.lua:1: unfinished string near ... Android build failed (5) after 1 seconds
I have the 2017.3068 version, and I build yesterday with success. But not today.
The daily build page seems up for me. Can you check now?
@yvandotet, it seems that @d.mach’s in-ability to access our daily builds page coincides with @simon.natt’s build issues, so it’s possible there was some internet outage at 5am this morning. However, your current issue seems to be un-related.
Can you try and build our HelloWorld sample app and see if that’s successful? Can you post your main.lua for the project that’s failing to build?
Thanks
Rob
I tried with “hello physics”, and it don’t work.
16:59:00.233 Loading project from: C:\Program Files (x86)\Corona Labs\Corona SDK\Sample Code\Physics\HelloPhysics16:59:00.233 Project sandbox folder: C:\Users\Yvan\AppData\Local\Corona Labs\Corona Simulator\Sandbox\hellophysics-CC9B54B7F139B4E7BBFE29B929B02D80\Documents
-- Abstract: HelloPhysics project -- -- Demonstrates creating phyiscs bodies -- -- Version: 1.0 -- -- Sample code is MIT licensed, see https://www.coronalabs.com/links/code/license -- Copyright (C) 2010 Corona Labs Inc. All Rights Reserved. -- -- Supports Graphics 2.0 --------------------------------------------------------------------------------------- local physics = require( "physics" ) physics.start() local sky = display.newImage( "bkg\_clouds.png", 160, 195 ) local ground = display.newImage( "ground.png", 160, 445 ) physics.addBody( ground, "static", { friction=0.5, bounce=0.3 } ) local crate = display.newImage( "crate.png", 180, -50 ) crate.rotation = 5 physics.addBody( crate, { density=3.0, friction=0.5, bounce=0.3 } )
Copyright (C) 2009-2017 C o r o n a L a b s I n c . Version: 3.0.0 Build: 2017.3068 Platform: GT-I9300 / x64 / 10.0 / AMD Radeon HD 8330 / 4.5.13399 Compatibility Profile Context 15.201.1101.0 / 2017.3068 / fr\_BE | BE | fr\_BE | fr Loading project from: C:\Program Files (x86)\Corona Labs\Corona SDK\Sample Code\Physics\HelloPhysics Project sandbox folder: C:\Users\Yvan\AppData\Local\Corona Labs\Corona Simulator\Sandbox\hellophysics-CC9B54B7F139B4E7BBFE29B929B02D80\Documents Using custom build id from app bundle: 00000 (AppSettings.lua) Using custom Build Id 00000 ERROR: Unable to write .CoronaLiveBuild configuration file. Please make sure you have write access to the project directory. Android build failed (5) after 0 seconds
ok, i find.
I just suppress the live build file in the project, and it create a new when i build
So you can build HelloPhysics fine?
Please post your main.lua for the app that’s failing to build.
Thanks
Rob
for me it works again btw.
@yvandotet, we probably should not hijack this thread. Can you start a new one with your issue?
Thanks
Rob