Andrew Coffey
Andrew Coffey
I actually agree that they could be useful. Numpy is certainly efficient for very large arrays, but for smaller arrays, it's got a lot of overhead and pygame vectors handily...
Seems to be fixed in current dev versions of pygame, so issue resolved?
> > Seems to be fixed in current dev versions of pygame, so issue resolved? > > Nope, pygame 2.1.3.dev7 is returning a negative instead (`-1/128`). Wouldn't this be a...
@Starbuck5 I addressed your comments and made the necessary corrections
Can reproduce with pygame `2.1.3dev8` with python 3.10.7. Here is the gdb backtrace from the segfault ``` 0x00007ffff6b96c19 in FT_Get_Char_Index () from /home/andrew/Envs/pygame_dev/lib/python3.10/site-packages/pygame/../pygame.libs/libfreetype-402bc0e3.so.6.18.3 (gdb) bt #0 0x00007ffff6b96c19 in FT_Get_Char_Index ()...
I was able to reproduce this on pygame 2.1.3dev8 compiled with SDL 2.0.22 and python 3.10.7 compiled with GCC 12.2.0. OS is Manjaro linux with the KDE Plasma desktop environment...
I cannot reproduce this issue on Manjaro with the KDE Plasma desktop (kernel 5.15.76-1-MANJARO) with either pygame 2.1.2 or pygame 2.1.3dev8
Can you record a video demonstrating the problem?
`2.1.3dev8` is the only version with 3.11 wheels prebuilt. If you really want to use `2.1.2`, you'll have to build the wheels yourself. But `2.1.3dev8` is essentially the full `2.1.3`...
@rammfire if you read a few messages above, Matiiss gave the solution