Nikolay Sivov

Results 14 comments of Nikolay Sivov

Hello. @alex9k1, please make sure you had 3.16-7 update actually delivered, that was an issue when it failed to download for some users. To do so you can install "Proton...

Yes, there was a number of issues open for this problem, like https://github.com/ValveSoftware/steam-for-linux/issues/6093#issuecomment-465794186, where Steam reports 3.16-7 but actual update was not downloaded. Basically it should be enough to go...

@james-munson please don't upload and link windows dlls like that, if they were distributable, we'd use standalone installer instead. @kisak-valve I think it's better to remove this link https://github.com/ValveSoftware/Proton/issues/2266#issuecomment-457803041.

That's likely about missing Mono functionality [1]: ``` [00000028:] EXCEPTION handling: System.NotImplementedException: The method or operation is not implemented. "" tid=00000028 this=02550120 , thread handle : 00D44520, state : not...

You normally don't need that, configuring with --disable-tests will skip tests, they are not included in proton packages.

It is implemented in dotnet/runtime at https://github.com/dotnet/runtime/blob/2544c744d204c6ae0e20ba78c9cb8832a92091f3/src/libraries/System.Private.CoreLib/src/System/Environment.Windows.cs#L145. I don't know if it's worth duplicating in wine-mono, maybe flipping return value is enough.

It's using WPF according to this log. Wine-mono does not provide it.

Currently the only way is to install .NET.

> > because WPF is planned to be released as free software as part of dotnet core, which would make any work we do obsolete. > > Isn't WPF support...

I suspect this could be about WM_CHOOSEFONT_GETLOGFONT that WinForms is using, they expect LOGFONTW to be filled on return, and we treat it as LOGFONTA.