stellarium icon indicating copy to clipboard operation
stellarium copied to clipboard

DSO(Globular star cluster) info bug

Open 3domennotry opened this issue 1 year ago • 2 comments

Expected Behaviour

Show "Morphological description" "intermediate rich concentrations of stars".

Actual Behaviour

Show "Morphological description" "high concentration of stars toward the center".

Steps to reproduce

Show Configuration window. Select "All available" in "Selected object information".

Select one in sky. (example:M15) 20240627

System

  • Stellarium version: stellarium-24.2-qt5-win32.exe
  • Operating system: Win7 32bit

(Sorry, I can not speak English very well.)

I think so that this bug occures by 2 reason.

src/core/modules/Nebula.cpp line 1374 static const QRegularExpression GlClRx("\.(I|II|III|IV|V|VI|VI|VII|VIII|IX|X|XI|XII)\."); I think so that "VI" is a duplicate.

src/core/modules/Nebula.cpp line 1374 to line 1424

If value is "II" or "III" or "IV" or "IX", make a mistake "I". go to "case 0:". As same as, If value is "VI" or "VII" or "VIII", make a mistake "V". As same as, If value is "XI" or "XII", make a mistake "X". Because this code mistake judge only first char.

I do not understand that way of report in Github. I create this report 3times. I pray that This report is visible.

thank you.

3domennotry avatar Jun 27 '24 04:06 3domennotry

Hello @3domennotry!

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

github-actions[bot] avatar Jun 27 '24 06:06 github-actions[bot]

Thank you very much.

3domennotry avatar Jun 27 '24 06:06 3domennotry

Hello @3domennotry!

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

github-actions[bot] avatar Jul 09 '24 05:07 github-actions[bot]

I have confirmed that this bug has been fixed. Thank you very much.

3domennotry avatar Jul 10 '24 05:07 3domennotry

Hello @3domennotry!

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

github-actions[bot] avatar Sep 22 '24 14:09 github-actions[bot]