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

beemod 32bit crash #1547

Closed
thefurrywolf opened this issue Mar 29, 2021 · 2 comments
Closed

beemod 32bit crash #1547

thefurrywolf opened this issue Mar 29, 2021 · 2 comments
Labels
App Crash Something is causing the app to crash Duplicate This issue has already been reported

Comments

@thefurrywolf
Copy link

tried it

Traceback (most recent call last):
File "pyglet\media\codecs\wave.py", line 58, in init
File "wave.py", line 510, in open
File "wave.py", line 164, in init
File "wave.py", line 131, in initfp
wave.Error: file does not start with RIFF id

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "app\sound.py", line 136, in ticker
File "pyglet\media_init_.py", line 140, in load
File "pyglet\media_init_.py", line 130, in load
File "pyglet\media\codecs\wave.py", line 109, in decode
File "pyglet\media\codecs\wave.py", line 60, in init
pyglet.media.codecs.wave.WAVEDecodeException: file does not start with RIFF id

@thefurrywolf thefurrywolf added the App Crash Something is causing the app to crash label Mar 29, 2021
@thefurrywolf
Copy link
Author

and this happens if i make it not respond and force close it:
Traceback (most recent call last):
File "tkinter_init_.py", line 804, in callit
File "loadScreen_daemon.py", line 589, in check_queue
File "multiprocessing\connection.py", line 257, in poll
File "multiprocessing\connection.py", line 328, in _poll
BrokenPipeError: [WinError 109] The pipe has been ended

@LautaroL20 LautaroL20 added the Duplicate This issue has already been reported label Mar 29, 2021
@LautaroL20
Copy link
Member

This would be a duplicate of: #1520, as it gives you the same error that i had reported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Crash Something is causing the app to crash Duplicate This issue has already been reported
Projects
None yet
Development

No branches or pull requests

2 participants