Hi HB,
what do I need to install additionally on Windows to be able to run the software? It seems that some display server is missing in Windows 10:
user@W1:/opt/sm$ salome_meca
[ INFO ] Singularity image : /opt/sm/bin/../salome_meca-lgpl-2022.1.0-1-20221225-scibian-9.sif
[ INFO ] Binding C drive to /mnt/c
[ INFO ] Binding D drive to /mnt/d
[ INFO ] Binding F drive to /mnt/f
[ INFO ] Binding G drive to /mnt/g
glxinfo -B output --------------------------------------------
Error: unable to open display
--------------------------------------------------------------
runSalome running on W1
ERROR error:
Traceback (most recent call last):
File "/opt/salome_meca/V2022.1.0_scibian_univ/modules/KERNEL_V9_8_0/bin/salome/salomeContext.py", line 279, in _startSalome
res = getattr(self, command)(options) # run appropriate method
File "/opt/salome_meca/V2022.1.0_scibian_univ/modules/KERNEL_V9_8_0/bin/salome/salomeContext.py", line 358, in _runAppli
runSalome.runSalome()
File "/opt/salome_meca/appli_V2022.1.0_scibian_univ/bin/salome/runSalome.py", line 925, in runSalome
clt,args = main()
File "/opt/salome_meca/appli_V2022.1.0_scibian_univ/bin/salome/runSalome.py", line 851, in main
searchFreePort(args, save_config, args.get('useport'))
File "/opt/salome_meca/appli_V2022.1.0_scibian_univ/bin/salome/searchFreePort.py", line 116, in searchFreePort
queue = Queue()
File "/opt/python/3.6.5/lib/python3.6/multiprocessing/context.py", line 102, in Queue
return Queue(maxsize, ctx=self.get_context())
File "/opt/python/3.6.5/lib/python3.6/multiprocessing/queues.py", line 42, in __init__
self._rlock = ctx.Lock()
File "/opt/python/3.6.5/lib/python3.6/multiprocessing/context.py", line 67, in Lock
return Lock(ctx=self.get_context())
File "/opt/python/3.6.5/lib/python3.6/multiprocessing/synchronize.py", line 163, in __init__
SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx)
File "/opt/python/3.6.5/lib/python3.6/multiprocessing/synchronize.py", line 60, in __init__
unlink_now)
OSError: [Errno 30] Read-only file system
user@W1:/opt/sm$