-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Crash in libcef.dll and Win2012R2 #1832
Comments
Please take the time to read the issue template, if you have a question, ask it on |
@azgorov Was there a need to create this issue? You asked your question on |
Likely a duplicate of #1819 |
See #1819 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of the product are you using?
53.0.0
What architecture x86 or x64?
x64
On what operating system?
Win2012 and Win2012R2
Are you using WinForms, WPF or OffScreen?
OffScreen
What steps will reproduce the problem?
Simple code that loads url and takes screenshot. it works flawlessly in my machine - win server 2012 + VS2015. When I tried to deploy to amazon aws - win2012R2 it crashes. Every prerequisite is done – this means that VS2013Redis is installed and every required file – dll,pak etc is deployed. Just for a test every folder have Everyone full control permissions.
Result is that browser instance is created, enter once in LoadingStateChangedEvent with loading status still true. After this there are 2 exceptions in event viewer :
Fault offset: 0x000000000010055c
What is the expected output? What do you see instead?
Expected – result from loading url. Result – crash.
Please provide any additional information below.
Using Flore’s example for using CefSharp with .net appdomain (https://github.com/flole/CefSharp.AppDomain). This worked seems to work on win 2012 but not on Windows 2012R2.
The text was updated successfully, but these errors were encountered: