• 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.

Shepalfie

Private
28 Badges
Nov 5, 2023
15
2
  • Stellaris: Synthetic Dawn
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris: Lithoids
  • Stellaris: Ancient Relics
  • Imperator: Rome
  • Stellaris: Megacorp
  • Stellaris: Distant Stars
  • BATTLETECH - Digital Deluxe Edition
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Age of Wonders III
  • Europa Universalis IV
  • BATTLETECH
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Tyranny: Archon Edition
  • Stellaris
  • Europa Universalis IV: Common Sense
  • Warlock: Master of the Arcane
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Victoria 2
  • Victoria: Revolutions
  • Europa Universalis IV: Art of War
Hi All,

The Sign of the Visitor situation in stellaris bugged for me and seems to be frozen. It reached 100/100 progress and a prompt came up saying nothing could be found in the shroud this time or something but then the progress bar would not go away?

Has anyone seen this or know a fix?

I'm on ironman so can't use in-game codes.

Thanks for your time.

Screenshot 2025-07-06 21.24.11.png
 
Not a tech support issue so moved to main forum. If the community agrees it's likely to be a bug, post in Bug Reports please.
 
Has anyone seen this or know a fix?
I've encountered this problem before too.

The cause is in event "enclave.5557".
"after = { destroy_situation = this }" is missing.

Code:
#Fallback Event in case no event is selected for per Divination - Money Back!
situation_event = {
    id = enclave.5557
    title = "enclave.5557.name"
    desc = "enclave.5557.desc"
    diplomatic = yes
    custom_gui = "enclave_artist_window"
    custom_gui_option = "enclave_artist_option"
    picture_event_data = {
        portrait = event_target:shroudwalker_enclave_country
        room = shroudwalkers_room
    }
    location = event_target:shroudwalker_enclave_system

    is_triggered_only = yes

    option = {
        name = enclave.5557.a
        owner = {
            add_resource = { energy = 1000 }
        }
    }
}
 
  • 3
Reactions:
I've encountered this problem before too.

The cause is in event "enclave.5557".
"after = { destroy_situation = this }" is missing.

Code:
#Fallback Event in case no event is selected for per Divination - Money Back!
situation_event = {
    id = enclave.5557
    title = "enclave.5557.name"
    desc = "enclave.5557.desc"
    diplomatic = yes
    custom_gui = "enclave_artist_window"
    custom_gui_option = "enclave_artist_option"
    picture_event_data = {
        portrait = event_target:shroudwalker_enclave_country
        room = shroudwalkers_room
    }
    location = event_target:shroudwalker_enclave_system

    is_triggered_only = yes

    option = {
        name = enclave.5557.a
        owner = {
            add_resource = { energy = 1000 }
        }
    }
}
Hi thanks for your reply.

I tried looking through my savefiles for the above code but there isn't an "enclane.5557" in my game save.
 
I tried looking through my savefiles for the above code but there isn't an "enclane.5557" in my game save.
This code is not part of your save data, it defines the action that will be taken when the situation ends.
This event can be found in (install location)/Stellaris/events/overlord_enclaves_events.txt.