To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

mint@mint:~$ date
Sun Jan 11 14:00:08 UTC 2026
mint@mint:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Linuxmint
Description:	Linux Mint 22.2
Release:	22.2
Codename:	zara
mint@mint:~$ mkdir 0ad
mint@mint:~$ cd 0ad/
mint@mint:~/0ad$ ls
mint@mint:~/0ad$ dpkg -l | grep 0ad
mint@mint:~/0ad$ wget http://ftp.de.debian.org/debian/pool/main/0/0ad/0ad_0.0.23.1-5+b1_amd64.deb
--2026-01-11 14:02:21--  http://ftp.de.debian.org/debian/pool/main/0/0ad/0ad_0.0.23.1-5+b1_amd64.deb
Resolving ftp.de.debian.org (ftp.de.debian.org)... 141.76.2.4, 2a13:dd80:deb::deb
Connecting to ftp.de.debian.org (ftp.de.debian.org)|141.76.2.4|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5588508 (5.3M) [application/vnd.debian.binary-package]
Saving to: ‘0ad_0.0.23.1-5+b1_amd64.deb’

0ad_0.0.23.1-5+b1_amd64.de 100%[========================================>]   5.33M  2.71MB/s    in 2.0s    

2026-01-11 14:02:23 (2.71 MB/s) - ‘0ad_0.0.23.1-5+b1_amd64.deb’ saved [5588508/5588508]

mint@mint:~/0ad$ ls -al
total 5460
drwxrwxr-x  2 mint mint      60 Jan 11 14:02 .
drwxr-x--- 17 mint mint     520 Jan 11 14:00 ..
-rw-rw-r--  1 mint mint 5588508 Dec 12  2020 0ad_0.0.23.1-5+b1_amd64.deb
mint@mint:~/0ad$ mkdir decompr
mint@mint:~/0ad$ sudo dpkg-deb -R 0ad_0.0.23.1-5+b1_amd64.deb decompr/
mint@mint:~/0ad$ echo "Before the changes"
Before the changes
mint@mint:~/0ad$ head -3 decompr/DEBIAN/control 
Package: 0ad
Source: 0ad (0.0.23.1-5)
Version: 0.0.23.1-5+b1
mint@mint:~/0ad$ grep Depends decompr/DEBIAN/control
Pre-Depends: dpkg (>= 1.15.6~)
Depends: 0ad-data (>= 0.0.23.1), 0ad-data (<= 0.0.23.1-5), 0ad-data-common (>= 0.0.23.1), 0ad-data-common (<= 0.0.23.1-5), libboost-filesystem1.74.0 (>= 1.74.0), libc6 (>= 2.29), libcurl3-gnutls (>= 7.16.2), libenet7, libgcc-s1 (>= 3.4), libgl1, libgloox18 (>= 1.0.24), libicu67 (>= 67.1-1~), libminiupnpc17 (>= 1.9.20140610), libnspr4 (>= 2:4.9.2), libnvtt2, libopenal1 (>= 1.14), libpng16-16 (>= 1.6.2-1), libsdl2-2.0-0 (>= 2.0.12+dfsg1), libsodium23 (>= 1.0.14), libstdc++6 (>= 9), libvorbisfile3 (>= 1.1.2), libwxbase3.0-0v5 (>= 3.0.5.1+dfsg), libwxgtk3.0-gtk3-0v5 (>= 3.0.5.1+dfsg), libx11-6, libxcursor1 (>> 1.1.2), libxml2 (>= 2.9.0), zlib1g (>= 1:1.2.0)
mint@mint:~/0ad$ sudo xed decompr/DEBIAN/control 

** (xed:4306): WARNING **: 14:07:45.877: Set document metadata failed: Setting attribute metadata::xed-spell-language not supported

** (xed:4306): WARNING **: 14:07:45.877: Set document metadata failed: Setting attribute metadata::xed-encoding not supported

