笔记本开的,基本上联赛全开了(可能是数据库太大的原因?),玩到第三个赛季末尾,倒数第二场联赛的时候,参加完新闻发布会,就出现了问题,会游戏报错然后闪退,弹窗:生成dmp文件,上网查了一下,用windbg打开,如下:
************* Preparing the environment for Debugger Extensions Gallery repositories **************
ExtensionRepository : Implicit
UseExperimentalFeatureForNugetShare : true
AllowNugetExeUpdate : true
AllowNugetMSCredentialProviderInstall : true
AllowParallelInitializationOfLocalRepositories : true
-- Configuring repositories
----> Repository : LocalInstalled, Enabled: true
----> Repository : UserExtensions, Enabled: true
>>>>>>>>>>>>> Preparing the environment for Debugger Extensions Gallery repositories completed, duration 0.000 seconds
************* Waiting for Debugger Extensions Gallery to Initialize **************
>>>>>>>>>>>>> Waiting for Debugger Extensions Gallery to Initialize completed, duration 0.047 seconds
----> Repository : UserExtensions, Enabled: true, Packages count: 0
----> Repository : LocalInstalled, Enabled: true, Packages count: 36
Microsoft (R) Windows Debugger Version 10.0.25921.1001 X86
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\76252\Documents\Sports Interactive\Football Manager 2011\crash dumps\FM 2011 v11.3.0.178533 (2024.02.18 16.39.22).dmp]
User Mini Dump File: Only registers, stack and portions of memory are available
Symbol search path is: srv*
Executable search path is:
Windows 8 Version 9200 MP (8 procs) Free x86 compatible
Product: WinNt, suite: SingleUserTS Personal
Debug session time: Sun Feb 18 16:39:22.000 2024 (UTC + 8:00)
System Uptime: not available
Process Uptime: 0 days 0:37:49.000
................................................................
.............................
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(23c48.22ec8): Access violation - code c0000005 (first/second chance not available)
For analysis of this file, run !analyze -v
eax=00000000 ebx=00000000 ecx=00000000 edx=010f2ba0 esi=00000fac edi=00023c48
eip=773d5bac esp=0019e1f4 ebp=0019e200 iopl=0 nv up ei pl nz na po nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000202
ntdll!ZwGetContextThread+0xc:
773d5bac c20800 ret 8
翻译:
*************为调试器扩展库存储库准备环境**************
ExtensionRepository:隐式
使用NugetShare的实验功能:true
AllowNugetExeUpdate:true
AllowNugetMSCredentialProviderInstall:true
AllowParallelInitializationOfLocalRepositorys:true
--配置存储库
---->存储库:LocalInstalled,Enabled:true
---->存储库:UserExtensions,已启用:true
>>>>>>>>>>>>>为调试器扩展库存储库准备环境已完成,持续时间0.000秒
*************正在等待调试器扩展库初始化**************
>>>>>>>>>>>>>等待调试器扩展库初始化完成,持续时间0.047秒
---->存储库:UserExtensions,已启用:true,包计数:0
---->存储库:LocalInstalled,Enabled:true,软件包计数:36
Microsoft(R)Windows调试器版本10.0.25921.001 X86
版权所有(c)Microsoft Corporation。保留所有权利。
正在加载转储文件[C:\Users\76252\Documents \ Sports Interactive\ Football Manager 2011\ crash dumps\FM 2011 v11.3.0.178533(2024.02.18 16.39.22).dmp]
用户迷你转储文件:只有寄存器、堆栈和部分内存可用
符号搜索路径为:srv*
可执行搜索路径为:
Windows8Version9200MP(8procs)免费x86兼容
产品:WinNt,套件:SingleUserTS Personal
调试会话时间:2月18日星期日16:39:22.000 2024(UTC+8:00)
系统正常运行时间:不可用
进程正常运行时间:0天0:37:49000
................................................................
.............................
此转储文件中存储了一个感兴趣的异常。
可以通过.ecxr访问存储的异常信息。
(23c48.22ec8):访问违规-代码c0000005(第一次/第二次机会不可用)
要分析此文件,请运行!analyze-v
eax=00000000 ebx=00000000 ecx=00000000 edx=010f2ba0 esi=00000fac edi=00023c48
eip=773d5bac esp=0019e1f4 ebp=0019e200 iopl=0 nv up ei pl nz na po nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000202
ntdll!ZwGetContextThread+0xc:
773d5bac c20800 ret 8
有人知道怎么回事吗?
************* Preparing the environment for Debugger Extensions Gallery repositories **************
ExtensionRepository : Implicit
UseExperimentalFeatureForNugetShare : true
AllowNugetExeUpdate : true
AllowNugetMSCredentialProviderInstall : true
AllowParallelInitializationOfLocalRepositories : true
-- Configuring repositories
----> Repository : LocalInstalled, Enabled: true
----> Repository : UserExtensions, Enabled: true
>>>>>>>>>>>>> Preparing the environment for Debugger Extensions Gallery repositories completed, duration 0.000 seconds
************* Waiting for Debugger Extensions Gallery to Initialize **************
>>>>>>>>>>>>> Waiting for Debugger Extensions Gallery to Initialize completed, duration 0.047 seconds
----> Repository : UserExtensions, Enabled: true, Packages count: 0
----> Repository : LocalInstalled, Enabled: true, Packages count: 36
Microsoft (R) Windows Debugger Version 10.0.25921.1001 X86
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\76252\Documents\Sports Interactive\Football Manager 2011\crash dumps\FM 2011 v11.3.0.178533 (2024.02.18 16.39.22).dmp]
User Mini Dump File: Only registers, stack and portions of memory are available
Symbol search path is: srv*
Executable search path is:
Windows 8 Version 9200 MP (8 procs) Free x86 compatible
Product: WinNt, suite: SingleUserTS Personal
Debug session time: Sun Feb 18 16:39:22.000 2024 (UTC + 8:00)
System Uptime: not available
Process Uptime: 0 days 0:37:49.000
................................................................
.............................
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(23c48.22ec8): Access violation - code c0000005 (first/second chance not available)
For analysis of this file, run !analyze -v
eax=00000000 ebx=00000000 ecx=00000000 edx=010f2ba0 esi=00000fac edi=00023c48
eip=773d5bac esp=0019e1f4 ebp=0019e200 iopl=0 nv up ei pl nz na po nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000202
ntdll!ZwGetContextThread+0xc:
773d5bac c20800 ret 8
翻译:
*************为调试器扩展库存储库准备环境**************
ExtensionRepository:隐式
使用NugetShare的实验功能:true
AllowNugetExeUpdate:true
AllowNugetMSCredentialProviderInstall:true
AllowParallelInitializationOfLocalRepositorys:true
--配置存储库
---->存储库:LocalInstalled,Enabled:true
---->存储库:UserExtensions,已启用:true
>>>>>>>>>>>>>为调试器扩展库存储库准备环境已完成,持续时间0.000秒
*************正在等待调试器扩展库初始化**************
>>>>>>>>>>>>>等待调试器扩展库初始化完成,持续时间0.047秒
---->存储库:UserExtensions,已启用:true,包计数:0
---->存储库:LocalInstalled,Enabled:true,软件包计数:36
Microsoft(R)Windows调试器版本10.0.25921.001 X86
版权所有(c)Microsoft Corporation。保留所有权利。
正在加载转储文件[C:\Users\76252\Documents \ Sports Interactive\ Football Manager 2011\ crash dumps\FM 2011 v11.3.0.178533(2024.02.18 16.39.22).dmp]
用户迷你转储文件:只有寄存器、堆栈和部分内存可用
符号搜索路径为:srv*
可执行搜索路径为:
Windows8Version9200MP(8procs)免费x86兼容
产品:WinNt,套件:SingleUserTS Personal
调试会话时间:2月18日星期日16:39:22.000 2024(UTC+8:00)
系统正常运行时间:不可用
进程正常运行时间:0天0:37:49000
................................................................
.............................
此转储文件中存储了一个感兴趣的异常。
可以通过.ecxr访问存储的异常信息。
(23c48.22ec8):访问违规-代码c0000005(第一次/第二次机会不可用)
要分析此文件,请运行!analyze-v
eax=00000000 ebx=00000000 ecx=00000000 edx=010f2ba0 esi=00000fac edi=00023c48
eip=773d5bac esp=0019e1f4 ebp=0019e200 iopl=0 nv up ei pl nz na po nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000202
ntdll!ZwGetContextThread+0xc:
773d5bac c20800 ret 8
有人知道怎么回事吗?