Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Game crashes upon starting
eevee590
Unregistered

 
#1
Not Solved Game crashes upon starting
I have run through the troubleshooting guide and can't figure this out. I've got the game on steam and I haven't been able to start it once because everytime I click play the game starts to open but then immediately crashes. It doesn't get to any opening images or anything, just a black screen followed by the window's 'not responding' message.

attached my hol.log if that helps

Many thanks
01-08-2017, 04:01 AM
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#2
Not Solved RE: Game crashes upon starting
Hello! It appears you haven't attached the log - you can just open it in a Text Editor such as Notepad and copy and paste the contents here if it helps at all!

Does anything happen if you try to launch the game manually? Right click SOMA in your Steam Library, and select properties. Under the Local Files Tab, choose "Browse Local Files" and try running Soma.exe manually and see if any error messages occur.

Discord: Romulator#0001
[Image: 3f6f01a904.png]
(This post was last modified: 01-08-2017, 07:57 AM by Romulator.)
01-08-2017, 07:45 AM
Find
eevee590
Unregistered

 
#3
Not Solved RE: Game crashes upon starting
(01-08-2017, 07:45 AM)Aceromulator Wrote: Hello! It appears you haven't attached the log - you can just open it in a Text Editor such as Notepad and copy and paste the contents here if it helps at all!

Does anything happen if you try to launch the game manually? Right click SOMA in your Steam Library, and select properties. Under the Local Files Tab, choose "Browse Local Files" and try running Soma.exe manually and see if any error messages occur.

Sorry, didn't realize the attachment didn't upload. Launching the game manually is no different than through steam: a black screen followed by the SOMA is not responding message. The text file is too large to paste whole here, or to a pastebin. I attached the first part of the log.

Loading data from cloud storage
--------------------------------------------------------
Files on steam cloud:
No could files found!
Time: 0
--------------------------------------------------------

Version 1.102
-------- THE HPL ENGINE LOG ------------
Creating Engine Modules
--------------------------------------------------------
Creating job manager with 7 threads and 1024 jobs
Creating graphics module
Creating system module
Creating resource module
Creating input module
Creating sound module
Creating physics module
Creating ai module
Creating gui module
Creating generate module
Creating haptic module
Creating scene module
Creating script module
Creating lipsync module
--------------------------------------------------------

Initializing Resources Module
--------------------------------------------------------
Creating loader handlers
Creating resource managers
Adding loaders to handlers
--------------------------------------------------------

