We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to a compatibilty issue with the latest toolset in VS2022 >=17.10 with MSVC version 19.40.xxxxx (see conan-io/conan#15583 and https://devblogs.microsoft.com/cppblog/msvc-toolset-minor-version-number-14-40-in-vs-2022-v17-10/) no "valid" executable is build. A ....exe is build without error(!), but the slicing always fails, even if the plugin is not used.
VS2022 >=17.10
19.40.xxxxx
The issue is, that no connection to the CuraEngine can be established
2024-06-07 13:38:13,103 - DEBUG - [EngineOutputThread] UM.Backend.Backend._backendLog [140]: [Backend] [2024-06-07 13:38:13.102] [error] failed to connect to all addresses; last error: UNAVAILABLE: ipv4:127.0.0.1:62580: WSA Error 2024-06-07 13:38:13,172 - ERROR - [MainThread] CuraEngineBackend.CuraEngineBackend._onBackendQuit [1038]: Backend exited abnormally with return code 3765269347!
To avoid this, a MSVC version <19.40 is needed, I sucessfully used MSVC Tools Version 17.3.3 which should have MSVC Version 19.33.xxxx It can be downloaded here https://learn.microsoft.com/de-de/visualstudio/releases/2022/release-history#release-dates-and-build-numbers
<19.40
17.3.3
19.33.xxxx
This seams to be fixed in conan 2.3.1
conan 2.3.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Due to a compatibilty issue with the latest toolset in
VS2022 >=17.10
with MSVC version19.40.xxxxx
(see conan-io/conan#15583 and https://devblogs.microsoft.com/cppblog/msvc-toolset-minor-version-number-14-40-in-vs-2022-v17-10/) no "valid" executable is build.A ....exe is build without error(!), but the slicing always fails, even if the plugin is not used.
The issue is, that no connection to the CuraEngine can be established
To avoid this, a MSVC version
<19.40
is needed, I sucessfully used MSVC Tools Version17.3.3
which should have MSVC Version19.33.xxxx
It can be downloaded here https://learn.microsoft.com/de-de/visualstudio/releases/2022/release-history#release-dates-and-build-numbers
This seams to be fixed in
conan 2.3.1
The text was updated successfully, but these errors were encountered: