WineHQ
Age of Wonders 1.36



Category: Main > Games > Strategy Games > Turn-Based > Age of Wonders > 1.36


NameAge of Wonders
Version1.36
License Retail
URLhttp://www.triumphstudios.com/...
Votes 2
RatingGold
Wine Version1.3.28
Maintainers of this version:
Description

Version from original CD-ROM plus patch 1.36

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
Single player


What does not
Intro movies Multiplayer (without original Windows DirectPlay DLLs).


What was not tested
Multiplayer with original Windows DirectPlay DLLs.


Additional Comments

Note that multiplayer was tested with DirectPlay DLLs before and was found fully working, albeit with earlier versions of Wine.
Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
ShowUbuntu 11.04 "Natty" x86_64 (+ variants like Kubuntu)Sep 26 20111.3.28 Yes Yes Gold jamie 
ShowUbuntu 11.04 "Natty" x86_64 (+ variants like Kubuntu)Jul 30 20111.3.25 Yes No Garbage jamie 
ShowUbuntu 10.10 "Maverick" x86_64 (+ variants like Kubuntu)Jan 30 20111.2.2 Yes Yes Gold an anonymous user 
ShowUbuntu 10.04 "Lucid" (+ variants like Kubuntu)Jun 09 20101.2-rc2 Yes Yes Gold Felipe Moraes 
ShowUbuntu 9.10 "Karmic" x86_64 (+ variants like Kubuntu)Apr 14 20101.1.42 Yes Yes Gold an anonymous user 


Known bugs
Bug # Description Status Resolution Other apps affected
4066 Online Play Doesn't Work (DirectPlay) NEW View

 
HOWTO
Install and setup

Currently Age of Wonders installs and runs out of the box on recent versions of wine.

winecfg settings (for older wine versions)

This isn't needed on wine 1.2.0 or more recent wine versions.

 In order to get Age of Wonders working in wine 1.1.X or lesser you need to follow next steps:

In a terminal run winecfg.

Press "Add and application"

Navigate until you find AoW.exe (usually found at /home/user/.wine/drive_c/Program Files/Age of Wonders/AoW.exe ) and press open.

And with AoW.exe selected in Application Settings, go to the Graphics tab and uncheck the "Allow the windows manager to control the windows"

Press Ok and should be done.


 
HOW-TO FIX INTRO MOVIE

Age of Wonders intro movie is enconded with Indeo3.2 video codec [IV32] which can't be found in a standard wine prefix, in order to fix this, IntelVideo codec needs to be installed.

Google for a copy of iv5setup.exe and run:

wine iv5setup.exe

When asked about which type of install do you want, select Custom (this is because Indeo5 codec fails to install and the installation is dropped), then select only, Indeo Video 3.2 codec and Indeo Audio Codec, press next.

If the installer asks about searching for backups press No.

This should fix it and the intro movie will show without problems.




 

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

location of the mounted image
by Danilo on Saturday April 16th 2011, 15:55
"Had to manually specify the location of the mounted image to get around noCD-error."

Where do you do that?

[post new] [reply to this]

Stopped working
by Karol S. on Tuesday May 20th 2008, 6:59
Game was running on 0.9.34 as on Windows.
Up to 0.9.56 it was running with some difficulties, however it was still playable.
From 0.9.59 to 1.0rc, it generates error messages at gameplay, making new Wine an epic fail. It's still to early for code freeze.

[post new] [reply to this]

multiplayer
by coCoKNIght on Sunday October 21st 2007, 20:16
Does somebody know how to make the game work in multiplayer (tcp/ip/ipx). When I press host game or join game nothing at all happens.
I've read that some apps search for some specific dlls just to see if they're there in order to perform some tasks.
I haven't seen an output from wine about not findin any dll though, so this might not be it...

[post new] [reply to this]

Script used to launch the game
by Alamar on Sunday October 7th 2007, 15:49
#!/bin/sh
#uncomment if launching from console session
#sudo /etc/init.d/gdm stop
#KDE use this instead
#sudo /etc/init.d/kdm stop

# Launches a new X session on display 3. If you don't have an Nvidia
# card take out the "& nvidia-settings --load-config-only" part
xinit -- :3 -ac & nvidia-settings --load-config-only

# Goto game dir (modify as needed)
cd "/home/user/.wine/drive_c/Program Files/Age of Wonders/"

# Forces the system to have a break for 2 seconds, X doesn't launch
# instantly
sleep 2

# hide the X cursor
xsetroot -display :3 -cursor /home/user/empty.xbm /home/user/empty.xbm

# Launches game (modify as needed)
DISPLAY=:3 env WINEPREFIX="/home/user/.wine" WINEDEBUG=-all wine "C:\Program Files\Age of Wonders\AoW.exe"

# restore the original cursor in X
xsetroot -display :3 -cursor_name left_ptr

[post new] [reply to this]

Doesn't run
by Frederik Seidelin on Friday August 3rd 2007, 10:07
I installed and patched the game without errors. When run it, however, wine outputs the following message and sits there without doing anything:

"fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x172af0) : stub, simulating 64MB for now, returning 64MB left
err:ddraw:PixelFormat_DD2WineD3D 16 bit RGB Pixel format does not match
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x172728)->(0x1002a,00000057)
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x172728)->(0x1002a,00000057)
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:ddraw:IDirectDrawImpl_WaitForVerticalBlank (0x172728)->(1,(nil)): Stub
fixme:ddraw:IDirectDrawImpl_WaitForVerticalBlank (0x172728)->(1,(nil)): Stub"

Does anyone know how to fix it?

[post new] [reply to this]

Slooowness
by John Christer Rusti on Thursday August 2nd 2007, 15:16
Well, I did get it working (even though I couldn't find a no-cd crack that wanted to be friendly with me).

But it lags horribly, even at the menus. The mouse jumps over the screen when I move it and all animations move very slowly. Sound works fine.

Any ideas?

[post new] [reply to this]

  • lag by coCoKNIght on Sunday October 21st 2007, 20:08

by Nikita on Sunday July 29th 2007, 20:05
unchecking "allow the window manager to control the window" fixed this for me. i don't know why but when it is cheked all keyboard messages miss AoW and go directly to desktop.

[post new] [reply to this]

0.9.37
by Karol S. on Monday May 28th 2007, 16:28
Game crashed xserver on wine 0.9.37

[post new] [reply to this]

I can't write in the text control
by Uims on Monday January 1st 2007, 8:37
Hi,

I can't write IP or my heros name.

I click in the control, but nothing is writting!!!

See you soon

Thanks

[post new] [reply to this]

RE: AoW will not work without this modification
by Wilco Vertegaal on Wednesday August 30th 2006, 2:12
I'm running Wine 0.9.20 on Ubuntu Dapper Drake (6.06). With that, int19h 's hack is not needed to run the game.

Apart from the double mouse pointer, the only thing not working 100% is that I'm not able to enter a file name in the save game dialog.

[post new] [reply to this]




   << Back

Page loaded in 0.10468 seconds.