http://bugs.winehq.org/show_bug.cgi?id=35288 Bug ID: 35288 Summary: EA Origin does not works correctly with all CPU Product: Wine Version: 1.7.9 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: berillions(a)gmail.com Classification: Unclassified Created attachment 47065 --> http://bugs.winehq.org/attachment.cgi?id=47065 EA Origin crash without workaround Hi, EA Origin does not works correctly when i launch it with the simple command like "wine Origin.exe". With this command, i have 2 results : 1- Origin window does not show, there is nothing. But the "Origin.exe" processus exist. ("Origin.exe" processus at 200% (2 Cores / 4 are used)) 2- Same thing than "1-" but i have a crash log in the ouput console. You can see all crash log in the attachment. ("Origin.exe" processus at 0% (No Cores used) One solution exist. The workaroud is to use taskset command to launch the application. With "taskset -c 0 wine Origin.exe", the application always works but if i launch a game from Origin, the game will use only one core. For example, if i launch Mass Effect 3 game with Origin only, i have approximately between 25-30 fps when there are more PNJ, explosions etc... But if i launch ME3 with Origin+Workaround, i have only 10-15fps when there are more PNJ, explosions etc... ****** I tried to launch "taskset -c 0 wine Origin.exe" in a first console and launch the game with their proper executable in a 2nd console (taskset -c 0,1,2,3 wine MassEffect3.exe) => Without success, the game process still use one CPU and not the totality. ****** Thanks for your help or idea to resolv this problem. Max -- 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.