07-21-2022, 03:58 AM
(This post was last modified: 07-21-2022, 04:01 AM by BuddyFriendGuy.)
Compiling from latest git completed without error, but I'm getting this error while launching:
The last lines of the log before it failed:
Versions:
Any idea?
Code:
Inconsistency detected by ld.so: dl-close.c: 273: _dl_close_worker: Assertion `imap->l_ns == nsid' failed!
The last lines of the log before it failed:
Code:
[2022-07-21 03:49:23] S_Startup: initializing sound output format: 48000Hz, 16 bit, 2 channels...
[2022-07-21 03:49:23] Wanted audio Specification:
[2022-07-21 03:49:23] Channels : 2
[2022-07-21 03:49:23] Format : 0x8010
[2022-07-21 03:49:23] Frequency : 48000
[2022-07-21 03:49:23] Samples : 2048
[2022-07-21 03:49:23] Obtained audio specification:
[2022-07-21 03:49:23] Channels : 2
[2022-07-21 03:49:23] Format : 0x8010
[2022-07-21 03:49:23] Frequency : 48000
[2022-07-21 03:49:23] Samples : 2048
[2022-07-21 03:49:23] Sound format: 48000Hz, 2 channels, 16 bits per sample
[2022-07-21 03:49:23] CDAudio_Init: No CD in player.
[2022-07-21 03:49:23] Can't get initial CD volume
[2022-07-21 03:49:23] CD Audio Initialized
Inconsistency detected by ld.so: dl-close.c: 273: _dl_close_worker: Assertion `imap->l_ns == nsid' failed!
name
real 1.73
user 0.76
sys 0.08
Xonotic server still alive: False
Parent is shutting down, bye...
Versions:
Code:
$ gcc --version
gcc (GCC) 12.1.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ ld --version
GNU ld (GNU Binutils) 2.38
Copyright (C) 2022 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.
Any idea?