You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I have seen there is already a thread about that problem from a dev perspective and no solution.
Any advice for a USER who has the problem with a BUNCH of current installers (mainly Codex game updaters, but also other, legit ones) not running due to the same error.
Here is what I get: whenever I try to run one of these installers, I get an Error 217, followed by Runtime Error (at - 1:0): Cannot Import dll:<utf8>C:\pathtosometempdir\VclStylesInno.dll
The dll actually IS in the temp directory, the version appears to be 1.54.1.
The usual recommendation (malware, UAC, antivir, safe boot, run as admin, blahblah... ) have been tried and failed.
Windows 10 Pro 64 bit, English, Build 17134
Any idea how to circumvent this problem?
From what I understand that dll is only needed for optics, which I could not care less about, I just want my installers to run... :D
Thanks for any ideas!
The text was updated successfully, but these errors were encountered:
I also experience this problem and have searched the internet for solution to no avail.
Then I have my suspicion after someone said something about the right before the file path. I suspected the the installer have some problem translating the environment variables for temporary folder in Windows. The default path for TEMP contain %USERPROFILES% that gets translated into the actual path. It is trying to retrieve the dll from an incorrect file path due to the at the start.
My workaround is to change the default path for TEMP and TMP to a path that does not use environment variables. Restart windows and try installing again. The installer extracted the dll to a different TEMP folder and retrieved it successfuly.
Currently no need since Fitgirl was kind enough to update the repacks of my favorite games, lol, but next time I need a Codex updater I will test this!
Hi there, I have seen there is already a thread about that problem from a dev perspective and no solution.
Any advice for a USER who has the problem with a BUNCH of current installers (mainly Codex game updaters, but also other, legit ones) not running due to the same error.
Here is what I get: whenever I try to run one of these installers, I get an Error 217, followed by
Runtime Error (at - 1:0): Cannot Import dll:<utf8>C:\pathtosometempdir\VclStylesInno.dll
The dll actually IS in the temp directory, the version appears to be 1.54.1.
The usual recommendation (malware, UAC, antivir, safe boot, run as admin, blahblah... ) have been tried and failed.
Windows 10 Pro 64 bit, English, Build 17134
Any idea how to circumvent this problem?
From what I understand that dll is only needed for optics, which I could not care less about, I just want my installers to run... :D
Thanks for any ideas!
The text was updated successfully, but these errors were encountered: