Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CEF Process doesn't stop when using PIE #7

Closed
Derjyn opened this issue Dec 14, 2017 · 2 comments
Closed

CEF Process doesn't stop when using PIE #7

Derjyn opened this issue Dec 14, 2017 · 2 comments
Labels

Comments

@Derjyn
Copy link

Derjyn commented Dec 14, 2017

When testing from PIE, everything works fine. However, when quitting, the CEF process doesn't end.

In my test, I was playing a "fullscreen" YouTube video. When exiting, the PIE window closes, but the CEF process (blu_ue4_process.exe) continues on, and you can hear the video playing in the background. Standalone or launching doesn't have this issue.

@getnamo getnamo added the bug label Dec 18, 2017
@getnamo
Copy link
Owner

getnamo commented Dec 18, 2017

Looking at https://github.com/getnamo/BLUI/blob/master/Source/Blu/Private/BluEye.cpp#L619 do you get 'Browser Closing' showing up in your logs?

It does look like renderer and g_handler don't get released either https://github.com/getnamo/BLUI/blob/master/Source/Blu/Private/BluEye.cpp#L61 would need to dig a bit deeper to see which of these (or others?) keep the blu process running.

@getnamo
Copy link
Owner

getnamo commented Mar 13, 2020

https://github.com/getnamo/BLUI/releases/tag/3.7.0 might've fixed this issue. Closing due to age.

@getnamo getnamo closed this as completed Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants