Jump to content

Recommended Posts

Posted

I'm having some trouble with leadwerks on my new laptop.(Surface Pro 3) The engine loads and runs just fine, but when I try and make any changes in C++ and test them out, it asks me to perform a "save as" instead of auto-saving over the file. When I attempt to save under the same name it will not allow me to, giving me an "Access denied error"

 

I've searched on the forum and googled for this and have found nothing, anybody else had this problem?

Posted

I've managed to fix the issue by opening Visual Studio first(as admin) then opening the project file from there. Weird, but it works, opening the project from the project folder still causes the issue.

  • 4 weeks later...
Posted

This is due to permissions required to write within certain directories. I work as a software developer and used to encounter this problem until I started opening VS in admin mode by default. The only other alternative is to store the project in a non-protected directory e.g. my documents, a partition or USB device.

Posted

Yeah, by default Leadwerks stores your projects in Documents/Leadwerks/Projects.

My job is to make tools you love, with the features you want, and performance you can't live without.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...