*sigh* oh how wonderful it would be if this could work. I feel like if proton could make LIV work on linux, it would be a sign that proton development is complete. Such a complex use case, but it would be awesome. If onl...
I hate to bump an older issue, but as a VR streamer on Linux, I would love to see this fully implemented. What still needs to happen for this to be further fixed?
Copying the SteamVR driver from `steamapps/common/LIV/Resources/LIV Virtual Camera/` into `steamapps/common/SteamVR/drivers` works somewhat, as SteamVR will detect it as an addon, but LIV shows no signs of being aware of...
Update: Installing `dotnet462` through Winetricks (Protontricks appears to hit a weird regression on `dotnet45` for some reason), got the app to launch properly, however it fails to install its "SteamVR driver". Addition...
ECMA-335 does say that the size of a value type "shall not exceed 1 MByte", so this may be a case of Mono following the spec while .NET Framework does not.
By adding some extra tracing to Mono, I found the underlying error is this: `Value type instance size (1756816) cannot be zero, negative, or bigger than 1Mb`. Removing that check gets it further, but it hangs when clicki...