Skip to content
New issue

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

No valid windows executable is build with VS2022 17.10 - Slicing always fails #16

Open
EmJay276 opened this issue Jun 10, 2024 · 0 comments

Comments

@EmJay276
Copy link

EmJay276 commented Jun 10, 2024

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.

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

This seams to be fixed in conan 2.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant