URSim Freeze at launch 100%

Hi, I install the URSim for Linux version 5.13.1 on Ubuntu 20.04.

After running the ./start-ursim.sh
The GUI application would load. However, the GUI would load up to 100% and freeze/

Be low is the error message on the terminal.

2023-06-24 21:41:24.757 ERROR - com.ur.polyscope.system.ShutdownServiceUI {thread: Thread-1 , loggerClass: gui.main.Activator$StartPolyScopeThread}
com.google.inject.CreationException: Unable to create injector, see the following errors:

  1. No implementation for com.ur.polyscope.profinet.installation.ProfinetService was bound.
    while locating com.ur.polyscope.profinet.installation.ProfinetService
    for the 1st parameter of com.ur.safety.profisafe.ProfinetTask.(ProfinetTask.java:33)
    while locating com.ur.safety.profisafe.ProfinetTask
    for the 2nd parameter of com.ur.safety.profisafe.ProfinetTaskMonitor.(ProfinetTaskMonitor.java:13)
    while locating com.google.inject.Provider<com.ur.safety.profisafe.ProfinetTaskMonitor>
    for the 6th parameter of com.ur.safety.profisafe.ProfisafePanel.(ProfisafePanel.java:84)
    at com.ur.injection.GuiceBinder.bindToExtensionPoint(GuiceBinder.java:92)

  2. No implementation for com.ur.polyscope.profinet.installation.ProfinetService was bound.
    while locating com.ur.polyscope.profinet.installation.ProfinetService
    for the 1st parameter of com.ur.safety.profisafe.ProfinetUIStateOnLoadInstallation.(ProfinetUIStateOnLoadInstallation.java:17)
    at com.ur.injection.GuiceBinder.bindToExtensionPoint(GuiceBinder.java:92)

  3. No implementation for com.ur.polyscope.profinet.installation.ProfinetService was bound.
    while locating com.ur.polyscope.profinet.installation.ProfinetService
    for the 8th parameter of com.ur.safety.profisafe.ProfisafePanel.(ProfisafePanel.java:84)
    at com.ur.injection.GuiceBinder.bindToExtensionPoint(GuiceBinder.java:92)

3 errors
at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:470) ~[guice-4.1.0.jar:?]
at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:155) ~[guice-4.1.0.jar:?]
at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:107) ~[guice-4.1.0.jar:?]
at com.google.inject.Guice.createInjector(Guice.java:99) ~[guice-4.1.0.jar:?]
at com.google.inject.Guice.createInjector(Guice.java:73) ~[guice-4.1.0.jar:?]
at com.google.inject.Guice.createInjector(Guice.java:62) ~[guice-4.1.0.jar:?]
at com.ur.injection.GuiceBuilder.(GuiceBuilder.java:13) ~[polyscope-lang-1.2.88.jar:?]
at com.ur.injection.InjectionFactory$ModuleAggregator.createBuilder(InjectionFactory.java:39) ~[polyscope-lang-1.2.88.jar:?]
at gui.main.URGUI.bindServices(URGUI.java:334) ~[polyscope-internal-view-10.14.402.jar:?]
at gui.main.URGUI.bindServices(URGUI.java:301) ~[polyscope-internal-view-10.14.402.jar:?]
at gui.main.URGUI.run(URGUI.java:196) ~[polyscope-internal-view-10.14.402.jar:?]
at gui.main.Activator$StartPolyScopeThread.run(Activator.java:72) [polyscope-internal-view-10.14.402.jar:?]

Hi, i also have the same problem and don’t know how to figure it out. Have you found some solutions?