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

Crash in libcef.dll and Win2012R2 #1832

Closed
azgorov opened this issue Oct 14, 2016 · 4 comments
Closed

Crash in libcef.dll and Win2012R2 #1832

azgorov opened this issue Oct 14, 2016 · 4 comments

Comments

@azgorov
Copy link

azgorov commented Oct 14, 2016

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 :

  1. Faulting application name: w3wp.exe, version: 8.5.9600.16384, time stamp: 0x5215df96 Faulting module name: libcef.dll, version: 3.2785.1482.0, time stamp: 0x57eb5d75 Exception code: 0xc000001d
    Fault offset: 0x000000000010055c
  2. Windows cannot access the file for one of the following reasons: there is a problem with the network connection, the disk that the file is stored on, or the storage drivers installed on this computer; or the disk is missing. Windows closed the program IIS Worker Process because of this error.
    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.
@amaitland
Copy link
Member

So you have a question to ask, where can you look for answers?

Please take the time to read the issue template, if you have a question, ask it on Gitter first.
https://github.com/cefsharp/CefSharp/blob/master/ISSUE_TEMPLATE.md

@amaitland
Copy link
Member

@azgorov Was there a need to create this issue? You asked your question on Gitter.

@amaitland
Copy link
Member

Likely a duplicate of #1819

@amaitland
Copy link
Member

See #1819 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants