At line 513 of file read_database.f
Fortran runtime error: Missing comma between descriptors
(/8x’Checking Specific Heat is defined along entire temperature range: Yes’)
^
Error termination. Backtrace: #0 parse_format_list
at …/…/…/libgfortran/io/format.c:1240 #1 data_transfer_init
at …/…/…/libgfortran/io/transfer.c:3298
Hello, I’m experiencing the same issue. The same file didn’t produce any errors with the 24.4.1 and 24.4 versions I downloaded previously. However, after installing 24.4.1 on a new Linux system today, the same error occurred.
Sorry for the difficulties here.
I will fix the bug_report script so that it does not fail if glxinfo is not present.
In the meanwhile there are several things we can do:
Install glxinfo - if you are on Ubuntu it is part of the mesa-utils package. After installing that, try again to create and send the bug report.
If that is not possible, modify $CONDA_PREFIX/lib/pythonX.Y/site-packages/mfixgui/bug_report.py to remove the call to glxinfo - simply remove these 2 lines at line 143:
if sys.platform == 'linux':
self.write_glxinfo()
If that is not possible, just upload your .mfx file as well as any other files needed to run the case (UDFs, STL files, etc). Please also specify what version of MFiX you are using, and what type of system you are running on. The more information you can give us, the more it helps us to track this problem down.
Note that we are planning a bugfix 25.1.2 release as early as next week and we will try to fix these issues. Thanks for your patience.
NEWGEO_FACETS_IGNORED.zip (5.5 MB)
Attached is my model file, which can run normally on Windows system; the system encountering the problem is Ubuntu 20.04.6 LTS, and the mifx version is mfix-24.4.1