Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

https://www.mediafire.com/file/xokvri8ue0nzc9i/RpgTools.zip/file

Thanks a lot. So these two DLLs use the 32 bit version on your machine for some reason:
API-MS-WIN-CORE-WINRT-L1-1-0.DLL
API-MS-WIN-DOWNLEVEL-KERNEL32-L2-1-0.DLL

I need to figure out why, if you want you can also check on your side if something is wrong with these.

I don't know much about this. All other programs and games on my system work fine.

I will try to figure out how to fix that

I did some research but it's complicated... One potential solution is to check if installing this update fixes it : https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-wind...

and just to double check : You installed ALL of these still supported x86/x64 versions ? https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msv...

OK, one other thing which was a problem for a different user : Try to rename the file dbghelp.dll to anything else (e.g. _dbghelp.dll) and try again

Yes, rename works! What does this file do, why is it needed? But now I can finally look at the program)

That’s great news! Sorry for taking so long, these errors are hard to track down. This dll should be part of windows but in some cases it isn’t, I need to check how to handle that but if renaming fixed it you shouldn’t encounter problems related to that

the dll is only used to create crash dumps(a file which helps me to see why the application crashed)

I see. Well, if there are any other problems, I'll let you know.