问题事件CLR20r3,请帮助!! [英] Problem Event CLR20r3, Please Help!!

查看:566
本文介绍了问题事件CLR20r3,请帮助!!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以我试着玩一款我从这款应用程序中购买的游戏,名为Steam,直到今晚它都运行良好。它说:


问题签名:

 问题事件名称: CLR20r3

 问题签名01: Stardew Valley.exe

 问题签名02: 1.0.6124.25603

 问题签名03: 57f79f7a

 问题签名04: mscorlib

 问题签名05: 4.6.1085.0

 问题签名06: 57a4fbb5

 问题签名07: 157f

 问题签名08: 1d7

 问题签名09: System.IO.IOException

 操作系统版本: 6.1.7601.2.1.0.768.3

 区域设置ID: 1033

 附加信息1: 0a9e

 附加信息2: 0a9e372d3b4ad19135b953a78882e789

 附加信息3: 0a9e

 附加信息4: 0a9e372d3b4ad19135b953a78882e789



在线阅读我们的隐私声明:

  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409



如果没有在线隐私声明,请阅读我们的隐私声明离线:

  C:\ Windows \ system32 \-US-\\ _erofflps.txt



请帮助,我不知道如何解决它。


解决方案

谷物谷物,


CLR20r3是一个常见的异常错误,CLR集成了Windows错误报告(WER)监视器并收集有关崩溃的信息。基于您的异常信息,应用程序崩溃,因为System.IO.IOException未处理,以下链接将使
清除问题签名的每一行意味着什么,


-           AppName - EXE的文件名(例如,"Explorer.exe");


-           AppVer - 托管EXE(major.minor.build.revision)的程序集版本号或未标记的PE头版本号(例如"2.0.40220.13")


-            AppStamp - 可执行文件的时间戳。


-           AsmAndModName - 如果模块是多模块组件的一部分,则为汇编和模块名称(例如,"MyAssembly + MyModule.dll")


-            AsmVer - 错误程序集的托管程序集版本号(major.minor.build.revision)


-           ModStamp - 错误模块的时间戳。


-           MethodDef - 剥离高字节后的断层方法的MethodDef标记。


-          偏移量 - 故障指令的IL偏移量。


-           ExceptionType - 最内部异常的类型名称,从末尾删除"Exception"(如果存在)。 (例如,"System.AccessViolation")


对于System.IO.IOException,它在I / O错误时抛出。如果您是开发人员,请尝试确保该文件和目录exists.Verify您尝试读取/写入的目录存在。验证您尝试读取的文件是否存在。
以下条款在使用流,文件和目录访问信息时对可能原因进行故障排除。



如果您不是开发人员,请联系您的游戏开发者。


希望这对你有所帮助。


最好的问候,


Bob


So Im trying to play a game that I bought from this app called Steam, and it worked fine up until tonight. It says:

Problem signature:
  Problem Event Name: CLR20r3
  Problem Signature 01: Stardew Valley.exe
  Problem Signature 02: 1.0.6124.25603
  Problem Signature 03: 57f79f7a
  Problem Signature 04: mscorlib
  Problem Signature 05: 4.6.1085.0
  Problem Signature 06: 57a4fbb5
  Problem Signature 07: 157f
  Problem Signature 08: 1d7
  Problem Signature 09: System.IO.IOException
  OS Version: 6.1.7601.2.1.0.768.3
  Locale ID: 1033
  Additional Information 1: 0a9e
  Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
  Additional Information 3: 0a9e
  Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

Please help, Im not sure how to fix it.

解决方案

Hi cerealgrains ,
CLR20r3 is a common exception error, CLR integrates Windows Error Reporting (WER) monitors and collects information on crashes.Based on your exception information, the application crashed because a System.IO.IOException was unhandled, Following link will make clear what each line of the problem signature means,

–          AppName – The filename of the EXE (e.g., "Explorer.exe");

–          AppVer – Assembly version number for an managed EXE (major.minor.build.revision) or the PE header version number (e.g. "2.0.40220.13") for unmanged

–          AppStamp – The timestamp on the executable.

–          AsmAndModName – Assembly and module name if the module is part of a multi-module assembly (e.g., "MyAssembly+MyModule.dll")

–          AsmVer – Managed assembly version number of the faulting assembly (major.minor.build.revision)

–          ModStamp – The timestamp of the faulting module.

–          MethodDef – MethodDef token for the faulting method, after stripping off the high byte.

–          Offset – The IL offset of the faulting instruction.

–          ExceptionType – The name of the type of the most-inner exception, with "Exception" removed from the end, if present. (E.g., "System.AccessViolation")

For System.IO.IOException, it is thrown when an I/O error.If you are a developer,try to make sure the file and directory exist.Verify that the directory you are trying to read from/write to exists. Verify that the file you are trying to read from exists. Following clauses to troubleshooting for possible causes while accessing information using streams, files and directories.

If you are not a developer, please contact your game developers.

Hope this can be helpful to you.

Best Regards,

Bob


这篇关于问题事件CLR20r3,请帮助!!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