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

Trouble with Struct Sizing #7

Open
dannycodes opened this issue Feb 21, 2024 · 1 comment
Open

Trouble with Struct Sizing #7

dannycodes opened this issue Feb 21, 2024 · 1 comment

Comments

@dannycodes
Copy link

dannycodes commented Feb 21, 2024

Getting this error:

obs_register_source: tried to register obs_source_info with size 408 which is more than lobobs currently supports (392)

when trying to load the plugin.

Everything builds alright, but I'm thinking we have the wrong OBS version, leading to the struct-mismatch:

13:00:43.624: CPU Name: Intel(R) Core(TM) i9-10885H CPU @ 2.40GHz
13:00:43.624: CPU Speed: 800.000MHz
13:00:43.624: Physical Cores: 8, Logical Cores: 16
13:00:43.624: Physical Memory: 31782MB Total, 27552MB Free
13:00:43.624: Kernel Version: Linux 6.5.0-18-generic
13:00:43.624: Distribution: "Ubuntu" "22.04"
13:00:43.624: Session Type: x11
13:00:43.624: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.21.1
13:00:43.625: Qt Version: 5.15.3 (runtime), 5.15.2 (compiled)
13:00:43.625: Portable mode: false
13:00:43.657: OBS 27.2.3+dfsg1-1 (linux)

What version of OBS did you develop this plugin against?

@mika314
Copy link
Owner

mika314 commented Mar 16, 2024

I do not remember, I think it was OBS 23

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

2 participants