On Sat Nov 1 10:41:56 2025 +0000, Nikolay Sivov wrote:
Is that some arbitrary length limit?
Yes, the [MSDN docs for RoOriginateError(W)](https://learn.microsoft.com/en-us/windows/win32/api/roerrorapi/nf-roerrorapi...) state that the caller-provided message is truncated to 512 characters. We test for this in `test_RoOriginateError` as well: https://gitlab.winehq.org/wine/wine/-/blob/f9fca986dea77b7dc2527fd413008353f...