Bug Reports and Technical Issues

Noted.
 
i think there s something crash of scenario AD600 in this version.

before, when i played japan it happened same crash.

and it was 920 turns and AD-1675.

there was crash so i couldn't play next turn.
 
Yeah I was wondering, why did it show up in your diff?
 
I noticed these issues
- Iranian Qizilbashi show without any skin (magenta figures made of geometrical solids)
Not for me in the 1700 AD scenario at least.
 
Thanks, will give it a look when I can.
 
Tlönitte;14230619 said:
Here you are.
Do you also have one before you trade away Philosophy, and the tech goal is still considered complete?
 
Was just playing a 3000BC China game and couldn't spread Taoism to my cities with the free missionary I get on founding. Is that because of the no missionary spread for non-proselytizing religions? Just checking that this is desired behaviour for China and not a bug.
 
It should always work in your own territory, I'll look into the code.
 
Do you also have one before you trade away Philosophy, and the tech goal is still considered complete?

This is a save before I traded away Philosophy, if you try trading it to someone the UHV failed message will pop up. Looking back I realise that though the golden age triggered and the triumphal arch was built the goal was never ticked as completed. After work I will try and find a save from before I researched Philosophy too, and see if it happens again.
 
Tlönitte;14232360 said:
This is a save before I traded away Philosophy, if you try trading it to someone the UHV failed message will pop up. Looking back I realise that though the golden age triggered and the triumphal arch was built the goal was never ticked as completed. After work I will try and find a save from before I researched Philosophy too, and see if it happens again.
Yeah, the philosophy sub goal is not checked in that save.
 
In my recent Ethiopia game, Judaism spread to one of my cities, despite it being in the "Ethiopia" region (which isn't marked as Core, Historical, Periphery, or even Minority for Judaism).
 
Did you have a state religion already?

Also I'm surprised it's not on the minority list, I think it should.
 
Did you have a state religion already?

Also I'm surprised it's not on the minority list, I think it should.

No state religion, but I thought that you could only get religions when you lack one if you're in the religion's Core or Historical area. Is this not the case?

Also, I agree that it would make sense that Ethiopia would have Judaism counted as a minority, but as is, it isn't.
 
No state religion, but I thought that you could only get religions when you lack one if you're in the religion's Core or Historical area. Is this not the case?
No that's right, I'm just trying to narrow down the list of possible causes.

Tlönitte;14234501 said:
I've lost the autosave from before I researched Philosophy and triggered the Golden Age, but I think it was turn 143
That's unfortunate. I looked into your other save again and for some reason it shows Philosophy as discovered by nobody yet, even though you clearly have it. I suspect that there was a Python exception somewhere in the past that prevented this information from being properly stored, but without the original save I can't be sure.

To restore the right configuration of the game if you want, you can enter the Python console (shift + ~) and enter the following:
Code:
from Consts import *
from StoredData import sd
sd.setFirstDiscovered(iPhilosophy, iGreece)
sd.setGoal(iGreece, 0, 1)
 
Back
Top Bottom