You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some users (maybe Windows users in particular) see a confusing error like [Errno 22] Invalid argument when trying to open an invalid file.
Long term, the best solution here may be to stop using subprocesses to play sounds, and instead use the PyGame mixer directly. But to close this issue, we jut need to improve this error message.
The text was updated successfully, but these errors were encountered:
Some users (maybe Windows users in particular) see a confusing error like
[Errno 22] Invalid argument
when trying to open an invalid file.Long term, the best solution here may be to stop using subprocesses to play sounds, and instead use the PyGame mixer directly. But to close this issue, we jut need to improve this error message.
The text was updated successfully, but these errors were encountered: