OBS Studio won't run

I am just a beginner to Linux so could you guys please help me out with this one?

    ~  obs                                                              ✔ 
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: offscreen, linuxfb, minimalegl, vnc, eglfs, xcb, minimal, vkkhrdisplay.

zsh: IOT instruction (core dumped)  obs

Hi @hegdesrinivasm and welcome to the Manjaro community.

Did you install OBS from the official Manjaro repo?

sudo pacman -S obs-studio

Are you using Wayland?

As a new user, please take some time to familiarise yourself with Forum requirements; in particular, the many ways to use the forum effectively.

The following links will help:

Post the output from this command, to begin with (any personal information is filtered out):

sudo inxi --admin --verbosity=7 --filter --no-host --width > inxi_output.txt

More useful links:

bbs.archlinux.org - [SOLVED] OBS Studio cannot open on KDE wayland

I forgot to install qt6-wayland

OBS Studio is using Qt6 now. the wiki page may also need to change a bit

stackoverflow.com - qt.qpa.plugin: Could not find the Qt platform plugin “wayland”

as of 2023 Dec, OBS just moved to qt6 , so installing , any packages related to qt5 will not have any effect , install the qt6-wayland package to solve this issue