supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)
4.13k stars 519 forks source link

e637a9e Nigthly in linux (not tested in windows) gui part lost .. #1143

Closed salocain closed 3 years ago

salocain commented 3 years ago

Describe the bug

To Reproduce just load the nightly

Desktop (please complete the following information):

firtst capture --> the last working nightly (Merge branch 'merill-merge' C/C++ CI ubuntu #237) the nightly after have this problems

superslicer

the second --> the result --> some gui part lost

superslice 2

akospalfi commented 3 years ago

Very similar to this (same missing ui parts): https://github.com/supermerill/SuperSlicer/issues/1110#issuecomment-829511294 And it started since the same commit as on macOS.

nerdCopter commented 3 years ago

+1 ...i waited for settling of master, but no changes for sometime... I can live with bed-graphic missing, but the Filament and Printer menus fail completely.

Ubuntu 20.04.2 LTS.

for completeness sake, when starting with no profile/config the following unusable dialog shows as well: 2021-05-18_13-23

off subject: Separately, i can no longer even launch it in Debian -- segfault. I've checked out 201c6120b and cherry-picked most, but not all, commits before renaming/rebranding and everything still works.

cherry-picks ``` * fix crash on slice if no extruder names * add default colors from colors.ini set default to slic3r-yellow-ish * fix fan_percentage (from commit b04928) * Test the inhibition of duplicate set_speed() calls. * Tests for fan rescaling based on fan_percentage * Mark path chaining test as [!mayfail] because an algorithm has been removed. * Silence a compiler warning because there are mixed tabs and spaces. * Implement option from old Slic3r mainline to permit printer firmware to define their fan speeds from 0-100 instead of 0-255. * Fix some warnings about signed-comparison in GCodeWriter. * Add tests to check minimum vertical shell thickness. * Strictly enforce perimeters so that the test isn't broken by the "only one perimeter top" * Push up the native iterators from Surfaces:: to SurfaceCollection, as it's just a souped-up Surface vector. * Add simple logging facilities to do less work with cout and let us leverage Boost::Log later with flexibility. * actually add the AMF test files. * Silence warnings: add cases for hollowing and milling_extruders, catch reference for polymorphic exception * Add basic file read tests for deflated AMF support. * Fix CVE-2020-28591 by dropping vertices that are illegal in the facet list. * Add test_amf.cpp from Slic3r * Fix eb8a08dadea8b698de7f074f072ebf553a233090 * #1047 "colour" settings can now be used as XXX_colour_int to output the color value as a int in a custom_gcode output * failsafe for UnsavedChangesDialog::update_tree * #1043 Can set the icon size (or remove them) * Get most of software name from the define. * small text changes * #1020 a less hacky solution for tabbed view, to make them work on linux * Change the legacy GUI tabs to be more like slic3r. * #147 fix remember the color choice if reslice for 2.3 * fix linux compile. Erro from 2c8e531731eb90d1fe014ce2fcf7217379074076 * #924 #1026 make polyhole detection better * more easy to recognize a circle * do not considerate ngons as circle if n<9 * Allow to change colors in the gui. * #949 Project is the current .3mf (or lack of) - ask for saving the project if unsaved changes - ask for preset reset if new project - delete all : new project or just delete? * make skirt simplify depends on nozzle diameter * #922 Infill bridge issues * #944 Spiral vase mode should turn off some of SuperSlicer's new settings also little pass on disabling options when they are not used (mostly perimeters & fills) * #979 Thumbnail sizes gui bug * #988 don't use the cost-based field in other seam algo. * #1005 Draft shield if complete objects and some cleaning * #1007 fix temperature calibration * #1016 Multimaterial Toolchange Temperature cannot be set to a value below 175°C * #1002 ironing post-process angle * #995 thin wall bug (boost voronoi bug) mitigation * Bumped up wxWidgets version on OSX for X86. * build all PR's * Fix typo in Creality.ini * #852 decimals for xyz & e are now configurable ```
supermerill commented 3 years ago

does this issue is fixed in the lastest release?

salocain commented 3 years ago

The last release work well 😁😁

nerdCopter commented 3 years ago

Confirmed SuperSlicer-ubuntu_18.04-2.3.56.1.AppImage working Debian 10. TYVM!