https://bugs.winehq.org/show_bug.cgi?id=48817
--- Comment #6 from qsniyg qsniyg@mail.com --- (In reply to rawfox from comment #4)
Since this fix, StarCitizen is not working anymore.
We are not sure yet, but its calling EtwEventRegister() .
I cant find a function like that, but there is EtwEventEnabled(), according to Microsoft docs in wdm.h, not existing in wine's wdm.h yet.
Is EtwRegister() and EtwUnregister() missing in wine yet ?
Could you attach a +module,+loaddll,+seh,+ntdll log? (+module,+loaddll for tracing the code related to this, +ntdll for Etw*, and +seh for exceptions)