Encountour DLL error when init instance app=mech.App(version=232) #698
Replies: 1 comment
-
@zueskalare This might be because you are using embedded in Linux without using for example after you activate your venv |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Enviroument
Error
DllNotFoundException: Ans.Common.WBLogger.dll assembly: type: member:(null)
at (wrapper managed-to-native) Ansys.Common.WB1ManagedUtils.Logger+Imports.wb_logger_log_message(int,string,string)
at Ansys.Common.WB1ManagedUtils.Logger.LogMessage (Ansys.Common.WB1ManagedUtils.Logger+LoggerSeverity severity, System.String context, System.String message) [0x00000] in :0
at Ansys.Mechanical.Embedding.Application.trace (System.String msg) [0x00000] in <453e70f297334f5db0d8841fbf1f0dac>:0
at Ansys.Mechanical.Embedding.Application.startApp (System.String dbFile) [0x00000] in <453e70f297334f5db0d8841fbf1f0dac>:0
at Ansys.Mechanical.Embedding.Application..ctor (System.String dbFile) [0x00006] in <453e70f297334f5db0d8841fbf1f0dac>:0
at (wrapper managed-to-native) System.Reflection.RuntimeConstructorInfo.InternalInvoke(System.Reflection.RuntimeConstructorInfo,object,object[],System.Exception&)
at System.Reflection.RuntimeConstructorInfo.InternalInvoke (System.Object obj, System.Object[] parameters, System.Boolean wrapExceptions) [0x00005] in :0
Question:
I thought the problem should be on windows platform. Is there any platform compatability problem?
Beta Was this translation helpful? Give feedback.
All reactions