-
Notifications
You must be signed in to change notification settings - Fork 38
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
Comments
Hi, thanks for the report. Can you provide more details? In particular:
|
I'm getting this same issue.
|
@Kestrelguy If it's OK with you, can you send me the XCF file containing the layers that cause the export to fail? Also, in the meantime, does this happen if you export the entire image via |
font_sans_serif.zip |
Thanks for the file. I tried exporting the layers to PNG and TGA and it worked on my end (Windows 11, GIMP 2.10.38, Export Layers 4.1). When you hit Export, do you see the dialog for adjusting TGA format options? If you see the error message instead, this may very well be a problem within Export Layers. However, if the error message says "execution error", I have difficulties identifying the problem. The thing is, the error messages are spawned by GIMP or the file format plug-ins (not Export Layers) and I am relying on the description to help identify the problem. In case you get the "unknown file type" message, I can think of two causes:
|
okay, so as it turns out, my problem last night was that I'd removed the path to the plugins that managed all the file types. whoops. |
No problem! Glad you got it working. Export Layers depends on the file format plug-ins, so if those work properly, then the export should work fine. |
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'
The text was updated successfully, but these errors were encountered: