It is currently Mon Sep 21, 2026 10:49 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Re: Entry point not found
PostPosted: Mon Mar 09, 2015 2:05 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14835
Location: roma, italy
do you have THAT specific .dll in the SAME library where RESYNTESIZER.exe plug-in is?

_________________
"Where am I ?"


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Entry point not found
PostPosted: Mon Mar 09, 2015 2:12 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12845
I had another issue similar (somehow involved PSPI). GIMP itself said I was missing a DLL that was needed by Cairo. I just ended up re-installing GIMP (not un-installing/re-installing; just installed on top of my current GIMP) and all was well. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Entry point not found
PostPosted: Mon Mar 09, 2015 4:38 pm  (#3) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
This is an error, which regards to the kind of c++ compiler used.
It is the way the compiler handles jumps after an exception error. There are more ways:

64bit:
1. Short Jump - Long Jump - abbr.: sjlj - The older way.
2. Stuctured Eception Handling - abbr.: seh - the modern way
3. ...

32bit:
1. Short Jump - Long Jump - abbr.: sjlj
2. Dwarf2 - abbr.: dw2
3. ??? - abbr.: v0
4. ...

I do not know, how they all work, but the problem is, that some of the mechanism of that handling is in the
most basic part of the runtime: the libstdc++-6.dll. So if any program is compiled with the c++ library as an dependency,
that program demands the appropiate version of libstdc++-6.dll. This has something to do with the libgcc_s_xxxxx.dll, but the
correct function must exist in the libstdc++-6.dll.
The above error message says, that the program resynth.exe was compiled with the sjlj compiler (look at the 'sj0').
The libstdc++-6.dll that is present, uses the other way.
I do not know a way to mix both of the libraries. The official gimp team changed the compiler from sjlj to seh, I think with 2.8.10.
Then I had those problems, too. I had to change my compiler also to eliminate those errors (64bit).
From my point of view, you need a resynth.exe, that is compiled with the correct libstdc++-6.dll or try to use a different libstdc++-6.dll.
I propose to use the program called "dependency walker", there you can load an .exe or .dll file and see the dependencys.
There you can find, which dll is used, which one needs which libstdc++-6.

Hatti


Top
 Post subject: Re: Entry point not found
PostPosted: Mon Mar 09, 2015 7:35 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12845
I have 2 versions too conbagui but they are named in such away as to not interfere with each other. One's the new version that works with python. The old one does not. I keep the old one since it's behavior's different then the new and for certain situations, I like the result of the old over the new. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Entry point not found
PostPosted: Tue Dec 06, 2016 9:39 am  (#5) 
Offline
New Member

Joined: Dec 06, 2016
Posts: 1
I had the problem entry point not found separate.exe and it persisted over reinstalls and even upgrades. What worked was deleting the gimp2 directory and doing a fresh install.


Top
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group