Left the game or VS running with a minidump loaded?
That was it! Thank you!
ok, we r having the OLD "blacK" plots again, this hasnt happened around 10 years now or so, i think it is gamefont, but not sure again, its been along time, TB do u or DH remember this?? its only on the "fresh water" plots , l believe??
@billw2015 THIS is what happens when you have too many FPKs. I KNEW there was a reason we backed down from having so many. This is it. We must be able to work with fewer FPKs and for the plans you have, I think that means we're going to be required to stop storing FPKs on the repo at all if I'm not mistaken.
@All: I'm going to bring this up elsewhere but I think this may mean that we no longer have a choice but to implement the FPK live mechanism and do it very soon - and part of that will be that FPKs must be packed much larger than they are so we aren't exceeding the limit of how many FPKs we can have. Obviously, different systems encounter this limitation at different points. Used to be around 8 FPKs was too many for most.
If you aren't keeping up with some of the more technical discussions on the FPK live thread I get it. Let me summarize:
We would be moving to a new storage method. To make the transition would be extremely simple. It would require taking these steps:
1) Delete the mod in the mods folder (you can save your usersettings folder somewhere if you like)
2) Check out a new repository for Caveman2Cosmos somewhere else in the same drive (usually C) as you store your program files folder where BeyondTheSword/Mods is, just make sure you set it up OUTSIDE the Firaxis (best even outside Program Files) directory.
3) Run a batch file that will be clearly labeled as your install file.
That's it.
You will end up with a Caveman2Cosmos mod folder in the mods folder in BeyondTheSword.
You will not generally mod in that active mods folder. However, ANY changes you make in your external Caveman2Cosmos folder will immediately be reflected in your actual game mod folder as well (with the exception of art files and code, which will get updated IF you use the batch file to load the mod with updates, that will also be clearly provided for you in the checkout.
Then any updates and commits would be done through the external folder.
That would be ALL you would HAVE to know. Period. I don't think that's too complicated a system and it will resolve a number of issues and pave the way for more improvements in team methodology.
Is that pretty much the sum total of it as you intend it as well
@billw2015 ?
It could be that the save contains some kind of corruption from the problematic svn updates. Even if the game doesn't crash there could be some kind of memory corruption beeing caused by bad pointers. This could also happen in python because
@Toffer90 fixed my crash problems by fixing python errors.
I agree. I'm about to load the save on a debug run and see what I can figure out about it.
If there is some resources that couldn't be found or loaded from art or FPK I would expect there should be a log error correct?
I'm not sure if the RESMGR log will catch the problem with too many FPKs - it COULD load everything fine but then have problems during the run with referencing the locations of the graphic files. Just sharing some theory here if you see some confusing results.