Then I logged out as the root user and back in as an admin,
Are you talking about "
sudo"
here or logging in as another user through the OS X UI? Either way, if the "
ln -s"
command you ran was under the root user, and it included the "
~/Library/"
, the tilde would have referred to the root user's home directory, NOT the rnkolson directory, which is where GatEB is presumably installed. The command would have succeeded (you CAN link to a non-existent file), but it won't solve the sound issue.
And I'm assuming that it shouldn't matter if the usr folder is hidden, correct?
Correct. The Linux subsystem is deliberately hidden from OS X UI because you can make your system inoperable very quickly with an accidental deletion.
One question: Is that libvorbisfile.dylib alias in/usr/local/lib supposed to link to the libvorbisfile.3.dylib in the Frameworks folder?
Yes. The basic idea is that you have one versionless "
master"
file and then a versioned file (with the version: 3), and the "
master"
file (without the version) will always point to the "
right"
version. You might start with it pointing toward 3, but then later on, version 4 comes out and all your apps would immediately start using version 4, without having to be recompiled. It's a common pattern in the Linux world.
Continuing on: I'm not convinced that the symlink you've created is actually pointing to the right location. Do the following:
a) In the OS X UI, "
Get Info"
on the libvorbisfile.dylib symlink you made. Give me a screenshot.
b) In your Steam UI, find GatEB, right click (or command-click) the game title in the sidebar, choose "
Properties"
, then "
Local Files"
, then "
Browse Local Files"
. Then, in the Finder window that appears, choose "
View >
Show Path Bar"
and gimme a screenshot of that window.
[Last edited by morbus at 05-21-2019 12:40 PM]