norihiro / obs-text-pthread

Rich text source plugin for OBS Studio
GNU General Public License v2.0
41 stars 4 forks source link

Text Pthread does not render any text #35

Closed flexiondotorg closed 2 years ago

flexiondotorg commented 2 years ago

Expected behaviour

Add Text Pthread source, enter some text and text is rendered.

Actual behaviour

Add Text Pthread source, enter some text and text not text is rendered.

image

image

I see a line in the OBS log that says:

13:01:28.735: [obs-text-pthread] Cannot load '(null)'
13:01:28.803: User added source 'Text Pthread' (obs_text_pthread_source_v2) to scene 'Wimdow Cap'

Configuration

norihiro commented 2 years ago

The error is output when textalpha.effect is not loaded correctly. The file structure of the package is changed in OBS 28. I'm I made a mistake when updating the packaging script for this plugin. https://github.com/norihiro/obs-text-pthread/blob/863ebc7ce8a1b925b716bedf615f62b4d1046818/src/obs-text-pthread-main.c#L52-L55