mxbuild 9.21.0.59661 missing assembly in download?

0
We are getting the following errors running mxbuild for our GitHub Action with version 9.21.0.59661 about missing Mono.Posix. This same build works on the previous version 9.18.0.53394. Does anyone know what changed between these versions? It looks like some required assemblies are missing from the current version mxbuild download.   >> MxBuild version 9.21.0.59661 already installed > Make C:\actions-runner\_work\_tool\mxbuild\9.21.0\x64\modeler available in path > Set env MXBUILD_HOME to C:\actions-runner\_work\_tool\mxbuild\9.21.0\x64\modeler C:\actions-runner\_work\_tool\mxbuild\9.21.0\x64\modeler\mxbuild.exe -h Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies. The system cannot find the file specified. at Mendix.CommandLine.MonoShim.Program.Main() Error: Error: The process 'C:\actions-runner\_work\_tool\mxbuild\9.21.0\x64\modeler\mxbuild.exe' failed with exit code 3762504530  
asked
2 answers
1

After a frustrating back and forth with Mendix Support, this is the workaround for 9.21 and 9.22:

We have provided a fallback option, though. You can use a different link to download a legacy version of MxBuild by appending mono- to the archive name in the URL as follows:https://cdn.mendix.com/runtime/mono-mxbuild-{mxversion}.tar.gz
 
Note that this link is only available in Mendix 9.21 and 9.22. We will be providing a new Windows version for download starting Mendix 9.23 and more details will be shared when this version is nearing release.

answered
0

In the 9.23.0.621 version, we have still the same issue… any updates?

answered