Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KiCad freezes when clicking on jlc button #83

Closed
jensma-de opened this issue Dec 10, 2021 · 13 comments
Closed

KiCad freezes when clicking on jlc button #83

jensma-de opened this issue Dec 10, 2021 · 13 comments

Comments

@jensma-de
Copy link

Hey there!

When I click on the jlc-button in pcbnew the program unfortunatly just freezes. I tried to wait a few minutes without luck :(
A jlcpcb-Folder gets created inside my project folder, it has an empty assembly and gerber folder. And a project.db listing all my parts.

I'm on KiCad 6.0.0-rc1-160-g99ec2b1801 on Win10 64bit.

@Bouni
Copy link
Owner

Bouni commented Dec 10, 2021

Could you please try to open the python sycripting console before you try to start the plugin?

image

That will spawn a stdout/stderr window if something goes wrong during the plubin start.

If so, please post the output of that window.

@jensma-de
Copy link
Author

Thanks for the quick reply!
This is what I get:
Clipboard02

Unfortunatly I can't resize or scroll the window since kicad and the window aren't responsive anymore.

@Bouni
Copy link
Owner

Bouni commented Dec 10, 2021

Strange, let me update my KiCAD to the exact same version as you have in order to see if I can reproduce it.
Can you share your project (as a zip) so that I can test if its something project related?

@jensma-de
Copy link
Author

Hey again,

Sure, here it is:
jlc_prob.zip

@Bouni
Copy link
Owner

Bouni commented Dec 10, 2021

I've just updated to the latest version becaus I was not able to figure out which version you have (6.0.0-rc1-160-g99ec2b1801 does not match any of the available downloads).

PCB Editor -> Help -> Abut KiCAD -> Copy Version Info givs me now

Application: KiCad PCB Editor (64-bit)

Version: (6.0.0-rc1-392-g84e0feeee6), release build

Libraries:
	wxWidgets 3.1.5
	libcurl/7.78.0-DEV Schannel zlib/1.2.11

Platform: Windows 10 (build 19043), 64-bit edition, 64 bit, Little endian, wxMSW

Build Info:
	Date: Dec 10 2021 09:00:19
	wxWidgets: 3.1.5 (wchar_t,wx containers)
	Boost: 1.76.0
	OCC: 7.5.0
	Curl: 7.78.0-DEV
	ngspice: 35
	Compiler: Visual C++ 1929 without C++ ABI

Build settings:
	KICAD_USE_OCC=ON
	KICAD_SPICE=ON

Please post that version info as well. I guess that your version is quite old as -160- is way behind -392-.

I open your project and click the icon and it works as expected:

image

@jensma-de
Copy link
Author

jensma-de commented Dec 10, 2021

Yeah, mine is a bit old:

Application: KiCad (32-bit)

Version: (6.0.0-rc1-160-g99ec2b1801), release build

Libraries:
	wxWidgets 3.1.5
	libcurl/7.78.0-DEV Schannel zlib/1.2.11

Platform: Windows 10 (build 19042), 64-bit edition, 64 bit, Little endian, wxMSW

Build Info:
	Date: Nov 26 2021 00:03:53
	wxWidgets: 3.1.5 (wchar_t,wx containers)
	Boost: 1.76.0
	OCC: 7.5.0
	Curl: 7.78.0-DEV
	ngspice: 35
	Compiler: Visual C++ 1929 without C++ ABI

Build settings:
	KICAD_USE_OCC=ON
	KICAD_SPICE=ON

I'll update to the newest nightly and report back if anything changes

@jensma-de
Copy link
Author

jensma-de commented Dec 10, 2021

Unfortunatly got the same behavior with the latest version:

`Application: KiCad (64-bit)

Version: (6.0.0-rc1-392-g84e0feeee6), release build

Libraries:
	wxWidgets 3.1.5
	libcurl/7.78.0-DEV Schannel zlib/1.2.11

Platform: Windows 10 (build 19042), 64-bit edition, 64 bit, Little endian, wxMSW

Build Info:
	Date: Dec 10 2021 09:00:19
	wxWidgets: 3.1.5 (wchar_t,wx containers)
	Boost: 1.76.0
	OCC: 7.5.0
	Curl: 7.78.0-DEV
	ngspice: 35
	Compiler: Visual C++ 1929 without C++ ABI

Build settings:
	KICAD_USE_OCC=ON
	KICAD_SPICE=ON
`

@Bouni
Copy link
Owner

Bouni commented Dec 10, 2021

How did you install the plugin?
And into which folder?

@jensma-de
Copy link
Author

I just downloaded the Code with Code -> Download ZIP and extracted it in the plugins folder:
Clipboard02

@Bouni
Copy link
Owner

Bouni commented Dec 10, 2021

To be honest, I have not the slightest clue what goes wrong here 😟
Let me finish the automatic release builder and custom addon repo. After that you can try installing the plugin via the Plugin Manager. Hopefully that will work!

@jensma-de
Copy link
Author

No prob, thanks for your time! One last suggestion: could my locale be the problem? My OS in in German.

@Bouni
Copy link
Owner

Bouni commented Dec 10, 2021

I dont think so as mine is German as well 😉

@jensma-de
Copy link
Author

Ah, okay :D Thanks again, I'll close the issue and try my luck with the plugin manager in the future =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants