You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Click on the free routing icon in the pcb editor in kicad
Expected behavior
the program to run
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
OS: Nixos 24.11
Freerouting version: 2.0.1
EDA: KiCad
Logs
Traceback (most recent call last):
File "/home/benmiller/.local/share/kicad/8.99/3rdparty/plugins/app_freerouting_kicad-plugin/plugin.py", line 354, in Run
self.RunSteps()
File "/home/benmiller/.local/share/kicad/8.99/3rdparty/plugins/app_freerouting_kicad-plugin/plugin.py", line 340, in RunSteps
if not self.RunRouter() :
^^^^^^^^^^^^^^^^
File "/home/benmiller/.local/share/kicad/8.99/3rdparty/plugins/app_freerouting_kicad-plugin/plugin.py", line 311, in RunRouter
invoker.show_error()
File "/home/benmiller/.local/share/kicad/8.99/3rdparty/plugins/app_freerouting_kicad-plugin/plugin.py", line 570, in show_error
command = " ".join(self.command)
^^^^^^^^^^^^^^^^^^^^^^
TypeError: sequence item 4: expected str instance, PosixPath found
The text was updated successfully, but these errors were encountered:
How did you manage to get it running in the first place?
Even after installing temurin-jre-bin, kiCad always says that jre21 is missing when hitting the freerouting button in pcb-designer.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the program to run
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Logs
The text was updated successfully, but these errors were encountered: