forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Abort When The Table Menu Item Clicked
- This topic is empty.
-
AuthorPosts
-
-
January 10, 2007 at 3:29 am #10120GraycodeMember
Using Win98SE, Community version 5.21 and same in 5.22.
Clicking on the Table menu causes an immediate page fault, before the menu's items can be seen.
Module SQLYOG.EXE at 0167:00439150
The issue may be in EnableTableItems() in GUIHelper.CPP line 524. Three non-existing menu ID's are being set for enabled status. The ID_EXPORT_AS, ID_EXPORT_ASXML, ID_EXPORT_ASHTML do not exist within the hmenu being manipulated. Seems odd those would be causing the error, so very possible the root cause is elsewhere.
P.S. – A couple are listed there twice (ID_TABLE_MARKR and ID_OBJECT_REORDER), but that wouldn't be important.
Thanks!
-
January 10, 2007 at 5:14 am #23207peterlaursenParticipant
Thanks for the report. We will study this. And your hints too, of course.
First test here does not let us reproduce this.
Is this happening EXACTLY the same way EVERY time you click the table menu or only sometimes?
Does the same thing or similar things happen when using the table context menu?
Did you try a 'fresh install' (just install to an empty folder)?
Could you list the files in the current installation folder?
-
January 10, 2007 at 5:24 am #23208peterlaursenParticipant
BTW: The menu items have changed between 5.21 and 5.22. But we will look at the code anyway.
Just to be perfectly sure: is it our binary you are using or did you compile yourself?
-
January 10, 2007 at 6:12 am #23209peterlaursenParticipant
OK .. we can reproduce now with 5.21 and 5.22.
Only COMMUNITY version is affected, ENTERPRISE is not.
we will fix with high priority.
-
January 10, 2007 at 8:21 am #23210peterlaursenParticipant
Fixed now!
We have replaced the installer for the 5.22 COMMUNITY version on the same download location.
Also file name is the same, but it identifies itself as “5.22a” and not “5.22” from the installation screen and from “about”.
Just download from http://webyog.com/en/downloads.php
This looks like a compiler issue! We still do not fully understand what creates this issue with the “5.22 COMMUNITY” code compared to “ENTERPRISE” ..
-
January 10, 2007 at 6:15 pm #23211GraycodeMember
Yes it's FIXED now in 5.22a. Thank you for the very fast resolution!
I had not tried to build it myself, only browsed through some source. I would not have guessed it to be a compiler / linker issue, sorry for pointing to the wrong issue.
Great product, and this represents such wonderful support. Thanks!!
-
-
AuthorPosts
- You must be logged in to reply to this topic.