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

Aetherum

Captain
62 Badges
Sep 25, 2017
333
79
  • Europa Universalis IV: Third Rome
  • Stellaris: Synthetic Dawn
  • Surviving Mars: First Colony Edition
  • Europa Universalis IV
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Surviving Mars: Digital Deluxe Edition
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Surviving Mars: First Colony Edition
  • Europa Universalis IV: Golden Century
  • Imperator: Rome Deluxe Edition
  • Prison Architect
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Prison Architect: Psych Ward
  • Hearts of Iron IV: La Resistance
  • Stellaris: Federations
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Battle for Bosporus
  • Island Bound
  • Europa Universalis 4: Emperor
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Hearts of Iron IV: By Blood Alone
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron IV: Death or Dishonor
  • Victoria 2
  • Europa Universalis IV: El Dorado
  • Mount & Blade: With Fire and Sword
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Age of Wonders III
  • Surviving Mars
  • Europa Universalis IV: Mandate of Heaven
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Imperator: Rome

Integrity​

I have verified my game files (on Steam)​

Yes

I have disabled all mods​

No

Required​

Summary​

Triggers that are also modifiers are NOT supported by Great Projects triggers

Description​

Hello!
Such code fragments as:
owner = { num_of_merchants = 3 }
owner = { num_of_colonists = 3 }
owner = { religious_unity = 1.0 }

Cause the following error on the log file:
[country_cached_data.cpp:440]: CCountryModifiers::EState::CALCULATING when called from 00007FF60A8AAE9E (eu4): (filename not available): (function-name not available)
00007FF60ABAF1C1 (eu4): (filename not available): (function-name not available)
00007FF60AAD47AE (eu4): (filename not available): (function-name not available)
00007FF60A76CE8E (eu4): (filename not available): (function-name not available)
00007FF60A76699F (eu4): (filename not available): (function-name not available)
00007FF60A89D2B5 (eu4): (filename not available): (function-name not available)
00007FF60A8A8C38 (eu4): (filename not available): (function-name not available)
00007FF60A8AAD12 (eu4): (filename not available): (function-name not available)
00007FF60A309DD7 (eu4): (filename not available): (function-name not available)
00007FF60A2CDBD8 (eu4): (filename not available): (function-name not available)
00007FF60A2CF3BE (eu4): (filename not available): (function-name not available)
00007FF60A70F002 (eu4): (filename not available): (function-name not available)
00007FF60A710037 (eu4): (filename not available): (function-name not available)
00007FF60A7AB3C4 (eu4): (filename not available): (function-name not available)
00007FF60A79B871 (eu4): (filename not available): (function-name not available)
00007FF60AF8792E (eu4): (filename not available): (function-name not available)
00007FF60AF85892 (eu4): (filename not available): (function-name not available)
00007FF60AF80DD0 (eu4): (filename not available): (function-name not available)
00007FF60B311B77 (eu4): (filename not available): (function-name not available)
00007FF60B312038 (eu4): (filename not available): (function-name not available)
00007FF60A7FDD22 (eu4): (filename not available): (function-name not available)
00007FF60B8C3F72 (eu4): (filename not available): PHYSFS_writeSLE32
00007FF60B862D03 (eu4): (filename not available): PHYSFS_writeSLE32
00007FF9B351257D (KERNEL32): (filename not available): BaseThreadInitThunk
00007FF9B43CAA78 (ntdll): (filename not available): RtlUserThreadStart

However, those code fragments work fine in the game.

Steps to reproduce​

Create a monument with the following code:
can_upgrade_trigger = {
OR = {
has_owner_culture = yes
has_owner_accepted_culture = yes
}
owner = {
num_of_merchants = 3
}
}

Game Version​

1.36 (the issue is also present in previous versions)

OS​

Windows

Additional​

Bug Type​

  • Performance Issue
  • Other

Attachments​



Screenshot​



 
Upvote 0