durkhaz / MSCEditor

A feature packed save-file Editor for the game "My Summer Car"
MIT License
69 stars 15 forks source link

Could not write to app folder at path #7

Closed ma-schulz closed 5 years ago

ma-schulz commented 5 years ago

When I start MSCEditor, I get an error

Could not write to app folder at path: "" Please report this issue

I traced the issue to utils.cpp, ln 77 if the folder exists, otherwise ln 128.

I have Windows 1803, Build 17134.590 and I mapped my documents dir to another hard drive.

When I hardcode another documents dir, the program runs just fine.

As I'm not very experienced in C++ I'm unable to solve the issue...

catb0t commented 5 years ago

You have write access to the location, right?

durkhaz commented 5 years ago

Could also be your AV blocking write access

ma-schulz commented 5 years ago

Hi, you were right. Apparently it was some new windows feature which blocks apps for specific folders. Thank you for your time!