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

Extensions - Fix acre2.ini Configuration Path #1377

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Apricot-ale
Copy link
Contributor

@Apricot-ale Apricot-ale commented Feb 5, 2025

When merged this pull request will:

  • Edit CTS3Client::getConfigFilePath to Fix config path not loaded, error causing by double slash.

Example of Error:

Configuration Path: {C:\Users\%USERNAME%\AppData\Roaming\TS3Client\\acre\acre2.ini}
Failed to load ACRE ini file. Using defaults...

ts3Functions.getConfigPath(tempFolder) is maybe return AppData\Roaming\TS3Client\
\\acre2 is return \acre2
so tempFolder += "\\acre"; is returns AppData\Roaming\TS3Client\\acre

I'm not familiar with C, so please correct me if this is a problem.
Also, I haven't tried this fix yet because I don't know how to build and test the plugin...

getTempFilePath is not related with acre2.ini
it's same as %WinDir%\Temp
@Apricot-ale Apricot-ale changed the title Extensions - Fix acre.ini Configuration Path Extensions - Fix acre2.ini Configuration Path Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant