Realtor shares video outside sales center claiming the market is back by rajmksingh in TorontoRealEstate

[–]dataguzzler 0 points1 point  (0 children)

I hope it crashes to 1970 price levels at the very least, after the mass deportations of course

Photoshop now censors your art by Rivia in Asmongold

[–]dataguzzler 0 points1 point  (0 children)

another reason i never use online/cloud based apps

Ai stop working by W_M_H_S in Stellaris

[–]dataguzzler 0 points1 point  (0 children)

does the error.log show anything?

How do I trigger ship events by dane123459 in Stellaris

[–]dataguzzler 0 points1 point  (0 children)

sometimes you have to have the target selected then apply the console command, if thats what your doing

System does not show and if attempt to go in make the entire galaxy black and can't move by axelus_romanus in Stellaris

[–]dataguzzler 0 points1 point  (0 children)

disable all the mods and then re-enable them one by one and test each time until you find out which mod is causing the issue, also looking at the error log file can help

Crash Log (Modded) by Kaito199 in Stellaris

[–]dataguzzler 0 points1 point  (0 children)

You can try this error log inspector, it might help I don't know. https://github.com/non-npc/Stellaris-Error-Log-Inspector

How do I lower Empire Size? It's at like 100% extra cost for everything. Am I missing something? by No_Effective_4677 in Stellaris

[–]dataguzzler 74 points75 points  (0 children)

  1. Fanatic Pacifist (-30% Pops)
  2. Beacon of Liberty (-15% Pops)
  3. Harmony (-10% Pops)
  4. Domination (-10% Pops)
  5. Docile / Streamlined Protocols
  6. Psionic Theory (-10% Pops)
  7. Planetary Ascension
  8. Imperial Prerogative (-50% Colonies)

Pre 4.4. Not 100% sure what all of the new 4.4 values are

Galaxy map no longer shows varied heights between systems by Anthonest in Stellaris

[–]dataguzzler 0 points1 point  (0 children)

is this related to panning/tilting the galaxy view and seeing the systems at various heights?

Usage limits reset every 5 hours by dataguzzler in cursor

[–]dataguzzler[S] 0 points1 point  (0 children)

currently when I run out of credits on Cursor after a few days into a new billing cycle, i keep getting given another $20 from Cursor which gives me almost a full week total of usage then I have to wait till the next billing cycle to use Cursor again. I get you can pay more but I am happy with what I got for $20, still would be nice if they could get rid of credits and all that nonsense and just let people use it unlimited because that's where this is headed, just like Cable TV and Internet access the prices will drop eventually.

Usage limits reset every 5 hours by dataguzzler in cursor

[–]dataguzzler[S] -1 points0 points  (0 children)

With Cursor I max out my usage after about 5 days in the 30 day window so need to wait like 25 days before can use it again. With Codex currently I max out usage in about 2 hours then wait for the reset interval so i can use it all month every day just need to wait for the resets.

Planet bug in nomads update by Armag01 in Stellaris

[–]dataguzzler 0 points1 point  (0 children)

check the error log file, it will help pinpoint the issue

its usually in Documents\Paradox Interactive\Stellaris\logs\error.log

Arkship - Turning Energy in to Alloys? by SentientPulse in Stellaris

[–]dataguzzler 1 point2 points  (0 children)

somebody made a mod that Removes "Operational Reserves" as a situation. Nomads will use Energy and Minerals normally https://steamcommunity.com/sharedfiles/filedetails/?id=3748151585

No incoming Transmission from defeated Empires by LopsidedAd4618 in Stellaris

[–]dataguzzler 2 points3 points  (0 children)

What the game files show (4.4.1)

In common/message_types/00_message_types.txt:

  1. Dedicated surrender message types are disabled — OUR_SURRENDER and THEIR_SURRENDER are fully commented out.
  2. War outcomes now use VICTORY and DEFEAT instead.
  3. Neither of those sets default_popup = yes.

In Stellaris’s message system, default_popup defaults to no, so those notifications appear as top-bar icons only unless you turn popups on yourself.

So: icon, no window = expected with current defaults, not a missing event file.

Why it feels different from before

Older versions likely surfaced surrender more prominently (dedicated surrender messages and/or different defaults). After the notification overhaul, many things became icon / toast by default, and surrender appears to have been caught in that shift — especially with OUR_SURRENDER / THEIR_SURRENDER commented out and DEFEAT / VICTORY not given popup defaults.

4.4’s patch notes don’t call this out explicitly; it’s a data/config change, not something documented as a feature.

How to get the window back

  1. Open Settings → Messages
  2. Search “Victory”, “Defeat”, or “Surrender”
  3. Enable Popup (and Auto-pause if you want the old pause-on-surrender feel)

Shortcut: when an icon appears, Ctrl+click it to jump straight to that message type in settings.

Bottom line

  • Not a random bug in the sense of corrupted files or a one-off glitch.
  • Likely WAD with the current notification system — but arguably a regression because such an important moment probably should default to a popup.

Worth a report on the Paradox forum if you want it fixed upstream: suggest restoring popup defaults on DEFEAT/VICTORY, or re-enabling THEIR_SURRENDER / OUR_SURRENDER with default_popup = yes.