Hi Lukey,
You have to make sure the path is correct, one slash and a colon is missing when it shows up in GUIDE.
After some changes in Chromium, used by several web browsers, to make it more secure, it doesn't take the path provided by GUIDE.
This is how I do it to make sure all is good.
- Compile.
- Open the project folder (File -> Open Project Location)
- Locate the html file.
- Open in a browser.
- Copy the Error link into note pad or similar program.
- It looks like this:
plus+1://C/Projekt/PAE/HW_Projects/SC050_020_Prim/SC050_020_Prim?page=SC050-120-122-PRIMARYT!TOP!Application;x=2750000;y=725000;ind=Error
- Edit the link by adding a slash and a colon to it.
plus+1:///C:/Projekt/PAE/HW_Projects/SC050_020_Prim/SC050_020_Prim?page=SC050-120-122-PRIMARYT!TOP!Application;x=2750000;y=725000;ind=Error
Note the added slash and colon "plus+1:///C:/Project...."
- Copy the edited link and Paste it to Edge and press enter.
This works for me.
A fix is on the way.