-
Notifications
You must be signed in to change notification settings - Fork 3
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
Profiling window crashes BasinC #19
Comments
I cannot replicate the bug here, but it looks like the drawing object loses the handle to draw. Added to the end of the looong bug list :) btw, do you use any antivirus or process monitoring program? thanks. |
No, just Win 7 SP1 (classic theme). Here's a test program and another screen. To trigger the bug I scrolled in the results, selected a line here and there, switched between editor and this window, closed/reopened/resized the window in some arbitrary order. It takes a few tries until it happens. |
it looks like it's an old and known Canvas bug. I'm looking for workarounds, it stops crashing if I don't change the color of blue stripes, and listview basically stack overflows because of open handles. Thank you for reporting. |
v1.794 on Win 7 SP1
The profiling window sometimes fails to get a handle and totally messes up its window content.
This causes BasinC to lose control over all of its other windows, and trying to close BasinC results in a crash while all the windows contents remain on the screen.
The only way to end BasinC now is to shut it down by the Windows manager. Your program may get lost, depending on if you managed to click the SAVE button successfully which often fails because the 'Canvas does not allow drawing.' alert box keeps popping up permanently.
Screens below.
Steps to recreate:
The bug happened also in earlier versions, I'm just reporting it now.
The text was updated successfully, but these errors were encountered: