HeidiSQL
HeidiSQL copied to clipboard
Crash in load SQL file form
Preconditions
- HeidiSQL version: 11.3.0.6295
- Database type and version: MySQL 5.6.10
- OS: Windows 11
Describe the bug
Open new query tab Open File -> Load SQL File Click inside the folder selection field -> Crash
To Reproduce
- Open new query tab
- Open File -> Load SQL File
- Click inside the folder selection field
- App crashes
Screenshots or Crash reports
I am unable to reproduce that crash. Probably Win11 related. Isn't there a crash report, or how does it crash?
No crash report I can see (where should I be looking for it)? Just crashes... very consistent. Would be happy to help to debug/test.
I cannot do anything here without more details. Is it an official Win11 version or some early access? Are you using a non-default style/theme in HeidiSQL? Does the Windows event logger show some details about the crash?
I cannot do anything here without more details. -- Clear, I'll be happy to provide more stuff, let me know what else you need.
Is it an official Win11 version or some early access? -- Win 11 Pro, version 10.0.22000. This is the current official and latest version.
Are you using a non-default style/theme in HeidiSQL? -- Nope.
Does the Windows event logger show some details about the crash? -- Nope. The app just closes up. No relevant events are in the event logger and no exception is presented. Is there any way to run HeidiSQL so that it creates some log?
On Thu, Jan 6, 2022 at 8:52 AM Ansgar Becker @.***> wrote:
I cannot do anything here without more details. Is it an official Win11 version or some early access? Are you using a non-default style/theme in HeidiSQL? Does the Windows event logger show some details about the crash?
— Reply to this email directly, view it on GitHub https://github.com/HeidiSQL/HeidiSQL/issues/1509#issuecomment-1006326569, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABUUOGAT2M54234ZYRDZZETUUU32RANCNFSM5LF4L2FQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.
The attached screenshot shows exactly where I click to crash the app:
Note that if I do NOT try to change the folder from that specific control, I can open scripts with no problem. I can also navigate by using the left side menu. Just this specific control is making problems.
Hello, I don't know it this helps, but I think I have similar situation with different setup:
Preconditions
- OS: Ubuntu 20.04.3 LTS
- PlayOnLinux 4.3.4 with Wine: 4.0 with Windows 10 inside
- HeidiSQL version: 11.3.0.6415
- Database type and version: MySQL 5.7.37
How To Reproduce:
- Open new query tab inside any database
- Right Click -> Load SQL File...
- App crashes
Crash Report:
date/time : 2022-02-17, 15:03:59, 163ms computer name : computer_name user name : user_name
operating system : Windows 10 x64 build 17134 system language : Portuguese system up time : 3 hours 8 minutes program up time : 3 minutes 33 seconds processors : 8x Intel(R) Pentium(R) 4 CPU 2.40GHz physical memory : 14140/23764 MB (free/total) free disk space : (C:) 41.00 GB display mode : 1920x1080, 32 bit process id : $34 allocated memory : 55.10 MB largest free block : 130042.73 GB executable : heidisql.exe exec. date/time : 2022-02-14 11:24 version : 11.3.0.6415 compiled with : Delphi 10.4 Sydney madExcept version : 5.1.1 callstack crc : $48a34ec7, $c605c6e5, $c605c6e5 exception number : 1 exception class : EPlatformVersionException exception message : TExtFileOpenDialog requires Windows Vista or later. main thread ($35): 007b67da heidisql.exe Vcl.Dialogs TCustomFileDialog.Execute 007b66f9 heidisql.exe Vcl.Dialogs TCustomFileDialog.Execute 01143af4 heidisql.exe Main 3896 +9 TMainForm.actLoadSQLExecute 0056a790 heidisql.exe System.Classes TBasicAction.Execute 006b11b5 heidisql.exe Vcl.ActnList TCustomAction.Execute 0056a474 heidisql.exe System.Classes TBasicActionLink.Execute 00873577 heidisql.exe Vcl.Menus TMenuItem.Click 00875dfe heidisql.exe Vcl.Menus TMenu.DispatchCommand 008780e5 heidisql.exe Vcl.Menus TPopupList.WndProc 00877fe5 heidisql.exe Vcl.Menus TPopupList.MainWndProc 0056bbf3 heidisql.exe System.Classes StdWndProc 7f00321f user32.dll DispatchMessageW 0089e5de heidisql.exe Vcl.Forms TApplication.ProcessMessage 0089e653 heidisql.exe Vcl.Forms TApplication.HandleMessage 0089eaa1 heidisql.exe Vcl.Forms TApplication.Run 01187a58 heidisql.exe heidisql 105 +41 initialization
The "funny" part is that somewhere in exception stack, it says: "exception message : TExtFileOpenDialog requires Windows Vista or later.". I think Windows 10 is latter than Vista.
Hope this helps. Thanks