StudioCherno / Coral

Coral is a C++/C# wrapper around the .NET CoreCLR library, the purpose of Coral is to provide a native interface similar to Mono, but in a more modern style, and using .NET Core instead of .NET Framework
MIT License
210 stars 26 forks source link

Assertion failed in HostInstance.cpp #3

Closed VagueLobster closed 1 year ago

VagueLobster commented 1 year ago

My application fails the assertion at line 237 with the latest commit when switching projects where each project has it's own dynamic library: [Coral.Native]: Assert Failed! Expression: status == StatusCode::Success && m_HostFXRContext != nullptr at path\to\engine\vendor\Coral\Coral.Native\Source\Coral\HostInstance.cpp:237 I can avoid the assertion failed by setting the && to || but i suspect that isn't the intended behaviour?