We had a customer report an issue with PerformanceTest V9 crashing somewhere between the DX10 and the DX11 3D benchmark test.
Crash dump analysis showed this,
ExceptionAddress: 000000000241ba10
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000008
Parameter[1]: 000000000241ba10
Attempt to execute non-executable address 000000000241ba10
SYMBOL_NAME: d3d11!D3D11CoreCreateDevice+19775
FOLLOWUP_NAME: MachineOwner
IMAGE_NAME: d3d11.dll
BUCKET_ID: WRONG_SYMBOLS
FAILURE_BUCKET_ID: WRONG_SYMBOLS_c0000005_d3d11.dll!D3D11CoreCreateDe vice
STACK_TEXT:
00000000`0014b6f8 0x241ba10
00000000`0014b700 d3d11!D3D11CoreCreateDevice+0x19775
00000000`0014b730 Nahimic2OSD+0x8bf9
So the crash was in d3d11.dll in the function D3D11CoreCreateDevice.
Hardware in use was fairly standard stuff.
CPU: Intel Core i5-6600 @ 3.30GHz
Motherboard: MSI H170 GAMING M3 ( MS-797 )
Video: MSI NVIDIA GeForce GTX 1060 3GB
Which makes the crash rather strange, as we know the software works fine on this hardware.
Looking more closely at the stack trace above shows something strange however, that a thing call Nahimic2OSD was running at the time of the crash.
We did some Googling and it seems Nahimic is some sound control software for MSI (we are guessing the "OSD" part of the name might mean On Screen Display?). There is also processes in Task Manager called NahimicMSISvc32, NahimicMSISvc64 & NahimicMSIUILauncher that are part of this software. (Some people might describe it as bloatware)
It also seems the Nahimic software is really buggy. it has been reported to crash Grand Theft Auto V, BattleFront, Unravel, and many other games.
If you uninstall it or disable it then the problems go away.
Crash dump analysis showed this,
ExceptionAddress: 000000000241ba10
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000008
Parameter[1]: 000000000241ba10
Attempt to execute non-executable address 000000000241ba10
SYMBOL_NAME: d3d11!D3D11CoreCreateDevice+19775
FOLLOWUP_NAME: MachineOwner
IMAGE_NAME: d3d11.dll
BUCKET_ID: WRONG_SYMBOLS
FAILURE_BUCKET_ID: WRONG_SYMBOLS_c0000005_d3d11.dll!D3D11CoreCreateDe vice
STACK_TEXT:
00000000`0014b6f8 0x241ba10
00000000`0014b700 d3d11!D3D11CoreCreateDevice+0x19775
00000000`0014b730 Nahimic2OSD+0x8bf9
So the crash was in d3d11.dll in the function D3D11CoreCreateDevice.
Hardware in use was fairly standard stuff.
CPU: Intel Core i5-6600 @ 3.30GHz
Motherboard: MSI H170 GAMING M3 ( MS-797 )
Video: MSI NVIDIA GeForce GTX 1060 3GB
Which makes the crash rather strange, as we know the software works fine on this hardware.
Looking more closely at the stack trace above shows something strange however, that a thing call Nahimic2OSD was running at the time of the crash.
We did some Googling and it seems Nahimic is some sound control software for MSI (we are guessing the "OSD" part of the name might mean On Screen Display?). There is also processes in Task Manager called NahimicMSISvc32, NahimicMSISvc64 & NahimicMSIUILauncher that are part of this software. (Some people might describe it as bloatware)
It also seems the Nahimic software is really buggy. it has been reported to crash Grand Theft Auto V, BattleFront, Unravel, and many other games.
If you uninstall it or disable it then the problems go away.
Comment