• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Why would calling a program twice in the Target field fix problems?

Cerulean

[H]F Junkie
2FA
Joined
Jul 27, 2006
Messages
9,484
There is this older in-house developed program some users use which generates random file path errors from time to time. If they set the program to run in Windows XP SP3 compatibility, the errors are no more.

Evidently, we've also found that if we have a shortcut that has "X:\executable.exe X:\executable.exe" in the Target field and OS compatibility is not configured this also resolves the problem.

Could someone explain why executing "X:\executable.exe X:\executable.exe" would solve this? What does this mean? How is this handled by Windows??
 
That is not calling a program twice. That is passing an argument to the executable.
 
That is not calling a program twice. That is passing an argument to the executable.

I was thinking the same but it's not clear why that program would accept a path as an argument. Perhaps it bypasses some windows file virtualization that way? I know that the virtualization plays havoc with many older softwares.
 
I was thinking the same but it's not clear why that program would accept a path as an argument. Perhaps it bypasses some windows file virtualization that way? I know that the virtualization plays havoc with many older softwares.

Yup, we don't really know why it helps to add that second bit, what the program does (if it even cares about arguments) and if the argument needs to be a path for the program to work.

I think it does cause some sort of breakout from the typical routine like you said but we know nothing really.
 
Back
Top