https://bugs.winehq.org/show_bug.cgi?id=54858
--- Comment #5 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
There is indeed a bug with the debug channel name. I could get the output in a WINEDEBUG=+all,-relay and the channel name appears to be mangled like a buffer overflow. I'll need to check that.
The patch adds a stub interface but it's currently empty. The crash is probably caused by the application calling a function not present in the interface. I'll put some function stubs in the next patch, after I get the debug channel issue sorted.
Regards.