0

Recently, I installed Ubuntu 14.04 in dual boot with Windows 8.1. I tried to run some applications with wine but it always shows the "Application has stopped working" error. As I had Windows 8 installed, I have Windows 8 selected in the wine menu. One game(EA Sports Cricket) started but as soon as the match starts, the game stops working.

What tweaks must be done to run the other applications?

Yashbhatt
  • 167
  • 1
    Use the default Windows XP wineprefix, or if you need to the Windows 7 one (probably due to being developed for longer, the older versions can work better). If you are using 64bit ubuntu this might also help: http://askubuntu.com/questions/177192/how-do-i-create-a-32-bit-wine-prefix – Wilf Mar 07 '15 at 10:16
  • Also, EA Sports Cricket looks like it has a poor rating under Wine anyway https://appdb.winehq.org/objectManager.php?sClass=version&iId=18320&iTestingId=79170 – Wilf Mar 07 '15 at 10:26
  • Well, it's Platinum if you have updated graphics card drivers it seems... @Wilf – Ads20000 Mar 08 '15 at 08:32
  • @Ads20000 It works fine on Windows 8. So, I guess I have updated graphic drivers. – Yashbhatt Mar 09 '15 at 16:55
  • @Yashbhatt you might have updated graphics drivers for Windows 8 (on Windows 8) but not for Linux (and on your Linux partition). Try my answer here to make sure you have the latest drivers Ubuntu recommends http://askubuntu.com/a/593767/125220 . – Ads20000 Mar 10 '15 at 12:27
  • I see no drivers under additional drivers. – Yashbhatt Mar 10 '15 at 13:58

1 Answers1

1

Firstly, it's important to get familiar with their app database, AppDB, this has a lot of information on how well a program runs in Wine (because there's no guarantee it'll work well) and what tweaks you might need to make to get it to run well.

Secondly, if you find all that too complicated then you might want to try PlayOnLinux which will usually apply all the necessary tweaks and install the best Wine version to (hopefully) get your program working.

Ads20000
  • 1,963