[Bug 33845] Warframe (Steam) updater fails to replace 'Launcher.exe', reports sharing violation

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Sep 18 06:19:42 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=33845

--- Comment #30 from maokei <rickard.joh at gmail.com> ---
I used a simple bash script to do the replacement, seem to get the job done:

#!/bin/bash
while :
do
    echo "watching to replace";
    if [ -e "Launcher.exe.tmp" ]; 
    then 
        mv Launcher.exe.tmp Launcher.exe; 
        echo "Replaced we are all done here!";
        exit;
    fi
    sleep 0.5;
done

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list