-
Notifications
You must be signed in to change notification settings - Fork 325
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
Comments
Could you please run 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:
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 |
Hi Paul,
I get this output:
Arcade 2.6.17
-------------
vendor: Apple
renderer: Apple M1
version: (4, 1)
python: 3.9.6 (v3.9.6:db3ff76da1, Jun 28 2021, 11:14:58)
[Clang 12.0.5 (clang-1205.0.22.9)]
platform: darwin
Jamie
…________________________________
From: Paul ***@***.***>
Sent: 29 July 2024 11:40
To: pythonarcade/arcade ***@***.***>
Cc: j-baxter2 ***@***.***>; Author ***@***.***>
Subject: Re: [pythonarcade/arcade] Crashing, but I fixed with source code modification, but would like this to be added to source code so I can distribute my game (Issue #2328)
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<https://github.com/pyglet/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
—
Reply to this email directly, view it on GitHub<#2328 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BJN2DIJC5XHRG7DJBIAZGATZOYL2VAVCNFSM6AAAAABLT4NS7GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJVGU4DQMJUGA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
This is probably fixed in 3.0 dev versions. I believe we fixed most(maybe all) of the apple silicon problems in pyglet |
Definitely fixed in 3.0. This was a problem 2 years ago in pyglet 2.0dev versions. We are now on pyglet 2.1. |
I added the code that is selected in this image and it fixed the issue, see error message in terminal.
The text was updated successfully, but these errors were encountered: