WineHQ

Army Builder

Army Builder is used for creating rosters for miniature games, automatically checking them for errors, displaying vital information about it and it's components.

Application Details:

Version: 3.1c
License: Retail
URL: http://www.wolflair.com
Votes: 3
Latest Rating: Garbage
Latest Wine Version Tested: 1.1.14

Maintainers: About Maintainership

No maintainers. Volunteer today!

Free Download demo available

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

Installer

What does not

Everything else

Workarounds

What was not tested

Actual running of the program as it would not run after installation.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

Get the following page fault when trying to run Army Builder after a successful installation: wine: Unhandled page fault on read access to 0x00000004 at address 0x504f75 (thread 001a), starting debugger... Unhandled exception: page fault on read access to 0x00000004 in 32-bit code (0x00504f75). I'm not going to post the rest of the dump, but maybe that'll help someone want to take a look at it...

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentUbuntu 8.10 "Intrepid" i386 (+ variants like Kubuntu)Feb 28 20091.1.14Yes No NoGarbagean anonymous user 
ShowGentoo LinuxJul 25 20081.1.0Yes No NoGarbagean anonymous user 
ShowopenSUSE 11.0Jun 06 20081.0-rc3Yes Yes NoSilverHeine Salte 
ShowUbuntu 8.04 "Hardy" amd64 (+ variants like Kubuntu)May 30 20081.0-rc2Yes No NoGarbageScott Ritchie 
ShowopenSUSE 10.3Apr 17 20080.9.59.Yes No NoGarbageHeine Salte 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

How to get Army Builder 3.1c to run on Wine

Unfortunately, Army Builder (AB) doesn't run with standard Wine binaries, as a bug prevents anything but the splash screen from loading. However, there is a patch to the Wine source available that fixes this issue. However, the patch isn't yet included in the main source tree, as there are apparently other issues with this patch on other applications. However, I haven't noticed anything other than another bug that prevents the mouse from clicking on the buttons in the applications. What? I hear you say, how can I then use AB? Well, it is a bit cumbersome, but it works for me, and I'd rather use this method and get my snazzy AB3.1c running than using old AB2.2.

The mouse pointer can't click the buttons, but they get focus, so a simple press of the Enter key activates the button. So, press with pointer, press Enter, a small extra step, but if you feel it's not worth it, either use 2.2 or wait for someone to fix this issue as well, if not, read on intrepid adventurer :)

  1. Make sure you have an environment for compiling software, such as the automake, patch and gcc. If you are missing any dependencies, the Wine configure script (step 5) will likely tell you what it is, and you can install it from your distro of choice's package manager.
  2. Download a copy of the Wine source from http://sourceforge.net/project/showfiles.php?group_id=6241&package_id=77449 and extract it to a location of your home (like /home/user/src )
  3. open a terminal window, like xterm or konsole, and "cd" to the directory you unpacked the Wine sources in
  4. Download the patch (http://bugs.winehq.org/attachment.cgi?id=9555) and save it in the Wine source folder. Nowrun the following command:

    patch -p1 < filename_of-patch

  5. Run the configure script

    ./configure

    Now, you must decide if you want this wine to live where it normally does in your distro, and first uninstall any wine package you may have installed there before you do this, or if like me, you like to have this "testing" version in, say, /opt. If so, you can add a "--prefix=/opt/wine" to the configure script, and it will safely tuck itself away there, letting you keep the original version as it is.
  6. make depend

  7. make

  8. make install

    This step has to be done as root, as you install the files to your desired location.

There, you should be all set, remember to call the right wine version if you installed it in /opt, and enjoy AB3.1c

If there are any problems with this HOWTO (my first), please contact me and we'll work out any problems.

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back