Bug Report CEF Bootstrap Browser Plugin Crash

AshleyNicolexo

New Member
While using the newest Multiplatform update im getting a "CEF Bootstrap.exe " Crash , while loading a site with a .webm file in it

I did try multiple computers in my house all with the latest "Multiplatform OBS 0.16.2 64 and 32bit with browser source"
-none worked always received a CEF Bootstrap Crash

I then tried it with an old version of "beta OBS v0.657b - 64bit with browser source"
-Worked perfectly fine

I used this local HTML file to test on both platform versions:

HTML:
<!DOCTYPE html>
<html>
<body>
<video preload autoplay>
  <source src="http://www.ashleyslair.com/wp-content/uploads/2016/10/out.webm" />
</video>
</body>
</html>

Log files on both versions show no errors pertaining to the CEF bootstrap module

if any information is needed or want the raw file or HTML let me know , I included the raw HTML so anyone can debug and make their own textfile quickly to test it out and the source file is uploaded to my site so anyone can test.
 

Attachments

  • OLD OBS VERSION LOG.log
    10.1 KB · Views: 20
  • Multiplatform LOG file.txt
    11.8 KB · Views: 22

AshleyNicolexo

New Member
Included a video showing side by side comparison and when I send the test alert through , you can see for a brief second of the crash event window popup from the OBS studio around the 4 second mark of the video.

 

Cocci

New Member
Hello Ashley,
I'm experiencing the same kind of issue.

I'm trying to display a video with an alpha channel (exactly like you do) but it will never display in OBS.

Mp4 seem sto work ok, but a webm video with alpha seems to crash the browser in OBS (i say crash but in fact i don't know. I have no popup or message. Just no video showing up).
I'm also working on some local webserver with OBS Studio 64 bits.

I will dig my research tonight see if i can find some logs maybe.
 
Top