** (xed:4306): WARNING **: 14:07:49.916: Set document metadata failed: Setting attribute metadata::xed-position not supported
mint@mint:~/0ad$ echo "After making changes"
After making changes
mint@mint:~/0ad$ head -3 decompr/DEBIAN/control 
Package: 0ad
Source: 0ad (0.0.23.1-55)
Version: 0.0.23.1-55+b1
mint@mint:~/0ad$ grep Depends decompr/DEBIAN/control
Pre-Depends: dpkg (>= 1.15.6~)
Depends: 0ad-data (>= 0.0.23.1), 0ad-data (<= 0.0.23.1-5), 0ad-data-common (>= 0.0.23.1), 0ad-data-common (<= 0.0.23.1-5), libboost-filesystem1.74.0 (>= 1.74.0), libc6 (>= 2.29), libcurl3-gnutls (>= 7.16.2), libenet7, libgcc-s1 (>= 3.4), libgl1, libgloox18 (>= 1.0.24), libicu67 (>= 67.1-1~), libminiupnpc17 (>= 1.9.20140610), libnspr4 (>= 2:4.9.2), libnvtt2, libopenal1 (>= 1.14), libpng16-16 (>= 1.6.2-1), libsdl2-2.0-0 (>= 2.0.12+dfsg1), libsodium23 (>= 1.0.14), libstdc++6 (>= 9), libvorbisfile3 (>= 1.1.2), libwxbase3.2-1t64, libwxgtk3.2-1t64, libx11-6, libxcursor1 (>> 1.1.2), libxml2 (>= 2.9.0), zlib1g (>= 1:1.2.0)
mint@mint:~/0ad$ echo "55 and: libwxbase3.2-1t64, libwxgtk3.2-1t64,"
55 and: libwxbase3.2-1t64, libwxgtk3.2-1t64,
mint@mint:~/0ad$ sudo dpkg-deb -b decompr/ 0ad_0.0.23.1-55+b1_amd64.deb
dpkg-deb: building package '0ad' in '0ad_0.0.23.1-55+b1_amd64.deb'.
mint@mint:~/0ad$ ls -al
total 11388
drwxrwxr-x  3 mint mint     100 Jan 11 14:09 .
drwxr-x--- 17 mint mint     540 Jan 11 14:03 ..
-rw-rw-r--  1 mint mint 5588508 Dec 12  2020 0ad_0.0.23.1-5+b1_amd64.deb
-rw-r--r--  1 root root 6068104 Jan 11 14:09 0ad_0.0.23.1-55+b1_amd64.deb
drwxr-xr-x  4 root root      80 Jan 11 14:03 decompr
mint@mint:~/0ad$ rm 0ad_0.0.23.1-5+b1_amd64.deb 
mint@mint:~/0ad$ ls -al 
total 5928
drwxrwxr-x  3 mint mint      80 Jan 11 14:10 .
drwxr-x--- 17 mint mint     540 Jan 11 14:03 ..
-rw-r--r--  1 root root 6068104 Jan 11 14:09 0ad_0.0.23.1-55+b1_amd64.deb
drwxr-xr-x  4 root root      80 Jan 11 14:03 decompr
mint@mint:~/0ad$ sudo rm -r decompr
mint@mint:~/0ad$ ls -al 
total 5928
drwxrwxr-x  2 mint mint      60 Jan 11 14:10 .
drwxr-x--- 17 mint mint     540 Jan 11 14:03 ..
-rw-r--r--  1 root root 6068104 Jan 11 14:09 0ad_0.0.23.1-55+b1_amd64.deb
mint@mint:~/0ad$ wget http://ftp.de.debian.org/debian/pool/main/0/0ad-data/0ad-data_0.0.23.1-1.1_all.deb
--2026-01-11 14:11:14--  http://ftp.de.debian.org/debian/pool/main/0/0ad-data/0ad-data_0.0.23.1-1.1_all.deb
Resolving ftp.de.debian.org (ftp.de.debian.org)... 141.76.2.4, 2a13:dd80:deb::deb
Connecting to ftp.de.debian.org (ftp.de.debian.org)|141.76.2.4|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 701833824 (669M) [application/vnd.debian.binary-package]
Saving to: ‘0ad-data_0.0.23.1-1.1_all.deb’

0ad-data_0.0.23.1-1.1_all. 100%[========================================>] 669.32M  6.29MB/s    in 94s     

2026-01-11 14:12:48 (7.09 MB/s) - ‘0ad-data_0.0.23.1-1.1_all.deb’ saved [701833824/701833824]

