SkyLined / BugId

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

GetThreadDescription function not found #91

Closed merc1995 closed 4 years ago

merc1995 commented 4 years ago

hi, I met some problems when I using BugId. I'm using windows10 with python2.7 and windows debug tools, but when I run python BugId.py it shows:

AttributeError: function 'GetThreadDescription' not found

anyone can help me?

SkyLined commented 4 years ago

Can you please copy the entire bug report as it contains vital information to tracking down the root cause. Also if you can run BugId --version, please sent its output. If that also gives you an error, can you give me the exact version of Windows and Python you are using by running ver and python and copy + paste their output?

I ask because this is a known issue that I am fixing for older Windows versions: that specific function was not implemented on Windows 10 before version 1607 or Windows Server before 2016. If you are using an older version of Windows, then I should have a fix for you soon!

SkyLined commented 4 years ago

Also, the fix has been uploaded to GitHub; if you can please clone or download the latest version and let me know if this resolves the issue, that would be great!

SkyLined commented 4 years ago

Assuming this issue has been fixed