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:
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.
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.