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

Stellarium Weekly Snapshot crashes when starting on a low configuration computer with Windows 10 #4181

Open
sunshuwei opened this issue Mar 7, 2025 · 5 comments
Labels
importance: critical Real showstopper, program fails here subsystem: catalogs The issue is related to supported catalogs of planetarium...
Milestone

Comments

@sunshuwei
Copy link
Contributor

Expected Behaviour

Actual Behaviour

It seems to have crashed while loading the exoplanet plug-in.

log.txt

Steps to reproduce

System

  • Stellarium version: <Name of downloaded installable file?>
  • Operating system: <Name, version number>
  • Graphics Card: <Manufacturer (likely Intel, NVidia, AMD?), Model (HD, Geforce, Radeon..., with model number), driver version?>
  • Screen type (if applicable): Resolution, HighDPI, scaling

Logfile

If possible, attach the logfile log.txt from your user data directory. Look into the Guide for its location.

@alex-w
Copy link
Member

alex-w commented Mar 7, 2025

Please see in the log:

[     6.642][INFO] Loading star data ...
[     6.644][INFO] Loading star catalog: .\stars\hip_gaia3\stars_0_0v0_16.cat - 0_0v0_16; 5046 entries
[     6.645][INFO] Loading star catalog: .\stars\hip_gaia3\stars_1_0v0_15.cat - 1_0v0_15; 21611 entries
[     6.646][INFO] Loading star catalog: .\stars\hip_gaia3\stars_2_0v0_16.cat - 2_0v0_16; 141761 entries
[     6.647][INFO] Loading star catalog: .\stars\hip_gaia3\stars_3_0v0_10.cat - 3_0v0_10; 418129 entries
[     6.649][WARN] Found file .\stars\hip_gaia3\stars_7_1v0_3.cat , checking md5sum...
[    18.599][WARN] MD5 sum correct!
[    18.620][INFO] Loading star catalog: .\stars\hip_gaia3\stars_7_1v0_3.cat - 7_1v0_3; 57534724 entries
[    18.622][WARN] Found file .\stars\hip_gaia3\stars_8_2v0_3.cat , checking md5sum...
[    30.835][WARN] MD5 sum correct!
[    30.948][INFO] Loading star catalog: .\stars\hip_gaia3\stars_8_2v0_3.cat - 8_2v0_2; 122908184 entries
[    31.218][INFO] Finished loading star catalogue data, max_geodesic_level: 5

You have missing parts of star catalogues (parts 4, 5, and 6)

@alex-w alex-w added the subsystem: catalogs The issue is related to supported catalogs of planetarium... label Mar 7, 2025
@alex-w
Copy link
Member

alex-w commented Mar 7, 2025

@gzotti @10110111 @henrysky

In one hand this is expected behaviour when some parts (in the middle) of star catalog are missing and max. geodesic level is wrong (problem in line 586 in StarMgr.cpp file - ASSERT). In other hand we should handling similar situations.

@alex-w alex-w added this to the 25.1 milestone Mar 7, 2025
@alex-w alex-w added the importance: critical Real showstopper, program fails here label Mar 7, 2025
@10110111
Copy link
Contributor

10110111 commented Mar 7, 2025

If some intermediate levels are missing, the total should be limited the highest level of the contiguous set (with appropriate warnings in the log).

@sunshuwei
Copy link
Contributor Author

I understand now, the original star directory was not automatically updated to the new version during installation, which resulted in a conflict.

@alex-w
Copy link
Member

alex-w commented Mar 7, 2025

I understand now, the original star directory was not automatically updated to the new version during installation, which resulted in a conflict.

Not a conflict, just Exoplanets plugin tried search stars in not existed catalog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
importance: critical Real showstopper, program fails here subsystem: catalogs The issue is related to supported catalogs of planetarium...
Development

No branches or pull requests

3 participants