Re: [Ifeffit] athena error message.....
On 11/30/2013 05:17 PM, William Nash wrote:
Heya Bruce,
I'm trying to use Athena to process some XANES data from the Diamond Synchrotron (UK). I went to the demeter webpage and downloaded/ran the installer and the updater. However, when I try to run athena, I get an error message:
(Window Title: "perl.exe - Entry Point Not Found")
The procedure entry point __gxx_personality_v0 could not be located in the dynamic link library libstdc++-6.dll.
Is this an error you are familiar with? I don't seem to be able to get around it. It time permits, would you mind giving me some guidance.
Grateful thanks, William
First off, please use the Ifeffit mailing list http://cars9.uchicago.edu/mailman/listinfo/ifeffit/ which is the proper place to ask questions about and report problems with the software. As you can see, I have CCed my response to you and to the mailing list. Please continue correspondence on this topic via the mailing list. The most likely source of this problem is the one discussed here http://cars9.uchicago.edu/ifeffit/Demeter/MingwFix that is, that you have another version of MinGW installed on your computer, either that you yourself installed or that was installed by another application. This fellow, for example, had installed GnuPG and this triggered a similar conflict to what you see. http://www.mail-archive.com/ifeffit@millenia.cars.aps.anl.gov/msg04031.html Another possible problem is that you have another version of perl itself installed on you computer, again possibly as part of the installation of another package. HTH B -- Bruce Ravel ------------------------------------ bravel@bnl.gov National Institute of Standards and Technology Synchrotron Science Group at NSLS --- Beamlines U7A, X24A, X23A2 Building 535A Upton NY, 11973 Homepage: http://xafs.org/BruceRavel Software: https://github.com/bruceravel
Hi all, This email from a few days ago got an incorrect answer. This same situation was brought to my attention by someone here at BNL, which helped me to understand the problem better. My answer before suggested that this was another example of the often-reported problem with MinGW [1]. While that still may be a problem (I have no way on knowing in William's case), the immediate problem was something else. This problem, which results in the error message shown in the attachment, is due to a problem with the splash screen image that gets posted to the screen while Athena and friends are starting up. I have not yet figured out how to solve the problem properly, but I have a successful work-around: 1. Navigate to C:\strawberry\perl\site\bin (or \perl\site\bin\ in whatever location you installed the software) 2. Edit the file dathena.bat in a text editor (NOT in Word! use WordPad or NotePad). Comment out line 22, which say use Wx::Perl::SplashFast Demeter::Here->here.'UI/Athena/share/logo.jpg', 4000; change it to read ## use Wx::Perl::SplashFast Demeter::Here->here.'UI/Athena/share/logo.jpg', 4000; i.e. put one or more # symbols at the beginning of the line. 3. Comment out the similar line in each of dartemis.bat and dhephaestus.bat. You should now be able to use the programs, although you will no longer get to look at the splash screen images during the 5 or so seconds it takes the program to start. This solution is known to work in one case on a Windows 8 laptop. B [1] http://cars9.uchicago.edu/ifeffit/Demeter/MingwFix On 12/02/2013 07:45 AM, Bruce Ravel wrote:
On 11/30/2013 05:17 PM, William Nash wrote:
Heya Bruce,
I'm trying to use Athena to process some XANES data from the Diamond Synchrotron (UK). I went to the demeter webpage and downloaded/ran the installer and the updater. However, when I try to run athena, I get an error message:
(Window Title: "perl.exe - Entry Point Not Found")
The procedure entry point __gxx_personality_v0 could not be located in the dynamic link library libstdc++-6.dll.
Is this an error you are familiar with? I don't seem to be able to get around it. It time permits, would you mind giving me some guidance.
Grateful thanks, William
-- Bruce Ravel ------------------------------------ bravel@bnl.gov National Institute of Standards and Technology Synchrotron Science Group at NSLS --- Beamlines U7A, X24A, X23A2 Building 535A Upton NY, 11973 Homepage: http://xafs.org/BruceRavel Software: https://github.com/bruceravel
participants (1)
-
Bruce Ravel