PSOC Creator - Microsoft Visual C++ Exception

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi all

   

I created a new virtual machine with Windows 10 and moved existing PSOC Creator projects to shared folder with host Ubuntu OS.

   

I'm getting strange exception (shown bellow) if I run projects and open one of source files from shared folder. But if I run it from virtual machine's local disk everything is OK. I also ran a clean and rebuild command but the problem still remains.

   

What could be the problem? 

   

Best Regards,

   

Simon

0 Likes
1 Solution
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

Hello,

   

Reason for error: This happens when you run PSoC Creator on a virtual machine and access source files from a shared folder. There is a known issue with a third-party tool that is used to support the Semantic Parsing features. For more information, refer to the bug report for that tool (http://llvm.org/bugs/show_bug.cgi?id=21143).

   

Workaround: Disable Semantic Parsing using the Tools > Options > Semantic Parsing menu item. Please note that this requires a PSoC Creator restart.

View solution in original post

0 Likes
1 Reply
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

Hello,

   

Reason for error: This happens when you run PSoC Creator on a virtual machine and access source files from a shared folder. There is a known issue with a third-party tool that is used to support the Semantic Parsing features. For more information, refer to the bug report for that tool (http://llvm.org/bugs/show_bug.cgi?id=21143).

   

Workaround: Disable Semantic Parsing using the Tools > Options > Semantic Parsing menu item. Please note that this requires a PSoC Creator restart.

0 Likes