https://bugs.winehq.org/show_bug.cgi?id=47944 --- Comment #7 from Michel Terrisse <mterrisse(a)free.fr> --- Thank you very much for those answers. We tried specifying the entitlements with no success for the moment, but we keep trying. We also tried to build wine from source with the commit 98238aa8736022ec08205e66a4e92f690ddcc711, but couldn't start wine after that. So we will try again with just this commit and the sources from Wine 4.17, we will probably know on Monday if it works. We also tried with WINEDEBUG=+loaddll to know which dll contains a shared data section. Strangely the latest loaded dll is C:\Windows\System32\CFGMGR32.dll, relative to the Configuration Manager (https://docs.microsoft.com/en-us/windows/win32/api/cfgmgr32/). It is a native dll and it doesn't have a shared section. Can you confirm that a shared section in a dll is a section with the flag IMAGE_SCN_MEM_SHARED (0x10000000, "The section can be shared in memory.") ? Thank you for your help, Michel Terrisse -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.