Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pygame.image reports 'Surface has no palette to get' after upgrade to sdl_image 1.2.11 #38

Closed
SDLBugzilla opened this issue Feb 11, 2021 · 0 comments

Comments

@SDLBugzilla
Copy link
Collaborator

This bug report was migrated from our old Bugzilla tracker.

Reported in version: unspecified
Reported for operating system, platform: Linux, x86

Comments on the original bug report:

On 2012-01-20 11:03:07 +0000, wrote:

After upgrade to the recent sdl_image 1.2.11, pygame.image reports error on img.get_palette():

import pygame
img = pygame.image.load('/usr/share/solarwolf/data/fire.png')
pal = img.get_palette()
Traceback (most recent call last):
File "", line 1, in
error: Surface has no palette to get

As a result the game solarwolf is no longer playable.

On 2012-01-20 17:05:09 +0000, Sam Lantinga wrote:

This is fixed in 1.2.12 which is being released shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant