Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error exporting layers #107

Open
EarthsDefect opened this issue Sep 2, 2023 · 1 comment
Open

Error exporting layers #107

EarthsDefect opened this issue Sep 2, 2023 · 1 comment

Comments

@EarthsDefect
Copy link

Traceback (most recent call last):
File "C:\Users\Jesse\Downloads\export_layers-4.0.1/export_layers/gui/main.py", line 1014, in _on_button_run_clicked
self.batcher.run(**utils.get_settings_for_batcher(self._settings['main']))
File "C:\Users\Jesse\Downloads\export_layers-4.0.1/export_layers/batcher.py", line 361, in run
self._process_items()
File "C:\Users\Jesse\Downloads\export_layers-4.0.1/export_layers/batcher.py", line 872, in _process_items
self._process_item(item)
File "C:\Users\Jesse\Downloads\export_layers-4.0.1/export_layers/batcher.py", line 893, in _process_item
self._process_item_with_actions(item, self._current_raw_item)
File "C:\Users\Jesse\Downloads\export_layers-4.0.1/export_layers/batcher.py", line 947, in _process_item_with_actions
additional_args_position=_BATCHER_ARG_POSITION_IN_ACTIONS)
File "C:\Users\Jesse\Downloads\export_layers-4.0.1/export_layers/pygimplib/invoker.py", line 301, in invoke
_invoke_action_with_foreach_actions(item, group)
File "C:\Users\Jesse\Downloads\export_layers-4.0.1/export_layers/pygimplib/invoker.py", line 261, in _invoke_action_with_foreach_actions
result_from_action = _invoke_action(item, group)
File "C:\Users\Jesse\Downloads\export_layers-4.0.1/export_layers/pygimplib/invoker.py", line 233, in _invoke_action
return next(item.generators_per_group[group])
File "C:\Users\Jesse\Downloads\export_layers-4.0.1\export_layers\pygimplib_lib\future/future/builtins/newnext.py", line 59, in newnext
return iterator.next()
File "C:\Users\Jesse\Downloads\export_layers-4.0.1/export_layers/export.py", line 131, in export
output_directory, default_file_extension, file_extension_properties)
File "C:\Users\Jesse\Downloads\export_layers-4.0.1/export_layers/export.py", line 279, in _export_item
file_extension_properties)
File "C:\Users\Jesse\Downloads\export_layers-4.0.1/export_layers/export.py", line 344, in _export_item_once_wrapper
default_file_extension, file_extension_properties)
File "C:\Users\Jesse\Downloads\export_layers-4.0.1/export_layers/export.py", line 384, in _export_item_once
raise exceptions.ExportError(str(e), raw_item.name, default_file_extension)
ExportError: b'execution error
Layer: Frame 7
File extension: png'

@kamilburda
Copy link
Owner

Hi, thanks for the report. Can you provide more details? In particular:

  • Version of GIMP
  • Procedures and constraints used (in the Export Layers dialog, choose Settings → Show More Settings to display them)
  • Is there any other error/warning message displayed in GIMP, such as a popup or a message in the bottom panel in GIMP?
  • Does the error always occur for one particular layer only?
  • Does the error always occur for the PNG format only?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants