WineHQ
UFO: Aftershock 1.2



Category: Main > Games > Strategy Games > UFO: Aftershock > 1.2


NameUFO: Aftershock
Version1.2
License  
URLhttp://www.ufo-aftershock.com/
Votes 2
RatingPlatinum
Wine Version1.3.3
Maintainers of this version:
No maintainers. Volunteer today!
Description

Version 1.2 of the game

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)

What works

Installation

Patching


What does not

The game is protected by Starforce so it can't be launched unless a different exe is used

When lauching the game wine crash with error:

err:seh:setup_exception nested exception on signal stack in thread 0009 eip 602d078b esp 7ffddc00 stack 0x231000-0x340000


What was not tested
N/A


Additional Comments


Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
ShowDebian GNU/Linux 6.0 "Squeeze"Sep 25 20101.3.3 Yes Yes Platinum an anonymous user 
ShowUbuntu 10.04 "Lucid" x86_64 (+ variants like Kubuntu)Aug 04 20101.2 Yes Yes Platinum an anonymous user 
ShowFedora 12Feb 03 20101.1.37 Yes Yes Gold GyB 
ShowopenSUSE 11.0Jul 19 20091.1.26 Yes Yes Gold Fredczhy 
ShowGentoo Linux AMD64Feb 09 20091.1.14 Yes Yes Silver HalJ 


Known bugs
Bug # Description Status Resolution Other apps affected
3260 StarForce 3.x: games crash or fail to start due to missing kernel driver infrastructure [metabug] NEW View
8037 UFO: Afterlight - X11DRV_wglChoosePixelFormatARB : No compatible format found CLOSED FIXED View
12248 Ufo Aftermath cursor issue: the cursor is invisible ingame CLOSED FIXED View

 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

Can't get it to work
by Guilherme Furst on Friday March 8th 2013, 8:27
Anyone tried the game in the GoG version with the recent wine?
I'm trying it in a Mac with wineskin, i can't get it to work at all.
Always with some error or crash at start up.

[post new] [reply to this]

Mouse invisible, window trick not working
by Ty on Thursday February 25th 2010, 19:19
Short from patching Wine myself which I don't want to do nothing is helping with the invisible mouse problem. By the way I am using the GOG.com installer, works great and has no DRM so no issues from Starforce.

Is the above patch going to be included in the beta? Tried on both stable and beta versions of Wine and both didn't work, window trick doesn't work either and just keeps me on a blue screen in virtual desktop.

[post new] [reply to this]

Cursor
by Fredczhy on Sunday July 19th 2009, 10:46
If you are having problems with not having a visible cursor, start Aftershock with " --options fullscreen=false" parameters, if you move the cursor away from the games window, and then back, there will be wines default cursor visible, making the game playable.

[post new] [reply to this]

  • RE: Cursor by Fredczhy on Sunday July 19th 2009, 10:53
Startup script
by Tori on Monday February 2nd 2009, 4:37
This script will launch the game in a virtual desktop. If executed with a -X argument it will launch the game in an empty X server. Note that this might not work with non-nvidia hardware.

#! /bin/sh

if [ "$1" == "-X" ]; then
X :1 &
export DISPLAY=:1
sleep 5
fi

export WINEDEGUG="-all"

wine explorer /desktop=UFOAS,1024x768 UFO

[post new] [reply to this]

Invisible cursor
by Nick on Sunday October 26th 2008, 5:44
This game does interesting things with its cursor: it attempts to change it from different threads(at least 3 threads tries to do so). Such a behaviour completely confuses winex11.drv and leads to the cursor being hide and never shown again.
I see no easy way to fix this, so i use following little ugly hack, that just prevents any cursor changes.

diff --git a/dlls/winex11.drv/mouse.c b/dlls/winex11.drv/mouse.c
index 5df71a7..70bee91 100644
--- a/dlls/winex11.drv/mouse.c
+++ b/dlls/winex11.drv/mouse.c
@@ -915,6 +915,7 @@ #endif
*/
void X11DRV_SetCursor( CURSORICONINFO *lpCursor )
{
+ return;
struct x11drv_thread_data *data = x11drv_init_thread_data();
Cursor cursor;

This is NOT a correct solution, but game is playable.

[post new] [reply to this]

mouse is invisible
by Dínchamion on Sunday May 4th 2008, 6:27
I tried pretty much everything I could think of, but I couldn't get the mouse to show up, not even the default X cursor.

I love the UFO games, so if there is/would be a fix or workaround for this, I'd really appreciate it.

[post new] [reply to this]




   << Back

Page loaded in 0.08423 seconds.