You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=== .NET 9: Process exited with code -1073740791 (0xc0000409)
183
+
184
+
Caused by Intel CET (Control-flow Enforcement Technology) being link:https://learn.microsoft.com/en-us/dotnet/core/compatibility/interop/9.0/cet-support[enabled by default for .NET 9 assemblies].
185
+
Ignite starts a JVM in-process, which is incompatible with CET.
186
+
187
+
More details:
188
+
189
+
* link:https://learn.microsoft.com/en-us/dotnet/core/compatibility/9.0[Breaking changes in .NET 9]
190
+
* link:https://windows-internals.com/cet-on-windows/[CET Internals in Windows]
191
+
* link:https://ptupitsyn.github.io/Ignite-on-NET-9/[Blog: Ignite on .NET 9]
192
+
193
+
==== Workaround
194
+
195
+
Disable CET for the application by adding the following to the main project file (csproj, vsproj, etc):
0 commit comments