Hello,
I am currently using a µvision V5.26.2.0 and sometimes I can't save source file ( h , cpp ).
When it happened the pop ups window showing this message:
"Encountered a sharing violation while accessing {Path to me source file}"
The only one way that can change this behavior is to restart the µvision IDE.
Can I do something else?
have you tried opening uvision as admin ?
click on uvision exe file and ---> properties -->compatibility----> run this program as administrator
Experiencing the same issue. Windows 10, uVision 5.26.2.0, only .h files affected. Running as admin seems to fix it, at least I haven't experienced it again (yet)...
Same situation, I have tried running under Admin, but this did not solve the problem.
Regards, R.
Restarting the application makes it go away, because Windows closes all handles owned by the application/task as it tears it down.
The issue is the app fails to CloseHandle() on the file, likely a Mapped View, and owned by the Pager, perhaps a premature exit of a function which might otherwise have closed it.
Don't think Admin makes much difference in this, as it's effectively owned by the Kernel.
Would agree it is mostly likely to be seen in .H due to the dependency changes those would make.
Other theory is task doing dependency checking wins race condition with task saving file.
I have reported this to support. They are working on it (they already had a case opened with the problem). I will get a notice from them once they figure this out I can also confirm that running in admin has no change. I have also just changed my development PC a week ago, the problem also occurs on this fresh installation (all files/projects are local disk, no SVN etc etc)
Afternoon Carsten,
Do you have Trend Micro antivirus installed and tmbmsrv.exe running?
Regards,
Rowland
Rowland, nope, none of them. In fact, the workstation right now is just a basic Win10 installation, nothing fancy (yet)
View all questions in Keil forum