Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Abort When The Table Menu Item Clicked

forums forums SQLyog SQLyog: Bugs / Feature Requests Abort When The Table Menu Item Clicked

  • This topic is empty.
Viewing 5 reply threads
  • Author
    Posts
    • #10120
      Graycode
      Member

      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!

    • #23207
      peterlaursen
      Participant

      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?

    • #23208
      peterlaursen
      Participant

      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?

    • #23209
      peterlaursen
      Participant

      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.

    • #23210
      peterlaursen
      Participant

      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” ..

    • #23211
      Graycode
      Member

      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!!

Viewing 5 reply threads
  • You must be logged in to reply to this topic.