Bug Report Crash when using Wildcards in Scene Switcher

denyerec

New Member
Attempting to use wildcards to get the auto scene switcher to work with awkward MDI programs like Photoshop and Lightroom.

Entering the following into the Scene Switcher dialog causes an application crash:

*Lightroom*


Crash entry in the log is as follows:

Unhandled exception: e06d7363
Fault address: 7FFC55581F28 (c:\windows\system32\kernelbase.dll)
libobs version: 0.16.2
Windows version: 10.0 build 10586 (revision 589)
CPU: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz​


Couldn't get the logfile to attach so I've placed it here:

http://pastebin.com/TDTLQKwu


Windows 10 Pro 64bit (Non anniversary), OBS 0.16.2 64 Bit
 

Attachments

  • Crash 2016-10-05 11-29-18.txt
    49.4 KB · Views: 15

RytoEX

Forum Admin
Forum Moderator
Developer
That is because the Scene Switcher does not expect Windows-style wildcards. It expects regular expressions. Since an asterisk with nothing preceding it is not a valid regular expression, it crashes. In your case, you would need to use ".*Lightroom.*", without the quotes.

As @Suslik V has pointed out, this has been fixed. The Mantis bug for this is here.
 
Top