• Netrunner/Linux 32&64 Bit

    From Night Stalker@21:1/178 to All on Sat Aug 12 15:55:14 2017
    Anyone else get errors with the latest netrunner/linux

    the 32bit version
    -----------------
    dave@playbox:~/Downloads$ cd netrunner/
    dave@playbox:~/Downloads/netrunner$ ls
    file_id.diz netrunner.icn netrunner.manual.txt whatsnew.txt
    netrunner netrunner.ini test.scr
    dave@playbox:~/Downloads/netrunner$ ./netrunner
    bash: ./netrunner: No such file or directory dave@playbox:~/Downloads/netrunner$

    -rwxrwxr-x 1 dave dave 295412 Mar 17 2016 netrunner

    The file is executable (as u can see by permissions)

    the 64bit version
    -----------------
    dave@playbox:~/Downloads/nr64$ ls -l
    total 432
    -rwxrwxr-x 1 dave dave 598 Mar 16 2016 file_id.diz
    -rwxrwxr-x 1 dave dave 348976 Mar 16 2016 netrunner
    -rwxrwxr-x 1 dave dave 49206 Mar 16 2016 netrunner.icn
    -rwxrwxr-x 1 dave dave 4535 Mar 16 2016 netrunner.ini
    -rwxrwxr-x 1 dave dave 9004 Mar 16 2016 netrunner.manual.txt
    -rwxrwxr-x 1 dave dave 513 Mar 16 2016 test.scr
    -rwxrwxr-x 1 dave dave 8042 Mar 16 2016 whatsnew.txt dave@playbox:~/Downloads/nr64$ ./netrunner
    An unhandled exception occurred at $00007F45F7751634:
    EDivByZero: Division by zero
    $00007F45F7751634

    dave@playbox:~/Downloads/nr64$

    -----------

    Any ideas? I have both SDL 1.2 and SDL 2.0 libraries and headers installed

    --- Mystic BBS v1.12 A34 (Windows/32)
    * Origin: internal dimension + idbbs.dlinkddns.com + port 59 (21:1/178)
  • From apam@21:1/125 to Night Stalker on Sun Aug 13 13:13:26 2017
    Any ideas? I have both SDL 1.2 and SDL 2.0 libraries and headers installed

    run ldd netrunner and see what's missing. Could be a version mismatch.. what Linux distro are you using? Glibc 2.26 was released recently that might have caused some breakage.

    Andrew


    --- ENiGMA 1/2 v0.0.6-alpha (linux; x64; 6.11.2)
    * Origin: Exotica - exoticabbs.com:8888 (21:1/125)
  • From Cmech@21:2/120 to Night Stalker on Sun Aug 13 03:45:54 2017
    * An ongoing debate between Night Stalker and All rages on ...

    the 32bit version
    -----------------
    dave@playbox:~/Downloads$ cd netrunner/ dave@playbox:~/Downloads/netrunner$ ls
    file_id.diz netrunner.icn netrunner.manual.txt whatsnew.txt
    netrunner netrunner.ini test.scr
    dave@playbox:~/Downloads/netrunner$ ./netrunner
    bash: ./netrunner: No such file or directory dave@playbox:~/Downloads/netrunner$

    -rwxrwxr-x 1 dave dave 295412 Mar 17 2016 netrunner

    The file is executable (as u can see by permissions)

    the 64bit version
    -----------------
    dave@playbox:~/Downloads/nr64$ ls -l
    total 432
    -rwxrwxr-x 1 dave dave 598 Mar 16 2016 file_id.diz
    -rwxrwxr-x 1 dave dave 348976 Mar 16 2016 netrunner
    -rwxrwxr-x 1 dave dave 49206 Mar 16 2016 netrunner.icn
    -rwxrwxr-x 1 dave dave 4535 Mar 16 2016 netrunner.ini
    -rwxrwxr-x 1 dave dave 9004 Mar 16 2016 netrunner.manual.txt
    -rwxrwxr-x 1 dave dave 513 Mar 16 2016 test.scr
    -rwxrwxr-x 1 dave dave 8042 Mar 16 2016 whatsnew.txt dave@playbox:~/Downloads/nr64$ ./netrunner
    An unhandled exception occurred at $00007F45F7751634:
    EDivByZero: Division by zero
    $00007F45F7751634

    dave@playbox:~/Downloads/nr64$

    -----------

    Any ideas? I have both SDL 1.2 and SDL 2.0 libraries and headers
    installed

    --- Mystic BBS v1.12 A34 (Windows/32)
    * Origin: internal dimension + idbbs.dlinkddns.com + port 59
    (21:1/178)

    I use chmod 755 netrunner (for all executables)


    .- Keep the faith, --------------------------------------------------.
    | |
    | Ben aka cMech Web: http|ftp|binkp|telnet://cmech.dynip.com |
    | Email: fido4cmech(at)lusfiber.net |
    | Home page: http://cmech.dynip.com/homepage/ |
    | | `------------ WildCat! BBS 24/7 +1-337-984-4794 any BAUD 8,N,1 ---'

    ... Practice safe algebra...use brackets!
    --- GoldED+/LNX v1.1.5-b20170303 under Kubuntu via Mystic BBS!
    * Origin: FSXNet - Positronium #2: telnet://cmech.dynip.com:2323 (21:2/120)
  • From Night Stalker@21:1/178 to apam on Sun Aug 13 15:13:04 2017
    On 08/13/17, apam said the following...

    run ldd netrunner and see what's missing. Could be a version mismatch.. what Linux distro are you using? Glibc 2.26 was released recently that might have caused some breakage.

    ave@asus-s56c:~/netrunner$ ldd netrunner
    linux-gate.so.1 (0xf77d8000)
    libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf779b000)
    libSDL2-2.0.so.0 => not found
    libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf7794000)
    libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf75dc000)
    /lib/ld-linux.so.2 (0x56573000)
    dave@asus-s56c:~/netrunner$

    Weird.. it says it's not found BUT

    dave@asus-s56c:/usr/lib/x86_64-linux-gnu$ ls libSDL2* -l
    lrwxrwxrwx 1 root root 20 Dec 27 2016 libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.4.1
    -rw-r--r-- 1 root root 1149504 Dec 27 2016 libSDL2-2.0.so.0.4.1

    It's there... and /usr/lib/x86_64-linux-gnu is in my LD_LIBRARY_PATH

    dave@asus-s56c:~$ uname -a
    Linux asus-s56c 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06)
    x86_64 GNU/Linux

    dave@asus-s56c:~$ gcc --version
    gcc (Debian 6.3.0-18) 6.3.0 20170516
    Copyright (C) 2016 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.

    --- Mystic BBS v1.12 A34 (Windows/32)
    * Origin: internal dimension + idbbs.dlinkddns.com + port 59 (21:1/178)
  • From Night Stalker@21:1/178 to apam on Sun Aug 13 15:14:50 2017
    On 08/13/17, apam said the following...

    run ldd netrunner and see what's missing. Could be a version mismatch.. what Linux distro are you using? Glibc 2.26 was released recently that might have caused some breakage.


    Ah fk I'm an idiot.. it's 32bit I forgot to install libsdl2-2:i386

    --- Mystic BBS v1.12 A34 (Windows/32)
    * Origin: internal dimension + idbbs.dlinkddns.com + port 59 (21:1/178)
  • From Pequito@21:1/126 to Night Stalker on Sun Aug 13 14:22:54 2017
    On 08/13/17, Night Stalker said the following...

    On 08/13/17, apam said the following...

    run ldd netrunner and see what's missing. Could be a version mismatch what Linux distro are you using? Glibc 2.26 was released recently tha might have caused some breakage.


    Ah fk I'm an idiot.. it's 32bit I forgot to install libsdl2-2:i386


    Can happen, need to always install /32 sometimes cause its just the more
    common with any OS.

    --- Mystic BBS v1.12 A34 (Linux/32)
    * Origin: Twinkle BBS # (21:1/126)