-
Notifications
You must be signed in to change notification settings - Fork 302
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
Bug with JIT-Compiler #6152
Comments
I've experienced the same issue on version 2.5.9.6291. I've included the error message within the pop-up box. There was no log on my local Rubberduck-VBA install.
|
Having same issue. Version 2.5.9.6291 |
About this issue, on a run i noticed on the RubberduckLog file that the moment the error occurs it was checking for a newer version.
the Version Check gets Canceled (after 5 seconds) and since it is not handled the error dialog is shown. As a workaround i disabled the option to check for a newer version and the error message is no longer displayed. As a fix i would suggest increasing the CancellationToken TimeSpan and handle the exception with t.isCanceled |
No idea why, but the site suddenly died last weekend; the URL being hit by the version check service was responding with HTTP500. |
The version check service definitely needs to handle exceptions, gosh what an oversight! |
@vba-excel: Thanks for the investigation and the screenshots how to fix it. Great job! |
Nah, this is network I/O, it can reasonably fail for any random reason... I have no excuse here! 😅 thanks for the kind words! |
Just tried out Rubberduck v2.5.9.6296-pre Its working fine, no longer shows the popup error. @retailcoder Ty for you great work, and Ty for Rubberduck ! |
@RongePartner Thanks it works! @retailcoder Excellent product, you really understand VBAers! |
Rubberduck version information
Description
A few seconds after switching to the VBA-Window a Window with the title "Microsoft .NET Framework" pops up.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should be no error message
Screenshots
Logfile
JIT_ErrorMessages.txt
RubberduckLog.txt
The text was updated successfully, but these errors were encountered: