TeamRizu / OutFox

The Bug Reporting Repository for OutFox LTS 0.4, Alpha V and Steam Early Access Builds
https://projectoutfox.com
Apache License 2.0
181 stars 3 forks source link

[BUG] AdditionalSongFolders not working on Raspberry 32 build #318

Open guix77 opened 3 years ago

guix77 commented 3 years ago

Please give System Info

OS: Raspberry Pi Os 32 bits Desktop

CPU: Raspberry Pi 4

GPU: Raspberry Pi 4

Storage: SD card

Please give your StepMania Info

StepMania Version: OutFox-5.3.0-alpha-4.9.8-arm32v7-date-20210425.tar.gz Theme: Vanilla

Describe the problem

On Raspberry Pi, AdditionalSongFolders does not seem to work on the OutFox-5.3.0-alpha-4.9.8-arm32v7-date-20210425.tar.gz build. It works on my laptop with the OutFox-5.3.0-alpha-4.9.8-amd64-date-20210425.tar.gz build.

Of course the user on the Raspberry Pi has access to the files in the AdditionalSongFolders folder. For instance .mp3 files can be played with VLC.

Describe what should happen

Songs from AdditionalSongFolders should be detected and added.

Logs and Additional context

  1. Go into the game folder
  2. Open the Logs folder
  3. Grab every file in there and post with the issue.
  4. Go back to the game folder, if there's an crashinfo.txt then send it too.

Add any other context or screenshots here.

userlog.txt log.txt info.txt

Scraticus commented 3 years ago

Hiya! Could you show me what is in your preferences.ini for the 'additionalsongfolders=' setting?

The game doesn't seem to even be looking for your folder

guix77 commented 3 years ago

Hi !

Here it is: AdditionalSongFolders=/net/nfs/stepmania/Songs

... where /net/nfs/stepmania/Songs is a NFS mount/ Which could have been tricky, however I have the exact same config on my laptop on the amd64 build and it works.

I agree with you, the game does not even try to do anything with AdditionalSongFolders.

Scraticus commented 3 years ago

I'm still investigating this, but I also cannot get nfs shares to work on my pi either. what NFS drivers/kit did you install for the laptop? I am thinking we are missing some FUSE/userspace libs here which would help us.

guix77 commented 3 years ago

I'm not sure it's related to NFS because I think I've tried with a classic folder as well.

Scraticus commented 2 years ago

and you've checked permissions? silly i know, but it could be something like this.

let me know, and i'll check some more here