Il2cpp assembly crash in BrotliEncoderSetParameter method

I have a crash on game start.

In the log file i see

========== OUTPUTTING STACK TRACE ==================

0x000007FECCE22CD8 (GameAssembly) BrotliEncoderSetParameter
0x000007FECCE23C7E (GameAssembly) BrotliEncoderSetParameter
0x000007FECCDD3E15 (GameAssembly) BrotliDecoderIsFinished
0x000007FECCDDD41F (GameAssembly) il2cpp_init
...
...
...
...
C:\Program Files\Debugging Tools for Windows (x64)\symsrv.dll:symsrv.dll (0000000062CA0000), size: 319488 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.12.2.633
  ERROR: SymGetSymFromAddr64, GetLastError: 'Попытка обращения к неверному адресу.' (Address: 000007FED2B3A707)
0x000007FED2B3A707 (UnityPlayer) (function-name not available)
  ERROR: SymGetSymFromAddr64, GetLastError: 'Попытка обращения к неверному адресу.' (Address: 000007FED2BC4F74)
0x000007FED2BC4F74 (UnityPlayer) (function-name not available)
  ERROR: SymGetSymFromAddr64, GetLastError: 'Попытка обращения к неверному адресу.' (Address: 000007FED2BC683E)
0x000007FED2BC683E (UnityPlayer) (function-name not available)
0x000007FED2BC747B (UnityPlayer) UnityMain
  ERROR: SymGetSymFromAddr64, GetLastError: 'Попытка обращения к неверному адресу.' (Address: 000000013FCE11F2)
0x000000013FCE11F2 (Drova) (function-name not available)
0x0000000077A0556D (kernel32) BaseThreadInitThunk
0x0000000077B6372D (ntdll) RtlUserThreadStart

========== END OF STACKTRACE ===========

I have 3 devices with windows 7. Two of them are ok, and game works fine. One notebook does not work fine. Game crashes.

I can’t find any clue as to the cause of the error. I’ve searched all over google and can’t find anything.
The OS settings are generally similar everywhere. On one device the hardware is older but the game works.
I’ve tried uninstalling the Nvidia drivers on the laptop and leaving only the Intel integrated video card. That didn’t help.

I have crash.dmp files and can provide them.

What it can be?