mint@mint:~/0ad$ wget http://ftp.de.debian.org/debian/pool/main/0/0ad-data/0ad-data-common_0.0.23.1-1.1_all.deb
--2026-01-11 14:12:51--  http://ftp.de.debian.org/debian/pool/main/0/0ad-data/0ad-data-common_0.0.23.1-1.1_all.deb
Resolving ftp.de.debian.org (ftp.de.debian.org)... 141.76.2.4, 2a13:dd80:deb::deb
Connecting to ftp.de.debian.org (ftp.de.debian.org)|141.76.2.4|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 777612 (759K) [application/vnd.debian.binary-package]
Saving to: ‘0ad-data-common_0.0.23.1-1.1_all.deb’

0ad-data-common_0.0.23.1-1 100%[========================================>] 759.39K  1.06MB/s    in 0.7s    

2026-01-11 14:12:52 (1.06 MB/s) - ‘0ad-data-common_0.0.23.1-1.1_all.deb’ saved [777612/777612]

mint@mint:~/0ad$ ls -al
total 692076
drwxrwxr-x  2 mint mint       100 Jan 11 14:12 .
drwxr-x--- 17 mint mint       540 Jan 11 14:03 ..
-rw-rw-r--  1 mint mint    777612 Jan  1  2021 0ad-data-common_0.0.23.1-1.1_all.deb
-rw-rw-r--  1 mint mint 701833824 Jan  1  2021 0ad-data_0.0.23.1-1.1_all.deb
-rw-r--r--  1 root root   6068104 Jan 11 14:09 0ad_0.0.23.1-55+b1_amd64.deb
mint@mint:~/0ad$ sudo apt-get install fonts-freefont-ttf fonts-texgyre libboost-filesystem1.74.0 libenet7 libgloox18  libnvtt2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  fonts-texgyre-math
The following NEW packages will be installed:
  fonts-freefont-ttf fonts-texgyre fonts-texgyre-math libboost-filesystem1.74.0 libenet7 libgloox18
  libnvtt2
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Need to get 17.2 MB of archives.
After this operation, 39.6 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-freefont-ttf all 20211204+svn4273-2 [5641 kB]
Get:2 http://archive.ubuntu.com/ubuntu noble/universe amd64 fonts-texgyre all 20180621-6 [8350 kB]
Get:3 http://archive.ubuntu.com/ubuntu noble/universe amd64 fonts-texgyre-math all 20180621-6 [2373 kB]
Get:4 http://archive.ubuntu.com/ubuntu noble/universe amd64 libboost-filesystem1.74.0 amd64 1.74.0+ds1-23.1ubuntu3 [269 kB]
Get:5 http://archive.ubuntu.com/ubuntu noble/universe amd64 libenet7 amd64 1.3.17+ds-2build1 [25.1 kB]
Get:6 http://archive.ubuntu.com/ubuntu noble/universe amd64 libgloox18 amd64 1.0.28-1build2 [381 kB]
Get:7 http://archive.ubuntu.com/ubuntu noble/universe amd64 libnvtt2 amd64 2.0.8-1+dfsg-8.2build8 [137 kB]
Fetched 17.2 MB in 3s (5093 kB/s)
Selecting previously unselected package fonts-freefont-ttf.
(Reading database ... 493403 files and directories currently installed.)
Preparing to unpack .../0-fonts-freefont-ttf_20211204+svn4273-2_all.deb ...
Unpacking fonts-freefont-ttf (20211204+svn4273-2) ...
Selecting previously unselected package fonts-texgyre.
Preparing to unpack .../1-fonts-texgyre_20180621-6_all.deb ...
Unpacking fonts-texgyre (20180621-6) ...
Selecting previously unselected package fonts-texgyre-math.
Preparing to unpack .../2-fonts-texgyre-math_20180621-6_all.deb ...
Unpacking fonts-texgyre-math (20180621-6) ...
Selecting previously unselected package libboost-filesystem1.74.0:amd64.
Preparing to unpack .../3-libboost-filesystem1.74.0_1.74.0+ds1-23.1ubuntu3_amd64.deb ...
Unpacking libboost-filesystem1.74.0:amd64 (1.74.0+ds1-23.1ubuntu3) ...
Selecting previously unselected package libenet7:amd64.
Preparing to unpack .../4-libenet7_1.3.17+ds-2build1_amd64.deb ...
Unpacking libenet7:amd64 (1.3.17+ds-2build1) ...
Selecting previously unselected package libgloox18:amd64.
Preparing to unpack .../5-libgloox18_1.0.28-1build2_amd64.deb ...
Unpacking libgloox18:amd64 (1.0.28-1build2) ...
Selecting previously unselected package libnvtt2:amd64.
Preparing to unpack .../6-libnvtt2_2.0.8-1+dfsg-8.2build8_amd64.deb ...
Unpacking libnvtt2:amd64 (2.0.8-1+dfsg-8.2build8) ...
Setting up libenet7:amd64 (1.3.17+ds-2build1) ...
Setting up fonts-texgyre-math (20180621-6) ...
Setting up libgloox18:amd64 (1.0.28-1build2) ...
Setting up fonts-freefont-ttf (20211204+svn4273-2) ...
Setting up libboost-filesystem1.74.0:amd64 (1.74.0+ds1-23.1ubuntu3) ...
Setting up fonts-texgyre (20180621-6) ...
Setting up libnvtt2:amd64 (2.0.8-1+dfsg-8.2build8) ...
Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
mint@mint:~/0ad$ sudo apt-get install libwxbase3.2-1t64 libwxgtk3.2-1t64
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  libwxbase3.2-1t64 libwxgtk3.2-1t64
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 5435 kB of archives.
After this operation, 20.0 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu noble/universe amd64 libwxbase3.2-1t64 amd64 3.2.4+dfsg-4build1 [899 kB]
Get:2 http://archive.ubuntu.com/ubuntu noble/universe amd64 libwxgtk3.2-1t64 amd64 3.2.4+dfsg-4build1 [4535 kB]
Fetched 5435 kB in 2s (3097 kB/s)           
Selecting previously unselected package libwxbase3.2-1t64:amd64.
(Reading database ... 493662 files and directories currently installed.)
Preparing to unpack .../libwxbase3.2-1t64_3.2.4+dfsg-4build1_amd64.deb ...
Unpacking libwxbase3.2-1t64:amd64 (3.2.4+dfsg-4build1) ...
Selecting previously unselected package libwxgtk3.2-1t64:amd64.
Preparing to unpack .../libwxgtk3.2-1t64_3.2.4+dfsg-4build1_amd64.deb ...
Unpacking libwxgtk3.2-1t64:amd64 (3.2.4+dfsg-4build1) ...
Setting up libwxbase3.2-1t64:amd64 (3.2.4+dfsg-4build1) ...
Setting up libwxgtk3.2-1t64:amd64 (3.2.4+dfsg-4build1) ...
Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
mint@mint:~/0ad$ wget http://security.debian.org/debian-security/pool/updates/main/i/icu/libicu67_67.1-7+deb11u1_amd64.deb
--2026-01-11 14:14:49--  http://security.debian.org/debian-security/pool/updates/main/i/icu/libicu67_67.1-7+deb11u1_amd64.deb
Resolving security.debian.org (security.debian.org)... 151.101.194.132, 151.101.2.132, 151.101.66.132, ...
Connecting to security.debian.org (security.debian.org)|151.101.194.132|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8624436 (8.2M) [application/vnd.debian.binary-package]
Saving to: ‘libicu67_67.1-7+deb11u1_amd64.deb’

