Version 1.00 released by EA, on October 6th, 2006, as an executable file.
EA discontinued support for the demo August 11th, 2011; it is no longer
possible to create a player character in the demo game client, or login
with an existing demo account to an EA player database server, which
essentially renders the demo game no longer functional.
Application Details:
Version: | Demo 1.00 |
License: | Demo |
URL: | http://www.battlefield2142.ea.... |
Votes: | 0 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 1.8-rc1 |
Maintainers: About Maintainership
What works
Installing, Game.
What does not
All worked.
Workarounds
What was not tested
VoIP
Hardware tested
Graphics:
Additional Comments
All works, VoIP not tested, sound sometimes stuck, but only for 2 sec.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Gentoo Linux x86_64 | Nov 26 2015 | 1.8-rc1 | Yes | Yes | No | Silver | Rob | |
Current | Ubuntu 10.04 "Lucid" i386 (+ variants like Kubuntu) | Apr 25 2011 | 1.2.1 | Yes | Yes | No | Silver | an anonymous user | |
Show | Ubuntu 7.10 "Gutsy" amd64 (+ variants like Kubuntu) | Mar 18 2009 | 1.1.16 | Yes | Yes | No | Bronze | Claudio | |
Show | Debian GNU/Linux Unstable "Sid" | Sep 28 2007 | 0.9.45. | Yes | Yes | No | Silver | Mirek Slugeň | |
Show | Ubuntu 6.06 "Dapper" i386 (+ variants like Kubuntu) | Oct 07 2006 | 0.9.22. | Yes | No | No | Garbage | Chris Spencer |
winetricks d3dx9
See bug 39652.
wine ~/"Downloads/battlefield2142_demo.exe"
Online play is no longer possible using the Demo version of Battlefield 2142. This follows the shutdown of all the Gamespy Master Servers on May 31st, 2014. However you should be able to successfully watch the tutorial video and reach the primary EA account login screen!
These notes were last updated: 20 February 2018
Follow these guidelines to avoid embarrassment when your Test Submission is immediately rejected!!
These guidelines ensure your submitted test results are actually relevant to other users of Wine and WineHQ.
1 The console version of the lshw utility is your friend. This command will dump your System hardware specification in a clean format. Post command and output in the Extra Comments section:
sudo lshw -short | egrep -v '(volume|disk|bus)'
2 glxinfo can be used to display your OpenGL and graphics driver versions. Post the command and output in the Extra Comments section:
glxinfo | egrep '^[[:alpha:]]'
Ensure your WINEPREFIX variable is set correctly before following these instructions.
Wine Virtual Desktop
Run:
winecfg
or manually add the registry entries:
wine reg.exe ADD "HKEY_CURRENT_USER\Software\Wine\Explorer" "/v" "Desktop" "/t" "REG_SZ" "/d" "Default" wine reg.exe ADD "HKEY_CURRENT_USER\Software\Wine\Explorer\Desktops" "/v" "Default" "/t" "REG_SZ" "/d" "1920x1080"
... replace resolution with your native screen resolution.
Launching Battlefield 2142 Demo
cd "${WINEPREFIX}/drive_c/Program Files/Electronic Arts/Battlefield 2142 Demo/" wine BF2142.exe +menu 1 +fullscreen 1 +szx 1920 +szy 1080
To disable the Titan intro video (which you cannot exit from):
cd "${WINEPREFIX}/drive_c/Program Files/Electronic Arts/Battlefield 2142 Demo/mods/bf2142/Movies" mv titan_tutorial.bik titan_tutorial.bik.bak
To disable the Battlefield 2142 introductory video:
cd "${WINEPREFIX}/drive_c/Program Files/Electronic Arts/Battlefield 2142/mods/bf2142/Movies" mv Intro.bik Intro.bik.bak
To disable the Battlefield 2142 Dice, EA & Legal information videos:
cd "${WINEPREFIX}/drive_c/Program Files/Electronic Arts/Battlefield 2142/mods/bf2142/Movies" mv Dice.bik Dice.bik.bak mv EA.bik EA.bik.bak mv Legal.bik Legal.bik.bak
Moving any these 3 videos may cause issues launching Battlefield 2142.
See also PCGamingWiki: Battlefield 2142 Guide for further tweaks.