Initializing Graphics Module
--------------------------------------------------------
Init lowlevel graphics: -1x-1 bpp:32 rr: 60 fs:0 ms:0 driver: 0 cap:'SOMA Loading...' posSad-1x-1)
Available drivers:
(0) - 'windows'
(1) - 'dummy'
Creating window: (-1,-1) 1600 x 900 - 32 bpp flags: 3
Setting display mode: 1600 x 900 - 32 bpp 60 hz
Init Glew...OK
Setting up OpenGL
Vendor: Intel
Renderer: Intel® HD Graphics 3000
Version: 3.1.0 - Build 9.17.10.4229
Max texture image units: 16
Max texture coord units: 8
Max texture buffer size: 65536
Max texture array slices: 256
Max user clip planes: 6
Two sided stencil: 1
Vertex Buffer Object: 1
Anisotropic filtering: 1
Max Anisotropic degree: 16
Multisampling: 1
Texture compression: 1
Texture compression S3TC: 1
Texture compression 3DC: 0
Texture sRGB: 1
Geometry Instancing: 1
Auto generate MipMaps: 1
Render to texture: 1
Max draw buffers: 8
Max color render targets: 8
Packed depth-stencil: 1
Texture float: 1
GLSL Version: 1.40 - Intel Build 9.17.10.4229
ShaderModel 2: 1
ShaderModel 3: 1
ShaderModel 4: 0
Max vertex uniforms: 0
Max fragment uniforms: 1024
OGL ATIFragmentShader: 0
Tesselation: 0
MultiBindTex: 0
ERROR: Failed to compile GLSL shader ''!
Shader code:
-------------------
[0001] #version 330
[0002] #extension GL_ARB_explicit_attrib_location : enable
[0003] #extension GL_ARB_uniform_buffer_object : enable
[0004] #extension GL_ARB_shading_language_420pack: enable
[0005] ////////////////////////////////////////////////////////
[0006] // Deferred Skybox - Fragment Shader
[0007] //
[0008] // samples a cubemap skybox
[0009] ////////////////////////////////////////////////////////
[0010]
[0011]
[0012]
[0013] layout(binding = 0) uniform samplerCube aSkyMap;
[0014]
[0015] in vec4 px_vPosition;
[0016] in vec4 px_vTexCoord0;
[0017] in vec4 px_vColor;
[0018] layout(location = 0) out vec4 out_vColor;
[0019]
[0020] void main()
[0021] {
[0022] vec4 px_vPosition = gl_FragCoord;
[0023] bool px_bFrontFacing = gl_FrontFacing;
[0024] int px_lPrimitiveID = gl_PrimitiveID;
[0025]
[0026]
[0027] vec4 vFinalColor;
[0028]
[0029] ////////////////////
[0030] //Diffuse
[0031] vFinalColor = texture(aSkyMap, px_vTexCoord0.xyz);
[0032]
[0033] //Convert color to linear space if needed
[0034]
[0035] vFinalColor.rgb = pow(vFinalColor.rgb, vec3(2.2));
[0036]
[0037]
[0038]
[0039] // Multiply with 8.0 to increase precision
---------------------
01-08-2017, 09:28 PM
theratoygenius
Unregistered

 
#4
Not Solved RE: Game crashes upon starting
(01-08-2017, 07:45 AM)Aceromulator Wrote: Hello! It appears you haven't attached the log - you can just open it in a Text Editor such as Notepad and copy and paste the contents here if it helps at all!

Does anything happen if you try to launch the game manually? Right click SOMA in your Steam Library, and select properties. Under the Local Files Tab, choose "Browse Local Files" and try running Soma.exe manually and see if any error messages occur.

I am having the same problem as well. Black screen, no logo, crashes with an error message that says soma.exe is not responding.

(01-09-2017, 01:04 AM)theratoygenius Wrote:
(01-08-2017, 07:45 AM)Aceromulator Wrote: Hello! It appears you haven't attached the log - you can just open it in a Text Editor such as Notepad and copy and paste the contents here if it helps at all!

Does anything happen if you try to launch the game manually? Right click SOMA in your Steam Library, and select properties. Under the Local Files Tab, choose "Browse Local Files" and try running Soma.exe manually and see if any error messages occur.

I am having the same problem as well. Black screen, no logo, crashes with an error message that says soma.exe is not responding.

I am not sure if it attached properly, so here is the first part of my log.
Version 1.102
-------- THE HPL ENGINE LOG ------------
Creating Engine Modules
--------------------------------------------------------
Creating job manager with 3 threads and 1024 jobs
Creating graphics module
Creating system module
Creating resource module
Creating input module
Creating sound module
Creating physics module
Creating ai module
Creating gui module
Creating generate module
Creating haptic module
Creating scene module
Creating script module
Creating lipsync module
--------------------------------------------------------

Initializing Resources Module
--------------------------------------------------------
Creating loader handlers
Creating resource managers
Adding loaders to handlers
--------------------------------------------------------

Initializing Graphics Module
--------------------------------------------------------
Init lowlevel graphics: -1x-1 bpp:32 rr: 60 fs:0 ms:0 driver: 0 cap:'SOMA Loading...' posSad-1x-1)
Available drivers:
(0) - 'windows'
(1) - 'dummy'
Creating window: (-1,-1) 1366 x 768 - 32 bpp flags: 3
Setting display mode: 1366 x 768 - 32 bpp 60 hz
Init Glew...OK
Setting up OpenGL
Vendor: Intel
Renderer: Intel® HD Graphics 3000
Version: 3.1.0 - Build 9.17.10.4229
Max texture image units: 16
Max texture coord units: 8
Max texture buffer size: 65536
Max texture array slices: 256
Max user clip planes: 6
Two sided stencil: 1
Vertex Buffer Object: 1
Anisotropic filtering: 1
Max Anisotropic degree: 16
Multisampling: 1
Texture compression: 1
Texture compression S3TC: 1
Texture compression 3DC: 0
Texture sRGB: 1
Geometry Instancing: 1
Auto generate MipMaps: 1
Render to texture: 1
Max draw buffers: 8
Max color render targets: 8
Packed depth-stencil: 1
Texture float: 1
GLSL Version: 1.40 - Intel Build 9.17.10.4229
ShaderModel 2: 1
ShaderModel 3: 1
ShaderModel 4: 0
Max vertex uniforms: 0
Max fragment uniforms: 1024
OGL ATIFragmentShader: 0
Tesselation: 0
MultiBindTex: 0
ERROR: Failed to compile GLSL shader ''!
Shader code:
-------------------
[0001] #version 330
[0002] #extension GL_ARB_explicit_attrib_location : enable
[0003] #extension GL_ARB_uniform_buffer_object : enable
[0004] #extension GL_ARB_shading_language_420pack: enable
[0005] ////////////////////////////////////////////////////////
[0006] // Deferred Skybox - Fragment Shader
[0007] //
[0008] // samples a cubemap skybox
[0009] ////////////////////////////////////////////////////////
[0010]
[0011]
[0012]
[0013] layout(binding = 0) uniform samplerCube aSkyMap;
[0014]
[0015] in vec4 px_vPosition;
[0016] in vec4 px_vTexCoord0;
[0017] in vec4 px_vColor;
[0018] layout(location = 0) out vec4 out_vColor;
[0019]
[0020] void main()
[0021] {
[0022] vec4 px_vPosition = gl_FragCoord;
[0023] bool px_bFrontFacing = gl_FrontFacing;
[0024] int px_lPrimitiveID = gl_PrimitiveID;
[0025]
[0026]
[0027] vec4 vFinalColor;
[0028]
[0029] ////////////////////
[0030] //Diffuse
[0031] vFinalColor = texture(aSkyMap, px_vTexCoord0.xyz);
[0032]
[0033] //Convert color to linear space if needed
[0034]
[0035] vFinalColor.rgb = pow(vFinalColor.rgb, vec3(2.2));
[0036]
[0037]
[0038]
[0039] // Multiply with 8.0 to increase precision
---------------------
01-09-2017, 01:04 AM
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#5
Not Solved RE: Game crashes upon starting
Both of you are running an Intel HD Graphics 3000 which is is not supported by SOMA, as in, the game will not run on those systems for SOMA requires OpenGL v3.3.0 minimum, whereas your Intel HD Graphics only reaches 3.1.0.

If either of you have an integrated Intel Graphics Card but also a secondary Graphics Card on your system, go here and look at Question 3: https://www.frictionalgames.com/forum/thread-30644.html

Beyond that, not much more we can do (see Question 4 in the above link).

Discord: Romulator#0001
[Image: 3f6f01a904.png]
01-09-2017, 02:26 AM
Find
arschery
Unregistered

 
#6
Not Solved RE: Game crashes upon starting
Spoiler below!
Number of Processors: 2
Processor Type: Intel Pentium
Windows OS: Windows 2000
Version 6.0002
Build Number 9200


Current Memory Load: 54
Total Physical Memory: 2146545664 bytes
Available Physical Memory: 974323712 bytes
Total Virtual Memory: 2147352576 bytes
Available Virtual Memory: 1789190144 bytes
EAX=00B1FB28 EBX=0CC914A8 ECX=00000000 EDX=00B1FB28 ESI=0CC9165C
EDI=0CC914EC EBP=00B1FF04 ESP=00B1FEFC EIP=77CF9B92 FLG=00010202
CS=001B DS=0023 SS=0023 ES=0023 FS=003B GS=0000
EAX=00B1FB28 EBX=0CC914A8 ECX=00000000 EDX=00B1FB28 ESI=0CC9165C
EDI=0CC914EC EBP=00B1FF04 ESP=00B1FEFC EIP=77CF9B92 FLG=00010202
CS=001B DS=0023 SS=0023 ES=0023 FS=003B GS=0000
001B:0105F916 Amnesia.exe
001B:0105B196 Amnesia.exe
001B:0109E3B9 Amnesia.exe
001B:0105BDF9 Amnesia.exe
001B:0105BEF3 Amnesia.exe
001B:01003D2C Amnesia.exe
001B:0100A79F Amnesia.exe
001B:00FB933A Amnesia.exe
001B:00FF34F0 Amnesia.exe
001B:00FF0D27 Amnesia.exe
001B:00EE0805 Amnesia.exe
001B:00FD424C Amnesia.exe
001B:0140DE71 Amnesia.exe
001B:75568E94 KERNEL32.DLL, BaseThreadInitThunk()+0036 byte(s)
001B:77CF9BC3 ntdll.dll, RtlDestroyQueryDebugBuffer()+1571 byte(s)
001B:77CF9B92 ntdll.dll, RtlDestroyQueryDebugBuffer()+1522 byte(s)
System, PID: 4
smss, PID: 336
csrss, PID: 460
wininit, PID: 544
csrss, PID: 556
services, PID: 608
lsass, PID: 616
svchost, PID: 720
winlogon, PID: 728
svchost, PID: 824
dwm, PID: 936
svchost, PID: 1004
svchost, PID: 1092
nvSCPAPISvr, PID: 1204
nvvsvc, PID: 1216
nvxdsync, PID: 1288
nvvsvc, PID: 1296
svchost, PID: 1408
svchost, PID: 1416
svchost, PID: 1488
svchost, PID: 1636
svchost, PID: 1816
SearchIndexer, PID: 1872
svchost, PID: 1900
spoolsv, PID: 76
svchost, PID: 1596
armsvc, PID: 1896
svchost, PID: 1944
GfExperienceService, PID: 420
NvNetworkService, PID: 2076
NvStreamService, PID: 2084
IoctlSvc, PID: 2132
RealPlayerUpdateSvc, PID: 2140
rpdsvc, PID: 2148
svchost, PID: 2200
MsMpEng, PID: 2224
Memory Compression, PID: 2316
dasHost, PID: 2416
svchost, PID: 2668
wmpnetwk, PID: 3548
NvStreamNetworkService, PID: 3588
NisSrv, PID: 416
NvStreamUserAgent, PID: 2808
conhost, PID: 2944
svchost, PID: 468
C:\WINDOWS\system32\svchost.exe
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\kernel.appcore.dll
C:\WINDOWS\System32\msvcrt.dll
C:\WINDOWS\System32\user32.dll
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\System32\IMM32.DLL
c:\windows\system32\cdpusersvc.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\WINDOWS\System32\powrprof.dll
c:\windows\system32\cdp.dll
C:\WINDOWS\System32\CRYPT32.dll
C:\WINDOWS\System32\MSASN1.dll
C:\WINDOWS\System32\WS2_32.dll
C:\WINDOWS\System32\shcore.dll
c:\windows\system32\VEEventDispatcher.dll
c:\windows\system32\ncrypt.dll
c:\windows\system32\SspiCli.dll
c:\windows\system32\IPHLPAPI.DLL
c:\windows\system32\WINHTTP.dll
c:\windows\system32\bcrypt.dll
c:\windows\system32\msvcp110_win.dll
c:\windows\system32\NTASN1.dll
C:\WINDOWS\SYSTEM32\WLDP.DLL
C:\WINDOWS\System32\WINTRUST.dll
C:\WINDOWS\System32\clbcatq.dll
C:\Windows\System32\cdprt.dll
C:\WINDOWS\System32\NSI.dll
C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll
c:\windows\system32\winsqlite3.dll
c:\windows\system32\CRYPTBASE.dll
C:\WINDOWS\System32\advapi32.DLL
c:\windows\system32\aphostservice.dll
c:\windows\system32\NetworkHelper.dll
c:\windows\system32\UserDataPlatformHelperUtil.dll
c:\windows\system32\MCCSPal.dll
c:\windows\system32\SYNCUTIL.dll
C:\WINDOWS\System32\OLEAUT32.dll
c:\windows\system32\VAULTCLI.dll
C:\WINDOWS\SYSTEM32\wintypes.dll
c:\windows\system32\InprocLogger.dll
C:\WINDOWS\System32\profapi.dll
C:\WINDOWS\System32\windows.storage.dll
C:\WINDOWS\System32\shlwapi.dll
C:\WINDOWS\System32\FlightSettings.dll
C:\WINDOWS\SYSTEM32\cryptsp.dll
C:\WINDOWS\System32\bcd.dll
C:\WINDOWS\System32\cfgmgr32.dll
C:\WINDOWS\system32\msv1_0.DLL
C:\WINDOWS\system32\NtlmShared.dll
C:\WINDOWS\system32\cryptdll.dll
C:\Windows\System32\SyncController.dll
C:\Windows\System32\dsclient.dll
C:\Windows\System32\PIMSTORE.dll
C:\Windows\System32\AccountAccessor.dll
C:\Windows\System32\APHostClient.dll
C:\Windows\System32\UserDataLanguageUtil.dll
C:\Windows\System32\MCCSEngineShared.dll
C:\Windows\System32\UserDataTypeHelperUtil.dll
C:\Windows\System32\policymanager.dll
C:\Windows\System32\CEMAPI.dll
C:\Windows\System32\PhoneUtil.dll
C:\WINDOWS\System32\POSyncServices.dll
c:\windows\system32\unistore.dll
c:\windows\system32\ESENT.dll
c:\windows\system32\userdataservice.dll
c:\windows\system32\SystemEventsBrokerClient.dll
c:\windows\system32\PimIndexMaintenanceClient.DLL
c:\windows\system32\MessagingDataModel2.DLL
c:\windows\system32\XmlLite.dll
C:\WINDOWS\SYSTEM32\usermgrcli.dll
c:\windows\system32\pimindexmaintenance.dll
C:\Windows\System32\TokenBroker.dll
C:\Windows\System32\TOKENBINDING.dll
C:\Windows\System32\OneCoreCommonProxyStub.dll
C:\Windows\System32\ActiveSyncProvider.dll
C:\Windows\System32\UserDataTimeUtil.dll
C:\WINDOWS\SYSTEM32\wtsapi32.dll
c:\windows\system32\WinSync.dll
C:\Windows\System32\iertutil.dll
C:\Windows\System32\usermgrproxy.dll
C:\Windows\System32\Windows.StateRepository.dll
C:\Windows\System32\StateRepository.Core.dll
c:\windows\system32\AppXAllUserStore.dll
C:\Windows\System32\deviceaccess.dll
C:\WINDOWS\system32\AccountsRT.dll
C:\Windows\System32\OneCoreUAPCommonProxyStub.dll
C:\Windows\System32\SyncProxy.dll
C:\Windows\System32\Windows.Security.Authentication.Web.Core.dll
C:\Windows\System32\twinapi.appcore.dll
C:\Windows\System32\USERENV.dll
C:\WINDOWS\SYSTEM32\profext.dll
C:\WINDOWS\SYSTEM32\ntmarta.dll
C:\Windows\System32\Windows.Web.dll
C:\WINDOWS\SYSTEM32\mrmcorer.dll
C:\WINDOWS\SYSTEM32\Bcp47Langs.dll
C:\Windows\System32\Windows.UI.dll
C:\WINDOWS\system32\uxtheme.dll
sihost, PID: 932
C:\WINDOWS\system32\sihost.exe
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\System32\msvcrt.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\System32\advapi32.dll
C:\WINDOWS\SYSTEM32\ntmarta.dll
C:\WINDOWS\system32\CoreMessaging.dll
C:\WINDOWS\system32\CoreUIComponents.dll
C:\WINDOWS\System32\kernel.appcore.dll
C:\WINDOWS\System32\user32.dll
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\System32\shcore.dll
C:\WINDOWS\SYSTEM32\wintypes.dll
C:\WINDOWS\System32\IMM32.DLL
C:\WINDOWS\System32\clbcatq.dll
C:\WINDOWS\system32\desktopshellext.dll
C:\WINDOWS\System32\shlwapi.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\WINDOWS\SYSTEM32\wtsapi32.dll
C:\WINDOWS\SYSTEM32\WINSTA.dll
C:\Windows\System32\Windows.Shell.ServiceHostBuilder.dll
C:\Windows\System32\ActXPrxy.dll
C:\Windows\System32\modernexecserver.dll
C:\WINDOWS\System32\OLEAUT32.dll
C:\WINDOWS\System32\powrprof.dll
C:\Windows\System32\ResourcePolicyClient.dll
C:\Windows\System32\VEEventDispatcher.dll
C:\WINDOWS\SYSTEM32\twinapi.appcore.dll
C:\Windows\System32\msvcp110_win.dll
C:\Windows\System32\bcrypt.dll
C:\WINDOWS\system32\uxtheme.dll
C:\Windows\System32\ClipboardServer.dll
C:\Windows\System32\RMCLIENT.dll
C:\WINDOWS\system32\activationmanager.dll
C:\WINDOWS\System32\AppointmentActivation.dll
C:\WINDOWS\System32\ole32.dll
C:\Windows\System32\usermgrproxy.dll
C:\WINDOWS\SYSTEM32\usermgrcli.dll
C:\Windows\System32\OneCoreUAPCommonProxyStub.dll
C:\WINDOWS\system32\ExecModelClient.dll
C:\Windows\System32\windowmanagement.dll
C:\Windows\System32\NotificationPlatformComponent.dll
C:\Windows\System32\AppContracts.dll
C:\WINDOWS\system32\ShareHost.dll
C:\WINDOWS\System32\Windows.Storage.dll
C:\WINDOWS\System32\profapi.dll
C:\WINDOWS\system32\WpPortingLibrary.dll
C:\Windows\System32\OneCoreCommonProxyStub.dll
C:\Windows\System32\Windows.System.Launcher.dll
C:\Windows\System32\dsclient.dll
C:\WINDOWS\System32\twinui.appcore.dll
C:\WINDOWS\system32\execmodelproxy.dll
C:\Windows\System32\daxexec.dll
C:\Windows\System32\FLTLIB.DLL
C:\Windows\System32\container.dll
C:\Windows\System32\IPHLPAPI.DLL
C:\Windows\System32\Windows.StateRepository.dll
C:\Windows\System32\StateRepository.Core.dll
C:\WINDOWS\SYSTEM32\licensemanagerapi.dll
C:\WINDOWS\system32\dwmapi.dll
C:\WINDOWS\SYSTEM32\capauthz.dll
C:\Windows\System32\ieproxy.dll
taskhostw, PID: 4144
C:\WINDOWS\system32\taskhostw.exe
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\System32\msvcrt.dll
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\OLEAUT32.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\WINDOWS\System32\imm32.dll
C:\WINDOWS\System32\USER32.dll
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\System32\kernel.appcore.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\system32\uxtheme.dll
C:\WINDOWS\system32\dwmapi.dll
C:\WINDOWS\System32\clbcatq.dll
C:\WINDOWS\system32\MsCtfMonitor.dll
C:\WINDOWS\System32\MSCTF.dll
C:\WINDOWS\system32\MSUTB.dll
C:\WINDOWS\system32\WINSTA.dll
C:\WINDOWS\system32\wininet.dll
C:\WINDOWS\system32\iertutil.dll
C:\WINDOWS\System32\advapi32.dll
C:\WINDOWS\System32\shcore.dll
C:\WINDOWS\system32\ESENT.dll
C:\WINDOWS\System32\windows.storage.dll
C:\WINDOWS\System32\powrprof.dll
C:\WINDOWS\System32\shlwapi.dll
C:\WINDOWS\System32\profapi.dll
C:\WINDOWS\System32\PlaySndSrv.dll
C:\WINDOWS\system32\InputService.dll
C:\WINDOWS\system32\EditBufferTestHook.dll
C:\WINDOWS\system32\CoreUIComponents.dll
C:\WINDOWS\system32\CoreMessaging.dll
C:\WINDOWS\system32\TextInputFramework.dll
C:\WINDOWS\SYSTEM32\wintypes.dll
C:\WINDOWS\system32\CRYPTBASE.DLL
C:\WINDOWS\System32\ole32.dll
C:\WINDOWS\system32\MTFServer.dll
C:\WINDOWS\system32\InputLocaleManager.dll
C:\WINDOWS\system32\kbdus.dll
C:\WINDOWS\SYSTEM32\policymanager.dll
C:\WINDOWS\system32\msvcp110_win.dll
C:\WINDOWS\System32\WINMM.dll
C:\WINDOWS\System32\WINMMBASE.dll
C:\WINDOWS\System32\cfgmgr32.dll
C:\WINDOWS\SYSTEM32\userenv.dll
C:\WINDOWS\SYSTEM32\profext.dll
C:\WINDOWS\SYSTEM32\ntmarta.dll
RuntimeBroker, PID: 4416
C:\Windows\System32\RuntimeBroker.exe
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\powrprof.dll
C:\WINDOWS\System32\kernel.appcore.dll
C:\WINDOWS\System32\msvcrt.dll
C:\WINDOWS\System32\ole32.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\System32\USER32.dll
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\IMM32.DLL
C:\WINDOWS\System32\clbcatq.dll
C:\WINDOWS\System32\OLEAUT32.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\WINDOWS\System32\shcore.dll
C:\Windows\System32\bcrypt.dll
C:\Windows\System32\iertutil.dll
C:\WINDOWS\System32\advapi32.dll
C:\Windows\System32\USERENV.dll
C:\WINDOWS\System32\profapi.dll
C:\WINDOWS\SYSTEM32\profext.dll
C:\WINDOWS\SYSTEM32\ntmarta.dll
C:\WINDOWS\system32\windows.cortana.Desktop.dll
C:\WINDOWS\System32\shlwapi.dll
C:\WINDOWS\System32\windows.storage.dll
C:\WINDOWS\system32\VEEventDispatcher.dll
C:\WINDOWS\system32\msvcp110_win.dll
C:\WINDOWS\system32\windows.cortana.onecore.dll
C:\WINDOWS\system32\uxtheme.dll
C:\Windows\System32\ActXPrxy.dll
C:\WINDOWS\System32\SHELL32.dll
C:\WINDOWS\System32\cfgmgr32.dll
C:\Windows\System32\twinapi.appcore.dll
C:\WINDOWS\system32\propsys.dll
C:\WINDOWS\System32\StructuredQuery.dll
C:\WINDOWS\system32\Windows.Storage.Search.dll
C:\WINDOWS\System32\edputil.dll
C:\WINDOWS\SYSTEM32\familysafetyext.dll
C:\Windows\System32\VERSION.dll
C:\Windows\System32\Windows.Networking.Connectivity.dll
C:\WINDOWS\System32\npmproxy.dll
C:\Windows\System32\IPHLPAPI.DLL
C:\WINDOWS\System32\NSI.dll
C:\WINDOWS\SYSTEM32\wlanapi.dll
C:\Windows\System32\wwapi.dll
C:\Windows\System32\Windows.Networking.HostName.dll
C:\WINDOWS\System32\netprofm.dll
C:\WINDOWS\SYSTEM32\sxs.dll
C:\Windows\System32\wcmapi.dll
C:\Windows\System32\RMCLIENT.dll
C:\Windows\System32\Windows.StateRepository.dll
C:\Windows\System32\StateRepository.Core.dll
C:\WINDOWS\System32\apphelp.dll
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.447_none_89c64d28dafea4b9\comctl32.dll
C:\WINDOWS\SYSTEM32\WindowsCodecs.dll
C:\WINDOWS\System32\coml2.dll
C:\WINDOWS\System32\LINKINFO.dll
C:\WINDOWS\System32\ntshrui.dll
C:\WINDOWS\System32\SspiCli.dll
C:\WINDOWS\System32\srvcli.dll
C:\Windows\System32\cscapi.dll
C:\WINDOWS\system32\Windows.Internal.Shell.Broker.dll
C:\WINDOWS\system32\ntoskrnl.exe
C:\WINDOWS\System32\Bcp47Langs.dll
C:\WINDOWS\System32\msiltcfg.dll
C:\Windows\System32\msi.dll
C:\Windows\System32\EhStorShell.dll
C:\WINDOWS\System32\SETUPAPI.dll
C:\Windows\System32\Secur32.dll
C:\Windows\System32\MLANG.dll
C:\Windows\System32\WININET.dll
C:\WINDOWS\System32\urlmon.dll
C:\WINDOWS\System32\MPR.dll
C:\WINDOWS\System32\MSWB7.dll
C:\Windows\System32\wpnapps.dll
C:\Windows\System32\XmlLite.dll
C:\WINDOWS\SYSTEM32\usermgrcli.dll
C:\Windows\System32\CloudExperienceHostCommon.dll
C:\WINDOWS\SYSTEM32\MrmCoreR.dll
C:\Windows\System32\TokenBroker.dll
C:\Windows\System32\TOKENBINDING.dll
C:\WINDOWS\SYSTEM32\wintypes.dll
C:\Windows\System32\OneCoreCommonProxyStub.dll
C:\Windows\System32\vaultcli.dll
C:\Windows\System32\usermgrproxy.dll
C:\WINDOWS\System32\CRYPT32.dll
C:\WINDOWS\System32\MSASN1.dll
C:\Windows\System32\Windows.Web.dll
explorer, PID: 4688
C:\WINDOWS\Explorer.EXE
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\System32\msvcrt.dll
C:\WINDOWS\System32\OLEAUT32.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\USER32.dll
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\System32\SHCORE.dll
C:\WINDOWS\System32\SHLWAPI.dll
C:\WINDOWS\System32\SHELL32.dll
C:\WINDOWS\System32\cfgmgr32.dll
C:\WINDOWS\System32\windows.storage.dll
C:\WINDOWS\System32\powrprof.dll
C:\WINDOWS\System32\advapi32.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\System32\kernel.appcore.dll
C:\WINDOWS\System32\profapi.dll
C:\WINDOWS\System32\CRYPT32.dll
C:\WINDOWS\System32\MSASN1.dll
C:\WINDOWS\SYSTEM32\PROPSYS.dll
C:\WINDOWS\SYSTEM32\MrmCoreR.dll
C:\WINDOWS\SYSTEM32\UxTheme.dll
C:\WINDOWS\SYSTEM32\dwmapi.dll
C:\WINDOWS\SYSTEM32\TWINAPI.dll
C:\WINDOWS\SYSTEM32\twinapi.appcore.dll
C:\WINDOWS\SYSTEM32\SspiCli.dll
C:\WINDOWS\SYSTEM32\USERENV.dll
C:\WINDOWS\SYSTEM32\settingsynccore.dll
C:\WINDOWS\SYSTEM32\bcrypt.dll
C:\WINDOWS\SYSTEM32\cryptsp.dll
C:\WINDOWS\System32\IMM32.DLL
C:\WINDOWS\System32\MSCTF.dll
C:\WINDOWS\System32\ole32.dll
C:\WINDOWS\System32\clbcatq.dll
C:\Windows\System32\ActXPrxy.dll
C:\Windows\System32\SharedStartModel.dll
C:\Windows\System32\XmlLite.dll
C:\Windows\System32\VEEventDispatcher.dll
C:\Windows\System32\CoreMessaging.dll
C:\Windows\System32\msvcp110_win.dll
C:\WINDOWS\System32\IDStore.dll
C:\WINDOWS\System32\SAMLIB.dll
C:\WINDOWS\SYSTEM32\Bcp47Langs.dll
C:\Windows\System32\TokenBroker.dll
C:\Windows\System32\TOKENBINDING.dll
C:\WINDOWS\SYSTEM32\wintypes.dll
C:\WINDOWS\SYSTEM32\WINSTA.dll
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.447_none_89c64d28dafea4b9\comctl32.dll
C:\WINDOWS\SYSTEM32\SndVolSSO.DLL
C:\WINDOWS\System32\MMDevApi.dll
C:\WINDOWS\System32\DEVOBJ.dll
C:\WINDOWS\SYSTEM32\OLEACC.dll
C:\WINDOWS\system32\windowscodecs.dll
C:\WINDOWS\SYSTEM32\urlmon.dll
C:\WINDOWS\SYSTEM32\winmmbase.dll
C:\WINDOWS\SYSTEM32\WINHTTP.dll
C:\WINDOWS\SYSTEM32\iertutil.dll
C:\WINDOWS\SYSTEM32\policymanager.dll
C:\WINDOWS\system32\dataexchange.dll
C:\WINDOWS\system32\dcomp.dll
C:\WINDOWS\system32\d3d11.dll
C:\WINDOWS\system32\dxgi.dll
C:\WINDOWS\system32\explorerframe.dll
C:\WINDOWS\System32\coml2.dll
C:\Windows\System32\TwinUI.dll
C:\Windows\System32\vaultcli.dll
C:\Windows\System32\windows.immersiveshell.serviceprovider.dll
C:\WINDOWS\SYSTEM32\WLDP.DLL
C:\WINDOWS\System32\WINTRUST.dll
C:\WINDOWS\SYSTEM32\WTSAPI32.dll
C:\WINDOWS\SYSTEM32\profext.dll
C:\WINDOWS\SYSTEM32\ntmarta.dll
C:\WINDOWS\SYSTEM32\SLC.dll
C:\WINDOWS\SYSTEM32\sppc.dll
C:\Windows\System32\OneCoreCommonProxyStub.dll
C:\Windows\System32\Windows.Web.dll
C:\Windows\System32\OneDriveSettingSyncProvider.dll
C:\WINDOWS\SYSTEM32\PhotoMetadataHandler.dll
C:\WINDOWS\System32\twinui.appcore.dll
C:\WINDOWS\system32\twinui.pcshell.dll
C:\WINDOWS\System32\ApplicationFrame.dll
C:\WINDOWS\System32\d2d1.dll
C:\WINDOWS\SYSTEM32\ntshrui.dll
C:\WINDOWS\SYSTEM32\srvcli.dll
C:\WINDOWS\SYSTEM32\CoreUIComponents.dll
C:\WINDOWS\SYSTEM32\cscapi.dll
C:\WINDOWS\SYSTEM32\netutils.dll
C:\Windows\System32\thumbcache.dll
C:\Windows\System32\Windows.UI.Immersive.dll
C:\WINDOWS\System32\wpncore.dll
C:\WINDOWS\System32\winsqlite3.dll
C:\WINDOWS\System32\cdp.dll
C:\WINDOWS\System32\WS2_32.dll
C:\WINDOWS\System32\ncrypt.dll
C:\WINDOWS\System32\IPHLPAPI.DLL
C:\WINDOWS\System32\CRYPTBASE.dll
C:\WINDOWS\System32\NTASN1.dll
C:\Windows\System32\NotificationController.dll
C:\WINDOWS\SYSTEM32\WINMM.dll
C:\Windows\System32\AboveLockAppHost.dll
C:\WINDOWS\System32\wpnprv.dll
C:\WINDOWS\System32\nlaapi.dll
C:\WINDOWS\System32\EventAggregation.dll
C:\WINDOWS\SYSTEM32\apphelp.dll
C:\WINDOWS\System32\netprofm.dll
C:\Windows\System32\ieframe.dll
C:\Windows\System32\NETAPI32.dll
C:\Windows\System32\VERSION.dll
C:\Windows\System32\WKSCLI.DLL
C:\WINDOWS\System32\npsm.dll
C:\WINDOWS\System32\npmproxy.dll
C:\WINDOWS\SYSTEM32\LINKINFO.dll
C:\WINDOWS\System32\wlidprov.dll
C:\Windows\System32\Windows.Networking.Connectivity.dll
C:\WINDOWS\SYSTEM32\NInput.dll
C:\WINDOWS\SYSTEM32\edputil.dll
C:\Windows\System32\Windows.StateRepository.dll
C:\Windows\System32\StateRepository.Core.dll
C:\WINDOWS\SYSTEM32\nvwgf2um.dll
C:\WINDOWS\System32\PSAPI.DLL
C:\WINDOWS\SYSTEM32\dsreg.dll
C:\WINDOWS\System32\UIAnimation.dll
C:\WINDOWS\system32\execmodelproxy.dll
C:\WINDOWS\SYSTEM32\DPAPI.DLL
C:\WINDOWS\SYSTEM32\rmclient.dll
C:\Users\Maria\AppData\Local\Microsoft\OneDrive\17.3.6390.0509\FileSyncShell.dll
C:\Users\Maria\AppData\Local\Microsoft\OneDrive\17.3.6390.0509\MSVCP120.dll
C:\Users\Maria\AppData\Local\Microsoft\OneDrive\17.3.6390.0509\MSVCR120.dll
C:\WINDOWS\SYSTEM32\WININET.dll
C:\Users\Maria\AppData\Local\Microsoft\OneDrive\17.3.6390.0509\Telemetry.dll
C:\Users\Maria\AppData\Local\Microsoft\OneDrive\17.3.6390.0509\LoggingPlatform.DLL
C:\Users\Maria\AppData\Local\Microsoft\OneDrive\17.3.6390.0509\ClientTelemetry.dll
C:\WINDOWS\SYSTEM32\WSOCK32.dll
C:\WINDOWS\SYSTEM32\Cabinet.dll
C:\Windows\System32\EhStorShell.dll
C:\WINDOWS\System32\SETUPAPI.dll
C:\WINDOWS\system32\mssprxy.dll
C:\WINDOWS\System32\provsvc.dll
C:\WINDOWS\SYSTEM32\Secur32.dll
C:\WINDOWS\SYSTEM32\MLANG.dll
C:\Windows\System32\Windows.UI.dll
C:\WINDOWS\System32\NotificationObjFactory.dll
C:\WINDOWS\System32\NSI.dll
C:\WINDOWS\SYSTEM32\wlanapi.dll
C:\Windows\System32\wwapi.dll
C:\Windows\System32\NotificationControllerPS.dll
C:\Windows\System32\Windows.Security.Authentication.OnlineId.dll
C:\Windows\System32\Windows.Networking.Sockets.PushEnabledApplication.dll
C:\WINDOWS\system32\mswsock.dll
C:\WINDOWS\SYSTEM32\DNSAPI.dll
C:\Windows\System32\rasadhlp.dll
C:\WINDOWS\System32\fwpuclnt.dll
C:\WINDOWS\system32\schannel.DLL
C:\Windows\System32\msxml6.dll
C:\WINDOWS\SYSTEM32\mskeyprotect.dll
C:\WINDOWS\system32\ncryptsslp.dll
C:\Windows\System32\wcmapi.dll
C:\WINDOWS\SYSTEM32\webio.dll
C:\WINDOWS\SYSTEM32\WINNSI.DLL
C:\WINDOWS\system32\rsaenh.dll
C:\WINDOWS\SYSTEM32\MFPlat.DLL
C:\WINDOWS\SYSTEM32\RTWorkQ.DLL
C:\WINDOWS\SYSTEM32\settingsyncpolicy.dll
C:\WINDOWS\system32\stobject.dll
C:\WINDOWS\system32\WMICLNT.dll
C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll
C:\WINDOWS\system32\BatMeter.dll
C:\WINDOWS\SYSTEM32\sxs.dll
C:\Windows\System32\InputSwitch.dll
C:\WINDOWS\System32\Windows.UI.Shell.dll
C:\WINDOWS\System32\wincorlib.DLL
C:\WINDOWS\system32\es.dll
C:\WINDOWS\system32\prnfldr.dll
C:\WINDOWS\system32\Windows.Internal.Shell.Broker.dll
C:\WINDOWS\system32\ntoskrnl.exe
C:\WINDOWS\System32\shacct.dll
C:\WINDOWS\SYSTEM32\atlthunk.dll
C:\WINDOWS\System32\Actioncenter.dll
C:\WINDOWS\System32\wevtapi.dll
C:\WINDOWS\system32\dxp.dll
C:\WINDOWS\system32\SHDOCVW.dll
C:\WINDOWS\system32\Syncreg.dll
C:\WINDOWS\system32\wpdshserviceobj.dll
C:\Windows\System32\PortableDeviceTypes.dll
C:\Windows\System32\PortableDeviceApi.dll
C:\WINDOWS\system32\SettingMonitor.dll
C:\WINDOWS\system32\PackageStateRoaming.dll
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL
C:\WINDOWS\SYSTEM32\DWrite.dll
C:\WINDOWS\System32\srchadmin.dll
C:\WINDOWS\System32\pnidui.dll
C:\Windows\System32\NetworkUXBroker.dll
C:\Windows\System32\EthernetMediaManager.dll
C:\Windows\System32\bthprops.cpl
C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
C:\WINDOWS\System32\SyncCenter.dll
C:\Windows\System32\imapi2.dll
C:\WINDOWS\System32\hgcpl.dll
C:\WINDOWS\System32\DUser.dll
C:\WINDOWS\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.14393.321_none_baab3cb4359688b4\gdiplus.dll
C:\WINDOWS\SYSTEM32\msiltcfg.dll
C:\WINDOWS\SYSTEM32\msi.dll
C:\WINDOWS\SYSTEM32\MPR.dll
C:\WINDOWS\System32\ntlanman.dll
C:\WINDOWS\System32\drprov.dll
C:\WINDOWS\System32\davclnt.dll
C:\WINDOWS\System32\DAVHLPR.dll
C:\WINDOWS\SYSTEM32\msauserext.dll
C:\WINDOWS\SYSTEM32\AuthBroker.dll
C:\WINDOWS\system32\keepaliveprovider.dll
C:\WINDOWS\System32\wscinterop.dll
C:\WINDOWS\System32\WSCAPI.dll
C:\WINDOWS\System32\wscui.cpl
C:\WINDOWS\System32\werconcpl.dll
C:\WINDOWS\System32\framedynos.dll
C:\WINDOWS\System32\wer.dll
C:\WINDOWS\System32\hcproviders.dll
C:\Windows\System32\ieproxy.dll
C:\WINDOWS\system32\Windows.Storage.Search.dll
C:\WINDOWS\System32\StructuredQuery.dll
C:\Windows\System32\dlnashext.dll
C:\Windows\System32\PlayToDevice.dll
C:\Windows\System32\wpnapps.dll
C:\WINDOWS\SYSTEM32\usermgrcli.dll
C:\Windows\System32\Windows.Shell.ServiceHostBuilder.dll
C:\WINDOWS\SYSTEM32\pcacli.dll
C:\WINDOWS\System32\sfc_os.dll
C:\WINDOWS\System32\DEVRTL.dll
C:\WINDOWS\System32\MSWB7.dll
C:\WINDOWS\system32\DUI70.dll
C:\Windows\System32\Windows.Globalization.dll
C:\WINDOWS\SYSTEM32\globinputhost.dll
C:\WINDOWS\SYSTEM32\UIRibbonRes.dll
C:\Windows\System32\uiautomationcore.dll
C:\Windows\System32\WorkFoldersShell.dll
C:\WINDOWS\system32\NetworkExplorer.dll
C:\WINDOWS\system32\NetworkItemFactory.dll
C:\WINDOWS\system32\dtsh.dll
C:\WINDOWS\system32\FirewallAPI.dll
C:\WINDOWS\system32\fwbase.dll
C:\Windows\System32\DevDispItemProvider.dll
C:\WINDOWS\system32\FWPolicyIOMgr.dll
C:\Windows\System32\EhStorAPI.dll
C:\Windows\System32\FunDisc.dll
C:\Windows\System32\fdproxy.dll
C:\WINDOWS\System32\fdwcn.dll
C:\WINDOWS\System32\wcnapi.dll
C:\WINDOWS\SYSTEM32\CHARTV.dll
C:\Windows\System32\fdWNet.dll
C:\Windows\System32\ATL.DLL
C:\WINDOWS\System32\dfscli.dll
C:\WINDOWS\SYSTEM32\browcli.dll
C:\WINDOWS\system32\IconCodecService.dll
C:\Windows\System32\smartscreenps.dll
C:\Windows\System32\Windows.System.Launcher.dll
C:\Windows\System32\WpPortingLibrary.dll
C:\Windows\System32\dsclient.dll
C:\WINDOWS\system32\twext.dll
c:\program files\real\realplayer\RPDS\Bin\rpcontextmenu.dll
C:\Windows\System32\GameBarPresenceWriter.proxy.dll
C:\Windows\System32\taskschd.dll
C:\WINDOWS\System32\TimeBrokerClient.dll
C:\WINDOWS\System32\SystemEventsBrokerClient.dll
ShellExperienceHost, PID: 4980
C:\WINDOWS\SystemApps\ShellExperienceHost_cw5n1h2txyewy\ShellExperienceHost.exe
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\System32\msvcrt.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\SYSTEM32\wincorlib.DLL
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\OLEAUT32.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\WINDOWS\System32\kernel.appcore.dll
C:\Windows\System32\Windows.UI.Xaml.dll
C:\WINDOWS\System32\user32.dll
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\SYSTEM32\Bcp47Langs.dll
C:\WINDOWS\SYSTEM32\iertutil.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\System32\advapi32.dll
C:\WINDOWS\System32\shcore.dll
C:\WINDOWS\SYSTEM32\CoreMessaging.dll
C:\WINDOWS\System32\IMM32.DLL
C:\Windows\System32\twinapi.appcore.dll
C:\WINDOWS\SYSTEM32\bcrypt.dll
C:\Windows\System32\WinTypes.dll
C:\Windows\System32\Windows.UI.dll
C:\WINDOWS\system32\uxtheme.dll
C:\Windows\System32\ActXPrxy.dll
C:\WINDOWS\system32\CoreUIComponents.dll
C:\WINDOWS\SYSTEM32\dwmapi.dll
C:\WINDOWS\SYSTEM32\dxgi.dll
C:\Windows\ShellExperiences\StartUI.dll
C:\WINDOWS\SYSTEM32\policymanager.dll
C:\WINDOWS\SYSTEM32\msvcp110_win.dll
C:\Windows\ShellExperiences\Windows.UI.Shell.SharedUtilities.dll
C:\Windows\ShellExperiences\QuickActions.dll
C:\Windows\ShellExperiences\Windows.UI.ActionCenter.dll
C:\WINDOWS\System32\ole32.dll
C:\WINDOWS\System32\SHLWAPI.dll
C:\WINDOWS\SYSTEM32\QuickActionsDataModel.dll
C:\WINDOWS\SYSTEM32\MrmCoreR.dll
C:\WINDOWS\SYSTEM32\d3d11.dll
C:\WINDOWS\System32\profapi.dll
C:\WINDOWS\SYSTEM32\nvwgf2um.dll
C:\WINDOWS\System32\PSAPI.DLL
C:\WINDOWS\SYSTEM32\VERSION.dll
C:\WINDOWS\System32\msctf.dll
C:\WINDOWS\SYSTEM32\d2d1.dll
C:\WINDOWS\System32\CRYPT32.dll
C:\WINDOWS\System32\MSASN1.dll
C:\WINDOWS\SYSTEM32\windows.ui.core.textinput.dll
C:\WINDOWS\SYSTEM32\TextInputFramework.dll
C:\Windows\System32\Windows.UI.Immersive.dll
C:\WINDOWS\system32\DataExchange.dll
C:\WINDOWS\SYSTEM32\dcomp.dll
C:\Windows\System32\OneCoreUAPCommonProxyStub.dll
C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
C:\Windows\System32\Windows.Globalization.dll
C:\Windows\System32\SharedStartModel.dll
C:\WINDOWS\SYSTEM32\XmlLite.dll
C:\WINDOWS\SYSTEM32\VEEventDispatcher.dll
C:\WINDOWS\System32\NotificationObjFactory.dll
C:\WINDOWS\SYSTEM32\urlmon.dll
C:\Windows\System32\windows.internal.shell.broker.dll
C:\WINDOWS\System32\SHELL32.dll
C:\WINDOWS\System32\cfgmgr32.dll
C:\WINDOWS\System32\windows.storage.dll
C:\WINDOWS\System32\powrprof.dll
C:\WINDOWS\SYSTEM32\PROPSYS.dll
C:\WINDOWS\SYSTEM32\USERENV.dll
C:\WINDOWS\SYSTEM32\ntoskrnl.exe
C:\WINDOWS\SYSTEM32\SLC.dll
C:\WINDOWS\SYSTEM32\sppc.dll
C:\WINDOWS\SYSTEM32\dwrite.dll
C:\Windows\System32\threadpoolwinrt.dll
C:\WINDOWS\system32\twinapi.dll
C:\Windows\System32\Windows.Graphics.dll
C:\Windows\System32\Windows.Globalization.Fontgroups.dll
C:\WINDOWS\SYSTEM32\fontgroupsoverride.dll
C:\Windows\System32\Windows.Storage.ApplicationData.dll
C:\Windows\System32\Windows.StateRepository.dll
C:\WINDOWS\SYSTEM32\StateRepository.Core.dll
C:\WINDOWS\system32\windowscodecs.dll
C:\Windows\System32\rmclient.dll
C:\WINDOWS\system32\directmanipulation.dll
C:\WINDOWS\SYSTEM32\winsta.dll
C:\Windows\System32\RTMediaFrame.dll
C:\WINDOWS\SYSTEM32\MFPlat.DLL
C:\WINDOWS\SYSTEM32\RTWorkQ.DLL
C:\WINDOWS\SYSTEM32\globcollationhost.dll
C:\Windows\System32\NotificationControllerPS.dll
C:\WINDOWS\SYSTEM32\SspiCli.dll
C:\WINDOWS\system32\PersonaX.dll
C:\Windows\ShellExperiences\MtcUvc.dll
C:\WINDOWS\SYSTEM32\winmm.dll
C:\WINDOWS\SYSTEM32\winmmbase.dll
C:\WINDOWS\System32\MMDevApi.dll
C:\WINDOWS\SYSTEM32\DEVOBJ.dll
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL
C:\WINDOWS\SYSTEM32\NInput.dll
C:\WINDOWS\SYSTEM32\wdmaud.drv
C:\WINDOWS\SYSTEM32\ksuser.dll
C:\WINDOWS\SYSTEM32\AVRT.dll
C:\WINDOWS\SYSTEM32\msacm32.drv
C:\WINDOWS\SYSTEM32\MSACM32.dll
C:\WINDOWS\SYSTEM32\midimap.dll
SearchUI, PID: 5316
C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\system32\apphelp.dll
C:\WINDOWS\System32\msvcrt.dll
C:\WINDOWS\SYSTEM32\msvcp110_win.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\shcore.dll
C:\WINDOWS\System32\user32.dll
C:\WINDOWS\SYSTEM32\wincorlib.DLL
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\OLEAUT32.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\System32\powrprof.dll
C:\WINDOWS\SYSTEM32\XmlLite.dll
C:\WINDOWS\SYSTEM32\DNSAPI.dll
C:\WINDOWS\System32\WS2_32.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\SYSTEM32\Bcp47Langs.dll
C:\WINDOWS\System32\NSI.dll
C:\WINDOWS\System32\IMM32.DLL
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
C:\WINDOWS\System32\kernel.appcore.dll
C:\Windows\System32\WinTypes.dll
C:\Windows\System32\Windows.UI.Xaml.dll
C:\WINDOWS\SYSTEM32\iertutil.dll
C:\WINDOWS\SYSTEM32\CoreMessaging.dll
C:\WINDOWS\System32\advapi32.dll
C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\CortanaApi.dll
C:\WINDOWS\System32\windows.storage.dll
C:\WINDOWS\System32\shlwapi.dll
C:\WINDOWS\System32\profapi.dll
C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\BingConfigurationClient.dll
C:\WINDOWS\SYSTEM32\Cabinet.dll
C:\Windows\System32\twinapi.appcore.dll
C:\WINDOWS\SYSTEM32\bcrypt.dll
C:\WINDOWS\system32\windows.cortana.pal.desktop.dll
C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\Cortana.Core.dll
C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\ActionMgr.dll
C:\WINDOWS\SYSTEM32\clipc.dll
C:\Windows\System32\Windows.Storage.ApplicationData.dll
C:\Windows\System32\Windows.UI.dll
C:\Windows\System32\ActXPrxy.dll
C:\WINDOWS\system32\CoreUIComponents.dll
C:\WINDOWS\system32\uxtheme.dll
C:\WINDOWS\SYSTEM32\dwmapi.dll
C:\WINDOWS\SYSTEM32\dxgi.dll
C:\WINDOWS\system32\PersonaX.dll
C:\WINDOWS\SYSTEM32\d3d11.dll
C:\WINDOWS\SYSTEM32\nvwgf2um.dll
C:\WINDOWS\System32\PSAPI.DLL
C:\WINDOWS\SYSTEM32\VERSION.dll
C:\Windows\System32\Windows.ApplicationModel.dll
C:\Windows\System32\MrmCoreR.dll
C:\WINDOWS\SYSTEM32\d2d1.dll
C:\WINDOWS\System32\CRYPT32.dll
C:\WINDOWS\System32\MSASN1.dll
C:\WINDOWS\System32\msctf.dll
C:\WINDOWS\SYSTEM32\urlmon.dll
C:\WINDOWS\SYSTEM32\policymanager.dll
C:\WINDOWS\System32\Speech_OneCore\Common\sapi_onecore.dll
C:\WINDOWS\SYSTEM32\SspiCli.dll
C:\WINDOWS\SYSTEM32\cryptsp.dll
C:\WINDOWS\SYSTEM32\MMDevAPI.DLL
C:\WINDOWS\SYSTEM32\winmmbase.dll
C:\WINDOWS\System32\cfgmgr32.dll
C:\WINDOWS\SYSTEM32\PROPSYS.dll
C:\WINDOWS\SYSTEM32\WINHTTP.dll
C:\WINDOWS\SYSTEM32\DEVOBJ.dll
C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\CSGSuggestLib.dll
C:\WINDOWS\SYSTEM32\windows.ui.core.textinput.dll
C:\WINDOWS\SYSTEM32\TextInputFramework.dll
C:\Windows\System32\threadpoolwinrt.dll
C:\WINDOWS\SYSTEM32\logoncli.dll
C:\Windows\System32\Windows.Web.Http.dll
C:\Windows\System32\Windows.UI.Immersive.dll
C:\Windows\System32\Windows.Globalization.dll
C:\WINDOWS\SYSTEM32\WININET.dll
C:\WINDOWS\SYSTEM32\tokenbinding.dll
C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll
C:\WINDOWS\system32\mswsock.dll
C:\WINDOWS\SYSTEM32\WINNSI.DLL
C:\WINDOWS\system32\DataExchange.dll
C:\WINDOWS\SYSTEM32\dcomp.dll
C:\Windows\System32\OneCoreUAPCommonProxyStub.dll
C:\WINDOWS\SYSTEM32\userenv.dll
C:\WINDOWS\SYSTEM32\profext.dll
C:\WINDOWS\SYSTEM32\ntmarta.dll
C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
C:\Windows\System32\Windows.Graphics.dll
C:\Windows\System32\Windows.Cortana.ProxyStub.dll
C:\WINDOWS\SYSTEM32\dwrite.dll
C:\Windows\System32\Windows.Security.Authentication.OnlineId.dll
C:\Windows\System32\Windows.Web.dll
C:\WINDOWS\System32\ole32.dll
C:\WINDOWS\SYSTEM32\msftedit.dll
C:\WINDOWS\SYSTEM32\globinputhost.dll
C:\WINDOWS\SYSTEM32\NInput.dll
C:\Windows\System32\Windows.Globalization.Fontgroups.dll
C:\WINDOWS\SYSTEM32\fontgroupsoverride.dll
C:\Windows\System32\twinapi.dll
C:\WINDOWS\System32\shell32.dll
C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\Cortana.Actions.dll
C:\WINDOWS\SYSTEM32\SpeechPal.dll
C:\WINDOWS\SYSTEM32\UserDataTypeHelperUtil.dll
C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\Cortana.BackgroundTask.dll
C:\WINDOWS\SYSTEM32\capauthz.dll
C:\WINDOWS\SYSTEM32\cdp.dll
C:\WINDOWS\SYSTEM32\VEEventDispatcher.dll
C:\WINDOWS\SYSTEM32\ncrypt.dll
C:\WINDOWS\SYSTEM32\NTASN1.dll
C:\WINDOWS\system32\windowscodecs.dll
C:\Windows\System32\rmclient.dll
C:\WINDOWS\system32\directmanipulation.dll
C:\Windows\System32\biwinrt.dll
C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\RemindersUI.dll
C:\Windows\System32\Windows.ApplicationModel.Background.TimeBroker.dll
C:\Windows\System32\Windows.ApplicationModel.Background.SystemEventsBroker.dll
C:\WINDOWS\SYSTEM32\SystemEventsBrokerClient.dll
C:\WINDOWS\SYSTEM32\edgehtml.dll
C:\WINDOWS\SYSTEM32\chakra.dll
C:\WINDOWS\SYSTEM32\MLANG.dll
C:\WINDOWS\SYSTEM32\srpapi.dll
C:\WINDOWS\system32\msimtf.dll
C:\WINDOWS\SYSTEM32\rometadata.dll
C:\Windows\System32\rasadhlp.dll
C:\WINDOWS\System32\fwpuclnt.dll
C:\WINDOWS\system32\schannel.DLL
C:\WINDOWS\SYSTEM32\mskeyprotect.dll
C:\WINDOWS\system32\ncryptsslp.dll
C:\WINDOWS\SYSTEM32\DPAPI.DLL
C:\WINDOWS\System32\WINTRUST.dll
C:\WINDOWS\system32\rsaenh.dll
C:\Windows\System32\cryptnet.dll
SkypeHost, PID: 5580
C:\Program Files\WindowsApps\Microsoft.SkypeApp_11.11.105.0_x86__kzf8qxf38zg5c\SkypeHost.exe
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\System32\advapi32.dll
C:\WINDOWS\System32\msvcrt.dll
C:\Program Files\WindowsApps\Microsoft.SkypeApp_11.11.105.0_x86__kzf8qxf38zg5c\SkypeBackgroundTasks.dll
C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.24123.0_x86__8wekyb3d8bbwe\vccorlib140_app.DLL
C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.24123.0_x86__8wekyb3d8bbwe\VCRUNTIME140_APP.dll
C:\WINDOWS\System32\OLEAUT32.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.24123.0_x86__8wekyb3d8bbwe\MSVCP140_APP.dll
C:\WINDOWS\System32\kernel.appcore.dll
C:\Windows\System32\Windows.Storage.ApplicationData.dll
C:\WINDOWS\System32\shcore.dll
C:\WINDOWS\SYSTEM32\twinapi.appcore.dll
C:\WINDOWS\SYSTEM32\bcrypt.dll
C:\Windows\System32\WinTypes.dll
C:\WINDOWS\System32\windows.storage.dll
C:\WINDOWS\System32\powrprof.dll
C:\WINDOWS\System32\shlwapi.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\System32\USER32.dll
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\profapi.dll
C:\WINDOWS\System32\IMM32.DLL
C:\WINDOWS\SYSTEM32\PROPSYS.dll
C:\WINDOWS\SYSTEM32\mrmcorer.dll
C:\Windows\System32\ActXPrxy.dll
C:\Windows\System32\biwinrt.dll
C:\Windows\System32\OneCoreUAPCommonProxyStub.dll
C:\Windows\System32\Windows.Security.Authentication.Web.Core.dll
C:\WINDOWS\System32\CRYPT32.dll
C:\WINDOWS\System32\MSASN1.dll
C:\Windows\System32\iertutil.dll
C:\Windows\System32\usermgrproxy.dll
C:\Windows\System32\vaultcli.dll
C:\Program Files\WindowsApps\Microsoft.SkypeApp_11.11.105.0_x86__kzf8qxf38zg5c\SkyWrap.dll
C:\WINDOWS\System32\WS2_32.dll
C:\Program Files\WindowsApps\Microsoft.SkypeApp_11.11.105.0_x86__kzf8qxf38zg5c\roottools.dll
C:\WINDOWS\SYSTEM32\MFPlat.DLL
C:\WINDOWS\SYSTEM32\Windows.Networking.dll
C:\WINDOWS\System32\cfgmgr32.dll
C:\WINDOWS\SYSTEM32\clipc.dll
C:\WINDOWS\SYSTEM32\Windows.Networking.Connectivity.dll
C:\WINDOWS\SYSTEM32\Windows.Networking.HostName.dll
C:\WINDOWS\SYSTEM32\FirewallAPI.dll
C:\WINDOWS\SYSTEM32\MMDevAPI.DLL
C:\WINDOWS\SYSTEM32\d3d11.dll
C:\WINDOWS\SYSTEM32\dxgi.dll
C:\WINDOWS\SYSTEM32\DEVOBJ.dll
C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.24123.0_x86__8wekyb3d8bbwe\CONCRT140_APP.dll
C:\WINDOWS\SYSTEM32\RTWorkQ.DLL
C:\WINDOWS\SYSTEM32\MFReadWrite.dll
C:\WINDOWS\SYSTEM32\fwbase.dll
C:\Windows\System32\Windows.ApplicationModel.dll
C:\Windows\System32\Windows.Devices.Enumeration.dll
C:\WINDOWS\SYSTEM32\deviceassociation.dll
C:\Windows\System32\DevDispItemProvider.dll
C:\Windows\System32\Windows.Globalization.dll
C:\WINDOWS\SYSTEM32\Bcp47Langs.dll
C:\Windows\System32\Windows.System.Profile.RetailInfo.dll
C:\Windows\System32\threadpoolwinrt.dll
C:\Windows\System32\CryptoWinRT.dll
C:\WINDOWS\system32\mswsock.dll
C:\WINDOWS\SYSTEM32\DNSAPI.dll
C:\WINDOWS\System32\NSI.dll
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
C:\WINDOWS\System32\fwpuclnt.dll
C:\Windows\System32\rasadhlp.dll
C:\WINDOWS\System32\wshBth.dll
C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
C:\WINDOWS\SYSTEM32\AVRT.dll
C:\WINDOWS\System32\wpnapps.dll
C:\WINDOWS\SYSTEM32\RMCLIENT.dll
C:\WINDOWS\SYSTEM32\XmlLite.dll
C:\Windows\System32\Windows.ApplicationModel.Background.TimeBroker.dll
C:\Windows\System32\Windows.ApplicationModel.Background.SystemEventsBroker.dll
C:\WINDOWS\SYSTEM32\SystemEventsBrokerClient.dll
C:\Windows\System32\VoipRT.dll
C:\WINDOWS\SYSTEM32\UserDataPlatformHelperUtil.dll
C:\Windows\System32\msxml6.dll
C:\WINDOWS\SYSTEM32\urlmon.dll
C:\WINDOWS\SYSTEM32\wininet.dll
C:\WINDOWS\SYSTEM32\SspiCli.dll
C:\WINDOWS\SYSTEM32\tokenbinding.dll
C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll
C:\WINDOWS\SYSTEM32\winhttp.dll
C:\WINDOWS\System32\ole32.dll
C:\WINDOWS\SYSTEM32\WINNSI.DLL
C:\WINDOWS\system32\uxtheme.dll
C:\WINDOWS\SYSTEM32\userenv.dll
C:\WINDOWS\SYSTEM32\profext.dll
C:\WINDOWS\SYSTEM32\ntmarta.dll
C:\WINDOWS\system32\schannel.DLL
C:\WINDOWS\SYSTEM32\mskeyprotect.dll
C:\WINDOWS\SYSTEM32\ncrypt.dll
C:\WINDOWS\SYSTEM32\NTASN1.dll
C:\WINDOWS\system32\ncryptsslp.dll
C:\WINDOWS\SYSTEM32\DPAPI.DLL
C:\WINDOWS\System32\WINTRUST.dll
C:\WINDOWS\SYSTEM32\CRYPTSP.dll
C:\WINDOWS\system32\rsaenh.dll
C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
C:\Windows\System32\cryptnet.dll
C:\Windows\System32\Windows.Media.dll
C:\WINDOWS\SYSTEM32\MFSENSORGROUP.dll
C:\Program Files\WindowsApps\Microsoft.SkypeApp_11.11.105.0_x86__kzf8qxf38zg5c\RtmPal.dll
C:\Program Files\WindowsApps\Microsoft.SkypeApp_11.11.105.0_x86__kzf8qxf38zg5c\RtmCodecs.dll
C:\Program Files\WindowsApps\Microsoft.SkypeApp_11.11.105.0_x86__kzf8qxf38zg5c\RtmMediaManager.dll
C:\Program Files\WindowsApps\Microsoft.SkypeApp_11.11.105.0_x86__kzf8qxf38zg5c\ssScreenVVS2.dll
C:\Program Files\WindowsApps\Microsoft.SkypeApp_11.11.105.0_x86__kzf8qxf38zg5c\RtmPltfm.dll
C:\Windows\System32\Windows.Media.Devices.dll
C:\Windows\System32\DDORes.dll
C:\Windows\System32\DefaultDeviceManager.dll
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL
C:\Windows\System32\msmpeg2vdec.dll
C:\WINDOWS\SYSTEM32\mfperfhelper.dll
C:\WINDOWS\SYSTEM32\MFCORE.dll
C:\WINDOWS\SYSTEM32\ksuser.dll
C:\WINDOWS\System32\msvproc.dll
C:\Windows\System32\colorcnv.dll
C:\WINDOWS\SYSTEM32\msdmo.dll
C:\Windows\System32\OneCoreCommonProxyStub.dll
C:\Windows\System32\Windows.Web.dll
C:\Windows\System32\certenroll.dll
C:\WINDOWS\SYSTEM32\certca.dll
C:\WINDOWS\System32\WLDAP32.dll
C:\Windows\System32\Windows.UI.dll
C:\WINDOWS\system32\ContactApis.dll
C:\WINDOWS\SYSTEM32\ContactActivation.dll
C:\WINDOWS\SYSTEM32\UserDataLanguageUtil.dll
C:\WINDOWS\SYSTEM32\PhoneUtil.dll
C:\WINDOWS\SYSTEM32\UserDataTypeHelperUtil.dll
C:\WINDOWS\SYSTEM32\usermgrcli.dll
C:\WINDOWS\SYSTEM32\rometadata.dll
C:\WINDOWS\system32\ChatApis.dll
C:\Windows\System32\Windows.System.Launcher.dll
C:\WINDOWS\SYSTEM32\WpPortingLibrary.dll
C:\WINDOWS\SYSTEM32\dsclient.dll
C:\Windows\System32\Windows.Shell.ServiceHostBuilder.dll
C:\Windows\System32\ieproxy.dll
nvtray, PID: 5868
C:\Program Files\NVIDIA Corporation\Display\nvtray.exe
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\System32\USER32.dll
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\System32\COMDLG32.dll
C:\WINDOWS\System32\msvcrt.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\shcore.dll
C:\WINDOWS\System32\SHLWAPI.dll
C:\WINDOWS\System32\SHELL32.dll
C:\WINDOWS\System32\cfgmgr32.dll
C:\WINDOWS\System32\windows.storage.dll
C:\WINDOWS\System32\powrprof.dll
C:\WINDOWS\System32\advapi32.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\System32\kernel.appcore.dll
C:\WINDOWS\System32\profapi.dll
C:\WINDOWS\System32\ole32.dll
C:\WINDOWS\System32\OLEAUT32.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\WINDOWS\System32\IMM32.dll
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.14393.447_none_5507ded2cb4f7f4c\COMCTL32.dll
C:\Program Files\NVIDIA Corporation\Display\NvUI.dll
C:\WINDOWS\SYSTEM32\WINSPOOL.DRV
C:\WINDOWS\SYSTEM32\OLEACC.dll
C:\WINDOWS\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.14393.321_none_baab3cb4359688b4\gdiplus.dll
C:\WINDOWS\SYSTEM32\WINMM.dll
C:\WINDOWS\SYSTEM32\MSIMG32.dll
C:\WINDOWS\SYSTEM32\VERSION.dll
C:\WINDOWS\SYSTEM32\WTSAPI32.dll
C:\WINDOWS\SYSTEM32\USERENV.dll
C:\WINDOWS\SYSTEM32\bcrypt.dll
C:\WINDOWS\SYSTEM32\WINMMBASE.dll
C:\WINDOWS\SYSTEM32\UxTheme.dll
C:\WINDOWS\SYSTEM32\dwmapi.dll
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.447_none_89c64d28dafea4b9\COMCTL32.dll
C:\Program Files\NVIDIA Corporation\Update Core\NvBackendAPI32.DLL
C:\WINDOWS\System32\WS2_32.dll
C:\WINDOWS\system32\mswsock.dll
C:\WINDOWS\SYSTEM32\WINSTA.dll
C:\Program Files\NVIDIA Corporation\Update Core\NvGFTrayPlugin.dll
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
NvBackend, PID: 5900
C:\Program Files\NVIDIA Corporation\Update Core\NvBackend.exe
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\System32\WS2_32.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\System32\USER32.dll
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\System32\ADVAPI32.dll
C:\WINDOWS\System32\msvcrt.dll
C:\WINDOWS\System32\SHELL32.dll
C:\WINDOWS\System32\cfgmgr32.dll
C:\WINDOWS\System32\windows.storage.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\powrprof.dll
C:\WINDOWS\System32\shlwapi.dll
C:\WINDOWS\System32\kernel.appcore.dll
C:\WINDOWS\System32\shcore.dll
C:\WINDOWS\System32\profapi.dll
C:\WINDOWS\System32\SETUPAPI.dll
C:\WINDOWS\System32\ole32.dll
C:\WINDOWS\System32\OLEAUT32.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\WINDOWS\SYSTEM32\VERSION.dll
C:\WINDOWS\SYSTEM32\WINHTTP.dll
C:\Program Files\NVIDIA Corporation\Update Core\detoured.dll
C:\WINDOWS\System32\IMM32.DLL
C:\WINDOWS\SYSTEM32\ntmarta.dll
C:\WINDOWS\system32\uxtheme.dll
C:\WINDOWS\System32\MSCTF.dll
C:\WINDOWS\system32\dwmapi.dll
C:\WINDOWS\System32\crypt32.dll
C:\WINDOWS\System32\MSASN1.dll
C:\WINDOWS\SYSTEM32\CRYPTSP.dll
C:\WINDOWS\system32\rsaenh.dll
C:\WINDOWS\SYSTEM32\bcrypt.dll
C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
C:\Users\Maria\AppData\Local\NVIDIA\NvBackend\ApplicationOntology\Ontology.dll
C:\WINDOWS\system32\mswsock.dll
C:\WINDOWS\System32\clbcatq.dll
C:\WINDOWS\system32\apphelp.dll
C:\WINDOWS\SYSTEM32\webio.dll
C:\WINDOWS\SYSTEM32\WINNSI.DLL
C:\WINDOWS\System32\NSI.dll
C:\WINDOWS\SYSTEM32\SspiCli.dll
C:\WINDOWS\SYSTEM32\DNSAPI.dll
C:\Windows\System32\rasadhlp.dll
C:\WINDOWS\System32\fwpuclnt.dll
C:\WINDOWS\system32\schannel.DLL
C:\WINDOWS\SYSTEM32\mskeyprotect.dll
C:\WINDOWS\SYSTEM32\ncrypt.dll
C:\WINDOWS\SYSTEM32\NTASN1.dll
C:\WINDOWS\system32\ncryptsslp.dll
C:\WINDOWS\SYSTEM32\DPAPI.DLL
C:\WINDOWS\system32\nvapi.dll
C:\WINDOWS\SYSTEM32\DEVOBJ.dll
C:\WINDOWS\System32\WINTRUST.dll
SettingSyncHost, PID: 4504
C:\WINDOWS\system32\SettingSyncHost.exe
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\System32\msvcrt.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\shcore.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\System32\powrprof.dll
C:\WINDOWS\SYSTEM32\ntmarta.dll
C:\WINDOWS\system32\PROPSYS.dll
C:\WINDOWS\System32\OLEAUT32.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\WINDOWS\System32\advapi32.dll
C:\WINDOWS\System32\kernel.appcore.dll
C:\WINDOWS\SYSTEM32\winsta.dll
C:\WINDOWS\System32\clbcatq.dll
C:\WINDOWS\System32\user32.dll
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\System32\IMM32.DLL
C:\Windows\System32\bcrypt.dll
C:\WINDOWS\SYSTEM32\wintypes.dll
C:\WINDOWS\system32\SettingSyncCore.dll
C:\WINDOWS\System32\profapi.dll
C:\WINDOWS\SYSTEM32\cryptsp.dll
C:\WINDOWS\system32\USERENV.dll
C:\WINDOWS\SYSTEM32\settingsyncpolicy.dll
C:\WINDOWS\system32\SspiCli.dll
C:\WINDOWS\SYSTEM32\policymanager.dll
C:\WINDOWS\SYSTEM32\msvcp110_win.dll
C:\Windows\System32\twinapi.appcore.dll
C:\Windows\System32\iertutil.dll
C:\Windows\System32\vaultcli.dll
C:\WINDOWS\SYSTEM32\profext.dll
C:\WINDOWS\system32\uxtheme.dll
C:\WINDOWS\System32\MSCTF.dll
C:\Windows\System32\OneDriveSettingSyncProvider.dll
C:\WINDOWS\system32\dwmapi.dll
C:\Windows\System32\Windows.Networking.Connectivity.dll
C:\Windows\System32\IPHLPAPI.DLL
C:\WINDOWS\System32\NSI.dll
C:\WINDOWS\SYSTEM32\wlanapi.dll
C:\Windows\System32\wwapi.dll
C:\Windows\System32\wcmapi.dll
C:\Windows\System32\RMCLIENT.dll
C:\WINDOWS\System32\windows.storage.dll
C:\WINDOWS\System32\shlwapi.dll
C:\WINDOWS\system32\ESENT.dll
C:\WINDOWS\system32\CRYPTBASE.DLL
C:\WINDOWS\system32\rsaenh.dll
C:\WINDOWS\system32\WinSync.dll
C:\WINDOWS\system32\WININET.dll
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.447_none_89c64d28dafea4b9\Comctl32.dll
realsched, PID: 4180
C:\Program Files\Real\RealPlayer\Update\realsched.exe
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\System32\ole32.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\System32\USER32.dll
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\ADVAPI32.dll
C:\WINDOWS\System32\msvcrt.dll
C:\WINDOWS\System32\SHELL32.dll
C:\WINDOWS\System32\cfgmgr32.dll
C:\WINDOWS\System32\windows.storage.dll
C:\WINDOWS\System32\powrprof.dll
C:\WINDOWS\System32\shlwapi.dll
C:\WINDOWS\System32\kernel.appcore.dll
C:\WINDOWS\System32\shcore.dll
C:\WINDOWS\System32\profapi.dll
C:\WINDOWS\System32\SETUPAPI.dll
C:\WINDOWS\SYSTEM32\VERSION.dll
C:\WINDOWS\SYSTEM32\dbghelp.dll
C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL
C:\WINDOWS\SYSTEM32\dbgcore.DLL
C:\WINDOWS\System32\IMM32.DLL
C:\WINDOWS\system32\uxtheme.dll
C:\WINDOWS\System32\OLEAUT32.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\WINDOWS\System32\clbcatq.dll
C:\WINDOWS\system32\propsys.dll
C:\WINDOWS\System32\MSCTF.dll
C:\WINDOWS\system32\dwmapi.dll
C:\WINDOWS\SYSTEM32\ntmarta.dll
C:\WINDOWS\SYSTEM32\WINSTA.dll
downloader2, PID: 5152
C:\Program Files\Real\RealDownloader\downloader2.exe
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\System32\ole32.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\Program Files\Real\RealDownloader\cpprest140_2_8.dll
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\System32\USER32.dll
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\ADVAPI32.dll
C:\WINDOWS\System32\msvcrt.dll
C:\WINDOWS\System32\SHELL32.dll
C:\WINDOWS\System32\cfgmgr32.dll
C:\WINDOWS\System32\windows.storage.dll
C:\WINDOWS\System32\powrprof.dll
C:\WINDOWS\System32\shlwapi.dll
C:\WINDOWS\System32\CRYPT32.dll
C:\WINDOWS\System32\kernel.appcore.dll
C:\WINDOWS\System32\MSASN1.dll
C:\WINDOWS\System32\shcore.dll
C:\WINDOWS\System32\WS2_32.dll
C:\WINDOWS\System32\profapi.dll
C:\WINDOWS\System32\OLEAUT32.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\WINDOWS\SYSTEM32\WINHTTP.dll
C:\WINDOWS\SYSTEM32\HTTPAPI.dll
C:\WINDOWS\SYSTEM32\bcrypt.dll
C:\WINDOWS\SYSTEM32\MSVCP140.dll
C:\WINDOWS\SYSTEM32\CONCRT140.dll
C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.14393.447_none_5507ded2cb4f7f4c\COMCTL32.dll
C:\WINDOWS\SYSTEM32\MSIMG32.dll
C:\WINDOWS\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.14393.321_none_baab3cb4359688b4\gdiplus.dll
C:\WINDOWS\SYSTEM32\VERSION.dll
C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL
C:\WINDOWS\SYSTEM32\DPAPI.DLL
C:\WINDOWS\System32\IMM32.DLL
C:\WINDOWS\system32\uxtheme.dll
C:\WINDOWS\SYSTEM32\wininet.dll
C:\WINDOWS\System32\clbcatq.dll
c:\program files\real\realplayer\RPDS\Lib\r1com.dll
c:\program files\real\realplayer\RPDS\Lib\r1api.dll
C:\WINDOWS\SYSTEM32\iertutil.dll
C:\WINDOWS\SYSTEM32\SspiCli.dll
C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
C:\WINDOWS\system32\mswsock.dll
C:\WINDOWS\SYSTEM32\WINNSI.DLL
C:\WINDOWS\System32\NSI.dll
C:\WINDOWS\SYSTEM32\atlthunk.dll
C:\WINDOWS\System32\MSCTF.dll
C:\WINDOWS\system32\dwmapi.dll
MSASCuiL, PID: 3464
C:\Program Files\Windows Defender\MSASCuiL.exe
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\System32\msvcrt.dll
C:\WINDOWS\System32\SHLWAPI.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.14393.321_none_baab3cb4359688b4\gdiplus.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\WINDOWS\System32\USER32.dll
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\System32\CRYPT32.dll
C:\WINDOWS\System32\MSASN1.dll
C:\WINDOWS\System32\WINTRUST.dll
C:\WINDOWS\System32\ADVAPI32.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\System32\OLEAUT32.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\WINDOWS\System32\ole32.dll
C:\WINDOWS\SYSTEM32\USERENV.dll
C:\WINDOWS\System32\SHELL32.dll
C:\WINDOWS\System32\profapi.dll
C:\WINDOWS\System32\cfgmgr32.dll
C:\WINDOWS\System32\windows.storage.dll
C:\WINDOWS\System32\powrprof.dll
C:\WINDOWS\System32\kernel.appcore.dll
C:\WINDOWS\System32\shcore.dll
C:\WINDOWS\SYSTEM32\WTSAPI32.dll
C:\Program Files\Windows Defender\mpclient.dll
C:\WINDOWS\System32\IMM32.DLL
C:\WINDOWS\system32\uxtheme.dll
C:\WINDOWS\SYSTEM32\CRYPTSP.dll
C:\WINDOWS\system32\rsaenh.dll
C:\WINDOWS\SYSTEM32\bcrypt.dll
C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
C:\WINDOWS\System32\imagehlp.dll
C:\WINDOWS\SYSTEM32\gpapi.dll
C:\Program Files\Windows Defender\EppManifest.dll
C:\WINDOWS\System32\clbcatq.dll
C:\Windows\System32\msxml6.dll
C:\WINDOWS\System32\MSCTF.dll
C:\WINDOWS\SYSTEM32\atlthunk.dll
C:\WINDOWS\system32\dwmapi.dll
C:\WINDOWS\SYSTEM32\WindowsCodecs.dll
rpsystray, PID: 4996
C:\Program Files\Real\RealPlayer\RPDS\Bin\rpsystray.exe
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\System32\ole32.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\System32\USER32.dll
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\ADVAPI32.dll
C:\WINDOWS\System32\msvcrt.dll
C:\WINDOWS\System32\SHELL32.dll
C:\WINDOWS\System32\cfgmgr32.dll
C:\WINDOWS\System32\windows.storage.dll
C:\WINDOWS\System32\powrprof.dll
C:\WINDOWS\System32\shlwapi.dll
C:\WINDOWS\System32\kernel.appcore.dll
C:\WINDOWS\SYSTEM32\WTSAPI32.dll
C:\WINDOWS\System32\shcore.dll
C:\WINDOWS\System32\profapi.dll
C:\WINDOWS\SYSTEM32\MSVCP140.dll
C:\WINDOWS\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.14393.321_none_baab3cb4359688b4\gdiplus.dll
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.14393.447_none_5507ded2cb4f7f4c\COMCTL32.dll
C:\WINDOWS\SYSTEM32\WININET.dll
C:\WINDOWS\SYSTEM32\VERSION.dll
C:\WINDOWS\SYSTEM32\CONCRT140.dll
C:\WINDOWS\SYSTEM32\MPR.dll
C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll
C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL
C:\WINDOWS\SYSTEM32\dbghelp.dll
C:\WINDOWS\SYSTEM32\dbgcore.DLL
C:\WINDOWS\System32\IMM32.DLL
c:\program files\real\realplayer\CrashRpt\CrashRpt1402.dll
C:\WINDOWS\system32\uxtheme.dll
C:\WINDOWS\System32\MSCTF.dll
C:\WINDOWS\System32\OLEAUT32.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\WINDOWS\system32\dwmapi.dll
C:\WINDOWS\SYSTEM32\WINSTA.dll
c:\program files\real\realplayer\RPDS\Plugins\rpdbplugin.dll
C:\WINDOWS\SYSTEM32\NETAPI32.dll
C:\WINDOWS\SYSTEM32\SAMCLI.DLL
C:\WINDOWS\SYSTEM32\NETUTILS.DLL
c:\program files\real\realplayer\RPDS\Plugins\rpfiplugin.dll
C:\WINDOWS\System32\clbcatq.dll
C:\WINDOWS\system32\windowscodecs.dll
c:\program files\real\realplayer\RPDS\Tools\ffmpeg\mediautil.dll
c:\program files\real\realplayer\RPDS\Tools\ffmpeg\avformat-56.dll
C:\WINDOWS\System32\WS2_32.dll
c:\program files\real\realplayer\RPDS\Tools\ffmpeg\avcodec-56.dll
c:\program files\real\realplayer\RPDS\Tools\plugins\hxfformat.dll
c:\program files\real\realplayer\RPDS\Tools\ffmpeg\avutil-54.dll
c:\program files\real\realplayer\RPDS\Tools\plugins\directshowdec.dll
c:\program files\real\realplayer\RPDS\Tools\plugins\mcddplugin.dll
c:\program files\real\realplayer\RPDS\Tools\plugins\MFTDecoder.dll
c:\program files\real\realplayer\RPDS\Tools\plugins\MFTEncoder.dll
C:\WINDOWS\SYSTEM32\MSVCR100.dll
C:\WINDOWS\SYSTEM32\MSVCP100.dll
C:\WINDOWS\SYSTEM32\MFPlat.DLL
C:\WINDOWS\SYSTEM32\RTWorkQ.DLL
C:\WINDOWS\SYSTEM32\iertutil.dll
C:\WINDOWS\SYSTEM32\SspiCli.dll
C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
C:\WINDOWS\SYSTEM32\winhttp.dll
C:\WINDOWS\system32\mswsock.dll
C:\WINDOWS\SYSTEM32\WINNSI.DLL
C:\WINDOWS\System32\NSI.dll
PresentationFontCache, PID: 5956
audiodg, PID: 3888
Steam, PID: 1796
C:\Program Files\Steam\Steam.exe
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\System32\WS2_32.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\System32\USER32.dll
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\System32\ADVAPI32.dll
C:\WINDOWS\System32\msvcrt.dll
C:\WINDOWS\System32\SHELL32.dll
C:\WINDOWS\System32\cfgmgr32.dll
C:\WINDOWS\System32\windows.storage.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\powrprof.dll
C:\WINDOWS\System32\shlwapi.dll
C:\WINDOWS\System32\kernel.appcore.dll
C:\WINDOWS\System32\shcore.dll
C:\WINDOWS\System32\profapi.dll
C:\WINDOWS\System32\OLEAUT32.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\WINDOWS\System32\PSAPI.DLL
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.447_none_89c64d28dafea4b9\COMCTL32.dll
C:\WINDOWS\System32\IMM32.DLL
C:\Program Files\Steam\crashhandler.dll
C:\WINDOWS\SYSTEM32\WININET.dll
C:\WINDOWS\system32\uxtheme.dll
C:\WINDOWS\System32\MSCTF.dll
C:\WINDOWS\system32\dwmapi.dll
C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL
C:\WINDOWS\System32\ole32.dll
C:\Program Files\Steam\steamui.dll
C:\WINDOWS\System32\COMDLG32.dll
C:\WINDOWS\SYSTEM32\WINMM.dll
C:\WINDOWS\SYSTEM32\VERSION.dll
C:\Program Files\Steam\SDL2.dll
C:\Program Files\Steam\tier0_s.dll
C:\Program Files\Steam\v8.dll
C:\Program Files\Steam\video.dll
C:\Program Files\Steam\vstdlib_s.dll
C:\WINDOWS\SYSTEM32\OPENGL32.dll
C:\WINDOWS\SYSTEM32\WINMMBASE.dll
C:\Program Files\Steam\icui18n.dll
C:\Program Files\Steam\icuuc.dll
C:\WINDOWS\SYSTEM32\WSOCK32.dll
C:\Program Files\Steam\libavcodec-56.dll
C:\Program Files\Steam\libavformat-56.dll
C:\Program Files\Steam\libavresample-2.dll
C:\Program Files\Steam\libavutil-54.dll
C:\Program Files\Steam\libswscale-3.dll
C:\WINDOWS\SYSTEM32\GLU32.dll
C:\WINDOWS\SYSTEM32\DDRAW.dll
C:\WINDOWS\SYSTEM32\DCIMAN32.dll
C:\Program Files\Steam\bin\filesystem_stdio.DLL
C:\Program Files\Steam\bin\vgui2_s.DLL
C:\WINDOWS\SYSTEM32\MSIMG32.dll
C:\Program Files\Steam\bin\chromehtml.DLL
C:\WINDOWS\System32\clbcatq.dll
C:\WINDOWS\system32\dataexchange.dll
C:\WINDOWS\system32\d3d11.dll
C:\WINDOWS\system32\dcomp.dll
C:\WINDOWS\system32\dxgi.dll
C:\WINDOWS\system32\twinapi.appcore.dll
C:\WINDOWS\system32\bcrypt.dll
C:\WINDOWS\SYSTEM32\DWrite.dll
C:\Program Files\Steam\steamclient.dll
C:\WINDOWS\System32\CRYPT32.dll
C:\WINDOWS\System32\MSASN1.dll
C:\WINDOWS\System32\imagehlp.dll
C:\WINDOWS\System32\SETUPAPI.dll
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
C:\WINDOWS\SYSTEM32\Secur32.dll
C:\WINDOWS\SYSTEM32\SSPICLI.DLL
C:\WINDOWS\System32\NSI.dll
C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
C:\Windows\System32\dinput8.dll
C:\WINDOWS\SYSTEM32\HID.DLL
C:\WINDOWS\System32\DEVOBJ.dll
C:\WINDOWS\system32\wbem\wbemprox.dll
C:\WINDOWS\SYSTEM32\wbemcomn.dll
C:\WINDOWS\SYSTEM32\Wlanapi.dll
C:\WINDOWS\SYSTEM32\MMDevAPI.DLL
C:\WINDOWS\SYSTEM32\PROPSYS.dll
C:\WINDOWS\SYSTEM32\wdmaud.drv
C:\WINDOWS\SYSTEM32\ksuser.dll
C:\WINDOWS\SYSTEM32\AVRT.dll
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL
C:\WINDOWS\SYSTEM32\wintypes.dll
C:\WINDOWS\SYSTEM32\msacm32.drv
C:\WINDOWS\SYSTEM32\MSACM32.dll
C:\WINDOWS\SYSTEM32\midimap.dll
C:\WINDOWS\SYSTEM32\dsound.dll
C:\WINDOWS\system32\wbem\wbemsvc.dll
C:\WINDOWS\system32\wbem\fastprox.dll
C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
C:\WINDOWS\System32\WINTRUST.dll
C:\WINDOWS\SYSTEM32\XInput1_4.dll
C:\WINDOWS\SYSTEM32\winhttp.dll
C:\WINDOWS\system32\napinsp.dll
C:\WINDOWS\system32\pnrpnsp.dll
C:\WINDOWS\system32\NLAapi.dll
C:\WINDOWS\System32\winrnr.dll
C:\WINDOWS\System32\mswsock.dll
C:\WINDOWS\SYSTEM32\DNSAPI.dll
C:\WINDOWS\System32\wshbth.dll
C:\WINDOWS\System32\fwpuclnt.dll
C:\Windows\System32\rasadhlp.dll
C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll
C:\WINDOWS\system32\explorerframe.dll
C:\Windows\System32\ActXPrxy.dll
C:\WINDOWS\SYSTEM32\USERENV.dll
C:\WINDOWS\SYSTEM32\Bcp47Langs.dll
C:\WINDOWS\SYSTEM32\LINKINFO.dll
C:\WINDOWS\SYSTEM32\ntshrui.dll
C:\WINDOWS\SYSTEM32\srvcli.dll
C:\WINDOWS\SYSTEM32\cscapi.dll
C:\WINDOWS\SYSTEM32\ntmarta.dll
c:\program files\steam\bin\friendsui.DLL
c:\program files\steam\bin\serverbrowser.DLL
C:\WINDOWS\System32\CRYPTSP.dll
C:\WINDOWS\system32\rsaenh.dll
C:\WINDOWS\SYSTEM32\gpapi.dll
C:\Windows\System32\cryptnet.dll
C:\WINDOWS\SYSTEM32\WINNSI.DLL
C:\Program Files\Steam\openvr_api.dll
C:\WINDOWS\SYSTEM32\edputil.dll
C:\WINDOWS\SYSTEM32\urlmon.dll
C:\WINDOWS\SYSTEM32\iertutil.dll
C:\WINDOWS\SYSTEM32\MPR.dll
C:\WINDOWS\SYSTEM32\pcacli.dll
C:\WINDOWS\System32\sfc_os.dll
C:\WINDOWS\System32\DEVRTL.dll
C:\WINDOWS\system32\apphelp.dll
steamwebhelper, PID: 1620
C:\Program Files\Steam\bin\cef\cef.win7\steamwebhelper.exe
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\System32\USER32.dll
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\System32\ADVAPI32.dll
C:\WINDOWS\System32\msvcrt.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\System32\PSAPI.DLL
C:\Program Files\Steam\bin\cef\cef.win7\libcef.dll
C:\WINDOWS\SYSTEM32\WINMM.dll
C:\WINDOWS\SYSTEM32\WINMMBASE.dll
C:\WINDOWS\System32\cfgmgr32.dll
C:\WINDOWS\System32\ole32.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\OLEAUT32.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\WINDOWS\System32\SHELL32.dll
C:\WINDOWS\System32\windows.storage.dll
C:\WINDOWS\System32\powrprof.dll
C:\WINDOWS\System32\shlwapi.dll
C:\WINDOWS\System32\kernel.appcore.dll
C:\WINDOWS\System32\shcore.dll
C:\WINDOWS\System32\profapi.dll
C:\WINDOWS\System32\WS2_32.dll
C:\WINDOWS\System32\COMDLG32.dll
C:\WINDOWS\System32\CRYPT32.dll
C:\WINDOWS\System32\MSASN1.dll
C:\WINDOWS\System32\WINTRUST.dll
C:\WINDOWS\System32\IMM32.dll
C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL
C:\WINDOWS\SYSTEM32\USERENV.dll
C:\WINDOWS\SYSTEM32\OLEACC.dll
C:\WINDOWS\SYSTEM32\WTSAPI32.dll
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.447_none_89c64d28dafea4b9\COMCTL32.dll
C:\Program Files\Steam\bin\cef\cef.win7\chrome_elf.dll
C:\WINDOWS\SYSTEM32\dbghelp.dll
C:\WINDOWS\SYSTEM32\USP10.dll
C:\WINDOWS\SYSTEM32\VERSION.dll
C:\WINDOWS\SYSTEM32\credui.dll
C:\WINDOWS\SYSTEM32\CRYPTUI.dll
C:\WINDOWS\SYSTEM32\dwmapi.dll
C:\WINDOWS\SYSTEM32\NETAPI32.dll
C:\WINDOWS\SYSTEM32\DWrite.dll
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
C:\WINDOWS\SYSTEM32\ncrypt.dll
C:\WINDOWS\SYSTEM32\Secur32.dll
C:\WINDOWS\SYSTEM32\urlmon.dll
C:\WINDOWS\SYSTEM32\WINHTTP.dll
C:\WINDOWS\SYSTEM32\d3d9.dll
C:\WINDOWS\SYSTEM32\d3d11.dll
C:\WINDOWS\SYSTEM32\dxva2.dll
C:\WINDOWS\SYSTEM32\dxgi.dll
C:\WINDOWS\SYSTEM32\WINSPOOL.DRV
C:\WINDOWS\SYSTEM32\FONTSUB.dll
C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
C:\WINDOWS\System32\NSI.dll
C:\WINDOWS\SYSTEM32\bcrypt.dll
C:\WINDOWS\SYSTEM32\NTASN1.dll
C:\WINDOWS\SYSTEM32\iertutil.dll
C:\WINDOWS\SYSTEM32\SAMCLI.DLL
C:\WINDOWS\SYSTEM32\NETUTILS.DLL
C:\WINDOWS\SYSTEM32\SSPICLI.DLL
C:\WINDOWS\SYSTEM32\ntmarta.dll
C:\WINDOWS\system32\uxtheme.dll
C:\WINDOWS\System32\MSCTF.dll
C:\WINDOWS\system32\NLAapi.dll
C:\WINDOWS\System32\SETUPAPI.dll
C:\WINDOWS\SYSTEM32\DEVOBJ.dll
C:\WINDOWS\system32\audioses.dll
C:\WINDOWS\SYSTEM32\wintypes.dll
C:\WINDOWS\system32\MMDevAPI.DLL
C:\WINDOWS\system32\PROPSYS.dll
C:\WINDOWS\System32\clbcatq.dll
C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
C:\WINDOWS\SYSTEM32\mscms.dll
C:\WINDOWS\system32\mswsock.dll
C:\WINDOWS\SYSTEM32\DNSAPI.dll
C:\WINDOWS\System32\fwpuclnt.dll
C:\Windows\System32\rasadhlp.dll
SteamService, PID: 156
steamwebhelper, PID: 7872
C:\Program Files\Steam\bin\cef\cef.win7\steamwebhelper.exe
C:\WINDOWS\SYSTEM32\ntdll.dll
C:\WINDOWS\System32\KERNEL32.DLL
C:\WINDOWS\System32\KERNELBASE.dll
C:\WINDOWS\System32\USER32.dll
C:\WINDOWS\System32\win32u.dll
C:\WINDOWS\System32\GDI32.dll
C:\WINDOWS\System32\gdi32full.dll
C:\WINDOWS\System32\ADVAPI32.dll
C:\WINDOWS\System32\msvcrt.dll
C:\WINDOWS\System32\sechost.dll
C:\WINDOWS\System32\RPCRT4.dll
C:\WINDOWS\System32\PSAPI.DLL
C:\Program Files\Steam\bin\cef\cef.win7\libcef.dll
C:\WINDOWS\System32\ole32.dll
C:\WINDOWS\System32\combase.dll
C:\WINDOWS\System32\ucrtbase.dll
C:\WINDOWS\System32\bcryptPrimitives.dll
C:\WINDOWS\System32\OLEAUT32.dll
C:\WINDOWS\System32\msvcp_win.dll
C:\WINDOWS\System32\SHELL32.dll
C:\WINDOWS\System32\cfgmgr32.dll
C:\WINDOWS\System32\windows.storage.dll
C:\WINDOWS\System32\powrprof.dll
C:\WINDOWS\System32\shlwapi.dll
C:\WINDOWS\System32\kernel.appcore.dll
C:\WINDOWS\System32\shcore.dll
C:\WINDOWS\System32\profapi.dll
C:\WINDOWS\System32\WS2_32.dll
C:\WINDOWS\System32\COMDLG32.dll
C:\WINDOWS\System32\CRYPT32.dll
C:\WINDOWS\System32\MSASN1.dll
C:\WINDOWS\System32\WINTRUST.dll
C:\WINDOWS\System32\IMM32.dll
C:\WINDOWS\SYSTEM32\WINMM.dll
C:\WINDOWS\SYSTEM32\USERENV.dll
C:\WINDOWS\SYSTEM32\OLEACC.dll
C:\WINDOWS\SYSTEM32\WTSAPI32.dll
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.447_none_89c64d28dafea4b9\COMCTL32.dll
C:\Program Files\Steam\bin\cef\cef.win7\chrome_elf.dll
C:\WINDOWS\SYSTEM32\dbghelp.dll
C:\WINDOWS\SYSTEM32\USP10.dll
C:\WINDOWS\SYSTEM32\VERSION.dll
C:\WINDOWS\SYSTEM32\credui.dll
C:\WINDOWS\SYSTEM32\CRYPTUI.dll
C:\WINDOWS\SYSTEM32\dwmapi.dll
C:\WINDOWS\SYSTEM32\NETAPI32.dll
C:\WINDOWS\SYSTEM32\DWrite.dll
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
C:\WINDOWS\SYSTEM32\ncrypt.dll
C:\WINDOWS\SYSTEM32\Secur32.dll
C:\WINDOWS\SYSTEM32\urlmon.dll
C:\WINDOWS\SYSTEM32\WINHTTP.dll
C:\WINDOWS\SYSTEM32\d3d9.dll
C:\WINDOWS\SYSTEM32\d3d11.dll
C:\WINDOWS\SYSTEM32\dxva2.dll
C:\WINDOWS\SYSTEM32\dxgi.dll
C:\WINDOWS\SYSTEM32\WINSPOOL.DRV
C:\WINDOWS\SYSTEM32\FONTSUB.dll
C:

-- Text placed in Spoiler tag to avoid unnecessary scrolling
- Romulator
(This post was last modified: 02-11-2017, 03:06 AM by Romulator.)
02-10-2017, 11:03 PM
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#7
Not Solved RE: Game crashes upon starting
Firstly, that log will do us no good. If you want to report a crash, use the hpl.log from your Documents folder.

Second, I see you're trying to start Amnesia, but this thread is for SOMA. I suggest you create your own thread in the Amnesia subforums if you need help.

02-10-2017, 11:24 PM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#8
Not Solved RE: Game crashes upon starting
Hi there arschery. As Mudbill has suggested, it is recommended you make a separate thread for this issue -- you could be having a completely different issue to this particular thread, such is the case for you're running Amnesia: The Dark Descent and not SOMA.

Here is a link to Amnesia's Technical Support subforum. Please consider reading the Troubleshooting Guide, and if you are still having trouble, follow the instructions in Problem X of the Troubleshooting Guide to find the hpl.log and explain what is wrong.



It has been over a month since OP has posted, so I will close this thread. Please feel free to send me a PM if it should be reopened.

Discord: Romulator#0001
[Image: 3f6f01a904.png]
(This post was last modified: 02-11-2017, 03:13 AM by Romulator.)
02-11-2017, 03:12 AM
Find
Jump to the post that solved this thread.




Users browsing this thread: 1 Guest(s)