-
|
While trying to add a new user-defined liquid in the src\thermophysicalModels\thermophysicalProperties\liquidProperties directory and re-making the library using wmake libso, I get the following error: In this instance, my liquid is H2O2. Steps to reproduce the error: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
According to the message shown in the image, there is no problem, because the workaround was deployed without problems: The error "cannot load PDB helper DLL" occurs probably because you don't have installed Visual Studio installed. This is not a critical feature, it's just that it will not be able to get stack tracing on this library if it crashes when running one of its methods/functions. |
Beta Was this translation helpful? Give feedback.
-
|
I'd like to get stack tracing on it, if possible. So, I installed Visual Studio 2017, but the error persists. Is there any way I can avoid it? Edit: After installing VS 2017, adding Windows Symbols in the Debugger, and re-booting, the error disappears. However, the workaround message is still being called:
Does this imply successful execution? |
Beta Was this translation helpful? Give feedback.
-
|
If the message: is not shown, then it is not using the workaround. And many thanks for the feedback! I'll add it to the FAQ when I get a chance. |
Beta Was this translation helpful? Give feedback.

According to the message shown in the image, there is no problem, because the workaround was deployed without problems:
The error "cannot load PDB helper DLL" occurs probably because you don't have installed Visual Studio installed. This is not a critical feature, it's just that it will not be able to get stack tracing on this library if it crashes when running one of its methods/functions.