salome12 cann’t start in win11.
I believe there is some other dll in your PATH which screws things up. Can you share your PATH (before launching SALOME)
To do this, in a cmd, run:
echo %PATH%
You can also do the following to ensure that everything is consistent
- download Dependencies tool
- in a CMD terminal, go to SALOME-9.12.0 directory and run:
call run_salome.bat context
- In the terminal, then run DependenciesGUI and check whether SALOME_Session_No_Server.exe uses the
zlib.dll
which is shipped by SALOME or another one.