Application Details:
Version: | Latest Release |
License: | Free to use |
URL: | http://www.origin.com/ |
Votes: | 22 |
Latest Rating: | Platinum |
Latest Wine Version Tested: | 7.10 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
All the functionalities I need to play The Sims 4.
Before Origin dropped the support for Windows XP (a week ago), I had a legacy version of Origin running without any problems on a 32bit prefix. At that time I was running wine-stable 4.0. With Origin dropping the support for XP and forcing to update to version 10, I could not longer make it run after switching my wine prefix from XP to Windows 7. I could not even install the new version of Origin.
So I decided to install the latest version of wine staging (5.0).
I created a new x64 prefix with PlayOnLinux, Windows 7. Vanilla installation. No additionnal components to install. I was prompted to install Gecko, which I accepted.
Use this configuration:
Graphics Tab
Check "Automatically capture the mouse in full-screen windows"
Check "Emulate a virtual desktop"
Desktop size: 1920x1080
Run the OriginThinSetup.exe found on the Origin site for Windows 7 OS (the 63.8 Mo version).
Uncheck all options on the Origin installation menu (no automatic update etc)
wait for the installation to finish et voila
In Origin settings do not forget to disable Origin In-Game
About the SIms 4:
Since I previously had a working version of the sims, I only had to do a partial install of the game. During the finalization of the installation of the Sims 4 I got the following error : 327682:11. I ignored it, restarted Origin and the Sims could be launched. During the Sims install, do not check "create desktop/taskbar shortcut".
What does not
Workarounds
What was not tested
I tested only what was required to install a game, setup origin, play the game. All I need
Hardware tested
Graphics:
Additional Comments
I am running
GPU Radeon Vega 3
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | macOS 12 "Monterey" | Sep 30 2022 | 7.10 | Yes | Yes | No | Platinum | Rafael M. | |
Show | Ubuntu 22.04 "Jammy" (+ variants like Kubuntu) | May 15 2022 | 7.8 | Yes | Yes | No | Bronze | Niklas Petersen | |
Show | Gentoo Linux x86_64 | Sep 10 2021 | 6.16-staging | Yes | Yes | Yes | Gold | Matthew | |
Show | Debian GNU/Linux Testing "Bullseye" | Jan 24 2020 | 5.0-staging | Yes | Yes | Yes | Gold | Geoff | |
Current | Linux Mint 19.3 "Tricia" | Jan 21 2020 | 5.0-rc6-staging | Yes | Yes | No | Platinum | Alain Tremblay |
Bug # | Description | Status | Resolution | Other apps affected |
32342 | Multiple applications and games using 'Webkit' or 'Blink' web browser engine crash on startup ('Arial' and 'Times New Roman' font face name validation) | STAGED | View | |
33141 | Problem to start SimCity 2013 | UNCONFIRMED | View | |
38520 | Command and Conquer fails to launch from Origin | UNCONFIRMED | View | |
39623 | Origin 9.12.x installer crashes wine on "Explain this" | REOPENED | View | |
40154 | EA's Origin Downloads Stall and Fail at 99% | UNCONFIRMED | View | |
40370 | Origin: "Network not available" | NEEDINFO | View | |
41410 | Origin Installer: Fails with notification system does not meet hardware requirements | UNCONFIRMED | View | |
44003 | Origin: BF3WebHelper.exe crashes because injection of igo32.dll fails. | UNCONFIRMED | View | |
44985 | Many applications using CEFv3 Angle OpenGL ES 2.0 for H/W Accelerated Canvas and WebGL display blank/black windows (disabling or removing 'libglesv2.dll' is a workaround) | NEW | View | |
48622 | Origin crashes when exiting application | UNCONFIRMED | View | |
52781 | Origin does not notice games exiting, does not allow them to be relaunched | UNCONFIRMED | View |
Some applications may work better with a 32-bit wineprefix (this is obviously not true for 64-bit games). You may also have to install some native DLLs to get a game working (commonly this is done with winetricks) - some of them may only work in 32-bit mode (these are issues in Wine, winetricks can't do anything about them).
To install Origin in a separate 32-bit wineprefix issue the following commands:
export WINEARCH=win32
export WINEPREFIX="$HOME/.wine.Origin-32-bit
wine OriginSetup.exe
From now on, simply use the Desktop launcher to start Origin. If you want to start Origin from a terminal, you have to export the WINEPREFIX (repeat above command) first whenever you open a new terminal.
It's recommended to use the Origin Desktop launcher.
If you want to start it from a terminal you should first change into Origin's installation directory.
Example for default installations:
cd ~/.wine/drive_c/Program\ Files\ \(x86\)/Origin
wine Origin.exe
Example for 32-bit installations (see above):
export WINEPREFIX="$HOME/.wine.Origin-32-bit"
cd $WINEPREFIX/drive_c/Program\ Files/Origin
wine Origin.exe
To avoid this simply disable Origin in Game. Start Origin and click in the menu
Origin
-> Application Settings
-> Origin in Game
-> Untick "Enable Origin in Game"
Symptoms:
This issue is tracked in bug #35041.
Workaround:
Use taskset to force the app on one CPU core only. Execute in a terminal:
taskset -c 0 wine Origin.exe
Be warned that this may decrease the overall performance of games launched from Origin.
This issue is tracked in bug #33159.
There's a patch for wine in this bugreport which workarounds this problem. Please note that it is very "hacky" and not a clean solution (while it solves problems for Origin it may cause other apps fail), so this patch can't be added to official wine. To use it you need to download the wine sources, apply the patch and compile your own Wine.
Symptom: Both OriginSetup.exe and OriginThinSetup.exe fail to install/update successfully since Origin version 9.5.11.2855. You get a message "Error installing Origin: Something went wrong during the installation. Please reinstall Origin" and afterwards "UPDATE ERROR: Your update could not be completed. Please download and install the latest version of Origin from https://download.dm.origin.com/origin/live/OriginSetup.exe".
Fixed in Wine 1.7.55 (2015-11-13, bug #38417).
Workarounds:
Symptoms:
Workaround for earlier wine versions:
killall EAProxyInstaller.exe
The game should immediately become ready to play. If you kill EAProxyInstaller.exe too soon, Origin will keep offering to install the game. Killing the process too soon is not harmful and the game can always be installed again.
Comments for this application have been disabled because there are no maintainers.