-
Notifications
You must be signed in to change notification settings - Fork 447
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
SDRAngel crashes with LimeSuite.dll accesing MSVCP140.dll on Windows #2256
Comments
Same issue as #2207 I think. |
I'm not sure it's exactly the same. I have the newest MS VC++ already installed, downloading the linked version only allows me to repair or uninstall. Do you build the dlls with the sdrangel binary together every time, or are they just packaged? I'm happy to help here where I can, I love this application 😄 |
See last comment in - #2244 - although didn't try it myself.
For LimeSuite, I think they are built everytime. We should probably update external/CMakeLists.txt to pick up the latest version though. |
I uninstalled the VC Runtime and reinstalled it, now SDRAngel is working and starting up normally again. Very strange, since Windows seems to think the new VC Runtime and the old one are the same and don't need a reinstall at all... I also read the other thread, I have PothosSDR and LimeSuite installed, and a LimeSDR that has been connected to this PC. Really seems to be the runtime the LimeSuite was built against. |
This issue is going to be closed due to inactivity |
Hi, I'm not sure where to put this but maybe someone else encounters the same problem.
SDRAngel 7.22.0 crashes for me on startup with a segmentation fault (0xc0000005), the dump analysis shows that the LimeSuite.dll is accessing MSVCP140.dll and fails when trying to read from a nullptr.
To fix this, I installed LimeSuite.dll from the official PothosSDR and removed the LimeSuite.dll from the SDRAngel folder. SDRAngel now starts again without issues.
The text was updated successfully, but these errors were encountered: