-
Notifications
You must be signed in to change notification settings - Fork 144
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
AV after turning the screen off and on #196
Comments
Thanks for your detailed report. Could you download our latest night-build to get more clear stacktrace about CnWizards? |
Error when using CnWizards_1.3.1.1186_Unstable: Access violation at address 791A5E85 in module 'CnWizards_D120A.DLL'. Read of address 5B5EFFFC. [791A5E85]{CnWizards_D120A.DLL} CnSourceHighlight.TCnSourceHighlight.OnCurrentTokenValidateTimer (Line 5766, "CnSourceHighlight.pas" + 6) + $3 |
Thanks for your help. Seems our painting object associated with Delphi EditControl corrupted, we'll try to check how it happens. |
Thanks! Access violation at address 502A675B in module 'CnWizards_D120A.DLL'. Read of address 000000D9. [502A675B]{CnWizards_D120A.DLL} CnSourceHighlight.TCnSourceHighlight.OnCurrentTokenValidateTimer (Line 5767, "CnSourceHighlight.pas" + 6) + $5 CnWizards v1.3.1.1189_Unstable |
Thanks for this stack. we'll add the null pointer check and try again. |
Could you try to verify whether our latest nightly-build 1194 fixed this problem? |
I'm using Windows 11 23H2 (set HighDPI = 150% i.e. Settings -> System -> Display -> Scale = 150%), Delphi 12.1 (v29.0.51961.7529), CnWizards v1.3.1.1181 (only "Source Highlight Enhancements" and "Debugger Enhancements" are enabled).
Problem: I’m working in Delphi, I leave the computer, after some time the monitor turns off (energy saving), after I return to the computer and the monitor turns on, Delphi becomes smaller when I try to work in Delphi or expand Delphi to full screen (Maximize), then the following error appears:
Error
Access violation at address 504D556D in module 'CnWizards_D120A.DLL'. Read of address 5B5EFFFC.
OK Details <<
[504D556D]{CnWizards_D120A.DLL} Unknown function at INITWIZARD0001 + $104369
[58CE0D8E]{vcl290.bpl } Vcl.Controls.TControl.GetStyleName (Line 8990, "Vcl.Controls.pas" + 5) + $7
[577B9ADE]{rtl290.bpl } System.Contnrs..TCustomBucketList + $15E
[504D5565]{CnWizards_D120A.DLL} Unknown function at INITWIZARD0001 + $104361
[58DAFDD3]{vcl290.bpl } Vcl.ExtCtrls.TTimer.Timer (Line 3253, "Vcl.ExtCtrls.pas" + 1) + $E
[58DAFCB3]{vcl290.bpl } Vcl.ExtCtrls.TTimer.WndProc (Line 3211, "Vcl.ExtCtrls.pas" + 4) + $7
[5758477C]{rtl290.bpl } System.Classes.StdWndProc (Line 19085, "System.Classes.pas" + 9) + $2
[50399D9A]{CnWizards_D120A.DLL} Unknown function at __dbk_fcall_wrapper + $B805A
[58E33927]{vcl290.bpl } Vcl.Forms.TApplication.ProcessMessage (Line 13282, "Vcl.Forms.pas" + 23) + $1
[58E3396A]{vcl290.bpl } Vcl.Forms.TApplication.HandleMessage (Line 13312, "Vcl.Forms.pas" + 1) + $4
[58E33CA9]{vcl290.bpl } Vcl.Forms.TApplication.Run (Line 13451, "Vcl.Forms.pas" + 27) + $3
[00F08AD2]{bds.exe } bds.bds + $DE
This problem also occurred in Delphi 11, 11.1, 11.2, 11.3, 12.0. CnWizard is always the latest version.
Restarting Delphi helps solve the problem. Or turn off, then turn on "Source Highlight Enhancements"
The text was updated successfully, but these errors were encountered: