wojciech-graj / doom-ascii

DooM in the terminal!
GNU General Public License v2.0
520 stars 24 forks source link

IWAD in arch linux #13

Closed BludAdit3220 closed 3 weeks ago

BludAdit3220 commented 3 weeks ago

Starting D_DoomMain Doom ASCII 0.1.1 Z_Init: Init zone memory allocation daemon. zone memory: 0x77b791c00010, 600000 allocated for zone Using . for configuration and saves V_Init: allocate screens. M_LoadDefaults: Load system defaults. saving config in .default.cfg -iwad not specified, trying a few iwad names Trying IWAD file:doom2.wad Trying IWAD file:plutonia.wad Trying IWAD file:tnt.wad Trying IWAD file:doom.wad Trying IWAD file:DOOM1.WAD Trying IWAD file:chex.wad Trying IWAD file:hacx.wad Trying IWAD file:freedm.wad Trying IWAD file:freedoom2.wad Trying IWAD file:freedoom1.wad Game mode indeterminate. No IWAD file was found. Try specifying one with the '-iwad' command line parameter.

(zenity:25323): Gtk-CRITICAL **: 18:32:40.098: GtkBox 0x5945ccae8010 reports a minimum height of 172, but minimum height for width of 1048576 is 184. Expect overlapping widgets.

(zenity:25323): Gtk-CRITICAL **: 18:32:40.099: GtkBox 0x5945ccb06840 reports a minimum height of 75, but minimum height for width of 1048576 is 87. Expect overlapping widgets.

(zenity:25323): Gtk-CRITICAL **: 18:32:40.179: GtkBox 0x5945ccae8010 reports a minimum height of 168, but minimum height for width of 1048576 is 180. Expect overlapping widgets.

(zenity:25323): Gtk-CRITICAL **: 18:32:40.179: GtkBox 0x5945ccb06840 reports a minimum height of 72, but minimum height for width of 1048576 is 84. Expect overlapping widgets. what is iwad and why is my arch linux terminal asking for it

wojciech-graj commented 3 weeks ago

Per the README:

You will need a WAD file (game data). If you don't own the game, the shareware version is freely available.

A download link can be found e.g. at the bottom of the following page: https://web.archive.org/web/20240720123207/https://doomwiki.org/wiki/DOOM1.WAD . You may have to rename it to DOOM1.WAD, as the linux filesystem is case-sensitive.

I would advise against downloading the very conspicuous executable linked in the above comment (which appears to have now been deleted).

BludAdit3220 commented 3 weeks ago

Thanks man