Advanced Scene Switcher

Advanced Scene Switcher 1.35.1

Will there be an update to support an Ubuntu 26.04 LTS deb package? Ubuntu 26 has removed pre Qt 6 libraries and some older packages are getting updated to the latest - aka boomaga ( https://askubuntu.com/questions/1566961/boomaga-is-not-available-in-26-04-what-now ) - PR involved 32 files ( https://github.com/archisman-panigrahi/boomaga/commit/e530af2000e2f23e8bad452f2d59ff80711a0b85 )

Code:
sudo apt install ./advanced-scene-switcher-1.35.1-x86_64-linux-gnu.deb
Note, selecting 'advanced-scene-switcher' instead of './advanced-scene-switcher-1.35.1-x86_64-linux-gnu.deb'
Solving dependencies... Error!
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

Unsatisfied dependencies:
 advanced-scene-switcher : Depends: libqt6gui6t64 (>= 6.4.0) but it is not installable
                           Depends: libqt6widgets6t64 (>= 6.3.0) but it is not installable
                           Recommends: libopencv-core406t64 (>= 4.6.0+dfsg) but it is not installable
                           Recommends: libopencv-imgproc406t64 (>= 4.6.0+dfsg) but it is not installable
                           Recommends: libopencv-objdetect406t64 (>= 4.6.0+dfsg) but it is not installable
                           Recommends: libpaho-mqtt1.3 (>= 1.3.0) but it is not going to be installed
                           Recommends: libpaho-mqttpp3-1 (>= 1.2.0) but it is not going to be installed
                           Recommends: libtesseract5 (>= 5.3.4) but it is not going to be installed
Error: Unable to satisfy dependencies. Reached two conflicting assignments:
   1. advanced-scene-switcher:amd64=1.35.1 is selected for install
   2. advanced-scene-switcher:amd64 Depends libqt6gui6t64 (>= 6.4.0)
      but none of the choices are installable:
      [no choices]
@Warmuptill Thank you so much for looking into this so quickly. Apologies for the delayed return to this.

So.. It DID NOT work entirely, but it did make some "progress"

It installed OK, but in the process it removed obs-studio ( !! ) lol

and if I try to reinstall obs-studio, it wants to remove advanced-scene-switcher.

1785177937734.png


1785177965475.png


I'm digging more to see if there might be any more helpful details. but right now, no cigar, but closer.
 
@Warmuptill Thank you so much for looking into this so quickly. Apologies for the delayed return to this.

So.. It DID NOT work entirely, but it did make some "progress"

It installed OK, but in the process it removed obs-studio ( !! ) lol

and if I try to reinstall obs-studio, it wants to remove advanced-scene-switcher.

View attachment 120657

View attachment 120658

I'm digging more to see if there might be any more helpful details. but right now, no cigar, but closer.
How did you install the "obs-studio" package?
I think it might just differ to how I do it in the CI environment and thus they are technically different packages.
 
How did you install the "obs-studio" package?
I think it might just differ to how I do it in the CI environment and thus they are technically different packages.
Agreed, I am using the "official" PPA from obs ( as listed here: https://obsproject.com/kb/linux-installation )
Code:
sudo add-apt-repository ppa:obsproject/obs-studio
and it is listed first as priority over the ubuntu package.
Code:
apt-cache policy obs-studio
obs-studio:
  Installed: 32.2.0-0obsproject1~resolute
  Candidate: 32.2.0-0obsproject1~resolute
  Version table:
 *** 32.2.0-0obsproject1~resolute 500
        500 https://ppa.launchpadcontent.net/obsproject/obs-studio/ubuntu resolute/main amd64 Packages
        100 /var/lib/dpkg/status
     32.1.0-0ubuntu3 500
        500 http://us.archive.ubuntu.com/ubuntu resolute/universe amd64 Packages
 
Agreed, I am using the "official" PPA from obs ( as listed here: https://obsproject.com/kb/linux-installation )
Code:
sudo add-apt-repository ppa:obsproject/obs-studio
and it is listed first as priority over the ubuntu package.
Code:
apt-cache policy obs-studio
obs-studio:
  Installed: 32.2.0-0obsproject1~resolute
  Candidate: 32.2.0-0obsproject1~resolute
  Version table:
 *** 32.2.0-0obsproject1~resolute 500
        500 https://ppa.launchpadcontent.net/obsproject/obs-studio/ubuntu resolute/main amd64 Packages
        100 /var/lib/dpkg/status
     32.1.0-0ubuntu3 500
        500 http://us.archive.ubuntu.com/ubuntu resolute/universe amd64 Packages
Yep, that is likely it.
Was using the obs-studio package provided by Ubuntu itself instead of the PPA.
Will try to fix that tomorrow and send you a new link.
 
Sadly, the log does not give any new insights.
Unfortunately, I am still not able to reproduce a crash:
View attachment 120656
Am I missing a step or did I misunderstand anything?
Are you sure that the advanced scene switcher is at fault?
Hi,

It seems to be contributing at the very least. If I delete the macro then delete the scene I don't get a crash.

I'm looking to setup Visual Studio 2006 and OBS to see what is happening. I've gotten OBS building and running. But I'm getting held up on where to put the Advanced Scene Switcher plugin to be picked up by the debug OBS and then also how to setup Advanced Scene Switcher in development along with the OBS solution. I did software development for over 20 years mainly in C, Delphi 1 through to 7, VB.Net, C Sharp but the IDE's etc have changed a lot since I quit development.

1785195373138.png


09:07:53.703: Skipping module '../../obs-plugins/64bit/advanced-scene-switcher-lib.dll', not an OBS plugin

09:07:54.408: LoadLibrary failed for '../../obs-plugins/64bit/advanced-scene-switcher.dll': The specified module could not be found.

09:07:54.408: (126)

09:07:54.408: Module '../../obs-plugins/64bit/advanced-scene-switcher.dll' not loaded

regards,

David
 
Back
Top