Comment 9 for bug 1662531

Revision history for this message
Alvin Penner (apenner) wrote :

attached is a modified version of prepare_file_save_as.py, to be used just for testing purposes. This contains an extra, dummy, command line option, --query-x, which helps to avoid the crash because it operates successfully without a gui. The code also contains some printout of the stderr device.

running this on Windows 10, trunk, Inkscape 0.92+devel 15458, I get the output:
this output does not occur in the 0.92.x branch.

............................................................................
WARNING: ignoring verb EditSelectAllInAllLayers - GUI required for this verb.

** (inkscape.exe:10928): CRITICAL **: static void Inkscape::EditVerb::perform(SPAction*, void*): assertion 'ensure_desktop_valid(action)' failed

WARNING: ignoring verb EditUnlinkClone - GUI required for this verb.

** (inkscape.exe:10928): CRITICAL **: static void Inkscape::EditVerb::perform(SPAction*, void*): assertion 'ensure_desktop_valid(action)' failed

WARNING: ignoring verb FileSaveACopy - GUI required for this verb.

** (inkscape.exe:10928): CRITICAL **: static void Inkscape::FileVerb::perform(SPAction*, void*): assertion 'ensure_desktop_valid(action)' failed

WARNING: ignoring verb FileSave - GUI required for this verb.