Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

For future reference, most devices have a screenshot function built in, so long as the device is not frozen. For instance on Windows 7, pressing "PrtSc" on the keyboard will put the entire display into the clipboard, "Alt" + "PrtSc" will do just the current application. I just open a image editor like Windows Paint, paste the image, crop it to the smallest necessary size,  and remove any identifying text. It is much easier to see what is on screen this way.

That said, I can easily tell what happened on the terminal("dos script"), which is good since the next line "Mansion.gd:1997" that tells me where the error occurred. Unfortunately, that error is a secondary error caused by loading corrupt data from a save file. I have seen a similar case before as part of an error caused by my bugfix patch, which caused an error when returning to the mansion and resulted in corrupt data. Unless you can reproduce the steps before saving the progress, the source of the first error cannot be identified.

Removing the corrupt data from the save file is simple, open the save file with a text editor and find "capturedgroup". It should look similar to this:

"capturedgroup":["[Reference:888056]","[Reference:1066107]","[Reference:1089983]","[Reference:10490]"]

Delete the contents of the outermost brackets to get this:

"capturedgroup":[]

The corrupt data was improperly saved data of captured persons, which cannot be recovered.


I have a bugfix patch on Strive's Discord(https://itch.io/t/284398/discord) in the #mods channel. It fixes many things for vanilla gameplay, though I don't know if your problem is covered (there is a fair chance that it will never happen again). It is not compatible with many mods due to fixes and improvements to the mod system, though random portraits will likely work. Just need to apply it to unmodded game, delete backup, then start game, and apply mods.

for the screen caping, I was called into work so I used my phone for the pics and was typing up the bug report during my break. The computer I'm currently using, until the good one gets back from being fixed, is a refurbished all in one that was made when windows 8.1 came out. That old work horse as been knocked off my desk by cats, survived being on my back after I rolled over the top of a car hitting me(that's the broken screen), I don't know how many powersurges, and 3 good old fashioned complete memory wipes of the hard drive and water exposure from from backpack not being as water repellent as I thought. It takes with out hyperbole 5 minutes to load some of the less used windows features as the thing outdated and has modded new vegas, Skyrim, fo3, drangon age, and the better part of the c and c games. It's a POS but it has lasted me years I'm going to be using as a back up until it finally does die and can't be brought back again.