https://bugs.winehq.org/show_bug.cgi?id=49970
--- Comment #8 from Sveinar Søpler cybermax@dexter.no --- I found some samples here: http://clootie.ru/delphi/download_dx92.html#XACT
The XACT_Samples.zip archive consist of 3 "demos" that run various xact things. I tested these on Windows 10 and it worked as it was supposed to, but they all crash with wine-staging-5.19.
The 3rd demo actually gives the same error as the one posted here: 0024:trace:xact3:DllMain (0x7d690000, 1, (nil)) 0024:trace:xact3:DllMain Using FAudio version 201000 0024:trace:xact3:DllGetClassObject ({cd0d66ec-8057-43f5-acbd-66dfb36fd78c}, {00000001-0000-0000-c000-000000000046}, 0x31fd68) 0024:trace:xact3:XACTCF_CreateInstance (0x7d6a25e4)->((nil),{c2f0af68-1f6d-40ed-964f-26256842edc4},0x31fd6c) 0024:trace:xact3:IXACTEngineImpl_QueryInterface (0x88efc0)->({c2f0af68-1f6d-40ed-964f-26256842edc4}, 0x31fd6c) 0024:trace:xact3:IXACTEngineImpl_AddRef (0x88efc0)->(): Refcount now 2 0024:trace:xact3:IXACTEngineImpl_Initialize (0x88efc0)->(0x31fe6c) 0024:warn:xact3:IXACTEngineImpl_Initialize FACTAudioEngine_Initialize returned -2 0024:trace:xact3:IXACTEngineImpl_ShutDown (0x88efc0) 0024:trace:xact3:IXACTEngineImpl_Release (0x88efc0)->(): Refcount now 1
It does however point to a different ID: cd0d66ec-8057-43f5-acbd-66dfb36fd78c which seems to be XACT3_VER == 0x0207
Anyway, if someone with knowhow can use those freebie demos to figure something out, it might solve something for that game aswell (i hope).