• Re: Netrunner

    From Jamie Bainbridge@3:633/280.2 to All on Fri Mar 10 16:12:03 2023
    On Saturday, 27 February 2021 at 11:20:15=E2=80=AFam UTC+11, Geri Atricks w= rote:
    netrunner crashes saying "Unable to initialize video"=20

    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 "libSD= L2.so" under many different library paths, but it never finds SDL2 so it ca= n'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.

    --- MBSE BBS v1.0.8 (Linux-x86_64)
    * Origin: ---:- FTN<->UseNet Gate -:--- (3:633/280.2@fidonet)
  • From Mike@1:229/310 to g00r00 on Fri May 31 03:17:13 2024
    Any chance we can get a compiled version of Netrunner for the Mac M1/M2/M3 ?


    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: Agency HUB, Dunedin - New Zealand (1:229/310@fidonet)
  • From Jay Harris@1:229/664 to g00r00 on Fri May 31 03:39:40 2024
    On 31 May 2024, Mike said the following...

    Any chance we can get a compiled version of Netrunner for the Mac
    M1/M2/M3 ?

    +1 for this. I'm using iCY Term right now on the Mac which works well enough but I'd be using Netrunner if is was available.

    https://github.com/mkrueger/icy_tools/releases


    Jay

    .... Who called it a jetski and not a boatercycle?


    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: Agency HUB, Dunedin - New Zealand (1:229/664@fidonet)
  • From Mike Krueger@1:105/420 to Jay Harris on Sat Jun 22 03:53:05 2024
    +1 for this. I'm using iCY Term right now on the Mac which works well enough but I'd be using Netrunner if is was available.

    What's missing on icy term? The ansi engine should be very complete.
    Any issues or is it just the style? Netrunner & icy term are different.


    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: Agency HUB, Dunedin - New Zealand (1:105/420@fidonet)
  • From Chad Adams@1:19/40 to Mike Krueger on Fri Jun 28 17:49:39 2024
    Mike,

    Does icyterm have a linux build?
    -Nugax



    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: Agency HUB, Dunedin - New Zealand (1:19/40@fidonet)
  • From Paul Hayton@3:770/100 to Chad Adams on Sun Jun 30 07:04:33 2024
    On 28 Jun 2024 at 08:49p, Chad Adams pondered and said...
    -Nugax

    can you email me please. I have been trying to contact you. thanks.

    Kerr Avon [Blake's 7] 'I'm not expendable, I'm not stupid and I'm not going' avon[at]bbs.nz | bbs.nz | fsxnet.nz


    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: Agency HUB, Dunedin - New Zealand (3:770/100@fidonet)
  • From Martin Kazmaier@1:340/1101 to Chad Adams on Mon Jul 1 11:39:00 2024
    Mike,

    Does icyterm have a linux build? -Nugax

    Yes, though I was unable to install it... Others haven't had that problem.

    --
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp,
    ,wss) (Ports 22,23,110,21,119,8080) (ssh login 'bbs' pass 'shsbbs').


    *** THE READER V4.50 [freeware]

    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: Agency HUB, Dunedin - New Zealand (1:340/1101@fidonet)
  • From Mike Krueger@1:105/420 to Chad Adams on Thu Sep 26 21:24:38 2024
    Does icyterm have a linux build?

    Sure - I'm developing on linux. However I'm not sure how to distribute that correctly. A .deb is available which works on my ubuntu based distros.

    But no flatpak so far. Distributing on linux is hard.


    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: Agency HUB, Dunedin - New Zealand (1:105/420@fidonet)
  • From Christian Sacks@2:250/5 to Mike Krueger on Fri Sep 27 12:04:27 2024
    On 27 Sep 2024, Mike Krueger said the following...

    But no flatpak so far. Distributing on linux is hard.

    Put it up on github and let people build it themselves. Then people who run Arch could make a pkgbuild for it and add it to the AUR =)

    .... Help! I can't find the "ANY" key.


    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: Agency HUB, Dunedin - New Zealand (2:250/5@fidonet)
  • From Dan Clough@4402:770/1 to Mike Krueger on Sat Sep 28 18:26:00 2024
    Mike Krueger wrote to Chad Adams <=-

    Does icyterm have a linux build?

    Sure - I'm developing on linux. However I'm not sure how to distribute that correctly. A .deb is available which works on my ubuntu based distros.

    But no flatpak so far. Distributing on linux is hard.

    Ummmm..... source code?



    .... Only those who attempt the absurd achieve the impossible.
    === MultiMail/Linux v0.52

    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: Agency HUB, Dunedin - New Zealand (4402:770/1@fidonet)
  • From Martin Kazmaier@1:340/1101 to Christian Sacks on Sat Sep 28 10:42:00 2024
    On 27 Sep 2024, Mike Krueger said the following...

    But no flatpak so far. Distributing on linux is hard.

    Put it up on github and let people build it themselves. Then people who run Arch could make a pkgbuild for it and add it to the AUR =)

    It is on github...
    https://github.com/mkrueger/icy_tools/releases

    --
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp,
    ,wss) (Ports 22,23,110,21,119,8080) (ssh login 'bbs' pass 'shsbbs').


    *** THE READER V4.50 [freeware]

    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: Agency HUB, Dunedin - New Zealand (1:340/1101@fidonet)