libicu67_67.1-7+deb11u1_am 100%[========================================>]   8.22M  5.94MB/s    in 1.4s    

2026-01-11 14:14:50 (5.94 MB/s) - ‘libicu67_67.1-7+deb11u1_amd64.deb’ saved [8624436/8624436]

mint@mint:~/0ad$ ls -al
total 700500
drwxrwxr-x  2 mint mint       120 Jan 11 14:14 .
drwxr-x--- 17 mint mint       540 Jan 11 14:03 ..
-rw-rw-r--  1 mint mint    777612 Jan  1  2021 0ad-data-common_0.0.23.1-1.1_all.deb
-rw-rw-r--  1 mint mint 701833824 Jan  1  2021 0ad-data_0.0.23.1-1.1_all.deb
-rw-r--r--  1 root root   6068104 Jan 11 14:09 0ad_0.0.23.1-55+b1_amd64.deb
-rw-rw-r--  1 mint mint   8624436 Jun 15  2025 libicu67_67.1-7+deb11u1_amd64.deb
mint@mint:~/0ad$ sudo dpkg -i libicu67_67.1-7+deb11u1_amd64.deb
Selecting previously unselected package libicu67:amd64.
(Reading database ... 493697 files and directories currently installed.)
Preparing to unpack libicu67_67.1-7+deb11u1_amd64.deb ...
Unpacking libicu67:amd64 (67.1-7+deb11u1) ...
Setting up libicu67:amd64 (67.1-7+deb11u1) ...
Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
mint@mint:~/0ad$ sudo dpkg -i 0ad-data_0.0.23.1-1.1_all.deb 0ad-data-common_0.0.23.1-1.1_all.deb
Selecting previously unselected package 0ad-data.
(Reading database ... 493713 files and directories currently installed.)
Preparing to unpack 0ad-data_0.0.23.1-1.1_all.deb ...
Unpacking 0ad-data (0.0.23.1-1.1) ...
Selecting previously unselected package 0ad-data-common.
Preparing to unpack 0ad-data-common_0.0.23.1-1.1_all.deb ...
Unpacking 0ad-data-common (0.0.23.1-1.1) ...
Setting up 0ad-data (0.0.23.1-1.1) ...
Setting up 0ad-data-common (0.0.23.1-1.1) ...
mint@mint:~/0ad$ sudo dpkg -i 0ad_0.0.23.1-55+b1_amd64.deb
Selecting previously unselected package 0ad.
(Reading database ... 493781 files and directories currently installed.)
Preparing to unpack 0ad_0.0.23.1-55+b1_amd64.deb ...
Unpacking 0ad (0.0.23.1-55+b1) ...
Setting up 0ad (0.0.23.1-55+b1) ...
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ...
Processing triggers for desktop-file-utils (0.27-2build1) ...
Processing triggers for man-db (2.12.0-4build2) ...
mint@mint:~/0ad$ sudo dpkg -C
mint@mint:~/0ad$ dpkg -l | grep 0ad
ii  0ad                                        0.0.23.1-55+b1                             amd64        Real-time strategy game of ancient warfare
ii  0ad-data                                   0.0.23.1-1.1                               all          Real-time strategy game of ancient warfare (data files)
ii  0ad-data-common                            0.0.23.1-1.1                               all          Real-time strategy game of ancient warfare (common data files)
mint@mint:~/0ad$ date
Sun Jan 11 14:16:34 UTC 2026
mint@mint:~/0ad$ lsb_release -a
No LSB modules are available.
Distributor ID:	Linuxmint
Description:	Linux Mint 22.2
Release:	22.2
Codename:	zara
mint@mint:~/0ad$ 0ad
TIMER| InitVfs: 760.805 us
Writing the mainlog at /home/mint/.config/0ad/logs/mainlog.html
TIMER| CONFIG_Init: 492.723 us
Sound: AlcInit success, using OpenAL Soft
TIMER| shutdown ConfigDB: 0.927 us
TIMER| resource modules: 9.64353 ms
TIMER TOTALS (9 clients)
-----------------------------------------------------
  tc_pool_alloc: 0 c (0x)
  tc_png_decode: 0 c (0x)
  tc_dds_transform: 0 c (0x)
  tc_transform: 0 c (0x)
  tc_plain_transform: 0 c (0x)
  tc_ShaderGLSLLink: 0 c (0x)
  tc_ShaderGLSLCompile: 0 c (0x)
  tc_ShaderValidation: 0 c (0x)
  xml_validation: 0 c (0x)
