https://bugs.winehq.org/show_bug.cgi?id=46581
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com Regression SHA1| |9b9b4c0dda66f4f950df489bb98 | |2b2ebbc4bbc31
--- Comment #6 from Zebediah Figura z.figura12@gmail.com --- Thanks. The logs show, in the "good" case, the application tries to create a dispenser manager, fails, and then initializes a thread whose only purpose seems to be to create an MTA. In the "bad" case, the dispenser manager is successfully created, and no such thread is created. The implication seems to be that the application expects the dispenser manager to create an MTA, but testing shows that's not what happens.
I'm not really sure at all where the bug is. Somewhere I guess an MTA has to be created, but it's not clear at all where. Maybe some method needs to be called on the dispenser manager first? Can you please add +comsvcs,+win, and see if that adds any clues?