VoltBuilder Down?

I have been trying to run VoltBuilder from AppStudio, for IOS and Android.

After I click OK, the status screen never displays.

It worked earlier today…

Is it down?

Thank you

Just ran some test jobs and looked at the log. Everything is running normally.

Could it be something else?

I just ran it again…

2021-07-01 16:39:42,183 - root - ERROR - An exception has occurred!
Traceback (most recent call last):
File “MainFrame.py”, line 2308, in OnToolClickStart
File “MainFrame.py”, line 2117, in OnMenuRunNativeAppVoltMenu
File “IDEController.py”, line 67, in wrapper
File “IDEController.py”, line 3532, in VoltBuilderDeploy
File “shutil.py”, line 740, in rmtree
File “shutil.py”, line 613, in _rmtree_unsafe
File “shutil.py”, line 618, in _rmtree_unsafe
File “shutil.py”, line 616, in _rmtree_unsafe
PermissionError: [WinError 5] Access is denied: ‘C:\Development\NSB Projects\Beta - Family Medical Diary.appstudio\voltbuilder\certificates\FMD July 2021 Development.p12’

The last one was iOS Debug…

This is Android Debug…

2021-07-01 16:44:43,617 - root - ERROR - An exception has occurred!
Traceback (most recent call last):
File “MainFrame.py”, line 2308, in OnToolClickStart
File “MainFrame.py”, line 2117, in OnMenuRunNativeAppVoltMenu
File “IDEController.py”, line 67, in wrapper
File “IDEController.py”, line 3532, in VoltBuilderDeploy
File “shutil.py”, line 740, in rmtree
File “shutil.py”, line 613, in _rmtree_unsafe
File “shutil.py”, line 618, in _rmtree_unsafe
File “shutil.py”, line 616, in _rmtree_unsafe
PermissionError: [WinError 5] Access is denied: ‘C:\Development\NSB Projects\Beta - Family Medical Diary.appstudio\voltbuilder\certificates\FMD July 2021 Development.p12’

It ran fine with this same certificate about 2 hours ago…

Are you able to delete that certificate manually?

From the Project certificate Folder?

The certificate was created for use with Xcode 11 or later.

This file, in particular:

C:\Development\NSB Projects\Beta - Family Medical Diary.appstudio\voltbuilder\certificates\FMD July 2021 Development.p12

It seems like that’s the issue. If you don’t want to delete it, at least check the permissions. It looks like AppStudio wants to remove it in between builds.

Thanks for your help…

I’m going to try VoltSigner and see if it produces a different result.

I’ll let you know…

I used VoltSigner (very nice) and created all the files again.

When I tried to build again, I got an error saying the.p12 file in \voltbuilder\certificates had a problem. When I looked at the files in that folder, they we not the same files as I had in the project \certificates folder. I deleted all the files in \voltbuilder\certificates; the Build worked…

Strange…

This turns out to be a problem with AppStudio - not VoltBuilder. We will follow up on the AppStudio forum.