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

Note: Using incorrect profile config #5

Open
GreenComfyTea opened this issue Oct 23, 2021 · 0 comments
Open

Note: Using incorrect profile config #5

GreenComfyTea opened this issue Oct 23, 2021 · 0 comments
Assignees
Labels
wontfix This will not be worked on

Comments

@GreenComfyTea
Copy link
Owner

GreenComfyTea commented Oct 23, 2021

OBS API is not 100% working API. Particularly obs_frontend_get_current_profile_path() doesn't work at all. Therefore I can't get actually profile path and have to observe possible profile locations manually.

Right now it first seeks portable profile in [obs_location]\config\obs-studio\basic\profiles
If it was not found it will then seek for non-portable profile. In Windows: %appdata%\Roaming\obs-studio\basic\profiles

If you previously used OBS portable mode and later switched it off and the names of portable profile and non-portable profile are same (for ex. default name: Untitled), you can run into a problem that portable profile is used in non-portable OBS.

I blame OBS devs for their API not working correctly. This is rare case, therefore I won't make a workaround for it.

Solution:

  1. Delete or rename "config" folder in OBS location folder.
    or
  2. Rename portable profile folder in [obs_location]\config\obs-studio\basic\profiles\ so it doesn't match any profile names in non-portable profile folder.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant