SkyLined / BugId

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

- An internal exception has occured: #35

Closed anilaphale closed 7 years ago

anilaphale commented 7 years ago

Got this error after updating everything to new version i.e.

BugId version 2017-07-04 16:31 cBugId version 2017-07-04 14:39 FileSystem version 2017-05-12 12:04 Kill version 2017-05-12 12:06

anilaphale commented 7 years ago

After your yesterdays update above error is gone but i have started getting another error:


BugId depends on Kill, which you can download at https://github.com/SkyLined/Kill/


Traceback (most recent call last): File "c:\Users\Windows10\Desktop\Edge-DBG-Using\BugId-master\BugId.py", line 68, in from dxConfig import dxConfig; File "c:\Users\Windows10\Desktop\Edge-DBG-Using\BugId-master\dxConfig.py", line 56, in dxConfig["cBugId"] = cBugId.dxConfig; AttributeError: type object 'cBugId' has no attribute 'dxConfig'

anilaphale commented 7 years ago

issue resolved after updating cBugId as well.

thanks.

anilaphale commented 7 years ago

Now getting this issue:


SkyLined commented 7 years ago

Can you run again with --cBugId.bOutputStdIO=true as in:

> BugId --cBugId.bOutputStdIO=true <whatever arguments you normally use>

That would give me a lot more information to work with and fix this.

SkyLined commented 7 years ago

...or if you download the latest version of BugId and cBugId, you can use -v for verbose output, as in:

> BugId -v <whatever arguments you normally use>
anilaphale commented 7 years ago

Issue is solved as i was using outdated EdgeDbg (EdgeBugId.cmd).

So after updating EdgeDbg everything is working fine.

Thanks.