March 16, 2026
9:37 a.m.
I have ported an application called "Fenbi Live Course", which is an teaching-oriented application. But when installed on wine, it crashed. I found that the application use the com class ILogononTrigger which is not implemented by wine. It is used like this: hr = pTriggerCollection->Create( TASK_TRIGGER_LOGON, &pTrigger ); I just complete the code it needs. I can't put the installer program in the attachment because the file is too big. I put the download url here if you need it. [](https://www.fenbi.com/page/download). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10345