Native extensions (error occurred ... server provided no information)

1)I make a native extension for html bundle.
2)I test this extension it work
3)I make lib with this extension
4)I add this lib to dependencies of another project(https://github.com/d954mas/Defold-lock-cursor/archive/master.zip)
5)Try build html5, i get:β€œAn error occurred building Native Extensions,but server provided no information.” (pc build is working)

Interesting. Is this a known issue @sven and @Mathias_Westerdahl?

1 Like

Try building with Editor 1 if not already.

1 Like

I try editor 1, and get error.Description:Build server output; Resource: ext.manifest, Location:Unknown, Type:Problem. In editor 1 all builds not working(pc and html)

What happens if you copy the error row (CTRL-C) and paste it into a text editor?

Description Resource Path Location Type
Build server output: ext.manifest /defolaGameJam/content/lock/extension Unknown Problem

Okay, that looks like a resounding unknown problem indeed.

1 Like

Did you change anything in the lib? I just tried adding the lib to an empty project on my machine, it built just fine. :face_with_raised_eyebrow: (I tried on Editor 1 under OSX.)

1 Like

No, but when I copy paste lib to project, build working. I try empty project ,same problem. My system is windows(try 7 and 10)