-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Milestone
Description
The most recent version of cocos console in the v3 branch cannot generate a project using the cpp template. My computer is using Windows 8.1
C:\Users\Dale\Documents\GitHub\cocos2d-x-v3-universal>cocos new foo -p com.foo.bar -l cpp -d projects
Running command: new
Traceback (most recent call last):
File "C:\Users\Dale\Documents\GitHub\cocos2d-x-v3-universal\tools\cocos2d-console\bin\/cocos.py", line 743, in <module>
run_plugin(command, argv, plugins)
File "C:\Users\Dale\Documents\GitHub\cocos2d-x-v3-universal\tools\cocos2d-console\bin\/cocos.py", line 706, in run_plugin
plugin.run(argv, dependencies_objects)
File "C:\Users\Dale\Documents\GitHub\cocos2d-x-v3-universal\tools\cocos2d-console\plugins\project_new\project_new.py", line 206, in run
self.parse_args(argv)
File "C:\Users\Dale\Documents\GitHub\cocos2d-x-v3-universal\tools\cocos2d-console\plugins\project_new\project_new.py", line 135, in parse_args
self.init(args)
File "C:\Users\Dale\Documents\GitHub\cocos2d-x-v3-universal\tools\cocos2d-console\plugins\project_new\project_new.py", line 76, in init
args.language, self._templates_paths, args.template)
File "C:\Users\Dale\Documents\GitHub\cocos2d-x-v3-universal\tools\cocos2d-console\plugins\project_new\project_new.py", line 240, in __init__
self._scan()
File "C:\Users\Dale\Documents\GitHub\cocos2d-x-v3-universal\tools\cocos2d-console\plugins\project_new\project_new.py", line 259, in _scan
dirs = [name for name in os.listdir(templates_dir) if os.path.isdir(
WindowsError: [Error 5] Access is denied: 'C:\\Users\\Dale\\templates/*.*'
C:\Users\Dale\Documents\GitHub\cocos2d-x-v3-universal>
Metadata
Metadata
Assignees
Labels
No labels