MitjaNemec / ReplicateLayout

GNU General Public License v2.0
97 stars 12 forks source link

Replicate layout failure #47

Closed pendragon8991 closed 1 year ago

pendragon8991 commented 1 year ago

Hello, i have an issues every time i try to use the plugin to replicate my sheets. A fatal error stop the process after only one (in a sheet of 70) footprint moves in a random position. I attached the log file images. rep I have the same issues (and error message) also using save/restore plugin on the same project.

MitjaNemec commented 1 year ago

This is the same issue as PlaceFootprints#14. Update the "pcbnewTransition"

pendragon8991 commented 1 year ago

I tried to update (however i download the plugin that use that today, so i think was already the last version) and nothing change.

MitjaNemec commented 1 year ago

The issue is not with the version of "Replicate Layout" plugin. You have either installed "pcbneeTransition" directly or you installed some other plugin, which also installed "pcbnewTransition"

"PcbnewTransition" modifies (monkeypatches) pcbnew python API for all plugin. And there is a bug in the version that you've installed.

MitjaNemec commented 1 year ago

Maybe you can ask codman256 in the mentioned issue how he solved this

pendragon8991 commented 1 year ago

Yes i know, the plugin that use that component is KiKit, i downloaded it today and update it manually but this doesn't affect the issue. I solved renaming the folder pcbnewtransition to disable kikit when i want to use your plugins. Thank you a lot for the help.

MitjaNemec commented 1 year ago

You should raise the issue with the KiKit author for two reasons:

  1. So that he will be aware of this issue
  2. that he might implement update mechanism for his dependency