【发布时间】:2014-09-28 11:34:03
【问题描述】:
我已经使用 FlashDevelop 快两年了,今天我决定开始使用 Haxe。唯一的问题是它的安装(或与之相关的东西)完全消除了 FD。它现在将启动,但是一旦初始化它就会崩溃。 Exceptions.log 是:
Unhandled exception:
System.Exception: System.UnauthorizedAccessException: Access to the path 'C:\Windows\System32\LogFiles\WMI\RtBackup' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption)
at System.IO.Directory.GetDirectories(String path)
at ASCompletion.Model.PathExplorer.ExploreFolder(String path, String[] masks)
at ASCompletion.Model.PathExplorer.ExploreFolder(String path, String[] masks)
at ASCompletion.Model.PathExplorer.ExploreFolder(String path, String[] masks)
at ASCompletion.Model.PathExplorer.ExploreFolder(String path, String[] masks)
at ASCompletion.Model.PathExplorer.BackgroundRun()
at ASCompletion.Model.PathExplorer.ExploreInBackground()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
这条路径有时是:
'C:\Windows\System32\Com\dmp'
(编辑)完全重新安装 FlashDevelop 和 Haxe、擦除所有 %localappdata%(以重新开始)或以管理员身份运行将不起作用。 (/编辑)
似乎摆脱崩溃的唯一方法是完全卸载 Haxe。 现在即使没有 Haxe,它也会崩溃,向 'C:\Windows\System32\Com\dmp' 报告访问被拒绝。
谁能帮我?
先感谢您,
迈克
【问题讨论】:
标签: flashdevelop haxe permission-denied