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