Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config file doesn't work #27

Open
cachandlerdev opened this issue Jan 13, 2024 · 8 comments
Open

Config file doesn't work #27

cachandlerdev opened this issue Jan 13, 2024 · 8 comments
Labels
bug Something isn't working testing required This needs testing. Volunteers welcome!

Comments

@cachandlerdev
Copy link

I just thought I'd create an issue pointing out that the config file doesn't seem to be working properly, and that the values have to be set directly in the script itself.

In my case, this was the error message I kept getting last week when I tried to change the config file. However, when I explicitly set the same values inside Arma3Helper.sh, the installation worked fine.

PROTON_OFFICIAL_VERSION="8.0"
COMPAT_DATA_PATH="/mnt/primary-storage/Games/Steam/steamapps/compatdata/107410"
STEAM_LIBRARY_PATH="/mnt/primary-storage/Games/Steam/steamapps"
PROTON_CUSTOM_VERSION=""
./Arma3Helper.sh install ~/Downloads/TeamSpeak3-Client-win64-3.6.1.exe
Trying to install Teamspeak with provided file
INSTALL TEAMSPEAK FOR ALL USERS AND LEAVE THE PATH DEFAULT!!! 

Proton: Upgrading prefix from None to 8.0-103 (/home/cachandler/.steam/steam/steamapps/compatdata/107410/)
Traceback (most recent call last):
  File "/home/cachandler/.steam/steam/steamapps/common/Proton 8.0/proton", line 1710, in <module>
    g_session.init_session(sys.argv[1] != "runinprefix")
  File "/home/cachandler/.steam/steam/steamapps/common/Proton 8.0/proton", line 1502, in init_session
    g_compatdata.setup_prefix()
  File "/home/cachandler/.steam/steam/steamapps/common/Proton 8.0/proton", line 858, in setup_prefix
    self.update_builtin_libs(builtin_dll_copy)
  File "/home/cachandler/.steam/steam/steamapps/common/Proton 8.0/proton", line 679, in update_builtin_libs
    with open(self.tracked_files_file, "r") as tracked_files:
FileNotFoundError: [Errno 2] No such file or directory: '/home/cachandler/.steam/steam/steamapps/compatdata/107410/tracked_files'
@ninelore ninelore added help wanted Extra attention is needed bug Something isn't working backlog Delayed until further notice labels Jul 11, 2024
ninelore added a commit that referenced this issue Aug 30, 2024
fixes Config file doesn't work #27
@ninelore ninelore added testing required This needs testing. Volunteers welcome! and removed help wanted Extra attention is needed backlog Delayed until further notice labels Aug 30, 2024
@NickDeBeenSAE

This comment has been minimized.

@ninelore

This comment has been minimized.

@NickDeBeenSAE

This comment has been minimized.

@NickDeBeenSAE

This comment has been minimized.

@NickDeBeenSAE

This comment has been minimized.

@NickDeBeenSAE

This comment has been minimized.

@NickDeBeenSAE
Copy link

I just thought I'd create an issue pointing out that the config file doesn't seem to be working properly, and that the values have to be set directly in the script itself.

In my case, this was the error message I kept getting last week when I tried to change the config file. However, when I explicitly set the same values inside Arma3Helper.sh, the installation worked fine.

PROTON_OFFICIAL_VERSION="8.0"
COMPAT_DATA_PATH="/mnt/primary-storage/Games/Steam/steamapps/compatdata/107410"
STEAM_LIBRARY_PATH="/mnt/primary-storage/Games/Steam/steamapps"
PROTON_CUSTOM_VERSION=""
./Arma3Helper.sh install ~/Downloads/TeamSpeak3-Client-win64-3.6.1.exe
Trying to install Teamspeak with provided file
INSTALL TEAMSPEAK FOR ALL USERS AND LEAVE THE PATH DEFAULT!!! 

Proton: Upgrading prefix from None to 8.0-103 (/home/cachandler/.steam/steam/steamapps/compatdata/107410/)
Traceback (most recent call last):
  File "/home/cachandler/.steam/steam/steamapps/common/Proton 8.0/proton", line 1710, in <module>
    g_session.init_session(sys.argv[1] != "runinprefix")
  File "/home/cachandler/.steam/steam/steamapps/common/Proton 8.0/proton", line 1502, in init_session
    g_compatdata.setup_prefix()
  File "/home/cachandler/.steam/steam/steamapps/common/Proton 8.0/proton", line 858, in setup_prefix
    self.update_builtin_libs(builtin_dll_copy)
  File "/home/cachandler/.steam/steam/steamapps/common/Proton 8.0/proton", line 679, in update_builtin_libs
    with open(self.tracked_files_file, "r") as tracked_files:
FileNotFoundError: [Errno 2] No such file or directory: '/home/cachandler/.steam/steam/steamapps/compatdata/107410/tracked_files'

Hey, wait a minute, this is pretty much what happened to me.

@ninelore
Copy link
Owner

ninelore commented Sep 2, 2024

Its not. Stop spamming here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working testing required This needs testing. Volunteers welcome!
Projects
None yet
Development

No branches or pull requests

3 participants