Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
UltraStar Deluxe crashing on startup [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
mani001
Guru
Guru


Joined: 04 Dec 2004
Posts: 485
Location: Oleiros

PostPosted: Sun Feb 05, 2023 1:55 pm    Post subject: UltraStar Deluxe crashing on startup [solved] Reply with quote

Hi,

UltraStar Deluxe used to work fine in my machine, but it's now crashing with

Code:
ALSA lib /var/tmp/portage/media-libs/alsa-lib-1.2.7.2/work/alsa-lib-1.2.7.2/src/pcm/pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib /var/tmp/portage/media-libs/alsa-lib-1.2.7.2/work/alsa-lib-1.2.7.2/src/pcm/pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib /var/tmp/portage/media-libs/alsa-lib-1.2.7.2/work/alsa-lib-1.2.7.2/src/pcm/pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib /var/tmp/portage/media-libs/alsa-lib-1.2.7.2/work/alsa-lib-1.2.7.2/src/pcm/pcm_route.c:877:(find_matching_chmap) Found no matching channel map
Cannot connect to server socket err = No existe el fichero o el directorio
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Cannot connect to server socket err = No existe el fichero o el directorio
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
ALSA lib /var/tmp/portage/media-libs/alsa-lib-1.2.7.2/work/alsa-lib-1.2.7.2/src/confmisc.c:160:(snd_config_get_card) Invalid field card
ALSA lib /var/tmp/portage/media-plugins/alsa-plugins-1.2.7.1/work/alsa-plugins-1.2.7.1/usb_stream/pcm_usb_stream.c:482:(_snd_pcm_usb_stream_open) Invalid card 'card'
ALSA lib /var/tmp/portage/media-libs/alsa-lib-1.2.7.2/work/alsa-lib-1.2.7.2/src/confmisc.c:160:(snd_config_get_card) Invalid field card
ALSA lib /var/tmp/portage/media-plugins/alsa-plugins-1.2.7.1/work/alsa-plugins-1.2.7.1/usb_stream/pcm_usb_stream.c:482:(_snd_pcm_usb_stream_open) Invalid card 'card'
An unhandled exception occurred at $00007F27BD01B4A0:
EAccessViolation: Access violation
  $00007F27BD01B4A0


It looks like it can't find the soundcard anymore :roll:

For installing it, I used the e-build provided in the github repo

https://github.com/UltraStar-Deluxe/USDX/tree/master/dists/gentoo

Any clues?

Cheers.


Last edited by mani001 on Sun Feb 05, 2023 5:23 pm; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54258
Location: 56N 3W

PostPosted: Sun Feb 05, 2023 2:01 pm    Post subject: Reply with quote

mani001,

Code:
jack server is not running or cannot be started


Its built to depend on Jack but Jack is either not started or broken.

Code:
# Copyright 1999-2008 Gentoo Foundation

EAPI=6 that's being removed.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
mani001
Guru
Guru


Joined: 04 Dec 2004
Posts: 485
Location: Oleiros

PostPosted: Sun Feb 05, 2023 3:39 pm    Post subject: Reply with quote

Thank you so much!! That did the trick. I didn't think it was a JACK-related problem because not so long ago it was working like a charm, and there is no JACK use in the e-build.

Maybe a little bit off-topic, but when I try to re-emerge, I get the following error

Code:
>>> Configuring source in /var/tmp/portage/games-arcade/ultrastardx-9999/work/ultrastardx-9999 ...
 * econf: updating ultrastardx-9999/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating ultrastardx-9999/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/ultrastardx-9999 --htmldir=/usr/share/doc/ultrastardx-9999/html --libdir=/usr/lib64 --without-libprojectM --disable-portmidi --disable-debug
configure: error: cannot find required auxiliary files: config.guess config.sub install-sh


i.e., seemingly, config.guess config.sub install-sh are missing.

I slightly adapted the original e-build by replacing

dev-util/pkgconfig

with

virtual/pkgconfig

and the EAPI version following your suggestion. Most likely the problems is the e-build has not been updated in a while, but I'm afraid I don't that much about portage to fix it. Any idea?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54258
Location: 56N 3W

PostPosted: Sun Feb 05, 2023 4:53 pm    Post subject: Reply with quote

mani001,

Revert the EAPI change. That tells portage what features are used in the ebuild.
You may have some EAPI=6 features that are dropped in later EAPIs
That would make portage very unhappy.

I'm not qualified on ebuilds either. You probably want to start a new topic for the ebuild related problems.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
mani001
Guru
Guru


Joined: 04 Dec 2004
Posts: 485
Location: Oleiros

PostPosted: Sun Feb 05, 2023 5:23 pm    Post subject: Reply with quote

OK, I misunderstood you about the EAPI thing (reverted!!).

Adding "Solved" above.

Thanks!!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum