UnforeseenOcean / Thrym

An OpenCV based robot for Ragnarock players
GNU Lesser General Public License v2.1
0 stars 1 forks source link

COM access violation on slower hardware #1

Open UnforeseenOcean opened 3 months ago

UnforeseenOcean commented 3 months ago

The error is associated with the comtypes library of Python, which is installed alongside the requirements.

During processing of self.Release() (line 614), it calls the function in the library that actually does the COM object releasing (line 847), it does not write a proper value and causes access violation. Either 0x0000000000000000 or 0x0000000000000001 is returned.