Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Since I don't have a machine where it doesn't work it's hard to track down the cause of it. If you want to help me you could download and execute Microsofts Dependency Walker : http://www.dependencywalker.com/ (Launch it, then click on "Open" in the main menu and choose RpgTools.exe and wait until it is done, afterwards start profiling via main menu until the application has started. This should hopefully output information about the DLL(s) that cause problems)

Here it is:

thanks a lot! Could you maybe save the result in the tool(via main menu) and attach it ? Sorry, I should have said that before

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)