SkyLined / BugId

Detect, analyze and uniquely identify crashes in Windows applications
https://bugid.skylined.nl
Other
500 stars 90 forks source link

An internal exception has occured #86

Closed 1iK3 closed 5 years ago

1iK3 commented 5 years ago

┌─ An internal exception has occured ────────────────────────────────────────────────────────────────────────────────── │ WindowsError(2, '') │ │ Stack: │ 0 _execute_child @ C:\Python27\lib\subprocess.py/644 │ > startupinfo) │ 1 init @ C:\Python27\lib\subprocess.py/394 │ > errread, errwrite) │ 2 fasRunApplication @ C:\Fuzzing\BugId\modules\cBugId\cUWPApplication.py/10 │ > creationflags = subprocess.CREATE_NEW_PROCESS_GROUP, │ 3 init @ C:\Fuzzing\BugId\modules\cBugId\cUWPApplication.py/26 │ > asQueryOutput = fasRunApplication("powershell", "Get-AppxPackage %s" % oUWPApplication.sPackageName); │ 4 init @ C:\Fuzzing\BugId\modules\cBugId\cCdbWrapper.py/86 │ > oCdbWrapper.oUWPApplication = sUWPApplicationPackageName and cUWPApplication(sUWPApplicationPackageName, sUWPApplicationId) or None; │ 5 init @ C:\Fuzzing\BugId\modules\cBugId\cBugId.py/112 │ > uMaximumNumberOfBugs = uMaximumNumberOfBugs, │ 6 fMain @ C:\Fuzzing\BugId\BugId.py/884 │ > uMaximumNumberOfBugs = guMaximumNumberOfBugs, │ 7 C:\Fuzzing\BugId\BugId.py/977 │ > fMain(sys.argv[1:]); └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

SkyLined commented 5 years ago

Hi,

It looks like you do not have powershell installed on Windows. You can test this by opening a command-prompt and attempting to run powershell. Please let me know if doing that reports an error or not.

Also, could you please copy the version information from the error report?

SkyLined commented 5 years ago

No response, so I cannot fix this.