EasyScience / EasyDiffractionApp

Diffraction data analysis application
https://easydiffraction.org
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Automated tutorial creation on Windows (running eD in test mode) fails (never finishes) #90

Closed rozyczko closed 2 years ago

rozyczko commented 3 years ago

Will have a look at the github runner

rozyczko commented 3 years ago

https://stackoverflow.com/questions/64813927/how-do-i-start-a-windows-gui-app-with-a-github-self-hosted-action-runner seems vaguely relevant.

Due to Windows session isolation, your user account can only see applications in its logon session, but not applications in other users' sessions (the GitHub action agent runs in just another session if you installed it as a service)

On the other hand, running RunApp.py happens in the same process/instance as the build.

rozyczko commented 3 years ago

This used to work before, stopped at some point recently. Additionally, easyReflectometry tutorial generation works well on GH runners

rozyczko commented 3 years ago

potentially: comment out the windows icon?

AndrewSazonov commented 3 years ago

Commenting out the windows icon in main.py doesn't help.

rozyczko commented 2 years ago

Fixed by ensuring enough time for the operations and that the calculators are packaged...

rozyczko commented 2 years ago

fixed and merged