• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Algahan

Recruit
18 Badges
Sep 12, 2023
1
0
  • Stellaris: Humanoids Species Pack
  • Stellaris: Federations
  • Stellaris: Ancient Relics
  • Stellaris: Megacorp
  • Shadowrun: Hong Kong
  • Shadowrun: Dragonfall
  • Shadowrun Returns
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Cities: Skylines
  • Stellaris: Synthetic Dawn
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
Description
Crash when clicking the "Other Science Ship"

Game Version
Caelkum V3.9.1 (629c)

What version do you use?
Steam

What expansions do you have installed?
Synthetic Dawn, Utopia, Leviathans Story Pack, Apocalypse, Megacorp, Distant Stars, Federations

Do you have mods enabled?
No

Please explain your issue is in as much detail as possible.
I got the event "Other Science Ship". Each time I try to select the ship or move my pointer over the ship, my game crashes.
I joined the save file, log and crash report.

Steps to reproduce the issue.
Click on the other science ship.

Upload Attachment
File(s) attached
 

Attachments

  • bug_report_the_other_science_ship.zip
    11 MB · Views: 0
Hello,

On my case, that issue was from a circular reference in the YML localisation files.

In French, that was in the file name_lists\ship_design_names_l_french.yml :

```yml
NAME_From_Beyond_Ship_Cloak: "Inconnu"
NAME_From_Beyond_Ship: "$NAME_From_Beyond_Ship$"
```

After replacing the circular reference by a static string (like "inconnu" ), worked perfectly.
You might check for those circular references (references to the entity itself) while being cautious because some references are valid. It can help you clean a ironman game without re-doing it.