socket_select_interrupter exception

Hello there,

I have a project on CMake but when running it on windows it has different behaviours if I use CLion or Visual Studio.

When running on CLion I got this exception:

socket_select_interrupter

But when using Visual Studio everything runs soomthly without any exceptions.
I’m using the same generator for both projects: -G “Visual Studio 16 2019”
I guess that Visual Studio is adding some lib or something automatically.

Anyone has any ideia?

Thank you

The error message seems to be Boost-related? I’d find out why Boost is throwing that exception in a debugger. It could be that Visual Studio runs with more entries in PATH? Dumping the environment in each and comparing could help determine that.

1 Like

Thank you very much.
Looking at the environment variable Path help me fix the problem!