Gentoo Archives: gentoo-user

From: Artur Tamm <artur.tamm.85@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gaming on gentoo
Date: Sat, 17 Dec 2022 18:47:15
Message-Id: CA+ihco_vtD7Z08-pq2GuG5MVoGwbQAJ0tPDx1c=y5fMi_XgKKQ@mail.gmail.com
In Reply to: Re: [gentoo-user] Gaming on gentoo by David Rosenbaum
1 Here is my output (start the game and exit from menu right away). It seems
2 yours is failing at the audio initialisation stage. Could you try to
3 compile quakespasm without any audio support.
4 ===
5 Command line: ./quakespasm_compiled
6 Found SDL version 1.2.16
7 Detected 8 CPUs.
8 Initializing QuakeSpasm v0.95.1
9 Host_Init
10 Playing registered version.
11 Console initialized.
12 UDP_Init: WARNING: gethostbyname failed (Unknown host)
13 UDP Initialized
14 Server using protocol 666 (FitzQuake)
15 Exe: 21:05:46 Dec 14 2022
16 256.0 megabyte heap
17 Video mode 800x600x32 60Hz (24-bit z-buffer, 0x FSAA) initialized
18 GL_VENDOR: AMD
19 GL_RENDERER: AMD Radeon Vega 3 Graphics (raven, LLVM 14.0.6, DRM 3.48,
20 6.0.8)
21 GL_VERSION: 4.6 (Compatibility Profile) Mesa 22.1.7
22 FOUND: ARB_vertex_buffer_object
23 FOUND: ARB_multitexture
24 GL_MAX_TEXTURE_UNITS: 8
25 FOUND: ARB_texture_env_combine
26 FOUND: ARB_texture_env_add
27 FOUND: SDL_GL_SWAP_CONTROL
28 FOUND: EXT_texture_filter_anisotropic
29 FOUND: ARB_texture_non_power_of_two
30 FOUND: GLSL
31 FOUND: glGenerateMipmap
32
33 Sound Initialization
34 SDL audio spec : 44100 Hz, 940 samples, 2 channels
35 SDL audio driver: alsa, 65536 bytes buffer
36 Audio: 16 bit, stereo, 44100 Hz
37 SDL detected 0 CD-ROM drives
38
39 Language initialization
40 Couldn't load 'localization/loc_english.txt'
41 from '/home/artuuuro/Games/Native/Quake'
42
43 ========= Quake Initialized =========
44
45 execing quake.rc
46 execing default.cfg
47 execing config.cfg
48 execing autoexec.cfg
49 3 demo(s) in loop
50 Playing demo from demo1.dem.
51
52
53
54 the Necropolis
55 Using protocol 15
56 Couldn't find a cdrip for track 2
57 You got the shells
58 Couldn't write config.cfg.
59 Shutting down SDL sound
60 ===
61
62 On Sat, 17 Dec 2022 at 16:54, David Rosenbaum <rosenbaumd181@×××××.com>
63 wrote:
64
65 >
66 >
67 > Dave
68 >
69 > On Tue, Dec 13, 2022, 12:18 AM Alan Ianson <agianson@×××××.com> wrote:
70 >
71 >> Hello list,
72 >>
73 >> I am a gentoo newbie. I have installed gentoo about a month ago and have
74 >> been busy since in my free time getting it up and running.
75 >>
76 >> I have a problem with quakespasm, it segfaults on startup.. this is what
77 >> I get..
78 >>
79 >> alan@irondust:/usr/share/games/quake$ quakespasm
80 >> Command line: quakespasm
81 >> Found SDL version 2.24.2
82 >> Detected 2 CPUs.
83 >> Initializing QuakeSpasm v0.95.1
84 >> Host_Init
85 >> Playing registered version.
86 >> Console initialized.
87 >> UDP Initialized
88 >> Server using protocol 666 (FitzQuake)
89 >> Exe: 20:46:02 Dec 12 2022
90 >> 256.0 megabyte heap
91 >> Video mode 1920x1080x24 60Hz (24-bit z-buffer, 0x FSAA) initialized
92 >> GL_VENDOR: NVIDIA Corporation
93 >> GL_RENDERER: GeForce GT 610/PCIe/SSE2
94 >> GL_VERSION: 4.6.0 NVIDIA 390.157
95 >> FOUND: ARB_vertex_buffer_object
96 >> FOUND: ARB_multitexture
97 >> GL_MAX_TEXTURE_UNITS: 4
98 >> FOUND: ARB_texture_env_combine
99 >> FOUND: ARB_texture_env_add
100 >> FOUND: SDL_GL_SetSwapInterval
101 >> FOUND: EXT_texture_filter_anisotropic
102 >> FOUND: ARB_texture_non_power_of_two
103 >> FOUND: GLSL
104 >> FOUND: glGenerateMipmap
105 >>
106 >> Sound Initialization
107 >> Segmentation fault
108 >> alan@irondust:/usr/share/games/quake$
109 >>
110 >> I get the above with version 0.95.1 (installed from guru using the git
111 >> version) and from 0.94.1 also from guru.
112 >>
113 >> I am not sure why it segfaults or what I can do about that. I have built
114 >> it with sdl and sdl2 and I get the same result.
115 >>
116 >> I have run quakespasm on other distributions like debian, archlinux and
117 >> slackware without issues so there may be something different about gentoo
118 >> that I need to know about.
119 >>
120 >> Any thoughts or ideas about how to get this working would be appreciated.
121 >>
122 >>

Replies

Subject Author
Re: [gentoo-user] Gaming on gentoo Alan Ianson <agianson@×××××.com>