Menu

#193 crashes while starting up after a fresh install

closed
None
0.7.2
2017-03-03
2016-08-02
Tomasz
No

I downloaded and installed wxGlade for the very first time ever. At the end of the installation process, there were two options: one to read the Readme file and the other to launch exGlade. I click OK and wxGlade came with the following error. Submitting a bug as being asked to.

1 Attachments

Related

Bugs: #195

Discussion

  • Tomasz

    Tomasz - 2016-08-02

    Here is the log file.

     
  • Carsten Grohmann

    Hi Thomasz,

    it's probably a bug in the integration / usage of the installed faulthandler python package.

    Temporary workarounds are:
    1) deinstall the faulthandler package
    2) disable using faulthandler within wxGlade by comment out the lines shown below (ca 314-319) in wxglade.py:

        try:
            import faulthandler
            faulthandler.enable()
            logging.info(_('Python fault handler found and activated'))
        except ImportError:
            logging.debug(_('Python fault handler not found'))
    

    Regards,
    Carsten

     
  • Carsten Grohmann

    • assigned_to: Carsten Grohmann
     
  • Carsten Grohmann

    • status: open --> closed
     
    • Tomasz

      Tomasz - 2016-08-15

      Hi Carsten,

      Downloaded the latest version which is now running fine. Thanks.
      Tomasz Kotula
      Enphase Energy | Design Engineer

      +1 707 763 4784 ext 8313 // office
      +64 3 345 5313 // office

      Energy Evolvedhttp://enphase.com
      On 15/08/2016 17:36, Carsten Grohmann wrote:

      the bug is fixed in the development branch with 1979:f44a570dbb95 and in the stable branch with revision 1981:bc618cd960ca. The change will be also part of the next official release.

      The information contained in this message may be privileged and confidential. It is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete or destroy any copy of this message!

       
  • Carsten Grohmann

    Hi Tomasz,

    the bug is fixed in the development branch with 1979:f44a570dbb95 and in the stable branch with revision 1981:bc618cd960ca. The change will be also part of the next official release.

    You can download and use the fixed version from the stable branch directly: https://bitbucket.org/agriggio/wxglade/get/WXG-BRANCH-VERSION_0_7_2.tar.gz .

    The installation from such a downloaded source is described in section "Installation" of the wxGlade manual at http://wxglade.sourceforge.net/manual/installing.html .

    Thank you for reporting this bug.
    Carsten

     
    • Andy Neil

      Andy Neil - 2017-03-03

      The above download link gives:

      Repository agriggio/wxglade not found

       
  • Andy Neil

    Andy Neil - 2017-03-03

    I have just downloaded & installed v0.7.2 - which is currently the latest version.

    I get exactly the same error - see attached.

     
    • Andy Neil

      Andy Neil - 2017-03-03

      Log file attached.

      System is Win7-Pro, 64-bit.

       
      • Andy Neil

        Andy Neil - 2017-03-03

        If I follow workaround (2) from https://sourceforge.net/p/wxglade/bugs/193/#fd7d - disable using the fault handler - then WxGlade does start OK ...

         
    • Dietmar Schwertberger

      Hello Andy,

      please use the version from the repository.
      (default branch)

      Regards,
      Dietmar

       

      Last edit: Dietmar Schwertberger 2017-03-03

Log in to post a comment.