MFiX GUI Error in MacOS

I am trying to run MFiX-24.3.1, 24.4.1, and 25.3 in MacOS (v-26.1) using conda. MFiX runs using the terminal, but whenever I try to run the GUI, the following error occurs. The error lines are given below:

QObject::connect: Cannot queue arguments of type ‘QTextCursor’

(Make sure ‘QTextCursor’ is registered using qRegisterMetaType().)

QObject::setParent: Cannot set parent, new parent is in a different thread

*** Terminating app due to uncaught exception ‘NSInternalInconsistencyException’, reason: ‘NSWindow should only be instantiated on the main thread!’

*** First throw call stack:

(

0 CoreFoundation 0x000000019a27d8dc __exceptionPreprocess + 176

1 libobjc.A.dylib 0x0000000199d56418 objc_exception_throw + 88

2 CoreFoundation 0x000000019a298eb4 _CFBundleGetValueForInfoKey + 0

3 AppKit 0x000000019f318d48 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 260

4 AppKit 0x000000019f02c690 -[NSPanel _initContent:styleMask:backing:defer:contentView:] + 48

5 AppKit 0x000000019f319150 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 48

6 AppKit 0x000000019f02c728 -[NSPanel initWithContentRect:styleMask:backing:defer:] + 48

7 AppKit 0x000000019f319104 -[NSWindow initWithContentRect:styleMask:backing:defer:screen:] + 24

8 libqcocoa.dylib 0x0000000107581a0c qt_plugin_instance + 133908

9 libQt5Widgets.5.15.8.dylib 0x00000001081fbd94 _ZN7QDialog4execEv + 140

10 python3.11 0x0000000102a4c048 cfunction_call + 284

11 python3.11 0x00000001029f44ec _PyObject_MakeTpCall + 332

12 python3.11 0x0000000102af683c _PyEval_EvalFrameDefault + 46152

13 python3.11 0x0000000102afae18 _PyEval_Vector + 184

14 python3.11 0x00000001029f4ed8 _PyObject_FastCall + 72

15 python3.11 0x0000000102b4f1d4 _PyErr_PrintEx + 644

16 QtCore.abi3.so 0x00000001059a6c84 _Z15pyqt5_err_printv + 128

17 sip.cpython-311-darwin.so 0x0000000105591824 sip_api_call_procedure_method + 252

18 QtCore.abi3.so 0x00000001058d4274 _ZN12sipQRunnable3runEv + 104

19 libQt5Core.5.15.8.dylib 0x000000010600935c _ZN10QSemaphore10tryAcquireEii + 540

20 libsystem_pthread.dylib 0x000000019a18cba8 thread_start + 8

)

libc++abi: terminating due to uncaught exception of type NSException

zsh: abort mfix

Can anyone help me solve this? Thank you.

Might this be the same issue?

Thank you for your reply. I tried this also, but it shows that “zsh: no matches found: vtk=*=*qt*”. I am not entirely sure how to fix this issue.

And this is what you tried: conda install vtk=*=*qt*?

Yes, I tried this command line. I am not sure, though, what this line is supposed to do?

This replaces the “egl” version of the VTK library with one built for "Qt”. But I’m not sure that this is the root of the problem you are having.

The message from zsh indicates that it tried to expand the ‘*’ in the command (which is not desired). Try this instead:

conda install 'vtk=*=*qt*'

If this doesn’t resolve the problem, please send us the output from conda list.
Thank you.

Thank you for replying. It didn’t work. I have uploaded the .txt file with the output “conda list” shows in the terminal.

conda_list.txt (27.7 KB)