From delamora at unam.mx Mon Sep 2 19:02:16 2024 From: delamora at unam.mx (delamora) Date: Mon, 2 Sep 2024 17:02:16 +0000 Subject: [xcrysden] Running XCrySDen In-Reply-To: References: <695b30bb-98d0-40d8-a5de-64d5b34aec3a@gmail.com> <052b52f0-1dba-47c4-b2bc-19c22dc8a3e3@gmail.com> Message-ID: ? Dear Gavin, I try to install what is suggested in the xcrysden page; ---------------------------------------------------------- dnf install tk libglu1-mesa libtogl2 libfftw3-3 libxmu6 imagemagick openbabel libgfortran5 ?ltima comprobaci?n de caducidad de metadatos hecha hace 0:05:30, el lun 02 sep 2024 09:38:00. El paquete tk-1:8.6.13-3.fc40.x86_64 ya est? instalado. No hay coincidencias para el argumento: libglu1-mesa No hay coincidencias para el argumento: libtogl2 No hay coincidencias para el argumento: libfftw3-3 No hay coincidencias para el argumento: libxmu6 No hay coincidencias para el argumento: imagemagick * Tal vez quiso decir: ImageMagick No hay coincidencias para el argumento: libgfortran5 Error: No se pudo encontrar ning?n resultado: libglu1-mesa libtogl2 libfftw3-3 libxmu6 imagemagick libgfortran5 ----------------------------------- There were no results for libglu1-mesa libtogl2 libfftw3-3 libxmu6 imagemagick libgfortran5 but ImageMagick is already installed. Cheers Pablo ________________________________ Estimado Gavin, Running xcrysden, now it opens, but it gives this error; ./ftnunit: error while loading shared libraries: libgfortran.so.5: cannot open shared object file: No such file or directory I have intel fortran in pablo at fedora:/home/Programas/xcrysden-1.6.2-bin-shared$ locate libgfortran /opt/intel/oneapi/intelpython/python3.9/pkgs/_openmp_mutex-4.5-1_gnu/info/recipe/parent/install-libgfortran.sh /opt/intel/oneapi/intelpython/python3.9/pkgs/libgcc-ng-9.3.0-h5101ec6_17/info/recipe/parent/install-libgfortran.sh /opt/intel/oneapi/intelpython/python3.9/pkgs/libgomp-9.3.0-h5101ec6_17/info/recipe/parent/install-libgfortran.sh /opt/intel/oneapi/intelpython/python3.9/pkgs/libstdcxx-ng-9.3.0-hd4cf53a_17/info/recipe/parent/install-libgfortran.sh /var/lib/flatpak/runtime/org.fedoraproject.KDE6Platform/x86_64/f40/286405d778e073e4e01d75c42074307b13cfec2e00913baf6d552d8e7c584670/files/lib64/libgfortran.so.5 /var/lib/flatpak/runtime/org.fedoraproject.KDE6Platform/x86_64/f40/286405d778e073e4e01d75c42074307b13cfec2e00913baf6d552d8e7c584670/files/lib64/libgfortran.so.5.0.0 how to link intel fortran with xcrysden Pablo ________________________________ De: xcrysden-bounces at democritos.it en nombre de Gavin Abo Enviado: jueves, 29 de agosto de 2024 09:50 p. m. Para: xcrysden at democritos.it Asunto: Re: [xcrysden] Running XCrySDen XCrySDen 1.6.2 works with Fedora 40 when libtk8.6.so from the operating system tk-devel package is used. I've not tried libtk8.6.so from Intel's OneAPI. That library file likely was compiled with the Intel compiler. So, it might be that the file has different function declarations than that produced by GCC. That might explain why you would need the libtk8.6.so from the operating system package that was compiled with GCC for being able to use xcrysden-1.6.2-linux_x86_64-shared.tar.gz. Thus, if you wanted to use /opt/intel/oneapi/intelpython/python3.9/lib/libtk8.6.so (instead of /lib64/libtk8.6.so), it is likely that you would need to compile XCrySDen using xcrysden-1.6.2.tar.gz and you would need to modify Make.sys yourself to use the OneAPI compiler. Since that is probably a more difficult approach, I would recommend using the operating system version of libtk8.6.so instead. For that, at [1], the webpage shows the Fedora 40 operating system tk-devel package. The tk-devel package when installed puts libtk.so (i.e., libtk8.6.so) also in the directory: /usr/lib64/ With Fedora 40, when I checked that directory, the libtk8.6.so was there: username at fedora:~$ ls -l /usr/lib64/libtk* -rwxr-xr-x. 1 root root 1343528 Jan 26 2024 /usr/lib64/libtk8.6.so lrwxrwxrwx. 1 root root 11 Jan 26 2024 /usr/lib64/libtk.so -> libtk8.6.so -rwxr-xr-x. 1 root root 6640 Jan 26 2024 /usr/lib64/libtkstub8.6.a When the tk-devel package has been successfully installed, the terminal should show the same or similar terminal display of: username at fedora:~$ sudo yum install tk-devel [sudo] password for username: Last metadata expiration check: 0:27:44 ago on Thu 29 Aug 2024 09:16:34 PM MDT. Package tk-devel-1:8.6.13-3.fc40.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! [1] https://packages.fedoraproject.org/pkgs/tk/tk-devel/fedora-40.html Kind Regards, Gavin XCrySDen user On 8/29/2024 10:37 AM, delamora wrote: I found it; ---- # find / -name *libtk8.6* /opt/intel/oneapi/intelpython/python3.9/pkgs/tk-8.6.10-hbc83047_0/lib/libtk8.6.so /opt/intel/oneapi/intelpython/python3.9/envs/2022.0.2/lib/libtk8.6.so /opt/intel/oneapi/intelpython/python3.9/lib/libtk8.6.so ---- but xcrysden does not find it Pablo ________________________________ De: xcrysden-bounces at democritos.it en nombre de Gavin Abo Enviado: mi?rcoles, 28 de agosto de 2024 08:16 p. m. Para: xcrysden at democritos.it Asunto: Re: [xcrysden] Running XCrySDen I see that you have the error "libtk8.6.so: cannot open shared object file: No such file or directory". From the message, it looks like XCrySDen cannot find the libtk8.6.so file. That file should be in your /lib64 directory: username at fedora:~$ ls -l /lib64/libtk8.6.so -rwxr-xr-x. 1 root root 1343528 Jan 26 2024 /lib64/libtk8.6.so If it isn't, the package for it might not be installed. In Fedora 40, it was likely installed by the command: sudo yum install tk-devel Kind Regards, Gavin XCrySDen user On 8/28/2024 4:59 PM, delamora wrote: I got the xcrysden-1.6.2-bin-shared then I ran xcrysden and I got ------------- [ref] A. Kokalj, J. Mol. Graph. Model., Vol. 17, pp. 176-179, 1999. Code available from http://www.xcrysden.org/. XCRYSD[ref] A. Kokalj, J. Mol. Graph. Model., Vol. 17, pp. 176-179, 1999. Code available from http://www.xcrysden.org/. XCRYSDEN_TOPDIR=/home/Programas/xcrysden-1.6.2-bin-shared XCRYSDEN_SCRATCH=/home/pablo/xcrys_tmp /home/Programas/xcrysden-1.6.2-bin-shared/bin/xcrys: error while loading shared libraries: libtk8.6.so: cannot open shared object file: No such file or directoryEN_TOPDIR=/home/Programas/xcrysden-1.6.2-bin-shared XCRYSDEN_SCRATCH=/home/pablo/xcrys_tmp /home/Programas/xcrysden-1.6.2-bin-shared/bin/xcrys: error while loading shared libraries: libtk8.6.so: cannot open shared object file: No such file or directory ------------------------------ In the xcrysden page it says; * * Linux x86_64 binary packages (64bit): * Shared: xcrysden-1.6.2-linux_x86_64-shared.tar.gz * Requires: libtk8.6.so, libtcl8.6.so, libTogl.so.2, libGLU.so.1, libGL.so.1, libfftw3.so.3, libXmu.so.6, libX11.so.6, libgfortran.so.5, .. ------------------------- so I searched for these packages and I got dnf search libtk8.6.so libtcl8.6.so libTogl.so.2 libGLU.so.1 libGL.so.1 libfftw3.so.3 libXmu.so.6 libX11.so.6 libgfortran.so.5 ?ltima comprobaci?n de caducidad de metadatos hecha hace 2:37:04, el mi? 28 ago 2024 13:17:04. No se encontraron coincidencias. (=>there were no coincidences) Saludos Pablo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/xcrysden/attachments/20240902/3af75ad1/attachment-0001.htm From delamora at unam.mx Wed Sep 4 19:27:12 2024 From: delamora at unam.mx (delamora) Date: Wed, 4 Sep 2024 17:27:12 +0000 Subject: [xcrysden] Running XCrySDen In-Reply-To: References: <695b30bb-98d0-40d8-a5de-64d5b34aec3a@gmail.com> <052b52f0-1dba-47c4-b2bc-19c22dc8a3e3@gmail.com> Message-ID: Dear Gavin, This is the error that I got running xcrysden; --------------- Error in startup script: Can not set ident to a window path name Couldn't configure togl widget while executing ------------------ just installed tcl-togl tcl-togl-devel opengl Saludos Pablo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/xcrysden/attachments/20240904/f755f185/attachment.htm From gabo13279 at gmail.com Thu Sep 5 04:18:23 2024 From: gabo13279 at gmail.com (Gavin Abo) Date: Wed, 4 Sep 2024 20:18:23 -0600 Subject: [xcrysden] Running XCrySDen In-Reply-To: References: <695b30bb-98d0-40d8-a5de-64d5b34aec3a@gmail.com> <052b52f0-1dba-47c4-b2bc-19c22dc8a3e3@gmail.com> Message-ID: <55d00aca-bb84-4220-af07-f98bea69c5f3@gmail.com> This was answered over in the WIEN2k mailing list: http://zeus.theochem.tuwien.ac.at/pipermail/wien/2024-September/034100.html On 9/2/2024 11:02 AM, delamora wrote: > ? > Dear Gavin, > I try to install what is suggested in the xcrysden page; > ---------------------------------------------------------- > dnf install tk libglu1-mesa libtogl2 libfftw3-3 libxmu6 ?imagemagick > openbabel libgfortran5 > ?ltima comprobaci?n de caducidad de metadatos hecha hace 0:05:30, el > lun 02 sep 2024 09:38:00. > El paquete tk-1:8.6.13-3.fc40.x86_64 ya est? instalado. > No hay coincidencias para el argumento: libglu1-mesa > No hay coincidencias para el argumento: libtogl2 > No hay coincidencias para el argumento: libfftw3-3 > No hay coincidencias para el argumento: libxmu6 > No hay coincidencias para el argumento: imagemagick > ? * Tal vez quiso decir: ImageMagick > No hay coincidencias para el argumento: libgfortran5 > Error: No se pudo encontrar ning?n resultado: libglu1-mesa libtogl2 > libfftw3-3 libxmu6 imagemagick libgfortran5 > ----------------------------------- > There were no results for > libglu1-mesa libtogl2 libfftw3-3 libxmu6 imagemagick libgfortran5 > but > ImageMagick > is already installed. > > Cheers > > Pablo > ------------------------------------------------------------------------ > * > * > Estimado Gavin, > > Running xcrysden, now it opens, but it gives this error; > > ./ftnunit: error while loading shared libraries: libgfortran.so.5: > cannot open shared object file: No such file or directory > > I have intel fortran in > > pablo at fedora:/home/Programas/xcrysden-1.6.2-bin-shared$ locate libgfortran > /opt/intel/oneapi/intelpython/python3.9/pkgs/_openmp_mutex-4.5-1_gnu/info/recipe/parent/install-libgfortran.sh > /opt/intel/oneapi/intelpython/python3.9/pkgs/libgcc-ng-9.3.0-h5101ec6_17/info/recipe/parent/install-libgfortran.sh > /opt/intel/oneapi/intelpython/python3.9/pkgs/libgomp-9.3.0-h5101ec6_17/info/recipe/parent/install-libgfortran.sh > /opt/intel/oneapi/intelpython/python3.9/pkgs/libstdcxx-ng-9.3.0-hd4cf53a_17/info/recipe/parent/install-libgfortran.sh > /var/lib/flatpak/runtime/org.fedoraproject.KDE6Platform/x86_64/f40/286405d778e073e4e01d75c42074307b13cfec2e00913baf6d552d8e7c584670/files/lib64/libgfortran.so.5 > /var/lib/flatpak/runtime/org.fedoraproject.KDE6Platform/x86_64/f40/286405d778e073e4e01d75c42074307b13cfec2e00913baf6d552d8e7c584670/files/lib64/libgfortran.so.5.0.0 > > how to link intel fortran with xcrysden > > Pablo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/xcrysden/attachments/20240904/0bf43bc1/attachment-0001.htm From gabo13279 at gmail.com Thu Sep 5 04:54:27 2024 From: gabo13279 at gmail.com (Gavin Abo) Date: Wed, 4 Sep 2024 20:54:27 -0600 Subject: [xcrysden] Running XCrySDen In-Reply-To: References: <695b30bb-98d0-40d8-a5de-64d5b34aec3a@gmail.com> <052b52f0-1dba-47c4-b2bc-19c22dc8a3e3@gmail.com> Message-ID: <52f023ba-7aa0-4bde-a724-eff33609f544@gmail.com> There was a Fedora user that reported that error before: http://www.democritos.it/pipermail/xcrysden/2020-February/001980.html In their case, the issue came from using a 32 bit Togl file. Looks like they resolved it by using a 64 bit version: http://www.democritos.it/pipermail/xcrysden/2020-February/001982.html Using xcrysden-1.6.2.tar.gz, the install went smoothly for me: http://www.democritos.it/pipermail/xcrysden/2024-August/002139.html Using xcrysden-1.6.2-linux_x86_64-shared.tar.gz also worked. However, I still had to install Togl with: username at fedora:~$ wget https://sourceforge.net/projects/togl/files/Togl/2.0/Togl2.0-src.tar.gz/download ... username at fedora:~$ tar xvf download ... username at fedora:~$ cd Togl2.0/ username at fedora:~/Togl2.0$? ./configure --with-tcl=/usr/lib64 --with-tk=/usr/lib64 --enable-64bit ... username at fedora:~/Togl2.0$ wget https://raw.githubusercontent.com/gsabo/xcrysden-Patches/main/togl.patch ... username at fedora:~/Togl2.0$ patch -b togl.c togl.patch username at fedora:~/Togl2.0$ make Although, xcrysden-1.6.2-linux_x86_64-shared.tar.gz first failed with an error: username at fedora:~$ xcrysden ... ? Version: 1.6.2 ... XCRYSDEN_TOPDIR=/home/username/xcrysden-1.6.2-bin-shared XCRYSDEN_SCRATCH=/tmp /home/username/xcrysden-1.6.2-bin-shared/bin/xcrys: error while loading shared libraries: libTogl.so.2: cannot open shared object file: No such file or directory To solve that, I had to create a symbolic link: username at fedora:~$ cd ~/Togl2.0/ username at fedora:~/Togl2.0$ ln -s libTogl2.0.so libTogl.so.2 Kind Regards, Gavin XCrySDen user On 9/4/2024 11:27 AM, delamora wrote: > Dear Gavin, > This is the error that I got running xcrysden; > --------------- > Error in startup script: Can not set ident to a window path name > Couldn't configure togl widget > ? ? while executing > ------------------ > just installed > tcl-togl > tcl-togl-devel > opengl > > Saludos > > Pablo > > > > _______________________________________________ > XCrySDen mailing list > XCrySDen at democritos.it > http://www.democritos.it/mailman/listinfo/xcrysden -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/xcrysden/attachments/20240904/11cece33/attachment.htm From delamora at unam.mx Wed Sep 4 19:23:53 2024 From: delamora at unam.mx (delamora) Date: Wed, 4 Sep 2024 17:23:53 +0000 Subject: [xcrysden] Running XCrySDen In-Reply-To: References: <695b30bb-98d0-40d8-a5de-64d5b34aec3a@gmail.com> <052b52f0-1dba-47c4-b2bc-19c22dc8a3e3@gmail.com> Message-ID: Dear Gavin, This is the error that I got running xcrysden; --------------- Error in startup script: Can not set ident to a window path name Couldn't configure togl widget while executing ------------------ just installed tcl-togl tcl-togl-devel opengl Saludos Pablo ________________________________ De: xcrysden-bounces at democritos.it en nombre de delamora Enviado: lunes, 2 de septiembre de 2024 11:02 a. m. Para: XCrySDen mailing list Asunto: Re: [xcrysden] Running XCrySDen ? Dear Gavin, I try to install what is suggested in the xcrysden page; ---------------------------------------------------------- dnf install tk libglu1-mesa libtogl2 libfftw3-3 libxmu6 imagemagick openbabel libgfortran5 ?ltima comprobaci?n de caducidad de metadatos hecha hace 0:05:30, el lun 02 sep 2024 09:38:00. El paquete tk-1:8.6.13-3.fc40.x86_64 ya est? instalado. No hay coincidencias para el argumento: libglu1-mesa No hay coincidencias para el argumento: libtogl2 No hay coincidencias para el argumento: libfftw3-3 No hay coincidencias para el argumento: libxmu6 No hay coincidencias para el argumento: imagemagick * Tal vez quiso decir: ImageMagick No hay coincidencias para el argumento: libgfortran5 Error: No se pudo encontrar ning?n resultado: libglu1-mesa libtogl2 libfftw3-3 libxmu6 imagemagick libgfortran5 ----------------------------------- There were no results for libglu1-mesa libtogl2 libfftw3-3 libxmu6 imagemagick libgfortran5 but ImageMagick is already installed. Cheers Pablo ________________________________ Estimado Gavin, Running xcrysden, now it opens, but it gives this error; ./ftnunit: error while loading shared libraries: libgfortran.so.5: cannot open shared object file: No such file or directory I have intel fortran in pablo at fedora:/home/Programas/xcrysden-1.6.2-bin-shared$ locate libgfortran /opt/intel/oneapi/intelpython/python3.9/pkgs/_openmp_mutex-4.5-1_gnu/info/recipe/parent/install-libgfortran.sh /opt/intel/oneapi/intelpython/python3.9/pkgs/libgcc-ng-9.3.0-h5101ec6_17/info/recipe/parent/install-libgfortran.sh /opt/intel/oneapi/intelpython/python3.9/pkgs/libgomp-9.3.0-h5101ec6_17/info/recipe/parent/install-libgfortran.sh /opt/intel/oneapi/intelpython/python3.9/pkgs/libstdcxx-ng-9.3.0-hd4cf53a_17/info/recipe/parent/install-libgfortran.sh /var/lib/flatpak/runtime/org.fedoraproject.KDE6Platform/x86_64/f40/286405d778e073e4e01d75c42074307b13cfec2e00913baf6d552d8e7c584670/files/lib64/libgfortran.so.5 /var/lib/flatpak/runtime/org.fedoraproject.KDE6Platform/x86_64/f40/286405d778e073e4e01d75c42074307b13cfec2e00913baf6d552d8e7c584670/files/lib64/libgfortran.so.5.0.0 how to link intel fortran with xcrysden Pablo ________________________________ De: xcrysden-bounces at democritos.it en nombre de Gavin Abo Enviado: jueves, 29 de agosto de 2024 09:50 p. m. Para: xcrysden at democritos.it Asunto: Re: [xcrysden] Running XCrySDen XCrySDen 1.6.2 works with Fedora 40 when libtk8.6.so from the operating system tk-devel package is used. I've not tried libtk8.6.so from Intel's OneAPI. That library file likely was compiled with the Intel compiler. So, it might be that the file has different function declarations than that produced by GCC. That might explain why you would need the libtk8.6.so from the operating system package that was compiled with GCC for being able to use xcrysden-1.6.2-linux_x86_64-shared.tar.gz. Thus, if you wanted to use /opt/intel/oneapi/intelpython/python3.9/lib/libtk8.6.so (instead of /lib64/libtk8.6.so), it is likely that you would need to compile XCrySDen using xcrysden-1.6.2.tar.gz and you would need to modify Make.sys yourself to use the OneAPI compiler. Since that is probably a more difficult approach, I would recommend using the operating system version of libtk8.6.so instead. For that, at [1], the webpage shows the Fedora 40 operating system tk-devel package. The tk-devel package when installed puts libtk.so (i.e., libtk8.6.so) also in the directory: /usr/lib64/ With Fedora 40, when I checked that directory, the libtk8.6.so was there: username at fedora:~$ ls -l /usr/lib64/libtk* -rwxr-xr-x. 1 root root 1343528 Jan 26 2024 /usr/lib64/libtk8.6.so lrwxrwxrwx. 1 root root 11 Jan 26 2024 /usr/lib64/libtk.so -> libtk8.6.so -rwxr-xr-x. 1 root root 6640 Jan 26 2024 /usr/lib64/libtkstub8.6.a When the tk-devel package has been successfully installed, the terminal should show the same or similar terminal display of: username at fedora:~$ sudo yum install tk-devel [sudo] password for username: Last metadata expiration check: 0:27:44 ago on Thu 29 Aug 2024 09:16:34 PM MDT. Package tk-devel-1:8.6.13-3.fc40.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! [1] https://packages.fedoraproject.org/pkgs/tk/tk-devel/fedora-40.html Kind Regards, Gavin XCrySDen user On 8/29/2024 10:37 AM, delamora wrote: I found it; ---- # find / -name *libtk8.6* /opt/intel/oneapi/intelpython/python3.9/pkgs/tk-8.6.10-hbc83047_0/lib/libtk8.6.so /opt/intel/oneapi/intelpython/python3.9/envs/2022.0.2/lib/libtk8.6.so /opt/intel/oneapi/intelpython/python3.9/lib/libtk8.6.so ---- but xcrysden does not find it Pablo ________________________________ De: xcrysden-bounces at democritos.it en nombre de Gavin Abo Enviado: mi?rcoles, 28 de agosto de 2024 08:16 p. m. Para: xcrysden at democritos.it Asunto: Re: [xcrysden] Running XCrySDen I see that you have the error "libtk8.6.so: cannot open shared object file: No such file or directory". From the message, it looks like XCrySDen cannot find the libtk8.6.so file. That file should be in your /lib64 directory: username at fedora:~$ ls -l /lib64/libtk8.6.so -rwxr-xr-x. 1 root root 1343528 Jan 26 2024 /lib64/libtk8.6.so If it isn't, the package for it might not be installed. In Fedora 40, it was likely installed by the command: sudo yum install tk-devel Kind Regards, Gavin XCrySDen user On 8/28/2024 4:59 PM, delamora wrote: I got the xcrysden-1.6.2-bin-shared then I ran xcrysden and I got ------------- [ref] A. Kokalj, J. Mol. Graph. Model., Vol. 17, pp. 176-179, 1999. Code available from http://www.xcrysden.org/. XCRYSD[ref] A. Kokalj, J. Mol. Graph. Model., Vol. 17, pp. 176-179, 1999. Code available from http://www.xcrysden.org/. XCRYSDEN_TOPDIR=/home/Programas/xcrysden-1.6.2-bin-shared XCRYSDEN_SCRATCH=/home/pablo/xcrys_tmp /home/Programas/xcrysden-1.6.2-bin-shared/bin/xcrys: error while loading shared libraries: libtk8.6.so: cannot open shared object file: No such file or directoryEN_TOPDIR=/home/Programas/xcrysden-1.6.2-bin-shared XCRYSDEN_SCRATCH=/home/pablo/xcrys_tmp /home/Programas/xcrysden-1.6.2-bin-shared/bin/xcrys: error while loading shared libraries: libtk8.6.so: cannot open shared object file: No such file or directory ------------------------------ In the xcrysden page it says; * * Linux x86_64 binary packages (64bit): * Shared: xcrysden-1.6.2-linux_x86_64-shared.tar.gz * Requires: libtk8.6.so, libtcl8.6.so, libTogl.so.2, libGLU.so.1, libGL.so.1, libfftw3.so.3, libXmu.so.6, libX11.so.6, libgfortran.so.5, .. ------------------------- so I searched for these packages and I got dnf search libtk8.6.so libtcl8.6.so libTogl.so.2 libGLU.so.1 libGL.so.1 libfftw3.so.3 libXmu.so.6 libX11.so.6 libgfortran.so.5 ?ltima comprobaci?n de caducidad de metadatos hecha hace 2:37:04, el mi? 28 ago 2024 13:17:04. No se encontraron coincidencias. (=>there were no coincidences) Saludos Pablo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/xcrysden/attachments/20240904/4fb1a15d/attachment-0001.htm From malcantaraortigoza at tuskegee.edu Wed Sep 25 20:39:33 2024 From: malcantaraortigoza at tuskegee.edu (Marisol Alcantara Ortigoza) Date: Wed, 25 Sep 2024 18:39:33 +0000 Subject: [xcrysden] Xcrysden stopped launching but gives no error message Message-ID: Hello, In the Summer I successfully installed xcrysden 1.6.2 on 9 Windows 11 laptops via cygwin. Xcrysden was running fine for all of them for 2 months. However, 3 of them are now having issues. Xcrysden is not launching, it does not give any error and just hangs in there. I have no clue what is happening. I would like to know if it is possible to solve this problem without uninstalling it and reinstalling it because installing Xming and Cygwin at my institution requires permissions that may take weeks to obtain. Thank you very much for your attention, Marisol Alc?ntaraOrtigoza, PhD Assistant Professor Physics Department Tuskegee University 1200 West Montgomery Road 106 Chappie James Tuskegee Institute, AL 36088 Office hours FA24: Tu&Th 12pm-1:30pm; W 10:30 am-1:30pm; F 1pm-2pm Appointments FA24: Tu&Th 10am-11am and F 2pm-4pm Email:malcantaraortigoza at tuskegee.edu Fax: (334)724-3917 Website:http://marisolalcantaraortigoza.info/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/xcrysden/attachments/20240925/2666c41d/attachment.htm From gabo13279 at gmail.com Wed Sep 25 23:50:40 2024 From: gabo13279 at gmail.com (Gavin Abo) Date: Wed, 25 Sep 2024 15:50:40 -0600 Subject: [xcrysden] Xcrysden stopped launching but gives no error message In-Reply-To: References: Message-ID: Was there a Windows 11 update that could of caused it?? If you open "About Your PC", do the ones the work and not work have the same or different OS build? Was there any change to the installed cygwin packages? If you check the .bashrc file on a system that works and doesn't work, are they the same? Any other changes you can think of?? Systems all running the same Xming version? Kind Regards, Gavin XCrySDen user On 9/25/2024 12:39 PM, Marisol Alcantara Ortigoza wrote: > Hello, > In the Summer I successfully installed xcrysden 1.6.2 on 9 Windows 11 > laptops via cygwin. Xcrysden was running fine for all of them for 2 > months.? However, 3 of them are now having issues. Xcrysden is not > launching, it does not give any error and just hangs in there. I have > no clue what is happening. I would like to know if it is possible to > solve this problem without uninstalling it and reinstalling it because > installing Xming and Cygwin at my institution requires permissions > that may take weeks to obtain. > Thank you very much for your attention, > > /Marisol Alc?ntaraOrtigoza, PhD/ > > /Assistant Professor/ > > /Physics Department/ > > /Tuskegee University/ > > /1200 West Montgomery Road/ > > /106 Chappie James/ > > /Tuskegee Institute, AL 36088/ > > /Office hours FA24:/*//Tu&Th 12pm-1:30pm; W 10:30 am-1:30pm; F 1pm-2pm* > > /Appointments FA24:/*//Tu&Th 10am-11am and F 2pm-4pm* > > /Email://malcantaraortigoza at tuskegee.edu/ > > /Fax: (334)724-3917/ > /Website://_http://marisolalcantaraortigoza.info/_/// -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/xcrysden/attachments/20240925/5f51135d/attachment.htm From malcantaraortigoza at tuskegee.edu Thu Sep 26 04:42:45 2024 From: malcantaraortigoza at tuskegee.edu (Marisol Alcantara Ortigoza) Date: Thu, 26 Sep 2024 02:42:45 +0000 Subject: [xcrysden] Xcrysden stopped launching but gives no error message In-Reply-To: References: Message-ID: Thank you so much for your prompt response. Yes, at least 7 have the same OS. The updates of Windows take place automatically in all of them because they are all under the control of my institution. The installation was completed almost at the same time using the same cygwin package. After installation, we tested that xcrysden was working correctly. After that we did not change anything. In fact, we have no permission to modify any program. We used the same setting in the .bashrc file. However, since students have access to that one, just in case, I copied the .bashrc from one of the computers to the other computer and now at least got an error. Running on platform : unix Operating system : CYGWIN_NT-10.0-22621 Package ImageMagick's convert: /usr/bin/convert Package ImageMagick's import: /usr/bin/import Executing: /xcrysden-1.6.2-bin-shared/bin/ftnunit libGL error: Windows-DRI extension not available Viewer: mesaWid = .mesa But I noticed that such error appears in the other computers too and xcrysden launches and can be used anyway. In the computer where xcrysden is not launching, after printing "Viewer: mesaWid = .mesa" it does not abort, it just hangs in there. I cannot figure out why these computers are failing. The only common thing is that 2 out 3 of the computers were not used by students after we tested them. Please let me know if you have any ideas. Thank you very much! Marisol Alc?ntaraOrtigoza, PhD Assistant Professor Physics Department Tuskegee University 1200 West Montgomery Road 106 Chappie James Tuskegee Institute, AL 36088 Office hours FA24: Tu&Th 12pm-1:30pm; W 10:30 am-1:30pm; F 1pm-2pm Appointments FA24: Tu&Th 10am-11am and F 2pm-4pm Email:malcantaraortigoza at tuskegee.edu Fax: (334)724-3917 Website:http://marisolalcantaraortigoza.info/ ________________________________ From: Gavin Abo Sent: Wednesday, September 25, 2024 4:50 PM To: xcrysden at democritos.it Cc: Marisol Alcantara Ortigoza Subject: Re: [xcrysden] Xcrysden stopped launching but gives no error message Was there a Windows 11 update that could of caused it? If you open "About Your PC", do the ones the work and not work have the same or different OS build? Was there any change to the installed cygwin packages? If you check the .bashrc file on a system that works and doesn't work, are they the same? Any other changes you can think of? Systems all running the same Xming version? Kind Regards, Gavin XCrySDen user On 9/25/2024 12:39 PM, Marisol Alcantara Ortigoza wrote: Hello, In the Summer I successfully installed xcrysden 1.6.2 on 9 Windows 11 laptops via cygwin. Xcrysden was running fine for all of them for 2 months. However, 3 of them are now having issues. Xcrysden is not launching, it does not give any error and just hangs in there. I have no clue what is happening. I would like to know if it is possible to solve this problem without uninstalling it and reinstalling it because installing Xming and Cygwin at my institution requires permissions that may take weeks to obtain. Thank you very much for your attention, Marisol Alc?ntaraOrtigoza, PhD Assistant Professor Physics Department Tuskegee University 1200 West Montgomery Road 106 Chappie James Tuskegee Institute, AL 36088 Office hours FA24: Tu&Th 12pm-1:30pm; W 10:30 am-1:30pm; F 1pm-2pm Appointments FA24: Tu&Th 10am-11am and F 2pm-4pm Email:malcantaraortigoza at tuskegee.edu Fax: (334)724-3917 Website:http://marisolalcantaraortigoza.info/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/xcrysden/attachments/20240926/1a0906f4/attachment-0001.htm From gabo13279 at gmail.com Thu Sep 26 05:26:28 2024 From: gabo13279 at gmail.com (Gavin Abo) Date: Wed, 25 Sep 2024 21:26:28 -0600 Subject: [xcrysden] Xcrysden stopped launching but gives no error message In-Reply-To: References: Message-ID: <3a5de182-e205-4182-8547-153f3de8955e@gmail.com> With them being managed by your institution, I suspect they are administrating the group policies and firewalls on the laptops too.? Have your admin check those as that is another possibility were they could have blocked the X11 forwarding or they could have a different set of security policies pushed to the laptops. Kind Regards, Gavin XCrySDen user On 9/25/2024 8:42 PM, Marisol Alcantara Ortigoza wrote: > Thank you so much?for your prompt?response. > Yes, at least 7 have the same OS. The updates of Windows take place > automatically in all of them because they are all under the control?of > my institution. > > The installation was completed almost at the same time using the same > cygwin package. After installation, we tested that xcrysden was > working correctly. After that we did not change anything. In fact, we > have no permission to modify any program. > > We used the same setting in the .bashrc file. However, since students > have access to that one, just in case, I copied the .bashrc from one > of the computers to the other?computer and now at least got an error. > Running on platform : unix > Operating system : CYGWIN_NT-10.0-22621 > Package ImageMagick's convert: /usr/bin/convert > Package ImageMagick's import: /usr/bin/import > Executing: /xcrysden-1.6.2-bin-shared/bin/ftnunit > libGL error: Windows-DRI extension not available > Viewer: mesaWid = .mesa > > But I noticed that such error appears in the other computers too and > xcrysden launches and can be used anyway. > > In the computer where xcrysden is not launching, after printing > "Viewer: mesaWid = .mesa" it does not abort, it just hangs in there. > > I cannot figure out why these computers are failing. The only common > thing is that 2 out 3 of the computers were not used by students after > we tested them. > > Please let?me know if you have any ideas. > Thank you very much! > > > > > /Marisol Alc?ntaraOrtigoza, PhD/ > > /Assistant Professor/ > > /Physics Department/ > > /Tuskegee University/ > > /1200 West Montgomery Road/ > > /106 Chappie James/ > > /Tuskegee Institute, AL 36088/ > > /Office hours FA24:/*//Tu&Th 12pm-1:30pm; W 10:30 am-1:30pm; F 1pm-2pm* > > /Appointments FA24:/*//Tu&Th 10am-11am and F 2pm-4pm* > > /Email://malcantaraortigoza at tuskegee.edu/ > > /Fax: (334)724-3917/ > /Website://_http://marisolalcantaraortigoza.info/_/// > > ------------------------------------------------------------------------ > *From:*?Gavin Abo > *Sent:*?Wednesday, September 25, 2024 4:50 PM > *To:* xcrysden at democritos.it > *Cc:*?Marisol Alcantara Ortigoza > *Subject:*?Re: [xcrysden] Xcrysden stopped launching but gives no > error message > > Was there a Windows 11 update that could of caused it?? If you open > "About Your PC", do the ones the work and not work have the same or > different OS build? > > > Was there any change to the installed cygwin packages? > > > If you check the .bashrc file on a system that works and doesn't work, > are they the same? > > > Any other changes you can think of?? Systems all running the same > Xming version? > > > Kind Regards, > > Gavin > > XCrySDen user > > > On 9/25/2024 12:39 PM, Marisol Alcantara Ortigoza wrote: > > Hello, > In the Summer I successfully installed xcrysden 1.6.2 on 9 Windows > 11 laptops via cygwin. Xcrysden was running fine for all of them > for 2 months.? However, 3 of them are now having issues. Xcrysden > is not launching, it does not give any error and just hangs in > there. I have no clue what is happening. I would like to know if > it is possible to solve this problem without uninstalling it and > reinstalling it because installing Xming and Cygwin at my > institution requires permissions that may take weeks to obtain. > Thank you very much for your attention, > > /Marisol Alc?ntaraOrtigoza, PhD/ > > /Assistant Professor/ > > /Physics Department/ > > /Tuskegee University/ > > /1200 West Montgomery Road/ > > /106 Chappie James/ > > /Tuskegee Institute, AL 36088/ > > /Office hours FA24:/*//Tu&Th 12pm-1:30pm; W 10:30 am-1:30pm; F > 1pm-2pm* > > /Appointments FA24:/*//Tu&Th 10am-11am and F 2pm-4pm* > > /Email://malcantaraortigoza at tuskegee.edu > / > > /Fax: (334)724-3917/ > /Website://_http://marisolalcantaraortigoza.info/ > _/// > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/xcrysden/attachments/20240925/3009880e/attachment.htm From malcantaraortigoza at tuskegee.edu Sun Sep 29 03:03:49 2024 From: malcantaraortigoza at tuskegee.edu (Marisol Alcantara Ortigoza) Date: Sun, 29 Sep 2024 01:03:49 +0000 Subject: [xcrysden] Xcrysden stopped launching but gives no error message In-Reply-To: <3a5de182-e205-4182-8547-153f3de8955e@gmail.com> References: <3a5de182-e205-4182-8547-153f3de8955e@gmail.com> Message-ID: Thank you. Yes, it must have been something with Xming. I was not able to get hold of the administrators because the campus was closed since Thursday because of the storm. However, today while trying to test Xming, I decided to reboot the machine manually and that resolved the issue. Thank you so much for your help and patience. Marisol Alc?ntaraOrtigoza, PhD Assistant Professor Physics Department Tuskegee University 1200 West Montgomery Road 106 Chappie James Tuskegee Institute, AL 36088 Office hours FA24: Tu&Th 12pm-1:30pm; W 10:30 am-1:30pm; F 1pm-2pm Appointments FA24: Tu&Th 10am-11am and F 2pm-4pm Email:malcantaraortigoza at tuskegee.edu Fax: (334)724-3917 Website:http://marisolalcantaraortigoza.info/ ________________________________ From: Gavin Abo Sent: Wednesday, September 25, 2024 10:26 PM To: xcrysden at democritos.it Cc: Marisol Alcantara Ortigoza Subject: Re: [xcrysden] Xcrysden stopped launching but gives no error message With them being managed by your institution, I suspect they are administrating the group policies and firewalls on the laptops too. Have your admin check those as that is another possibility were they could have blocked the X11 forwarding or they could have a different set of security policies pushed to the laptops. Kind Regards, Gavin XCrySDen user On 9/25/2024 8:42 PM, Marisol Alcantara Ortigoza wrote: Thank you so much for your prompt response. Yes, at least 7 have the same OS. The updates of Windows take place automatically in all of them because they are all under the control of my institution. The installation was completed almost at the same time using the same cygwin package. After installation, we tested that xcrysden was working correctly. After that we did not change anything. In fact, we have no permission to modify any program. We used the same setting in the .bashrc file. However, since students have access to that one, just in case, I copied the .bashrc from one of the computers to the other computer and now at least got an error. Running on platform : unix Operating system : CYGWIN_NT-10.0-22621 Package ImageMagick's convert: /usr/bin/convert Package ImageMagick's import: /usr/bin/import Executing: /xcrysden-1.6.2-bin-shared/bin/ftnunit libGL error: Windows-DRI extension not available Viewer: mesaWid = .mesa But I noticed that such error appears in the other computers too and xcrysden launches and can be used anyway. In the computer where xcrysden is not launching, after printing "Viewer: mesaWid = .mesa" it does not abort, it just hangs in there. I cannot figure out why these computers are failing. The only common thing is that 2 out 3 of the computers were not used by students after we tested them. Please let me know if you have any ideas. Thank you very much! Marisol Alc?ntaraOrtigoza, PhD Assistant Professor Physics Department Tuskegee University 1200 West Montgomery Road 106 Chappie James Tuskegee Institute, AL 36088 Office hours FA24: Tu&Th 12pm-1:30pm; W 10:30 am-1:30pm; F 1pm-2pm Appointments FA24: Tu&Th 10am-11am and F 2pm-4pm Email:malcantaraortigoza at tuskegee.edu Fax: (334)724-3917 Website:http://marisolalcantaraortigoza.info/ ________________________________ From: Gavin Abo Sent: Wednesday, September 25, 2024 4:50 PM To: xcrysden at democritos.it Cc: Marisol Alcantara Ortigoza Subject: Re: [xcrysden] Xcrysden stopped launching but gives no error message Was there a Windows 11 update that could of caused it? If you open "About Your PC", do the ones the work and not work have the same or different OS build? Was there any change to the installed cygwin packages? If you check the .bashrc file on a system that works and doesn't work, are they the same? Any other changes you can think of? Systems all running the same Xming version? Kind Regards, Gavin XCrySDen user On 9/25/2024 12:39 PM, Marisol Alcantara Ortigoza wrote: Hello, In the Summer I successfully installed xcrysden 1.6.2 on 9 Windows 11 laptops via cygwin. Xcrysden was running fine for all of them for 2 months. However, 3 of them are now having issues. Xcrysden is not launching, it does not give any error and just hangs in there. I have no clue what is happening. I would like to know if it is possible to solve this problem without uninstalling it and reinstalling it because installing Xming and Cygwin at my institution requires permissions that may take weeks to obtain. Thank you very much for your attention, Marisol Alc?ntaraOrtigoza, PhD Assistant Professor Physics Department Tuskegee University 1200 West Montgomery Road 106 Chappie James Tuskegee Institute, AL 36088 Office hours FA24: Tu&Th 12pm-1:30pm; W 10:30 am-1:30pm; F 1pm-2pm Appointments FA24: Tu&Th 10am-11am and F 2pm-4pm Email:malcantaraortigoza at tuskegee.edu Fax: (334)724-3917 Website:http://marisolalcantaraortigoza.info/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/xcrysden/attachments/20240929/a7311ebf/attachment-0001.htm