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

Plugin Listed as "Title" Missing Button Names and Titles, No Error Messages #400

Open
Kaszanas opened this issue Jan 28, 2024 · 3 comments

Comments

@Kaszanas
Copy link
Contributor

Hi, I have noticed the following issues in the current version of this software. Unfortunately it is not well documented in English.

Attempting to start a predefined target while the main OBS encoder is not streaming leads to this error:

image

Which seems to be called in code here:

if (!aenc || !venc) {
ReleaseOutputEncoder();
auto msgbox = new QMessageBox(QMessageBox::Icon::Critical,
obs_module_text("Notice.Title"),
obs_module_text("Notice.GetEncoder"),
QMessageBox::StandardButton::Ok,
this
);
msgbox->exec();
return false;
}

Unfortunately this is an issue also for other labels:

image

Also while technically the plugin is visible in Docks it shows up as "Title":

image

OBS Version

  • 30.0.2
@kilroy98
Copy link
Contributor

Perhaps the translation files are not installed or damaged?

@Kaszanas
Copy link
Contributor Author

Perhaps the translation files are not installed or damaged?

That is possible given that I had to copy the files to my OBS installation location as the installer does not allow for changing the path.

@lucaspontoexe
Copy link
Contributor

There should be a data/locale folder with the .ini files for the translations.
Mine are at C:\ProgramData\obs-studio\plugins\obs-multi-rtmp\data\locale.

If you are running a portable installation, IIRC it's <app folder>\data\obs-plugins\obs-multi-rtmp\locale.

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

No branches or pull requests

3 participants