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
$ lua53.exe ad2kicad.lua ../ag35.schlib ag35
Der Befehl "7z" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
../ag35/FileHeader: No such file or directory
C:\mybin\lua53.exe: .\ad_lib.lua:143: attempt to get length of a nil value (local 'blocks')
stack traceback:
.\ad_lib.lua:143: in upvalue 'parse_Header'
.\ad_lib.lua:922: infunction'parse_schlib'
.\ad_lib.lua:945: infunction'convert_schlib'
ad2kicad.lua:95: in main chunk
[C]: in?
PS. 7z is installed and found, so I have no idea what that complaint is about!
The text was updated successfully, but these errors were encountered:
it seems after extract the ag35.schlib file, there is no fileheader exist.
You can extract the ag35.schlib with 7z, then check the fileheader is exist or not.
If the fileheader is not exist, maybe the schlib format is not support, you can try to convert it to an old version.
iysheng
added a commit
to iysheng/pcad2kicad
that referenced
this issue
Nov 23, 2022
I get:
PS. 7z is installed and found, so I have no idea what that complaint is about!
The text was updated successfully, but these errors were encountered: