.exe builds and runs without unhandled exception but in debug mode, says this:
pygame 2.6.0 (SDL 2.28.4, Python 3.11.5)
Hello from the pygame community. https://www.pygame.org/contribute.html
[2024-06-29 05:00:11] [INFO ] discord.client: logging in using static token
[2024-06-29 05:00:13] [INFO ] discord.gateway: Shard ID None has connected to Gateway (Session ID: 43bb35dc621bf57c053940d0438e7ca3).
[2024-06-29 05:00:15] [ERROR ] discord.client: Ignoring exception in on_ready
Traceback (most recent call last):
File "discord\client.py", line 449, in _run_event
File "source_prepared.py", line 156, in on_ready
File "subprocess.py", line 466, in check_output
File "subprocess.py", line 548, in run
File "subprocess.py", line 992, in init
File "subprocess.py", line 1407, in _get_handles
File "subprocess.py", line 1416, in _make_inheritable
OSError: [WinError 50] The request is not supported
.exe builds and runs without unhandled exception but in debug mode, says this: pygame 2.6.0 (SDL 2.28.4, Python 3.11.5) Hello from the pygame community. https://www.pygame.org/contribute.html [2024-06-29 05:00:11] [INFO ] discord.client: logging in using static token [2024-06-29 05:00:13] [INFO ] discord.gateway: Shard ID None has connected to Gateway (Session ID: 43bb35dc621bf57c053940d0438e7ca3). [2024-06-29 05:00:15] [ERROR ] discord.client: Ignoring exception in on_ready Traceback (most recent call last): File "discord\client.py", line 449, in _run_event File "source_prepared.py", line 156, in on_ready File "subprocess.py", line 466, in check_output File "subprocess.py", line 548, in run File "subprocess.py", line 992, in init File "subprocess.py", line 1407, in _get_handles File "subprocess.py", line 1416, in _make_inheritable OSError: [WinError 50] The request is not supported