The game locks up and closes on a certain turn.

Heraldic

Chieftain
Joined
Oct 9, 2018
Messages
45
Em um certo turno do jogo, quando passo o turno, a tela congela por um curto período de tempo e depois o jogo fecha sozinho. Várias vezes isso acontece sempre na passagem apara o mesmo turno. Como posso resolver?
 
In the Assets/XML/A_New_Dawn_GlobalDefines.xml, open it with notepad, and scroll to the bottom where there is an entry marked "XML Logging". Change the 0 to a 1, and then load the save. Wait for it to crash, then upload a zip of your logs folder. (Documents/My games/Beyond the Sword/Logs)
 
In the Assets/XML/A_New_Dawn_GlobalDefines.xml, open it with notepad, and scroll to the bottom where there is an entry marked "XML Logging". Change the 0 to a 1, and then load the save. Wait for it to crash, then upload a zip of your logs folder. (Documents/My games/Beyond the Sword/Logs)


Here it is
 

Attachments

Also edit the ini file found inside Documents/My Games/Beyond the Sword so they look like this:
Code:
; Enable the logging system
LoggingEnabled = 1

; Enable synchronization logging
SynchLog = 1

; Overwrite old network and message logs
OverwriteLogs = 1

; Enable rand event logging
RandLog = 0

; Enable message logging
MessageLog = 1
 
Probably need the mini dump as no errors are showing up in those logs.
Probably need the mini dump as no errors are showing up in those logs.


What would a mini Dump be?

I came back a save that had saved automatic and worked!
But now the same problem happened in another turn.
I wanted to know the different causes.
Here is my save


If something goes wrong it's because of some extra civilizations and songs
 
What would a mini Dump be?
A file with the extension .dmp, and a name starting with "MiniDump". Should be in the directory where the main BTS program (ie. exe) is.
 
I came back a save that had saved automatic and worked!
But now the same problem happened in another turn.
I wanted to know the different causes.
Here is my save
It loaded after replacing missing civs.
I recalculated turns and game progressed normally.
 
A file with the extension .dmp, and a name starting with "MiniDump". Should be in the directory where the main BTS program (ie. exe) is.


Here are 4 files of this.

It loaded after replacing missing civs.
I recalculated turns and game progressed normally.

To function normally here, I have to return a 2 turns. Thanks to auto saves I can solve the problem.
But it has already occurred twice. Or are they the additional mods?
 
Back
Top Bottom