One project won't open on work mac

Hi guys,

the error log shows:

2018-08-22 09:54:40,292 - root - ERROR - An exception has occurred!
Traceback (most recent call last):
File “ProjectManagerPanel.py”, line 391, in OnLeftDown
File “ProjectManagerPanel.py”, line 424, in OnTreeTreeSelChanged
File “IDEController.py”, line 2292, in select
File “WorkPanel.py”, line 445, in do_select
File “TabbedEditor.py”, line 152, in FormEditor
File “TabbedEditor.py”, line 60, in init
File “TabbedEditor.py”, line 52, in _init_ctrls
File “appstudio/editor/design.py”, line 400, in init
File “appstudio/editor/design.py”, line 894, in _refresh_webview
IOError: [Errno 2] No such file or directory: u’/var/folders/0r/rcfzrgvn315g80kc24p1vqnr0000gn/T/tmpoUxzvN/b416bac1108842399194013137903c31.html’
2018-08-22 09:54:53,232 - root - ERROR - An exception has occurred!
Traceback (most recent call last):
File “MainFrame.py”, line 1441, in OnMenuRunStartInDesktopBrowserMenu
File “IDEController.py”, line 65, in wrapper
File “IDEController.py”, line 1687, in LocalDeploy
File “IDEController.py”, line 65, in wrapper
File “IDEController.py”, line 867, in Deploy
IOError: [Errno 2] No such file or directory: u’audioAssets/intro1.mp3’

I can open the project on my home Mac. ( Exact same spec machine ).

The project is stored in iCloud. All other projects work on both machines.

The intro1.mp3 file does exist in the folder.

Cheers

Steve Warby

Could it be a permissions problem?

I had created a folder with the project folder called audioAssets.
I placed the mp3 file in there.
I dragged and dropped the MP3 file into my project.

If I delete the ref to the mp3 file in the project it opens on both machines.

What could be the issue?

Cheers

Steve Warby

Is audioAssets in the manifest property in Project Properties?

It is now… LOL.

Never noticed it…

Cheers

Steve Warby