Runtime Library Error

Whenever I try to open a pcb, such as the in the templet for the arduino mini pro, I get a Microsoft Visual C++ Runtime Library error.
I’ve tried installing this update - Visual C++ 2013 Redistributable (x86) 12.0.40660 .

What should I do?
I am running Windows 7 on a MacBook Pro

Welcome to the club :wink: https://bugs.launchpad.net/kicad/+bug/1783025

1 Like

Thanks! It’s displaying the pcb’s now!

Link to the patch: https://jenkins.simonrichter.eu:8443/job/windows-kicad-msys2-patch/63/

Much appreciated !

No no no. It’s NOT a patch. It’s a rebuild of a previous rc3 version. This bug has not been resolved at all. It’s still pending.

2 Likes

The devs have just modified the build process (see PR https://github.com/KiCad/kicad-winbuilder/commit/6b30306a4d8fec760a1f36ae4f23552716ce9087) and it automagically fixed this issue (for me, at least).

As the version number is not different (unfortunately) from the previous build, you may rely on the installer size (the i686 version is 1 064 130 128 bytes long).

Hope this helps.

1 Like

Oops… The x64 one is 1,063,756,768 bytes.

This release did not go as smoothly as planned, but we are really not helping ourselves here…

1 Like

Thanks for the updates!
Seems the “stable” version was a bit premature.
The rebuild rc3 is working for now. Perhaps soon, there will be a true stable release.

I just installed this one, and I don’t get the wx error when clicking on the Tools menu in PCBNew. But, the action script menu is turned off in the build options.

EDIT: Interesting… Even though I can’t access the action script menu, the one action script that I have installed that adds a toolbar icon is still accessible via that toolbar icon.

Another odd thing, is the menus preferentially opening to the left if possible across the package (only tested in the project window, pcbnew, and eeschema). Here is an example:
2018-07-25%2017_35_31-Pcbnew%20%E2%80%94%20C__Users_chelliot_Dropbox_RemoteDevelopment_KiCad_KiCad5TestNew_KiCad5T
See the menu is justified with the right side of the menu item, and the sub-menu comes out the left side. This feels backwards and I’m not sure when this appeared. I’ll try to find time tonight at home to submit a bug report for this unless someone beats me to it.

Here is the version info: (The platform is wrong, but this is a known issue with Windows… I’m using 64bit Windows10 Enterprise Version 1709 on this work computer.)

Application: kicad
Version: (5.0.0), release build
Libraries:
    wxWidgets 3.0.3
    libcurl/7.54.1 OpenSSL/1.0.2l zlib/1.2.11 libssh2/1.8.0 nghttp2/1.23.1 librtmp/2.3
Platform: Windows 8 (build 9200), 64-bit edition, 64 bit, Little endian, wxMSW
Build Info:
    wxWidgets: 3.0.3 (wchar_t,wx containers,compatible with 2.8)
    Boost: 1.60.0
    OpenCASCADE Community Edition: 6.8.0
    Curl: 7.54.1
    Compiler: GCC 7.1.0 with C++ ABI 1011

Build settings:
    USE_WX_GRAPHICS_CONTEXT=OFF
    USE_WX_OVERLAY=OFF
    KICAD_SCRIPTING=ON
    KICAD_SCRIPTING_MODULES=ON
    KICAD_SCRIPTING_WXPYTHON=ON
    KICAD_SCRIPTING_ACTION_MENU=OFF
    BUILD_GITHUB_PLUGIN=ON
    KICAD_USE_OCE=ON
    KICAD_USE_OCC=OFF
    KICAD_SPICE=ON
1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.