![]() |
plugin ofn3-layer-tiles: unexpected EOF on loading - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP) +--- Thread: plugin ofn3-layer-tiles: unexpected EOF on loading (/Thread-plugin-ofn3-layer-tiles-unexpected-EOF-on-loading) |
plugin ofn3-layer-tiles: unexpected EOF on loading - GimpAdept - 06-05-2025 [attachment=13579] OS Windows 10 Home Build 19045.5854 Gimp v3.04 The plugin ofn3-layer-tiles fails to register. The verbose console messages of the Gimp-start on this point are: Querying plug-in: 'c:\Program Files\GIMP 3\lib\gimp\3.0\plug-ins\ofn3-layer-tiles\ofn3-layer-tiles.py' gimp-3.exe: LibGimpBase-WARNING: gimp: gimp_wire_read(): unexpected EOF You find the verbose console messages in the attachment. Any suggestion is much appreciated. RE: plugin ofn3-layer-tiles: unexpected EOF on loading - Ofnuts - 06-05-2025 Works for me ![]() Otherwise:
RE: plugin ofn3-layer-tiles: unexpected EOF on loading - GimpAdept - 06-06-2025 (06-05-2025, 08:26 PM)Ofnuts Wrote: Works for meThanks for your reaction. Answers: [*]Exactly 17.571 b Is ofn3-layer-tiles.py exactly 17571 bytes? [*]3.0.4 What is your exact Gimp version? 3.0.0, 3.0.2, 3.0.4? Other? [*]No If you go to Help > Procedure browser and search for ofn3 do you see ofn3-join-tiles? A compleet Gimp uninstall - install procedure did not resolve my problem. ![]() RE: plugin ofn3-layer-tiles: unexpected EOF on loading - rich2005 - 06-06-2025 (Yesterday, 08:21 AM)GimpAdept Wrote:(06-05-2025, 08:26 PM)Ofnuts Wrote: Works for meThanks for your reaction. Answers: Did you delete or as a minimum re-name your Gimp user profile. ? C:\Users\"yourname"\AppData\Roaming\GIMP\3.0 Reinstalling rarely does any good. I have found Gimp is very good at finding old settings without a complete purge. For the installation, Are the python files in their own folder in your plug-ins folder ? ----------- Edit: from your previous post Querying plug-in: 'c:\Program Files\GIMP 3\lib\gimp\3.0\plug-ins\ofn3-layer-tiles\ofn3-layer-tiles.py' Should work but never a good idea to install in your Gimp system folders. Use your Gimp User profile. Another Edit: From your txt file. Querying plug-in: 'c:\Program Files\GIMP 3\lib\gimp\3.0\plug-ins\ofn3-export-layers\ofn3-export-layers.png' GIMP-Error: Unable to run plug-in "ofn3-export-layers.png" (c:\Program Files\GIMP 3\lib\gimp\3.0\plug-ins\ofn3-export-layers\ofn3-export-layers.png) png's in your plugins folder ??? Time to delete that ofn3-export-layers folder and start again in your User profile. ----------------- [attachment=13582] Still not showing, Is python installed ? [attachment=13583] That is a Win11 / Gimp 3.0.4 , obviously working here so difficult to give advice. RE: plugin ofn3-layer-tiles: unexpected EOF on loading - Ofnuts - 06-07-2025 (Yesterday, 08:54 AM)rich2005 Wrote: Another Edit: From your txt file. The presence of the PNG is normal, it is distributed with the script, and is used thus: [attachment=13592]
What is not normal is that Gimp tries to execute it. However, this shouldn't have any impact on the other one. Your plugin directory contents should look like this: ofn3-layer-tiles ├── Doc │ ├── ofn3-layer-tiles.html │ └── ofn3-layer-tiles.md ├── gimphelpers.py ├── ofn3-layer-tiles.py └── __pycache__ └── gimphelpers.cpython-312.pyc
|