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

Segmentation Fault creating pygame.surface #119

Closed
Ancalabro opened this issue Mar 31, 2019 · 1 comment
Closed

Segmentation Fault creating pygame.surface #119

Ancalabro opened this issue Mar 31, 2019 · 1 comment

Comments

@Ancalabro
Copy link

I'm trying to port a game I've made from pygame to pygame_sdl2. I'm currently stuck on a 'segmentation fault'. According to the python faulthandler, the line of code leading to the segmentation fault is:

image = pygame.Surface((24, 48)).convert()

Have also tried it without '.convert'. Doesn't change the result. Thoughts? Suggestions?

@uyjulian
Copy link
Contributor

9f0cd56 may have fixed this.

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

3 participants