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

ALSA error: Access violoation when trying to start the game #537

Closed
speich opened this issue Aug 2, 2020 · 4 comments
Closed

ALSA error: Access violoation when trying to start the game #537

speich opened this issue Aug 2, 2020 · 4 comments
Labels

Comments

@speich
Copy link

speich commented Aug 2, 2020

After compiling when I try to start the game, I get the following error:
/usr/local/bin/ultrastardx
ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2642:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_oss.c:377:(_snd_pcm_oss_open) Unknown field port
ALSA lib pcm_oss.c:377:(_snd_pcm_oss_open) Unknown field port
ALSA lib pcm_usb_stream.c:486:(_snd_pcm_usb_stream_open) Invalid type for card
ALSA lib pcm_usb_stream.c:486:(_snd_pcm_usb_stream_open) Invalid type for card
An unhandled exception occurred at $00007F6BB2969623:
EAccessViolation: Access violation
$00007F6BB2969623

USDX version v2020.4.0
Linux Mint 20

@basisbit
Copy link
Member

basisbit commented Aug 2, 2020

sorry, but this does not look like a problem regarding USDX, but instead is most likely a problem with your audio setup / audio sink configuration. You might be able to get support from some Linux Mint users forum for this.

Please feel free to reopen this issue here, if you end up discovering that this is actually a problem of how the compile scripts detect your audio setup.

@s09bQ5
Copy link
Collaborator

s09bQ5 commented Aug 2, 2020

We've had crashes like this before in #473, #496 and #396.
Note that $00007F6BB2969623 is inside a library, not inside USDX. My guess is that it's PortAudio that crashes.
Try building --without-portaudio.

@speich
Copy link
Author

speich commented Aug 2, 2020

Thanks for the tip. When building with ./configure --without-portaudio the error goes away :-)

@s09bQ5
Copy link
Collaborator

s09bQ5 commented Aug 30, 2020

alsa-project/alsa-plugins#13 crashes at offset 0x623 within a page on current Ubuntu x86-64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants