在 Steam 中点击启动游戏时,系统会立即出现蓝屏。

navagio.sys pubg`02.dmp navagio.sys pubg`01.dmp

上面是两个收集到的蓝屏文件,内容几乎相同

`````````````
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (7e)
This is a very common BugCheck.  Usually the exception address pinpoints
the driver/function that caused the problem.  Always note this address
as well as the link date of the driver/image that contains this address.
Arguments:
Arg1: ffffffffc0000005, The exception code that was not handled
Arg2: fffff8025cf5faef, The address that the exception occurred at
Arg3: fffff408083f7028, Exception Record Address
Arg4: fffff408083f6810, Context Record Address
````````````
SYMBOL_NAME:  navagio+79faef
MODULE_NAME: navagio
IMAGE_NAME:  navagio.sys
STACK_COMMAND: .cxr 0xfffff408083f6810 ; kb
BUCKET_ID_FUNC_OFFSET:  79faef
FAILURE_BUCKET_ID:  AV_navagio!unknown_function
OSPLATFORM_TYPE:  x64
OSNAME:  Windows 10
FAILURE_ID_HASH:  {6222815b-3cb3-3768-7909-4df0d79945f9}
Followup:     MachineOwner

下面是一些未验证过效果的方法

@echo off
:abc
set process=TslGame.exe
tasklist /nh|find /i "%process%"
if ERRORLEVEL 1 (goto no) else (goto yes)
exit

:yes
taskkill /im ExecPubg.exe /f
exit

:no
goto abc

保存为bat文件

总结:这游戏不玩也罢


本站由 杨文凯 使用 Stellar 创建。