@@ -11,12 +11,32 @@ assignees: ''
1111
1212** Environment:**
1313
14- You can get some of this info from the text that pops up in the console when you run a pygame program.
14+ If possible, please include the output of ` pygame.print_debug_info() ` from your program in your bug report. It looks something
15+ like this:
1516
16- - ** Operating system** (e.g. Windows, Linux(Debian), Linux(Ubuntu), Mac):
17- - ** Python version** (e.g. 3.11.1, 3.8.5) :
18- - ** SDL version** (e.g. SDL 2.0.12):
19- - ** pygame-ce version** (e.g. 2.4.0.dev4, 2.1.3):
17+ ```
18+ pygame-ce 6.6.6 (SDL 2.30.3, Python 3.11.1)
19+ Platform: Windows-10-10.0.22631-SP0
20+ System: Windows
21+ System Version: 10.0.22631
22+ Processor: AMD64 Family 23 Model 113 Stepping 0, AuthenticAMD
23+ Architecture: Bits: 64bit Linkage: WindowsPE
24+
25+ Python: CPython 3.11.1 (tags/v3.11.1:a7a450f, Dec 6 2022, 19:58:39) [MSC v.1934 64 bit (AMD64)]
26+ pygame version: 2.5.0.dev3
27+ SDL versions: Linked: 2.30.3 Compiled: 2.30.3
28+ SDL Mixer versions: Linked: 2.8.0 Compiled: 2.8.0
29+ SDL Font versions: Linked: 2.22.0 Compiled: 2.22.0
30+ SDL Image versions: Linked: 2.8.2 Compiled: 2.8.2
31+ Freetype versions: Linked: 2.11.1 Compiled: 2.11.1
32+
33+ Display Driver: windows
34+ Mixer Driver: wasapi
35+ ```
36+ If you can't get the debug output, any of the environment details included in it that you do know would be useful
37+ in diagnosing the issue & helping you.
38+
39+ Other environment details, not included in ` print_debug_info() ` , that might help:
2040- ** Relevant hardware** (e.g. if reporting a bug about a controller, tell us the brand & name of it):
2141
2242** Current behavior:**
0 commit comments