Hi, I was wondering if you have managed to figure this out. I have previously tried installing the dotnet packages, but it seemed to get me one step closer, but it still doesn't resolve the problem.
The errors I got from using dotnet was:
Code: Select all
info: Game: Fenix.exe
info: DXVK: v2.3
info: Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6ffffc473f90
info: Built-in extension providers:
info: Win32 WSI
info: OpenVR
info: OpenXR
info: OpenVR: could not open registry key, status 2
info: OpenVR: Failed to locate module
info: Enabled instance extensions:
info: VK_EXT_surface_maintenance1
info: VK_KHR_get_surface_capabilities2
info: VK_KHR_surface
info: VK_KHR_win32_surface
02bc:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
02bc:fixme:advapi:ReportEventW (00000000CAFE4242,0x0001,0x0000,0x00000401,0000000000000000,0x0001,0x00000000,0000751FBE23DF60,0000000000000000): stub
02bc:err:eventlog:ReportEventW L"Application: Fenix.exe\n"
02bc:err:eventlog:ReportEventW L"Framework Version: v4.0.30319\n"
02bc:err:eventlog:ReportEventW L"Description: The application requested process termination through System.Environment.FailFast(string message).\n"
02bc:err:eventlog:ReportEventW L"Message: 1\n"
02bc:err:eventlog:ReportEventW L"Stack:\n"
02bc:err:eventlog:ReportEventW L" at System.Environment.FailFast(System.String)\n"
02bc:err:eventlog:ReportEventW L" at System.Threading.Tasks.Task.Execute()\n"
02bc:err:eventlog:ReportEventW L" at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)\n"
02bc:err:eventlog:ReportEventW L" at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)\n"
02bc:err:eventlog:ReportEventW L" at System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef)\n"
02bc:err:eventlog:ReportEventW L" at System.Threading.Tasks.Task.ExecuteEntry(Boolean)\n"
02bc:err:eventlog:ReportEventW L" at System.Threading.ThreadPoolWorkQueue.Dispatch()\n"
02bc:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub
02bc:fixme:seh:RaiseFailFastException (0000751FBE23EB70, 0000751FBE23EC10, 0) stub
I have also tried to contact the developers, but they don't seem to want to help me at all, not even give me a hint as to why there is a FastFail being run with the output "Message: 1". My only assumption is that it's DRM that is causing this...