cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Vuforia Studio - How to enable "allowEmpty" option?

DD_10645209
4-Participant

Vuforia Studio - How to enable "allowEmpty" option?

How do I enable the option described in the PTC Vuforia Studio (Version 9.10.0.5801) error below.

 

Error Building Project

File not found with singular glob: C:/Users/dad1031/AppData/Local/Apps/2.0/WYH88825.19R/204Q34TX.ZTJ/vufo..udio_6120a471489601b2_0009.000a_6c10856262b8d2e4/\\metlfs1\Mapped_Drives\AUGMTDREALITY\files\Documents\VuforiaStudio\Projects\TestSave2\css\studio-designtime-vars.scss (if this was purposeful, use `allowEmpty` option)

 

 

1 REPLY 1

Hi @DD_10645209 ,

never heard this option but if this is an option suggested by Studio error logging - then the only place it think is to set in the Studio builder-settings.json in the VuforiaStudio directory in the Windos document folder. Stop Studio . Backup the old version. Add the allowEmpty: true example:

 },
  "enableDebugLogging": true,
  "welcomeDismissed": true,
  "designTimeDropShadows": "HARD",
  "projectsListView": true,
  "allowEmpty":true
}

If this not work so possibly you can try ans OS windows enviroment variable set allowEmpty=true but I do not believe that this is an OS variable

Another point is to use the current Studio Version which will not update automatically. You need explicitly to download form the PTC Web Side https://support.ptc.com/appserver/auth/it/esd/product.jsp?prodFamily=VFS

 

So if the mentioned points above are  not helpful - create a new project and replace the <View>js and <View>.json e.g. Home.js and Home.json - from the source project folder with the old one. and also copy the the Application style defs with app.scss 

Copy the data with the upload folder.

If other customer data is in the project then you need to copy this data also to the new project folder. This means we create a new project and overtake all data from the old project which is corrupt.

 

 

Top Tags