-----------------------------------------------------
TIMER| shutdown misc: 587.336 us
TIMER| InitVfs: 62.9057 ms
Writing the mainlog at /home/mint/.config/0ad/logs/mainlog.html
TIMER| CONFIG_Init: 454.125 us
Sound: AlcInit success, using OpenAL Soft
Unknown cache/TLB descriptor 0xfe
UserReport written to /home/mint/.config/0ad/logs/userreport_hwdetect.txt
WARNING: You are using 'llvmpipe (LLVM 19.1.1, 256 bits)' graphics driver, expect very poor performance!
WARNING: If possible install a proper graphics driver for your hardware.
TIMER| RunHardwareDetection: 21.3204 ms
TIMER| write_sys_info: 16.1419 ms
TIMER| InitRenderer: 1.52119 ms
TIMER| ps_console: 882.175 us
TIMER| ps_lang_hotkeys: 337.486 us
TIMER| common/modern/setup.xml: 91.468 us
TIMER| common/modern/styles.xml: 74.873 us
TIMER| common/modern/sprites.xml: 361.96 us
TIMER| common/setup.xml: 102.254 us
TIMER| common/sprites.xml: 125.965 us
TIMER| common/styles.xml: 36.764 us
TIMER| pregame/backgrounds/: 43.289 us
TIMER| pregame/sprites.xml: 36.65 us
TIMER| pregame/styles.xml: 10.091 us
TIMER| pregame/mainmenu.xml: 6.71418 ms
TIMER| common/global.xml: 174.166 us
TIMER| common/modern/setup.xml: 65.222 us
TIMER| common/modern/styles.xml: 57.119 us
TIMER| common/modern/sprites.xml: 290.279 us
TIMER| splashscreen/setup.xml: 10.59 us
TIMER| splashscreen/splashscreen.xml: 5.36095 ms
TIMER| common/global.xml: 157.711 us
TIMER| LoadDLL: 6.054 ms
TIMER| common/modern/setup.xml: 151.389 us
TIMER| common/modern/styles.xml: 158.871 us
TIMER| common/modern/sprites.xml: 745.669 us
TIMER| msgbox/msgbox.xml: 7.10608 ms
TIMER| common/modern/setup.xml: 312.792 us
TIMER| common/modern/styles.xml: 368.363 us
TIMER| common/modern/sprites.xml: 1.89114 ms
TIMER| msgbox/msgbox.xml: 15.872 ms
TIMER| common/modern/setup.xml: 226.75 us
TIMER| common/modern/styles.xml: 243.075 us
TIMER| common/modern/sprites.xml: 1.09817 ms
TIMER| msgbox/msgbox.xml: 9.42199 ms
TIMER| shutdown TexMan: 1.204 us
TIMER| shutdown Renderer: 328.822 us
TIMER| shutdown SDL: 110.526 ms
TIMER| shutdown UserReporter: 63.893 us
TIMER| shutdown ConfigDB: 0.255 us
TIMER| resource modules: 512.32 ms
TIMER TOTALS (0 clients)
-----------------------------------------------------
-----------------------------------------------------
TIMER| shutdown misc: 37.921 us
mint@mint:~/0ad$ 0ad
TIMER| InitVfs: 864.371 us
Writing the mainlog at /home/mint/.config/0ad/logs/mainlog.html
TIMER| CONFIG_Init: 711.927 us
Sound: AlcInit success, using OpenAL Soft
TIMER| shutdown ConfigDB: 0.802 us
TIMER| resource modules: 5.56855 ms
TIMER TOTALS (9 clients)
-----------------------------------------------------
  tc_pool_alloc: 0 c (0x)
  tc_png_decode: 0 c (0x)
  tc_dds_transform: 0 c (0x)
  tc_transform: 0 c (0x)
  tc_plain_transform: 0 c (0x)
  tc_ShaderGLSLLink: 0 c (0x)
  tc_ShaderGLSLCompile: 0 c (0x)
  tc_ShaderValidation: 0 c (0x)
  xml_validation: 0 c (0x)
