Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

"Free markets select for winning solutions." -- Eric S. Raymond


computers / alt.bbs.mystic / Re: Netrunner

SubjectAuthor
o Re: NetrunnerJamie Bainbridge

1
Re: Netrunner

<aa10112d-5b50-4e5c-b5cf-0646c24f148an@googlegroups.com>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=1824&group=alt.bbs.mystic#1824

  copy link   Newsgroups: alt.bbs.mystic
X-Received: by 2002:a05:6214:1408:b0:570:47c8:f298 with SMTP id pr8-20020a056214140800b0057047c8f298mr6181998qvb.4.1678425124017;
Thu, 09 Mar 2023 21:12:04 -0800 (PST)
X-Received: by 2002:a81:b10a:0:b0:53d:2772:65d with SMTP id
p10-20020a81b10a000000b0053d2772065dmr9530483ywh.9.1678425123738; Thu, 09 Mar
2023 21:12:03 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: alt.bbs.mystic
Date: Thu, 9 Mar 2023 21:12:03 -0800 (PST)
In-Reply-To: <3711794250@f256.n123.z1.fidonet.org>
Injection-Info: google-groups.googlegroups.com; posting-host=1.120.200.82; posting-account=Q2OZEwoAAAANKo2GT_l3uUEobIMUphXY
NNTP-Posting-Host: 1.120.200.82
References: <3370654589@f215.n129.z1.fidonet.org> <3711794250@f256.n123.z1.fidonet.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <aa10112d-5b50-4e5c-b5cf-0646c24f148an@googlegroups.com>
Subject: Re: Netrunner
From: jamie.bainbridge@gmail.com (Jamie Bainbridge)
Injection-Date: Fri, 10 Mar 2023 05:12:04 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2305
 by: Jamie Bainbridge - Fri, 10 Mar 2023 05:12 UTC

On Saturday, 27 February 2021 at 11:20:15 am UTC+11, Geri Atricks wrote:
> netrunner crashes saying "Unable to initialize video"

This is not your fault, the Netrunner binary looks for the libraries in the wrong path.

You can fix this with a command like:

sudo ln -s /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0 /usr/lib/x86_64-linux-gnu/libSDL2.so

Long explanation:

If you run Netrunner under a system call trace like:

strace -vffttT -o strace.txt ./netrunner

Then look in the "strace.txt" file, you will see it's trying to open "libSDL2.so" under many different library paths, but it never finds SDL2 so it can't start the graphical interface.

If you list the contents of the SDL2 library package with:

dpkg-query -L libsdl2-2.0-0

You will see the library file is actually called "libSDL2-2.0.so.0" and not "libSDL2.so" which Netrunner is looking for.

So we make a symlink from the actual library filename to the filename which Netrunner expects, and it works.

Maybe Netrunner is built on an older Ubuntu (18.04 or earlier?) which had a different filename for the SDL2 library.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor