https://bugs.winehq.org/show_bug.cgi?id=43370
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |zzhang@codeweavers.com Status|UNCONFIRMED |NEW
--- Comment #3 from Zhiyi Zhang zzhang@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