On 4/30/21 9:11 AM, Francois Gouget wrote:
Windows would normally have .Net strings that follow but Wine does not in 64-bit mode. Still the formatting makes sense so allow it.
Why does it make sense to allow it? Those .net strings are always present on Windows, so this test just found a bug in Wine Mono installer: it's missing 64-bit version of 'Post Platform' registries. Ideally we should fix it in Wine Mono. We could have something like your patch meantime, but I think it would be better to have a todo_wine in that case.
Thanks, Jacek