-
Notifications
You must be signed in to change notification settings - Fork 35
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 - ArgumentOutOfRangeException #114
Comments
Something to do with the scrollbar and scrolling, what is weird is the value -2147483648, which is the minimum 32bit integer value. I did notice some Trace message in the debugger about scrolling underflow. Whatever you were doing there it created a value that crashed the framework. The crash log doesn't seem to give more info about the ComicRack code itself, so hard to know where the error came from. Is it possible to be a hardware bug, I've had mouses bug out on me frequently, something like the scroll wheel bugging out and the program translating it for a huge value? Note: English translation of the exception for reference:
|
What is weird is that all places that change the scroll value are clamped between the minimum and maximum. So even with some hardware value, it would return either 0 or 100. ComicRackCE/cYo.Common.Windows/Forms/ScrollControl.cs Lines 359 to 421 in 9745855
There is a lot of value that are changed there, so maybe some value is small because when a window is minimized or something. Would really need to find a way to reproduce it. |
I'll try doing the same, mantainig the program open durin hours, but no fail. Don't worry about me, i only inform you because i don't know if is an importan crash. |
Describe the bug
An error screen is displayed
Exact Steps to Reproduce
I was not doing anything. The programme was open and unused.
Version/Commit (check the about page, next to the version, for the string between brackets):
Crash dump
The text was updated successfully, but these errors were encountered: