HGL
robust-apricot
heroic launcher dll not running on windows
I need some help to fix this, i tried reinstalling c++ redistributions and it doesnt wrk

13 Replies
Well, have you tried doing what it says (re-installing Heroic)?
robust-apricotOP•2y ago
i did
It gave me the same error
Alright, could you open up a PowerShell window, run
Get-FileHash "%LOCALAPPDATA%\Programs\heroic\ffmpeg.dll" | Format-List
, and send in a screenshot of the output?robust-apricotOP•2y ago

robust-apricotOP•2y ago
Heroic is installed btw
robust-apricotOP•2y ago

Oh, seems like PS doesn't evaluate environment variables like I thought it did
The corrected command should be
Get-FileHash "C:\Users\Antonio\AppData\Local\Programs\heroic\ffmpeg.dll" | Format-List
robust-apricotOP•2y ago

Hm, alright, that looks correct
I assume this is a normal version of Windows 10/11?
robust-apricotOP•2y ago
Yes, windows 10 normal instalation
Right; well, the file's intact (the checksum you send in above is correct) & it's definitely designed to run on Windows...
I assume Heroic's portable version also has this issue?
robust-apricotOP•2y ago
let me test it out
yes, same error
Fixed it.
Repairing c++ 2012 and 2013 fix the issue
Welp, that's a new one