This is not the result of a plugin issue, this is a result with your build of OBS specifically. If it doesn't happen with the main OBS Project version, then it has to be problem with your version.
Search Criteria
Package Details: obs-studio-tytan652 31.0.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/obs-studio-tytan652.git (read-only, click to copy) |
---|---|
Package Base: | obs-studio-tytan652 |
Description: | Free and open source software for video recording and live streaming. With everything except service integrations. Plus my bind interface PR, and sometimes backported fixes |
Upstream URL: | https://github.com/obsproject/obs-studio |
Keywords: | browser ftl obs vst |
Licenses: | GPL-2.0-or-later |
Conflicts: | libva-vdpau-driver, obs-browser, obs-linuxbrowser, obs-studio, obs-vst, obs-websocket |
Provides: | obs-browser, obs-studio, obs-vst, obs-websocket |
Submitter: | tytan652 |
Maintainer: | tytan652 |
Last Packager: | tytan652 |
Votes: | 50 |
Popularity: | 1.19 |
First Submitted: | 2021-03-17 21:24 (UTC) |
Last Updated: | 2024-12-09 12:24 (UTC) |
Dependencies (82)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- cairo (cairo-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- expat (expat-gitAUR)
- ffmpeg-obsAUR
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- jansson (jansson-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libdrm (libdrm-gitAUR)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, libglvnd)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- librist (librist-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- Show 62 more dependencies...
Required by (146)
- catppuccin-obs-theme-git (requires obs-studio)
- distroav (requires obs-studio)
- distroav-git (requires obs-studio)
- droidcam-obs-plugin (requires obs-studio)
- droidcam-obs-plugin-bin (requires obs-studio)
- droidcam-obs-plugin-git (requires obs-studio)
- glava-git (requires obs-studio) (make)
- glava-git (requires obs-studio) (optional)
- glava-ridged (requires obs-studio) (optional)
- looking-glass (requires obs-studio) (make)
- looking-glass-git (requires obs-studio) (make)
- looking-glass-host (requires obs-studio) (make)
- looking-glass-host-git (requires obs-studio) (make)
- looking-glass-module-dkms (requires obs-studio) (make)
- looking-glass-module-dkms-git (requires obs-studio) (make)
- looking-glass-rc (requires obs-studio) (make)
- looking-glass-rc-host (requires obs-studio) (make)
- looking-glass-rc-module-dkms (requires obs-studio) (make)
- lyrica (requires obs-studio) (optional)
- nudgis-obs-plugin (requires obs-studio)
- Show 126 more...
Sources (7)
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 17 Next › Last »
Alkaris commented on 2022-09-06 13:22 (UTC)
tytan652 commented on 2022-09-06 12:16 (UTC)
Unfortunately your build of OBS Studio is defunct
@Alkaris, you are the only user that reported this issue, are you sure you didn't have a plugin that cause issues ?
On OBS discord server, multiple users use my OBS AUR packages, and none of them reported that.
Alkaris commented on 2022-09-06 11:58 (UTC)
Unfortunately your build of OBS Studio is defunct, and missed what I said in my post before either you didn't read or just glossed over it, because of the issue with QWidget, if I use the original upstream OBS Studio build, everything works fine and OBS can actually run, whereas your version doesn't run at all. That to me right there is a bug and an issue. Whatever you've done in your build is causing issue for QWidget to appear before QApplication. If that's not your doing then where else can it possibly be getting that from since it only appears in your build, but not the original OBS project. You need to make sure QWidget is called AFTER QApplication otherwise OBS can't run and core dumps.
In what part of OBS have you called QWidget before QApplication? Lets start there.
tytan652 commented on 2022-09-06 05:55 (UTC) (edited on 2022-09-06 14:22 (UTC) by tytan652)
The whole cp: cannot stat
is not a bug neither an issue just a thing to ignore while the debug package is generated. It's because the CEF is a prebuilt (from OBS Project).
Edit: The CEF was putting files all over the place in the debug package, the debug option was replace by not stripping the package from its debug symbol.
Alkaris commented on 2022-09-06 01:01 (UTC) (edited on 2022-09-06 01:19 (UTC) by Alkaris)
There's a lot of cp: cannot stat
error messages during compilation because it's referencing directories that doesn't exist, because whatever paths are selected in the install script are pointing to things that simply don't exist. Paths like /home/dev/cef_binarybinary_5060_linux64
and './../../third_party
and '/build/glibc/src/glibc/csu/
Whatever build directories you use during your compilation process has made its way into mine and it can't find those because it simply doesn't exist, shouldn't be referencing your build directories in the build paths when it should be locating ones in local directory that it downloaded source to.
Also after correcting those errors to compile OBS just core dumps.
QWidget: Must construct a QApplication before a QWidget
Aborted (core dumped)
I don't have Qt5 plugins.
tytan652 commented on 2022-09-01 08:23 (UTC)
From the version 28, Qt5 based plugin will no longer work with this package since it use Qt6 as upstream uses.
Having a Qt5 based plugin could lead to crashes while running OBS.
tytan652 commented on 2022-07-15 18:38 (UTC)
Not going to fix because not broken, your AUR helper just did not check for -bin
packages.
Try to install cef-minimal-obs-bin
beforehand.
td3v commented on 2022-07-15 18:17 (UTC)
❯ paru -S obs-studio-tytan652 :: Resolving dependencies... error: could not find all required packages: cef-minimal-obs=95.0.0_MediaHandler.2462+g95e19b8+chromium_95.0.4638.69_3 (wanted by: obs-studio-tytan652)
dependencies are broken, thx for fixing :D
Scla commented on 2022-06-18 08:50 (UTC) (edited on 2022-06-18 08:51 (UTC) by Scla)
@tytan652 ffmpeg-obs
was not updated for some reason. Removing chaotic-aur from the repos fixed the issue. Thanks for pointing me in the right direction :D
tytan652 commented on 2022-06-18 04:18 (UTC) (edited on 2022-06-18 04:18 (UTC) by tytan652)
@Scla did you updated ffmpeg-obs
and vlc-luajit
to their latest package release.
Note for Manjaro users: you should rebuild ffmpeg-obs
, vlc-luajit
, if it happens to you.
Pinned Comments
tytan652 commented on 2023-01-13 07:51 (UTC) (edited on 2023-01-13 07:52 (UTC) by tytan652)
For those who might ask why
libva-vdpau-driver
was added to conflicts.It is the only way at package level to prevent the user to have segfaults because of this driver. This will not be fixed on OBS side since this is not an OBS issue.
The driver is only loaded with Nvidia cards.
Try
libva-nvidia-driver
if you really need Nvidia decode through VAAPI.tytan652 commented on 2021-05-14 17:49 (UTC) (edited on 2022-07-08 06:03 (UTC) by tytan652)
This package have some dependencies with version check, it will allow you to rebuild the package only when your system is correctly updated. This feature is not enabled on Manjaro.
If you have any issue, please before commenting rebuild this package (a clean build) and try again to make sure it's not because of a library update.
Pamac has a messed up dependency checker, use another AUR helper for the first install.
This AUR package provide OBS with all the missing feature except Twitch, Restream and YouTube integrations.
More explaination here: https://ideas.obsproject.com/posts/1558/
It provide any dependency needed for Wayland support.
It also contains some unmerged PR or backported fix documented in the PKGBUILD.
I'm quite active on OBS discord server (don't PM me directly), so if I saw something that need to be backported I add it.