We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Recently, we found our app will show blank screen after running in 4K screens for some time.
We are using large images for 4K screens which may cause more cpu and memory using.
Memory using of ChromiumFXRenderProcess.exe will growing up to about 400M and then the process will go missing which causes blank screen.
And sometimes, ChromiumFXRenderProcess.exe will not be killed after the main application exited.
It seems ChromiumFXRenderProcess.exe is uncontrollable.
I found ChromiumFX has some new release after 3.3440.x, will these updates be useful?
What do you suggest to locate the problem?
Thanks!
The text was updated successfully, but these errors were encountered:
It will be also nice if you could list your application here: #12
Sorry, something went wrong.
Thanks for replying.
We reduced the size of these large images yesterday and never see blank screens again.
I will go digging this problem after our project launched.
Update: Using 64 bits builds solve this problem.
Problem I found while using 64 bits builds: #127
No branches or pull requests
Recently, we found our app will show blank screen after running in 4K screens for some time.
We are using large images for 4K screens which may cause more cpu and memory using.
Memory using of ChromiumFXRenderProcess.exe will growing up to about 400M and then the process will go missing which causes blank screen.
And sometimes, ChromiumFXRenderProcess.exe will not be killed after the main application exited.
It seems ChromiumFXRenderProcess.exe is uncontrollable.
I found ChromiumFX has some new release after 3.3440.x, will these updates be useful?
What do you suggest to locate the problem?
Thanks!
The text was updated successfully, but these errors were encountered: