Shidan wrote: ↑Sun Apr 10, 2022 6:02 pm
First thing I'd do is install all the files in: Kenshi\dependencies
Might not work, since you've already been reinstalling the related programs. But sometimes Kenshi is weird and needs a very specific version installed, so it comes packaged with them for this very reason.
Otherwise, I'd run Dependencies to see if it can identify the issue.
https://github.com/lucasg/Dependencies
I used this utility, and looking at the result - there is a problem with the MSVCR100.dll library. I deleted this file, reinstalled it, tried to register it - no result. I run powerShell with the command
Code: Select all
for %1 in (*.dll) do regsvr32 /s %1
. Also, I ran the
command and recovered some damage.
No results...error 0xc000007b.
I don't know anymore: is it a problem with Win10 OC or the game itself on my configuration. Maybe someone has faced with this?