theNizo / linux_rocksmith

Guides to get Rocksmith 2014 running on Linux
https://thenizo.github.io/linux_rocksmith/
GNU General Public License v3.0
92 stars 9 forks source link

remove regsvr32 step (RS_ASIO got updated) #33

Open theNizo opened 11 months ago

theNizo commented 11 months ago

Here are some instructions: https://github.com/mdias/rs_asio/blob/master/docs/linux/ubuntu_1204_lts.md

What needs to be tested:

Assumuning it works, think about whether you want the now outdated steps to be collapsed with a <details> tag (in case someone wants to use the old version), or move the steps to the cut out ones.

theNizo commented 11 months ago

What I forgot to mention, I found out by the release notes of this release: https://github.com/mdias/rs_asio/releases/tag/v0.7.0

theNizo commented 11 months ago

Nope, doesn't work on Arch Linux with Pipewire. I'll be sticking to regsvr32 for now.

zurgeg commented 9 months ago

Alright, so I've got an asciicast of how I got it working here. I'll see if I can make an edit to the guide based on that

zurgeg commented 9 months ago

Alright, made one for Arch w/ Pipewire: #37

theNizo commented 9 months ago

@zurgeg Thank you very much for the effort. I also didn't know about asciicinema, interesting!

Unfortunately, this is not what I'm trying to achieve.

The latest release of RS_ASIO states that registering the dlls is not needed anymore. Which I cannot confirm. You registered them.

BUT your pull-request is an important aspect that I accidentally also had on my machine.

It's expected that the files are called wineasio.dll and wineasio.dll.so, but for future-proofing, I will use your way.

zurgeg commented 9 months ago

Ahh, right. I think you should be able to copy the files manually (wineasio-register does that for you), although the benefit of doing that over just registering with wineasio's tools is questionable imo