After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 407106 - Libraries not found when no admin access available
Libraries not found when no admin access available
Status: RESOLVED DUPLICATE of bug 169824
Product: GIMP
Classification: Other
Component: Windows Installer
2.2.x
Other Windows
: Normal normal
: ---
Assigned To: Jernej Simončič
Jernej Simončič
Depends on:
Blocks:
 
 
Reported: 2007-02-12 16:03 UTC by andrew mc
Modified: 2008-01-15 13:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description andrew mc 2007-02-12 16:03:10 UTC
After installing from the zip files from the windows section, I was greeted with many missing DLL errors. Turns out that all of the errors could be fixed by copying All of the dlls from bin\ to lib\gimp\2.0\plug-ins\.
I wrote a quick batch file to do this on any new boxes I set up. just drop it in GIMP's root folder and execute it from there.

postsetup.bat ----------------------
@echo off
echo gimp post setup script v0.1 (c) Andrew McCollum
echo send it to all your friends
echo http://www.tgi.net/~andrew
echo hack124x768@yahoo.com
copy bin\*.dll lib\gimp\2.0\plug-ins
echo done
pause
Comment 1 Michael Schumacher 2007-02-12 16:23:27 UTC
This is the worst possible solution, actually. If you write a batch file, then you should use it to adjust PATH and then launch GIMP.
Comment 2 Sven Neumann 2007-02-14 12:45:13 UTC
Duplicate of bug #169824 ?
Comment 3 Tor Lillqvist 2007-02-14 16:08:02 UTC

*** This bug has been marked as a duplicate of 169824 ***