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

Screenshot not capturing correctly! #1

Closed
StevenW1969 opened this issue Jun 5, 2017 · 11 comments
Closed

Screenshot not capturing correctly! #1

StevenW1969 opened this issue Jun 5, 2017 · 11 comments

Comments

@StevenW1969
Copy link

Screenshot only captures a portion of the application on exception error.
dsasdf

@ravibpatel
Copy link
Owner

did you set the CaptureScreen property to true? Like as shown in Readme.

https://github.com/ravibpatel/CrashReporter.NET#capture-whole-screen-instead-of-application-screen

@StevenW1969
Copy link
Author

StevenW1969 commented Jun 6, 2017

Yes I did. I also noticed that it is only on my development workstation. I currently have [4] 28" Samsung 4K monitors at 3480 x 2160 resolution in an extended quadrant configuration so the total overall resolution is 6960 x 4320. I know this is not a standard configuration and is what is most likely the issue. I compiled my C# application and installed it on a regular workstation that has [4] 24" Asus HD monitors at 1920 x1200 resolution in an extended quadrant configuration so the total overall resolution is 3840 x 2400. The Screenshot was just fine on this machine. So I came to the conclusion that there must be a limit to the total resolution or that the 4K is an issue.

Our Engineering and development staff all have the HD resolution monitors, the 4K workstation is the new standard that we are changing all our workstations too.

The majority of our users for this application currently use the HD, but will soon be using 4K.

@ravibpatel
Copy link
Owner

Can you try the utility in below link? It saves a screenshot to the clipboard so you need to paste it into Paint or any other image manipulation program. If it works I can implement it in CrashReporter.NET.

https://www.dropbox.com/s/4kp50d8xk6rjxok/ScreenCapture_utility.zip?dl=0

@StevenW1969
Copy link
Author

StevenW1969 commented Jun 7, 2017 via email

@ravibpatel
Copy link
Owner

If you set CaptureScreen to true it will only call the CaptureScreen method of CaptureScreenshot class but if you don't set it then it will be false and it will skip the call to CaptureScreen and only call the CaptureActiveWindow which takes the screenshot and save it to the temp directory.

@StevenW1969
Copy link
Author

StevenW1969 commented Jun 7, 2017 via email

@ravibpatel
Copy link
Owner

Just don't set the CaptureScreen to anything or set it to false and it will take only active window screenshot.

@StevenW1969
Copy link
Author

StevenW1969 commented Jun 7, 2017 via email

@EddieDemon
Copy link
Contributor

Hi @StevenW1969, it's been quite some time since this issue was opened, but do you still encounter this problem? Or have you created a fix?

@EddieDemon
Copy link
Contributor

@ravibpatel I suppose we could close this?

@ravibpatel
Copy link
Owner

@EddieDemon Yeah.

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

3 participants