cant launch zandronum

General help and assistance forum.
Post Reply
mist
 
Posts: 25
Joined: Tue Mar 13, 2018 11:57 am

cant launch zandronum

#1

Post by mist » Sun Oct 23, 2022 8:34 pm

Hi. I am find solution to fix choppiness framerate. And apply this.
viewtopic.php?f=39&t=8156#p106269

Code: Select all

$ sudo apt install autoconf cmake mercurial
$ hg clone --branch SDL-1.2 https://hg.libsdl.org/SDL SDL-1.2
$ cd SDL-1.2
$ ./autogen.sh && ./configure && make
$ sudo make install
$ sudo ldconfig
Now zandronum not start at all. I have this error message. How to fix that?

Code: Select all

*** Fatal Error ***
Address not mapped to object (signal 11)
Address: (nil)

System: Linux devuan 6.0.0-1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.0.2-1 (2022-10-20) x86_64 GNU/Linux

Zandronum version 3.1 (4178904d7698)
Compiler version: 7.3.0

Command line: /usr/games/zandronum/zandronum

Wad 0: zandronum.pk3
Wad 1: Doom2.wad

Not in a level.

Executing: gdb --quiet --batch --command=gdb-respfile-xpg1mR
Screenshot_2022-10-23_23-19-23.jpg
PS OS Devuan ceres here
You do not have the required permissions to view the files attached to this post.

mist
 
Posts: 25
Joined: Tue Mar 13, 2018 11:57 am

Re: cant launch zandronum

#2

Post by mist » Sun Oct 23, 2022 9:51 pm

solved
from SDL-1.2, SDL-1.2-fix dirs

Code: Select all

sudo make uninstall

Post Reply