[Bug 43370] Origin fails to start, repeats the same message over and over

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jan 15 03:17:42 CST 2020


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

Zhiyi Zhang <zzhang at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |zzhang at codeweavers.com
             Status|UNCONFIRMED                 |NEW

--- Comment #3 from Zhiyi Zhang <zzhang at codeweavers.com> ---
Confirmed with wine-5.0-rc5. You can use this workaround to get it to start.

1. Install inotify-tools
sudo apt install inotify-tools
2. Run the following script in the background
$ cd ~/.wine/drive_c/Program\ Files\ \(x86\)/; while true; do inotifywait
Origin; chmod u+w Origin; done
3. Execute Origin. Now it should start.
wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Origin/Origin.exe

-- 
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