cnc-club / linuxcnc-features

LinuxCNC Features
55 stars 21 forks source link

ini files not found #1

Open jegb opened 10 years ago

jegb commented 10 years ago

I am getting some problems with the subroutines ini files. After placing most of wanted files on root of subroutines I fixed all except 2 which could not find on subfolders.

These 2 relate to the probe tool l.

Warning! Problem while loading ini file!
Feature ini file probe-tool-l.ini not found in /home/cnc-virtual/linuxcnc/linuxcnc-features/subroutines:/home/cnc-virtual/linuxcnc/linuxcnc-features/subroutines:!
Warning: Error while parsing <sub name="Measure tool length" icon="images/probe-tool-l.png" src="probe-tool-l.ini"/> 

...
File not found
Feature ini file probe-tool-l.ini not found in /home/cnc-virtual/linuxcnc/linuxcnc-features/subroutines:/home/cnc-virtual/linuxcnc/linuxcnc-features/subroutines:!
cnc-club commented 10 years ago

Which version of Features are you using? Do you run Features as stand-alone application, or use it together with LinuxCNC?

Where is probe-tool-l.ini located actually?

As a fix you can change path to this ini file in the Catalog, somewhere in subroutines folder there should be catalog.xml (in last versions it is in the ./subroutines/catalogs/)

jegb commented 10 years ago

Thanks for prompt reply.

-I pulled latest version from github. -I tried to run as stand alone and as panel, both cases is not working. I encounter the other issue once I got it to point that was running, but features.ngc is not writable (see other issue I filed). -The missing file is not found on the tree, the rest of the files (with same problem) I brought one level up and they could be solved that way.