简体   繁体   English

Notepad ++在崩溃后修复,解释了.dmp解释

[英]Notepad++ fixing after a crash, interpreting the .dmp interpretation

My notepad++ experienced a crash after I attempted renaming a file when it was closed and restarted the program. 在关闭文件并重新启动程序后,我尝试重命名文件后,我的notepad ++发生了崩溃。

According to the .dmp information it was reading/writing to virtual memory without permission. 根据.dmp信息,它未经许可即正在读取/写入虚拟内存。

Here's some additional information to help delimit the problem 以下是一些其他信息,可以帮助您解决问题

  • The source of the problem is not the filename (replacing the old did not work) 问题的根源不是文件名(替换旧文件不起作用)
  • The problem does not occur by UAC UAC不会发生此问题
  • I am currently working on full text files with no "strange" addiotional things going on 我目前正在处理全文文件,没有发生“奇怪的”附加事件
  • I can't see a documentation reference to what version I'm using but the installer suggests 5.9.3 (the dmp file has the same version number reference) 我看不到有关正在使用哪个版本的文档参考,但安装程序建议使用5.9.3(dmp文件具有相同的版本号参考)

My question would be this: 我的问题是这样的:

Is there a means besides reinstall to tackle this problem, for example , could I find a cache system/mechanism to help me decide what notepad++ loads (file references in particular). 除了重新安装以外,是否还有其他方法可以解决此问题,例如,我是否可以找到一种缓存系统/机制来帮助我确定notepad ++加载的内容(尤其是文件引用)。 Im asking partially to solve the problem quickly and partially to learn a little more in how these operations are handled. 我要求部分迅速解决问题,部分要求更多地了解如何处理这些操作。

Thanks in advance! 提前致谢!

EDIT: I seem to made the title....well plain wrong. 编辑:我似乎使标题。 If a mod/adm could fix it or tell me how I could that would help. 如果一个mod / adm可以解决它,或者告诉我我将如何提供帮助。

It wasn't a cache or ini file I needed it was the session.XML file in %APPDATA% 这不是缓存或ini文件,我需要的是%APPDATA%中的session.XML文件

Deleting this succesfully removed the load reference to the file and everything works fine again now. 成功删除此文件后,将删除对该文件的加载引用,并且现在一切正常。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM