Fresh install 1.2.100, Tutorial project, Can't build (SOLVED)

Hey there,

I just downloaded Defold 1.2.100 and started with the tutorial project and it won’t build the project and give me those 2 errors :

C:\Users[user]\AppData\Local\Temp\jna-[user]\jna3691849006537718362.dll: Access is denied
Could not initialize class com.dynamo.bob.TexcLibrary

I’m on Windows 7

Any ideas ?

Try running Defold as an administrator.

Right click on defold.exe and select “Run as Administrator” and see if that fixes it.

Yup, fixed it.

But why :smiley: ?

Great that you got it working! I’m on my phone now, but if you search the forum for TexcLibrary I believe there might be an explanation in one of those posts.

1 Like

@andre.berlemont I believe its because Defold was trying to access files that were restricted by non administrators. Thats why it said

C:\Users[user]\AppData\Local\Temp\jna-[user]\jna3691849006537718362.dll: Access is denied

So when you made it an administrator, now it had the authority to access any files.