Version released by Steam
Application Details:
Version: | Steam |
License: | Retail |
URL: | |
Votes: | 0 |
Latest Rating: | Platinum |
Latest Wine Version Tested: | 3.0.2 |
Maintainers: About Maintainership
What works
Everything:
What does not
Workarounds
What was not tested
Hardware tested
Graphics:
Additional Comments
Used Hardware: - Intel Core i7 6700HQ - nVidia GTX 1070 (Driver 370.28) - Asus ROG GL502VS Used WINEARCH=win32 for steam client, which was instelled through Valve's SteamSetup.exe installer. Even though DirectX11 doesn't work (yet), I'm rating this platinum as you don't have to fiddle around with any dlls or winetricks. To be able to alt-tab out of the game, configure a virtual desktop via winecfg and disable window manager decoration and control. Otherwise game crashes on loading a map (at least for me). If you don't want to alt-tab, it's also working perfectly without the virtual desktop, but will freeze when alt-tabbing. PS: Also the avp dedicated server runs perfectly in wine, install with steamcmd [...] +@sSteamCmdForcePlatformType windows +app_update 34120 [...]. For running headless use xvfb.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Aug 27 2018 | 3.0.2 | Yes | Yes | No | Platinum | Corben | |
Current | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Oct 08 2016 | 1.8.5 | Yes | Yes | Platinum | Corben | ||
Show | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Sep 14 2016 | 1.9.18 | Yes | Yes | Platinum | Kari Saaranen | ||
Show | Arch Linux x86_64 | Oct 15 2014 | 1.7.27 | Yes | Yes | Platinum | Max Devaine | ||
Show | Ubuntu 14.04 "Trusty" amd64 (+ variants like Kubuntu) | Aug 18 2014 | 1.7.24 | Yes | Yes | Garbage | Gabriele |
Bug # | Description | Status | Resolution | Other apps affected |
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by David Gámiz Jiménez on Sunday October 26th 2014, 16:20
After I increase the quality of the sample pulse to server: 24bit and 48.000hz
And reinstalling the whole game. I had to download 15GB again.
And also cambe version of Windows XP.
And I played the first level once. Then the following levels not failure.
And the problem has not recurred.
Some graphic engine error. Glitches in textures, lowering the quality of textures and effects, and I was corrected by restarting.
Thank you.
by David Gámiz Jiménez on Monday October 27th 2014, 15:06
by David Gámiz Jiménez on Wednesday October 22nd 2014, 12:12
I try this days play my copy of AvP in steam with latest wine(32bit POL) version in my Ubuntu 14.04 64bits. I can play without problems, until I left the game and try load last game saved, in the moment to end loading, sound a short fx sound and the game crash. You try play with marine campaign? You know this issue or something solution?
Thanks and greetings,
David
by Gabriele on Monday August 18th 2014, 18:02
by Yuki on Thursday August 21st 2014, 16:41
by s1w on Thursday September 19th 2013, 8:23
I have trided 5 differend versions: AvP 2010 SKIDROW (about 15 GB package); [R.G. Mechanics] Aliens vs Predator (~6,1 GB); AvP MultiPlayer 1.2.17 Patch MadwiggyNLD (~55 MB); and Free AvP GreenLuna tutorial on both SKIDROW and R.G Mechanics versions ------ all of them had problems to unlock Ranked and Player Match options ingame or run game at all.
But DO NOT abandon your Hopes! I finnaly after all night of tryings have make it RUN.
www.tunngle.net/wiki/Network:Aliens_vs_Predator_2010
^this is the only version that will run MP this times, and whats more, it runs flawlessly at max details on ubuntu linux without even turning off unity that is stealing gl resourcess!!! (adding only vcrun2010, directplay, physX, d3dx9 liblaries by winetricks or PoL).
now u do:
-------------------------------------------------------------------------------
1. delete all steams used to launch AvP (GreenLuma, org Steams, SteamUp, ...), and delete whole installed AvP 2010 (after manoeuvring with patches it is needed)
2. download this Steam Package:
www20.zippyshare.com/v/10662084/file.html
to unrar older steam version without any install needed (contains GreenLuma that finally seemd to works) /as in tutorial
3. Install AvP RAZOR version, and what was not said: use included Patches on it [Update.1.and.2][Update.3][Update.4.to.6] in this order ------ DO NOT USE ANY OF FILES FROM SKIDROW directory!!! - only clean patches! i have probably used files from update 3, and IT prevented AvP Multi to run after all. -- that point is missing from tutorial u must clean patch it before using next, final patch:
4. download and finalize installation with Update 6 + MP-Fix v5 :
www14.zippyshare.com/v/23356545/file.html
5. run GreenLuma *(create NEW ACCOUNT!), don't add AvP as non-steam game, run AvP.exe and voilà .
-------------------------------------------------------------------------------
PlayOnLinux makes another problem (game is closing right before launching)
-open terminal and input:
export WINEPREFIX=~/.PlayOnLinux/wineprefix/AvP2010 wine winecfg (use correct path to AvP wineprefix)
wine explorer
-use this explorer to do step 5. - GreenLuma (new account), AvP.exe - by double clicked
(you will be supriced that it works finally)
I hope this reply will help some ppl, becouse I was ready tu leave subject of MP with a failure.
(admin: pls remove other garbage posts)
by s1w on Thursday September 19th 2013, 19:48
----------------------------------------------------
#!/bin/bash
avptimer=0;
steamwid=;
steamw=;
if [ `ps -ef | grep -v "grep" | grep -wc "GreenLuma.exe"` -eq 0 ]; then
notify-send "running GreenLuma, game will launch automatically...";
/usr/share/playonlinux/playonlinux --run "GreenLuma" %F &
while [ $avptimer -lt 40 ]; do
avptimer=`expr $avptimer + 1`
steamw=`xwininfo -name "Steam" 2>/dev/null | grep -e 'Window id: [^ ]\+' | sed 's/.*id: \([^ ]\+\).*/\1/'`;
[ -n $steamwid -a -n $steamw 2>/dev/null ] && [ "$steamwid" != "$steamw" ] && break;
sleep 1
steamwid=$steamw;
echo -n "."
done
wmctrl -c "Steam"
echo "GreenLuma loaded.";
fi
notify-send "launching Aliens vs Predator...";
/usr/share/playonlinux/playonlinux --run "AvP" %F
exit 0
by s1w on Thursday September 19th 2013, 8:19
4. download and finalize installation with Update 6 + MP-Fix v5 :
www14.zippyshare.com/v/23356545/file.html
5. run GreenLuma *(create NEW ACCOUNT!), don't add AvP as non-steam game, run AvP.exe and voilà .
-------------------------------------------------------------------------------
PlayOnLinux makes another problem (game is closing right before launching)
-open terminal and input:
export WINEPREFIX=~/.PlayOnLinux/wineprefix/AvP2010 wine winecfg (use correct path to AvP wineprefix)
wine explorer
-use this explorer to do step 5. - GreenLuma (new account), AvP.exe - by double clicked
(you will be supriced that it works finally)
I hope this reply will help some ppl, becouse I was ready tu leave subject of MP with a failure.
by s1w on Thursday September 19th 2013, 8:18
by s1w on Thursday September 19th 2013, 8:17
I have trided 5 differend versions: AvP 2010 SKIDROW (about 15 GB package); [R.G. Mechanics] Aliens vs Predator (~6,1 GB); AvP MultiPlayer 1.2.17 Patch MadwiggyNLD (~55 MB); and Free AvP GreenLuna tutorial on both SKIDROW and R.G Mechanics versions ------ all of them had problems to unlock Ranked and Player Match options ingame or run game at all.
But DO NOT abandon your Hopes! I finnaly after all night of tryings have make it RUN.
www.tunngle.net/wiki/Network:Aliens_vs_Predator_2010
^this is the only version that will run MP this times, and whats more, it runs flawlessly at max details on ubuntu linux without even turning off unity that is stealing gl resourcess!!! (adding only vcrun2010, directplay, physX, d3dx9 liblaries by winetricks or PoL).
now u do:
-------------------------------------------------------------------------------
1. delete all steams used to launch AvP (GreenLuma, org Steams, SteamUp, ...), and delete whole installed AvP 2010 (after manoeuvring with patches it is needed)
2. download this Steam Package:
www20.zippyshare.com/v/10662084/file.html
to unrar older steam version without any install needed (contains GreenLuma that finally seemd to works) //
by Yuki on Saturday March 3rd 2012, 16:55
once I get the time, I'll test the multiplayer part of this game.
except for dx11 stuff, pretty much everything's working here :3
by Yuki on Monday March 19th 2012, 3:01
played AvP with a friend on steam, worked flawlessly.
Blur however causes lag which can be extremely annoying in multiplayer
by Plüss Roland on Thursday January 26th 2012, 13:28
by Plüss Roland on Thursday January 26th 2012, 13:10
fixme:d3d:query_init Unhandled query type 0x6.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:xinput:XInputGetCapabilities (0 1 0x32fda8)
fixme:dinput:IDirectInputDevice2WImpl_CreateEffect (this=0x8016afc,{13541c20-8e33-11d0-9ad0-00a0c9a06e35},0x32fd7c,0xb9604c,(nil)): stub!
fixme:d3d:wined3d_device_set_software_vertex_processing device 0x13d250, software 0 stub!
fixme:d3d:wined3d_buffer_preload Too many declaration changes or converting dynamic buffer, stopping converting
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:console:CONSOLE_DefaultHandler Terminating process 23 on event 0
err:mmtime:TIME_MMTimeStop Timer still active?!
"Too many declaration changes or converting dynamic buffer, stopping converting"
Most probably a bug in the compiler with KDE Compositing enable. Runs once KDE Compositing is temporarily disabled.
by Yuki on Tuesday January 31st 2012, 9:04
I'm using kde on debian and avp2010 works just fine (after installing additional nonsense).
did you compile wine the usual way (./configure && make -jx w/o patches)?
If so, it would be good to file a bug report with the terminal output, so the devs can take a look in that
by Plüss Roland on Tuesday January 31st 2012, 14:19