PysolFC suddenly became slow?

This is odd, I have installed games/pysolfc and have enjoyed playing it. Today when I went to try a few games, all the animations and card movements are slow as...
I haven't upgrade anything to with the game
Code:
root@kg-core2:~ # grep pysolfc /var/log/messages
Oct 10 18:26:53 kg-core2 pkg[24098]: pysolfc-cardsets-3.1 deinstalled
Oct 10 18:26:56 kg-core2 pkg[24098]: pysolfc upgraded: 3.4.1 -> 3.4.1_1 
Oct 10 18:27:03 kg-core2 pkg[24098]: pysolfc-cardsets-3.1_1 installed
this is on
Code:
root@kg-core2:~ # freebsd-version -ku
13.5-RELEASE
13.5-RELEASE-p5
root@kg-core2:~ # uname -a
FreeBSD kg-core2.kg4.no 13.5-RELEASE FreeBSD 13.5-RELEASE releng/13.5-n259162-882b9f3f2218 GENERIC amd64
Any idea what could have caused it?
 
The only thing I see, is this when I start it from the command line
Code:
tingo@kg-core2:~ $ pysolfc
<frozen importlib._bootstrap>:241: RuntimeWarning: Your system is avx2 capable but pygame was not built with support for it. The performance of some of your blits could be adversely affected. Consider enabling compile time detection with environment variables like PYGAME_DETECT_AVX2=1 if you are compiling without cross compilation.
pygame 2.6.1 (SDL 2.32.8, Python 3.11.13)
Hello from the pygame community. https://www.pygame.org/contribute.html
that line (or lines) before the one that starts with "pygame ..." isn't there when I run pysolfc on another machine. The two last lines are identical on the two machines.
The pygame package is the same on both machines
Code:
root@kg-core2:~ # pkg info py311-game\*
py311-game-2.6.1_3
the other
Code:
root@kg-core1:~ # pkg info py311-game\*
py311-game-2.6.1_3
Strange.
 
No, I have not - to both questions. There is pygame issue #4525, but I installed from packages.
Checking the annotations section of the py311-game package on both machines now
Code:
root@kg-core2:~ # pkg info py311-game
py311-game-2.6.1_3
[..]
Annotations    :
    FreeBSD_version: 1305000
    build_timestamp: 2025-10-07T13:53:05+0000
    built_by       : poudriere-git-3.4.3-6-gb115e081
    flavor         : py311
    port_checkout_unclean: no
    port_git_hash  : ff3cbc27e
    ports_top_checkout_unclean: no
    ports_top_git_hash: 9a9cbb379
    repo_type      : binary
    repository     : FreeBSD
and the other machine
Code:
root@kg-core1:~ # pkg info py311-game
py311-game-2.6.1_3
[..]
Annotations    :
    FreeBSD_version: 1305000
    build_timestamp: 2025-11-08T08:33:25+0000
    built_by       : poudriere-git-3.4.4
    flavor         : py311
    port_checkout_unclean: no
    port_git_hash  : ff3cbc27e
    ports_top_checkout_unclean: no
    ports_top_git_hash: 1b401e77f
    repo_type      : binary
    repository     : FreeBSD
even if the port_git_hash is the same, the ports_top_git_hash is different. I deinstalled py311-game (and pysolfc with it), cleaned the cache and installed it again.
Didn't help, the game is still as slow.
 
Back
Top