#crashing on startup - bazzite with rog ally

47 messages ยท Page 1 of 1 (latest)

tacit rivet
#

idk im a noob when it comes to this stuff, Clone Hero was doing the same but bazzite got updates that fixed it, hoped it would fix YARG too but nope

#

crashing on startuo - bazzite with rog ally

#

crashing on startup - bazzite with rog ally

wheat stratus
#

this appears to be a new crash related to systemd/libudev

tacit rivet
#

Weeee

#

i have no idea what that means ๐Ÿ˜… ๐Ÿ˜ญ

#

anything i can do on my end ?

wheat stratus
#

not sure, i'm suspecting this is another package bug since as far as i can tell there's nothing wrong on YARG's end

tacit rivet
#

wack

#

not rly a life ender cuz CH is running just fine but i do slightly prefer the rb look and feel and wanted to learn to love yarg haha

#

Wine workaround a possibility ?

wheat stratus
#

to explain:

  • this crash is a result of my HIDrogen package, which provides proper HID support on Linux
  • systemd is a core component of the modern Linux device management infrastructure
  • libudev is a library which helps with finding/managing devices; it's technically legacy but it's still supported, and it'd take a good amount of work to switch HIDrogen off of it to whatever's the recommended alternative
wheat stratus
# tacit rivet Wine workaround a possibility ?

what instruments do you use? you could try uninstalling hidapi, that'll disable HIDrogen and prevent this crash from being triggered, but anything that relies on proper HID support won't work anymore

tacit rivet
#

Midi to USB Drums

#

that's it

wheat stratus
#

alright, that workaround should be fine then

tacit rivet
#

how would i go about that ?

wheat stratus
#

same way you'd go about removing any package via your package manager

#

i'm not familiar with Bazzite/Fedora so i'm not sure of the exact process

tacit rivet
#

im that big of a noob evidently lmao but i think i can figure it out

#

Proton Experimental launched

#

and picked up my kit, but i will also try this native linux fix as well to see if that works

#

appreciate the help ๐Ÿ˜Ž

wheat stratus
#

looks like it would just be dnf remove hidapi

tacit rivet
#

guess im using proton

#

๐Ÿคท

wheat stratus
tacit rivet
#

i try to keep my bazzite install p up to date too cuz i guess they push twice a week i just recently learned ๐Ÿ˜ญ

wheat stratus
#

i just realized i forgot sudo there lol

#

but i don't think that's related here

tacit rivet
#

ope

#

sudo dnf remove hidapi ?

wheat stratus
#

yeah

#

looks like apt is still a thing on Fedora as well, possibly try sudo apt remove hidapi?

tacit rivet
#

same result

wheat stratus
#

must be gone on Bazzite then

#

or the docs i'm reading are outdated

tacit rivet
#

right

wheat stratus
tacit rivet
#

Yeah all good, can't actually play due to how late it is but im up downloading songs and tinkering so figured i'd give it a shot

#

I imagine it will be fine tho cuz it recognized the kit fine didnt get up to try and map it tho lol

wheat stratus
#

yeah, this is 100% a systemd bug

#

looking through the source code, and there's nothing i can do to fix this on my end