Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

splash doesn't stop when starting stellarium from a script #3407

Closed
ostfriese4 opened this issue Sep 12, 2023 · 8 comments
Closed

splash doesn't stop when starting stellarium from a script #3407

ostfriese4 opened this issue Sep 12, 2023 · 8 comments
Assignees
Labels
bug Something likely wrong in the code importance: low Small problem, rarely visible, no crash state: confirmed A developer can reproduce the issue
Milestone

Comments

@ostfriese4
Copy link

ostfriese4 commented Sep 12, 2023

Hello,
If I start stellarium from a script (here analemma.ssc) the splash screen disappears only after tehe script is done. I use Stellarium 23.2.0 on ubuntu 22.04.3 LTS.
screenshot
log.txt

@github-actions
Copy link

Thanks for adding your first issue to Stellarium. If you have questions, please do not hesitate to contact us.

@gzotti gzotti added this to the 23.3 milestone Sep 12, 2023
@gzotti gzotti added this to Needs triage in GUI via automation Sep 12, 2023
@gzotti gzotti added this to Needs triage in Scripting via automation Sep 12, 2023
@gzotti gzotti added bug Something likely wrong in the code importance: low Small problem, rarely visible, no crash labels Sep 12, 2023
@alex-w
Copy link
Member

alex-w commented Sep 12, 2023

The few last lines in the log are surprising to me :(

@gzotti
Copy link
Member

gzotti commented Sep 12, 2023

Probably the unknown properties are unrelated. The plugin is just not loaded.

I see no issue on Windows. Script runs, then the regular startup scene (current evening) is shown.

@gzotti gzotti added this to Needs triage in OS: Linux/UNIX via automation Sep 12, 2023
@ilkant
Copy link

ilkant commented Sep 13, 2023

Log.txt line 15: QProcess: Destroyed while process ("lspci") is still running.

I have Linux too and this writes graphics card specifications. Maybe your grpahics card or processor integrated graphics are not standard. Your processor seems not to be very fast. Maybe this causes QProcess interrupt. These are my thoughts to problem.

@alex-w alex-w added the state: confirmed A developer can reproduce the issue label Sep 14, 2023
@alex-w alex-w moved this from Needs triage to To do in GUI Sep 14, 2023
@alex-w alex-w moved this from Needs triage to To do in OS: Linux/UNIX Sep 14, 2023
@alex-w alex-w moved this from Needs triage to To do in Scripting Sep 14, 2023
@github-actions
Copy link

Hello @ostfriese4!

OK, developers can reproduce the issue. Thanks for the report!

@alex-w
Copy link
Member

alex-w commented Sep 14, 2023

Log.txt line 15: QProcess: Destroyed while process ("lspci") is still running.

I have Linux too and this writes graphics card specifications. Maybe your grpahics card or processor integrated graphics are not standard. Your processor seems not to be very fast. Maybe this causes QProcess interrupt. These are my thoughts to problem.

This is a separate problem. I think we need to rewrite the part of logger which get the hardware information (a cross-platform of course or, at least, using standard API in specific platforms - no QProcess!).

@alex-w alex-w closed this as completed in 3d1fe8b Sep 14, 2023
OS: Linux/UNIX automation moved this from To do to Done Sep 14, 2023
GUI automation moved this from To do to Done Sep 14, 2023
Scripting automation moved this from To do to Done Sep 14, 2023
@alex-w alex-w self-assigned this Sep 14, 2023
@alex-w alex-w added the state: published The fix has been published for testing in weekly binary package label Sep 18, 2023
@github-actions
Copy link

Hello @ostfriese4!

Please check the fresh version (development snapshot) of Stellarium:
https://github.com/Stellarium/stellarium-data/releases/tag/weekly-snapshot

@alex-w alex-w removed the state: published The fix has been published for testing in weekly binary package label Sep 26, 2023
@github-actions
Copy link

Hello @ostfriese4!

Please check the latest stable version of Stellarium:
https://github.com/Stellarium/stellarium/releases/latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something likely wrong in the code importance: low Small problem, rarely visible, no crash state: confirmed A developer can reproduce the issue
Projects
GUI
  
Done
Scripting
  
Done
Development

No branches or pull requests

4 participants