Jöran Malek

Results 195 comments of Jöran Malek

This is duplicate of #15376, fixed in #15377 to be included in next release. I don't know how Wine has implemented folder redirection/well-known folders, but basically make sure that the...

We are getting into the weeds with [IKVM](https://github.com/iterate-ch/ikvm) and Wine. It is crashing in this part [FastCharsetProvider.java#121](https://github.com/openjdk/jdk8u/blob/jdk8u312-ga/jdk/src/share/classes/sun/nio/cs/FastCharsetProvider.java#L121), which is failing at the boundary of IKVM to .NET for emitting dynamic...

After a chat with people over at https://github.com/ikvmnet/ikvm it turns out that the stack trace you posted is actually from Mono, which has a bug in the linked method [`DefineDynamicModule`](https://github.com/mono/mono/blob/main/mcs/class/corlib/System.Reflection.Emit/AssemblyBuilder.cs#L1033)....

So, I created a fresh OpenSuse 15.5 Leap VM, installed wine, winetricks and with that both dotnet40 and dotnet48, set the Wine-emulated version to Windows 10, and installed Cyberduck. This...

Should be the same issue as mentioned [here](https://github.com/iterate-ch/cyberduck/issues/15520#issuecomment-1894159490). Cyberduck isn't "just" using Win32 APIs, that are available in Wine, but makes extensive use of several Windows Runtime-types (introduced between Windows...

Exactly that is happening. gunicorn serves the gzip compressed files by sending them uncompressed over the wire. Just wanted to make you aware of that. In the end I put...

Looks like an issue with mavon-editor, without ever getting any attention. https://github.com/hinesboy/mavonEditor/issues/283 https://github.com/hinesboy/mavonEditor/issues/341

@Trenly yes, I did try that and AppInstaller refuses to install the package. Can get you the exact error tomorrow morning (CEST). The Microsoft.WebView2 dependency is supposed to be set...

Seconding this. I'm trying to get UPN authentication to work with NTLM. For a UPN the format is defined as `REALM\[email protected]`, I tested these combinations, with mild success - only...