Package Details: dwarffortress-ironhand 0.47.05-3

Git Clone URL: https://aur.archlinux.org/dwarffortress-ironhand.git (read-only, click to copy)
Package Base: dwarffortress-ironhand
Description: Build a fortress and try to help your dwarves survive against a deeply generated world.
Upstream URL: http://www.bay12games.com/dwarves/
Licenses: custom:dwarffortress
Conflicts: dwarffortress
Provides: dwarffortress
Submitter: wookietreiber
Maintainer: stick
Last Packager: stick
Votes: 8
Popularity: 0.000000
First Submitted: 2015-12-20 09:49 (UTC)
Last Updated: 2022-03-14 02:06 (UTC)

Required by (5)

Sources (7)

Pinned Comments

stick commented on 2023-12-30 16:56 (UTC)

Neither Ironhand or Unfuck is available for any release later than 47_05. The package is not outdated; it is simply not available for newer releases of DwarfFortress. This also means that it will not work with more recent versions of DwarfTherapist.

Latest Comments

1 2 3 Next › Last »

Timoyoungster commented on 2025-05-26 08:10 (UTC)

Anyone else getting a compatibility error for CMake?

CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: dwarffortress-ironhand-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
dwarffortress-ironhand - exit status 4

stick commented on 2023-12-30 16:56 (UTC)

Neither Ironhand or Unfuck is available for any release later than 47_05. The package is not outdated; it is simply not available for newer releases of DwarfFortress. This also means that it will not work with more recent versions of DwarfTherapist.

Levitating commented on 2023-12-17 20:13 (UTC) (edited on 2023-12-17 20:58 (UTC) by Levitating)

I am getting a SIGILL:

fish: Job 1, 'dwarffortress' terminated by signal SIGILL (Illegal instruction)

I am getting the same error in spacefox (but not with the official package). The instruction is ud2, in libgraphics.so.

Edit: Otherwise I get a SEGFAULT around the same spot, trying to call an invalid address. Also happens trying to compile the official package. Documented here: https://github.com/svenstaro/dwarf_fortress_unfuck/issues/28

wookietreiber commented on 2022-12-16 13:51 (UTC)

This does no longer work with DFHack, I'm getting this error:

DFHack fatal error: Not a known DF version.
DFHack will now deactivate.

Works fine with the base dwarffortress from the community repo, so something here must have changed so that it's no longer compatible.

stick commented on 2022-03-04 20:58 (UTC)

@xiretza good catch, fixed, thanks!

xiretza commented on 2022-03-04 20:50 (UTC)

Requires gtk3 instead of gtk2.

stick commented on 2020-06-22 13:20 (UTC)

@TheGoliath

https://github.com/svenstaro/dwarf_fortress_unfuck

wookietreiber commented on 2018-11-09 18:09 (UTC)

often, new versions of dwarffortress are out, but ironhand is not yet updated, please don't ask about updating if you haven't checked if ironhand has also been updated

johnjohlys commented on 2018-07-31 02:42 (UTC)

Hello, I have find a problem with this 44.11, and I think it's a bug. I execute the dwarffortress and get a segfault, and the crash point appears in libgraphics. Also, I find that there is a "WARNING: Package contains reference to $srcdir" during makepkg, which also complains about libgraphics. I am not familiar with "makepkg" so I cannot sure what to modify. But if I replace ~/.dwarffortress/libgraphics.so by ./dwarf_fortress_unfuck-0.44.11/libgraphics.so (under makepkg), then everything works fine again.