Ветеран

Сообщения: 4635
Благодарности: 1115
|
Профиль
|
Отправить PM
| Цитировать
Цитата marcinho_19:
Код исключения: 0xc0000374 »
|
В логе procmon процесс завершается с этой ошибкой, да:
Код: 
# for decimal -1073740940 / hex 0xc0000374
STATUS_HEAP_CORRUPTION ntstatus.h
# A heap has been corrupted.
Код: 
24:57,5 1WinPoker.exe 11452 Process Exit SUCCESS Exit Status: -1073740940, User Time: 0.0937500 seconds, Kernel Time: 0.3593750 seconds, Private Bytes: 38*608*896, Peak Private Bytes: 38*653*952, Working Set: 58*740*736, Peak Working Set: 58*781*696
В каждом приложенном дампе эта ошибка повторяется.
Есть предположение, что приложению не хватает этой библиотеки:
Код: 
libssl-3-x64.DLL
Код: 
24:50,9 1WinPoker.exe 5956 CreateFile C:\Windows\System32\libssl-3-x64.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
24:50,9 1WinPoker.exe 5956 CreateFile C:\Program Files (x86)\Common Files\Intel\Shared Files\cpp\Bin\Intel64\libssl-3-x64.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
24:50,9 1WinPoker.exe 5956 CreateFile C:\Windows\System32\libssl-3-x64.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
24:50,9 1WinPoker.exe 5956 CreateFile C:\Windows\libssl-3-x64.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
24:50,9 1WinPoker.exe 5956 CreateFile C:\Windows\System32\wbem\libssl-3-x64.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
24:50,9 1WinPoker.exe 5956 CreateFile C:\Windows\System32\WindowsPowerShell\v1.0\libssl-3-x64.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
24:50,9 1WinPoker.exe 5956 CreateFile C:\Windows\System32\OpenSSH\libssl-3-x64.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
24:50,9 1WinPoker.exe 5956 CreateFile C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common\libssl-3-x64.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
24:50,9 1WinPoker.exe 5956 CreateFile C:\Windows\System32\libssl-3-x64.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
24:50,9 1WinPoker.exe 5956 CreateFile C:\Windows\libssl-3-x64.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
24:50,9 1WinPoker.exe 5956 CreateFile C:\Windows\System32\wbem\libssl-3-x64.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
24:50,9 1WinPoker.exe 5956 CreateFile C:\Windows\System32\WindowsPowerShell\v1.0\libssl-3-x64.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
24:50,9 1WinPoker.exe 5956 CreateFile C:\Windows\System32\OpenSSH\libssl-3-x64.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
24:50,9 1WinPoker.exe 5956 CreateFile C:\Program Files\dotnet\libssl-3-x64.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
24:50,9 1WinPoker.exe 5956 CreateFile C:\Program Files\WireGuard\libssl-3-x64.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
24:50,9 1WinPoker.exe 5956 CreateFile C:\Users\Admin\AppData\Local\Microsoft\WindowsApps\libssl-3-x64.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
|