Windows – The procedure entry point getTimeout could not be located in the dll

dllwindows 10

I want to use The Open Racing Car Simulator 1.3.7 (C/C++ project) with python (I have Python 3.6.7 installed, removed other python versions). I was able to install the application and the patch 2.0 (contains xml, rbg, makefile, sh, dll files) for the server.

Now I am getting the following errorsenter image description here

operties Report
------------------------
Compatibility mode, properties unknown.
windowsModInfoDir: ...  can't open dll drivers/./..dll
windowsModInfoDir: ...  can't open dll drivers/../...dll
windowsModInfoDir: ...  can't open dll drivers/scr_server/scr_server.dll
windowsModInfoDir: ...  can't open dll drivers/sparkle/sparkle.dll

EDIT: What I have tried

  • I tried reinstallation (Torcs 1.3.7 and Torcs 1.3.4) with and without the patch (version 1 and 2)
  • cmd (as Admin) and sfc /scannow
  • cmd (as Admin) and dism.exe /online /cleanup-image /restorehealth
  • Only application without patch (does work)
  • Application with patch version 1 and version 2 (both raise the same error)
  • .net framework 4.7.2 is allready installed
  • The patch (for server) is for windows name is scr-win-patch.zip and was downloaded form the link which was provided in the official documentation for the windows installation of the server.
  • The ~/drivers/scr_server/scr_server.dll file is there the
  • The ~/drivers/sparkle/sparkle.dll file does not exist (and I cannot find it online). I just copied another driver *.dll and renamed it to sparkle the error message changed to -> can't find proc sparkle
  • Dependency Walker output of scr_server (http://pasted.co/1d4b9c76)
  • PATH variable

%SystemRoot%\system32
%SystemRoot%
%SystemRoot%\System32\Wbem
%SYSTEMROOT%\System32\OpenSSH\
C:\Users\Cardano\AppData\Local\Programs\Python\Python36
C:\Users\Cardano\AppData\Local\Programs\Python\Python36\Scripts

But nothing did resolve the problem. I hope that someone will be able to help me with this problem.

Best Answer

Related Question