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

Crashing, but I fixed with source code modification, but would like this to be added to source code so I can distribute my game #2328

Open
j-baxter2 opened this issue Jul 29, 2024 · 4 comments

Comments

@j-baxter2
Copy link

I added the code that is selected in this image and it fixed the issue, see error message in terminal.

Pasted Graphic
@pushfoo
Copy link
Member

pushfoo commented Jul 29, 2024

Could you please run python -m arcade and paste the output here?

This command will give you a few lines of information, including your Arcade and pyglet version numbers. We need both of these version numbers because:

  1. It appears to be an upstream pyglet issue
  2. The latest Arcade versions may already use a later pyglet version which includes a fix

The output should look something like this:

$ python -m arcade

Arcade 3.0.0.dev32
------------------
vendor: Intel
renderer: Mesa Intel(R) UHD Graphics 620 (KBL GT2)
version: (4, 6)
python: 3.10.12+ (heads/3.10:f91dfdf5ff, Jul 20 2023, 21:32:15) [GCC 10.2.1 20210110]
platform: linux
pyglet version: 2.1.dev5
PIL version: 10.2.0

@j-baxter2
Copy link
Author

j-baxter2 commented Jul 29, 2024 via email

@Cleptomania
Copy link
Member

This is probably fixed in 3.0 dev versions. I believe we fixed most(maybe all) of the apple silicon problems in pyglet

@einarf
Copy link
Member

einarf commented Jul 30, 2024

Definitely fixed in 3.0. This was a problem 2 years ago in pyglet 2.0dev versions. We are now on pyglet 2.1.

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

4 participants