Menu

Error 13 on Call Library Function Node

Bas
2021-03-10
2022-03-30
  • Bas

    Bas - 2021-03-10

    Hi,

    I'm getting error 13 when I try to use any of the methods, even the create context is giving me this error. I'm using a clean windows 10 virtual machine running windows 1903 and LabVIEW (32-bit) 2020.

    I have tried it on other Virtual machines, but it's working on those. The problem is, if I can't figure out why it isn't working on this clean vm, does it have an dependency to some thing I haven't installed? Is there a way to debug this?

     
  • Martijn Jasperse

    It's pretty likely to be the MSVC runtime DLLs - if you don't have the same version of the runtime then it's likely it will fail to load and give error 13. Most PCs end up having a huge number of parallel MSVC versions installed by different apps - which is probably why it succeeds on most machines, but not on a blank VM.

    Most likely you need msvcr100.dll, which you can get here: https://www.microsoft.com/en-us/download/details.aspx?id=8328

     
  • Daniel Neuman

    Daniel Neuman - 2022-03-30

    For W10 64bits and LV 32bits 2021 runtime, uninstall VC++2010 x86 and then install winsdk_web from https://www.microsoft.com/en-us/download/details.aspx?id=8279.

    This recipe also worked with Windows 7 64bits and LV32bits 2019 runtime.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.