http://bugs.winehq.org/show_bug.cgi?id=60177 --- Comment #1 from Wehrwolfmann <wehrwolfmann@gmail.com> --- Addendum to bug 60177 — this is a regression, and I have narrowed it down. Same three-line VBScript reproducer as in the report: Set a = CreateObject("Agent.Control.2") a.Connected = True a.Characters.Load "Bonzi", "C:\windows\msagent\chars\Bonzi.acs" Run it with the 32-bit cscript. Load returns 0x80042001 on broken versions and succeeds on working ones. Nothing else in the prefix changes between runs: I install the same MS Agent 2.0 files and register them the same way every time. Versions I tested (Arch packages from archive.archlinux.org, unpacked into a private directory, plus Proton's wine builds): 10.0 ok 10.11 ok 10.16 ok 10.17 broken 10.18 broken 11.0 broken 11.15 broken So the last good release is 10.16 and the first bad one is 10.17. It is also not related to the new WoW64 mode: a pure WINEARCH=win32 prefix on wine 11.0 fails exactly the same way, and a win64 prefix on wine 10.0 works. Both architectures behave the same, only the version matters. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.