Code: Select all
0024:err:module:import_dll Loading library ucrtbased.dll (which is needed by L"Z:\\home\\flower\\Downloads\\RE\\VCRUNTIME140D.dll") failed (error c000007b).
0024:err:module:import_dll Library VCRUNTIME140D.dll (which is needed by L"Z:\\home\\flower\\Downloads\\RE\\INTRORE.exe") not found
0024:err:module:import_dll Loading library ucrtbased.dll (which is needed by L"Z:\\home\\flower\\Downloads\\RE\\INTRORE.exe") failed (error c000007b).
0024:err:module:LdrInitializeThunk Importing dlls for L"Z:\\home\\flower\\Downloads\\RE\\INTRORE.exe" failed, status c0000135
1. Moved the dlls to the same folder of the exe which I wanted to run;
2. Run the regsvr32 to register the dlls which were in the C://windows//system32;
3. Reboot my computer;
As you can see, after the second step, the error has changed from "ucrtbased.dll not found" to "loading ucrtbased.dll failed". And I didn't do these steps to the VCRUNTIME140D.dll so the error was still "VCRUNTIME140D.dll not found".
I have no idea about these problems. If everyone who could help me, I will exactly appreciate it.
You can get the exe from https://raw.githubusercontent.com/LittF ... NTRORE.exe, get the dlls from https://raw.githubusercontent.com/LittF ... ME140D.dll and https://raw.githubusercontent.com/LittF ... tbased.dll