arturo-lang/arturo

DLL Dependency missing in the Arturo binary distribution

DCB5 opened this issue · 3 comments

DCB5 commented

Note: Please remove this issue. I was able to get a working version from the latest nightly build, at

https://github.com/arturo-lang/nightly/releases


When I run the arturo.exe executable in Windows 10, dated 2/10/2023, it says that

 "The code execution cannot proceed because libmpfr-6.dll was not found."

If I add a PATH setting for mingw32 that includes this DLL, and then run arturo.exe again, it now says

 "The application was unable to start correctly (0xc000007b)."

Thank you for submitting an issue! :)

@DCB5 Hi and welcome to our community! :)

Regarding the nightly builds, I'm - right now - in the process of solving the issues, cleaning up the builds, and adding the missing DLLs in the package. So, that will be sorted out very soon!

In the meantime, if you want to access the latest valid build (from the master branch) for Windows, you may try these ones:

MINI: https://github.com/arturo-lang/arturo/actions/runs/9715614776/artifacts/1649327299

FULL: https://github.com/arturo-lang/arturo/actions/runs/9715614776/artifacts/1649327295

Please, tell me how it went and if we got it to work! 😉

DCB5 commented