-----------------------------------------------------
TIMER| shutdown misc: 44.788 us
TIMER| InitVfs: 63.6753 ms
Writing the mainlog at /home/mint/.config/0ad/logs/mainlog.html
TIMER| CONFIG_Init: 469.929 us
Sound: AlcInit success, using OpenAL Soft
Unknown cache/TLB descriptor 0xfe
UserReport written to /home/mint/.config/0ad/logs/userreport_hwdetect.txt
WARNING: You are using 'llvmpipe (LLVM 19.1.1, 256 bits)' graphics driver, expect very poor performance!
WARNING: If possible install a proper graphics driver for your hardware.
TIMER| RunHardwareDetection: 20.1548 ms
TIMER| write_sys_info: 16.1245 ms
TIMER| InitRenderer: 1.5746 ms
TIMER| ps_console: 840.049 us
TIMER| ps_lang_hotkeys: 290.874 us
TIMER| common/modern/setup.xml: 74.117 us
TIMER| common/modern/styles.xml: 61.843 us
TIMER| common/modern/sprites.xml: 293.863 us
TIMER| common/setup.xml: 95.073 us
TIMER| common/sprites.xml: 109.294 us
TIMER| common/styles.xml: 32.987 us
TIMER| pregame/backgrounds/: 34.222 us
TIMER| pregame/sprites.xml: 34.306 us
TIMER| pregame/styles.xml: 8.929 us
TIMER| pregame/mainmenu.xml: 7.05417 ms
TIMER| common/global.xml: 199.171 us
TIMER| common/modern/setup.xml: 59.145 us
TIMER| common/modern/styles.xml: 62.582 us
TIMER| common/modern/sprites.xml: 369.314 us
TIMER| splashscreen/setup.xml: 19.757 us
TIMER| splashscreen/splashscreen.xml: 5.11791 ms
TIMER| common/global.xml: 120.639 us
TIMER| common/modern/setup.xml: 261.656 us
TIMER| common/modern/styles.xml: 274.919 us
TIMER| common/modern/sprites.xml: 1.24947 ms
TIMER| common/setup.xml: 391.227 us
TIMER| common/sprites.xml: 405.264 us
TIMER| common/styles.xml: 109.081 us
TIMER| gamesetup/setup.xml: 66.444 us
TIMER| gamesetup/styles.xml: 20.554 us
TIMER| gamesetup/gamesetup.xml: 39.649 ms
TIMER| common/global.xml: 773.767 us
Writing replay to /home/mint/.local/share/0ad/replays/0.0.23/2026-01-11_0001
TIMER| common/modern/setup.xml: 83.238 us
TIMER| common/modern/styles.xml: 82.599 us
TIMER| common/modern/sprites.xml: 466.948 us
TIMER| common/setup.xml: 149.44 us
TIMER| common/sprites.xml: 172.297 us
TIMER| common/styles.xml: 43.527 us
TIMER| loading/styles.xml: 23.764 us
TIMER| loading/sprites.xml: 68.746 us
TIMER| loading/loading.xml: 5.48928 ms
TIMER| common/global.xml: 129.377 us
TIMER| common/modern/setup.xml: 64.339 us
TIMER| common/modern/styles.xml: 65.788 us
TIMER| common/modern/sprites.xml: 310.043 us
TIMER| common/setup.xml: 106.066 us
TIMER| common/setup_resources.xml: 12.316 us
TIMER| common/sprites.xml: 107.826 us
TIMER| common/styles.xml: 30.797 us
TIMER| session/sprites.xml: 258.089 us
TIMER| session/styles.xml: 45.919 us
TIMER| session/session.xml: 32.2794 ms
TIMER| common/global.xml: 2.39793 ms
GAME STARTED, ALL INIT COMPLETE
TIMER| common/modern/setup.xml: 81.598 us
TIMER| common/modern/styles.xml: 88.946 us
TIMER| common/modern/sprites.xml: 405.387 us
TIMER| msgbox/msgbox.xml: 7.90578 ms
Saved replay metadata to /home/mint/.local/share/0ad/replays/0.0.23/2026-01-11_0001/metadata.json
TIMER| AddReplayToCache: 520.254 us
TIMER| common/modern/setup.xml: 86.535 us
TIMER| common/modern/styles.xml: 82.591 us
TIMER| common/modern/sprites.xml: 331.609 us
TIMER| common/sprites.xml: 116.117 us
TIMER| common/global.xml: 153.259 us
TIMER| summary/summary.xml: 16.3191 ms
TIMER| common/modern/setup.xml: 180.297 us
TIMER| common/modern/styles.xml: 184.041 us
TIMER| common/modern/sprites.xml: 848.236 us
TIMER| common/setup.xml: 283.753 us
TIMER| common/sprites.xml: 289.053 us
TIMER| common/styles.xml: 80.309 us
TIMER| pregame/backgrounds/: 73.073 us
TIMER| pregame/sprites.xml: 68.896 us
TIMER| pregame/styles.xml: 18.498 us
TIMER| pregame/mainmenu.xml: 9.0583 ms
TIMER| common/global.xml: 184.899 us
TIMER| common/modern/setup.xml: 259.789 us
TIMER| common/modern/styles.xml: 267.683 us
TIMER| common/modern/sprites.xml: 1.06665 ms
TIMER| msgbox/msgbox.xml: 9.26639 ms
TIMER| shutdown TexMan: 120.894 us
TIMER| shutdown Renderer: 16.7563 ms
TIMER| shutdown SDL: 108.703 ms
TIMER| shutdown UserReporter: 33.743 us
TIMER| shutdown ConfigDB: 0.244 us
TIMER| resource modules: 116.684 ms
TIMER TOTALS (0 clients)
-----------------------------------------------------
-----------------------------------------------------
TIMER| shutdown misc: 98.652 us
mint@mint:~/0ad$ 
