Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. [Lighthouse] Successfully loaded 1 coverage file(s)...
  2. Caching 'Imports'... ok
  3. Exception in thread DatabasePainter:
  4. Traceback (most recent call last):
  5. File "C:\Python27\Lib\threading.py", line 801, in __bootstrap_inner
  6. self.run()
  7. File "C:\Python27\Lib\threading.py", line 754, in run
  8. self.__target(*self.__args, **self.__kwargs)
  9. File "C:/Users/X/AppData/Roaming/Hex-Rays/IDA Pro/plugins\lighthouse\painting\painter.py", line 400, in _async_database_painter
  10. result = self._paint_database()
  11. File "C:/Users/X/AppData/Roaming/Hex-Rays/IDA Pro/plugins\lighthouse\painting\painter.py", line 295, in _paint_database
  12. if not self._priority_paint():
  13. File "C:/Users/X/AppData/Roaming/Hex-Rays/IDA Pro/plugins\lighthouse\painting\ida_painter.py", line 416, in _priority_paint
  14. if not self._priority_paint_functions(cursor_address):
  15. File "C:/Users/X/AppData/Roaming/Hex-Rays/IDA Pro/plugins\lighthouse\painting\ida_painter.py", line 457, in _priority_paint_functions
  16. function_address = function_metadata.address
  17. AttributeError: 'NoneType' object has no attribute 'address'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement