Bug 1285807 - Opening About Slic3r dialog window crashes slic3r
Summary: Opening About Slic3r dialog window crashes slic3r
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: slic3r
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miro Hrončok
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-26 14:05 UTC by Tom Georgoulias
Modified: 2016-09-10 05:20 UTC (History)
3 users (show)

Fixed In Version: slic3r-1.2.9-8.fc24 slic3r-1.2.9-8.fc25 slic3r-1.2.9-8.fc23
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-02 20:50:36 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tom Georgoulias 2015-11-26 14:05:48 UTC
Description of problem:

Opening the About Slic3r dialog window crashes slic3r everytime


Version-Release number of selected component (if applicable):
slic3r-1.2.9-3.fc23.x86_64

How reproducible:
Everytime


Steps to Reproduce:
1. Start program
2. Select About Slic3r from the Help pulldown menu (Help -> About Slic3r)
3.

Actual results:
App crashes instantly

Expected results:
Should see the about dialog window.

Additional info:
Output from the terminal 

$ slic3r 

(slic3r:3135): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17

(slic3r:3135): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17

(slic3r:3135): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17
Error while autoloading 'Wx::wxCLOSE' at /usr/share/perl5/vendor_perl/Slic3r/GUI/AboutDialog.pm line 69.

Comment 1 Tom Georgoulias 2015-11-26 14:09:02 UTC
Found these upstream bugs
https://github.com/alexrj/Slic3r/issues/2881
https://github.com/alexrj/Slic3r/issues/2984

$ slic3r --debug --gui
wxWidgets version wxWidgets 2.8.12, Wx version 0.9927

Comment 2 Miro Hrončok 2015-11-26 15:33:16 UTC
Thanks for reporting and pairing with upstream bug. Let's just see what Alessandro finds out.

Comment 3 Alexander Wigen 2016-08-30 11:44:04 UTC
Still present on latest Fedora 24.

Changing /usr/share/perl5/vendor_perl/Slic3r/GUI/AboutDialog.pm line 69 from

    my $buttons = $self->CreateStdDialogButtonSizer(wxCLOSE);

to

    my $buttons = $self->CreateStdDialogButtonSizer(wxOK);

resolves the issue as per upstream.

Comment 4 Miro Hrončok 2016-08-31 13:19:06 UTC
Will patch it on Fedora level.

Comment 5 Fedora Update System 2016-08-31 14:20:47 UTC
slic3r-1.2.9-8.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-9b1de0ccf1

Comment 6 Fedora Update System 2016-08-31 14:25:37 UTC
slic3r-1.2.9-8.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-8850c67eb6

Comment 7 Fedora Update System 2016-08-31 14:45:40 UTC
slic3r-1.2.9-8.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-f974d3d2fe

Comment 8 Fedora Update System 2016-08-31 16:22:40 UTC
slic3r-1.2.9-8.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-9b1de0ccf1

Comment 9 Fedora Update System 2016-09-01 20:22:16 UTC
slic3r-1.2.9-8.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-f974d3d2fe

Comment 10 Fedora Update System 2016-09-02 20:50:32 UTC
slic3r-1.2.9-8.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.

Comment 11 Fedora Update System 2016-09-04 17:38:25 UTC
slic3r-1.2.9-8.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.

Comment 12 Fedora Update System 2016-09-10 05:20:44 UTC
slic3r-1.2.9-8.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.