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 shuts down multithreading windows #1

Open
OsmondFan opened this issue Jan 13, 2023 · 0 comments
Open

Pygame shuts down multithreading windows #1

OsmondFan opened this issue Jan 13, 2023 · 0 comments

Comments

@OsmondFan
Copy link

With the multiprocess library, pygame seems to boot up the windows at first and then shut them down after there's no feedback from the windows. Another way being tried is by using the threading library which gives an Error of: Screen initialization could only be done from the top layer/main thread. This means that if you want to create a new window then it must be in the main code.

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