I pushed a change that should work around this to bleeding-edge experimental: https://github.com/ValveSoftware/Proton/commit/cf5de03a49454c04f225dbefabbedc38a9828f87 https://github.com/ValveSoftware/Proton/commit/bea1fa8...
Trying out vanilla proton bleeding edge, the game crashes on launch, with the crash report being the same as experimental, I might also have incorrectly assumed that the fix for this is upstream, but it might be the resu...
There is, ``17966.137:0158:015c:fixme:ncrypt:map_ntstatus unhandled status 0xc0000002``, which from my quick search should mean the feature its calling upon is not supported yet.
0x8009002d is NTE_INTERNAL_ERROR (found by searching github), and is returned when Wine's ncrypt.dll gets an NT status code it doesn't recognize. There should be a fixme line from map_ntstatus showing the actual error co...
Trying more proton-tkg versions (based off wine 7.22, 8.0-rc0 and 8.0-rc4), i have little to no technical knowledge but looks to me like the issue causing crashes on start must have been fixed upstream, but its still hav...
The game launches with proton-tkg or GE-Proton7-43, however crashes at login/registration, both versions produce different reports from the games crash handler. I don't know if providing info from non-valve proton versio...
This is actually using .NET Core, so wine-mono isn't involved. That limits my ability to monitor what it's doing, and I haven't found anything obvious in wine logs.