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

64. I don't have kernel error anymore. Now it's error 0xc000007b

(1 edit)

you can try to install the visual C++ runtime versions from this page : (all versions that are still supported) https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022

(2 edits)

Already have all of this. By the way Epics fix this kernel problem long ago.

(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