PLUS+1 User Forum

PLUS+1 Tools => PLUS+1 GUIDE => Topic started by: dlewis on October 24, 2024, 07:46:00 PM

Title: Project .p1x not found in folder
Post by: dlewis on October 24, 2024, 07:46:00 PM
Here's a new one.
After attempting to compile with errors in the program, when I click on the line that contains the error to take me to the location in the program, I get the following error:

Project XXX.p1x not found in folder

This is strange in that I clicked on that XXX.p1x in the folder to open the program to work on it.  If there are no errors in the program it compiles fine.
Title: Re: Project .p1x not found in folder
Post by: Tor on October 25, 2024, 09:23:22 AM
Hello,

We have seen a few cases with this issue during the week.
As far as I understand the ":" in the search path has been left out. "C:\Project" shows "C\Project".

We don't know at this moment what causes this but the developers are working on it.

If you have this issue, please report it to PLUS+1 Helpdesk: https://www.danfoss.com/en/products/dps/software/software-and-tools/plus1-software/#tab-support (https://www.danfoss.com/en/products/dps/software/software-and-tools/plus1-software/#tab-support)
Please add what version of the PLUS+1 Tools and version of Windows you are using.

Thank you
Title: Re: Project .p1x not found in folder
Post by: dlewis on October 25, 2024, 01:44:38 PM
I have put in a help ticket and they are working on it. I hope. I have two computers now that have this issue.
Title: Re: Project .p1x not found in folder
Post by: Tor on October 28, 2024, 07:25:10 AM
Hello,

For some users we have found a workaround.
If you right click the Error link, copy the link, and paste it in a web browser it might work to get to the location of the error.
It works for some users, in some browsers.

Sorry for the inconvenience.
Title: Re: Project .p1x not found in folder
Post by: dlewis on October 28, 2024, 11:33:04 AM
be sure you add the colon ":" (i.e. C:)when pasting the link.
Title: Re: Project .p1x not found in folder
Post by: Tor on October 28, 2024, 02:42:48 PM
Hello,

Some updates regarding this issue. It looks like it's a change in some web browsers (using Chromium).

If you are using Firefox there is a way to get all the links "fixed". You can open the html file directly in Firefox.

Where to find the html file.
Displays using build folders:
- Open the build folder (there is a link in the Error/Warning/Hints tab for the Build path).
- Locate the html file.
- Right click and open with Firefox.

Other units:
- Open the project folder (File -> Open Project Location)
- Locate the html file.
- Right click and open with Firefox.

The links in the browser window should take you to the error location in PLUS+1 GUIDE.


If you are using other browsers.
- Copy error link (right click and "copy link")
- Paste in browser
- Add slash and colon if it's missing  ("plus+1://C/project"  -> should be -> "plus+1:///C:/project")
- Press enter and you should see the location of the error in PLUS+1 GUIDE.
Title: Re: Project .p1x not found in folder
Post by: Lukey on October 29, 2024, 04:58:37 AM
Hi Tor I followed your instructions but once I open the link in my browser (Chrome or Edge) I get taken back to GUIDE and received the same message about .p1x being missing, it is an infinite loop, I cannot see where the error is.
Title: Re: Project .p1x not found in folder
Post by: Tor on October 29, 2024, 07:57:55 AM
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.
Title: Re: Project .p1x not found in folder
Post by: Lukey on October 30, 2024, 01:15:08 PM
Ah yes my bad, that works, thank you.
Title: Re: Project .p1x not found in folder
Post by: Tor on November 06, 2024, 07:53:27 AM
Hello all,

The new version with the fix for this problem is uploaded to the PLUS+1 Update Center, version 2024.3.5.
To download/see this version you need to update the Update Center as well.

Have a nice day.
Title: Re: Project .p1x not found in folder
Post by: dlewis on November 07, 2024, 02:41:59 PM
So far 2024.3.5 works fine.