Errors occurred during the build (SOLVED)

Hi all.
About a couple months back we finished a mobile game project. Back then starting it and building it worked fine. However now that I have updated I get this error everytime I try to build the game:

errors occurred during the build.
Errors running builder ‘Content Builder’ on project ‘newtry’.
com/dynamo/spine/proto/Spine$SpineScene

We havent changed any code from the last time we ran it though :confused:
http://pastebin.com/0KerXNrH this is the entire log

Hmm, strange… would you mind downloading and unpacking a clean/new version of Defold and see if it behaves the same?

I can try that however I cant push my files to the server to redownload them because I get an error when I try. Is there another way to save them?

Your projects are stored in the /branches folder inside the Defold.app on OSX and probably side by side the .exe on Windows. Make a copy of the branches folder or one of the individual projects inside that folder. The folder structure is like this: /branches/[projectid]/[userid]/[foldername] where foldername is the name you gave your “branch” when you opened the project the first time in the editor.

Also, if you want to use an external git tool each of the projects in the /branches folder is it’s own git repository.

2 Likes

Worked. Thanks!

1 Like