SkyLined / BugId

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

BugId throws error on running 2nd time #100

Closed prksastry closed 3 years ago

prksastry commented 3 years ago

Everytime I use BugId for execution and crash triaging, first time it executes perfectly, but when second time I use BugId.cmd, it shows python errors, unable to figure out the reason.

SkyLined commented 3 years ago

I can only help if you copy+paste the error. Without that I do not know what the problem is.

prksastry commented 3 years ago

I can only help if you copy+paste the error. Without that I do not know what the problem is.

BugId.cmd C:\Windows\System32\rundll32.exe -- advapi32 CloseThreadWaitChainSession Traceback (most recent call last): File "C:\Users\gggg\Downloads\combase\BugId.py", line 28, in fInitializeProduct(); File "C:\Users\gggg\Downloads\combase\fInitializeProduct.py", line 99, in fInitializeProduct cDependencyChecker(sMainProductFolderPath).fCheck(); File "C:\Users\gggg\Downloads\combase\fInitializeProduct.py", line 81, in fCheck oProductModule = foLoadModule(sDepentOnProductName, oSelf.oMainProductDetails, sProductName); File "C:\Users\gggg\Downloads\combase\fInitializeProduct.py", line 24, in foLoadModule oProductModule = import(sProductName, globals(), locals(), [], -1); File "C:\Users\gggg\Downloads\combase\modules\cBugId__init.py", line 1, in from .cBugId import cBugId; File "C:\Users\gggg\Downloads\combase\modules\cBugId\cBugId.py", line 21, in from mWindowsAPI import oSystemInfo; File "C:\Users\gggg\Downloads\combase\modules\mWindowsAPI\init.py", line 1, in from .mWindowsAPI import ; File "C:\Users\gggg\Downloads\combase\modules\mWindowsAPI\mWindowsAPI.py", line 1, in from .cConsoleProcess import cConsoleProcess; File "C:\Users\gggg\Downloads\combase\modules\mWindowsAPI\cConsoleProcess.py", line 1, in from mWindowsSDK import ; File "C:\Users\gggg\Downloads\combase\modules\mWindowsSDK\init.py", line 1, in from .mWindowsSDK import *; File "C:\Users\gggg\Downloads\combase\modules\mWindowsSDK\mWindowsSDK.py", line 146, in mModule = import(sModuleName, globals(), {}, None, -1); File "C:\Users\gggg\Downloads\combase\modules\mWindowsSDK\mWindowsMacros\init.py", line 2, in from .mWindowsMacros import *; File "C:\Users\gggg\Downloads\combase\modules\mWindowsSDK\mWindowsMacros\mWindowsMacros.py", line 14, in globals()[sImportName] = getattr(import__(sImportName, globals(), locals(), [sImportName], -1), sImportName); AttributeError: 'module' object has no attribute 'mWindowsMacros'

SkyLined commented 3 years ago

Duplicate of issue #99

SkyLined commented 3 years ago

(Please see there for possible work around)