pycdc icon indicating copy to clipboard operation
pycdc copied to clipboard

Getting vector::_M_range_check Error

Open Sahkoojp opened this issue 2 years ago • 3 comments

I'm trying to decompile 3.11 pyc and I'm getting this:

# Source Generated with Decompyle++
# File: "name" (Python 3.11)

Error decompyling "name": vector::_M_range_check: __n (which is 70) >= this->size() (which is 66)

Any help? Ps I'm still noob so sorry if it's a noob error. Edit: .pyc file size is 34kb.

Sahkoojp avatar Jun 25 '23 21:06 Sahkoojp

Getting this too, but with vector::_M_range_check: __n (which is 10) >= this->size() (which is 10). File size is 5.6k, if that matters

endigma avatar Aug 31 '23 01:08 endigma

Me too: vector::_M_range_check: __n (which is 20) >= this->size() (which is 14)

Imma-P avatar Oct 02 '23 22:10 Imma-P

help please me too

avatarlegend avatar Oct 21 '23 00:10 avatarlegend

Should be fixed with #462

zrax avatar Feb 28 '24 23:02 zrax