Project Build not starting, or raising an error (SOLVED)

I am fairly new to making games with the Defold Editor, and I’m currently working on a tutorial project, and I’ve come upon a problem when trying to Build and Run the Project.

When I try to build the project, absolutely nothing happens…
Or at least most of the time;
If I try to build HTML, and it gets near 100%, i get an error message:

The console is empty, but the error log…

At the end of the error messages it also says Access denied
Sometimes it also displays that there are problems running certain plug-ins, but I’m not sure that’s necessarily connected to the build problems I have…

If anyone knows what the problem could be, I would appreciate the help, because I realy want to learn how this amazing peace of software works, ad that’s kind of hard when it doesn’t show the work… :slight_smile:

Try moving the Defold installation to your user folder, or try to run it as an administrator.

3 Likes

Thanks :smiley:
Running as Admin worked fine… :slight_smile:

2 Likes

I’m experiencing the same problem here, I have a custom resource loaded in. Works fine building inside the editor, but can’t bundle for neither Windows nor Android.

It’s a path, /content/leveldata, which contains a single json file.
Build says access denied (in swedish), pointing to this folder.

Tried running defold as admin, no go either.

However, if I point directly to the json file in the included resources, it works. So this might be a problem with including directories.

0%20-%20Vita

Try making custom resource style like this with no leading /

2 Likes

Works! Splendido!

1 Like