• exec.cpp

    From SYS64738@1:103/705 to All on Wed Feb 16 21:30:26 2022
    I keep getting the below error. I can't even find a file named "exec.cpp" in the sbbs directory. Any ideas?

    ERROR 2 (No such file or directory) (WinError 2) in exec.cpp line 813 (sbbs_t::exec_bin) executing "prextrn" access=0 info=module doesn't exist

    ---
    þ Synchronet þ I got DIBZ on it! (dibz.synchro.net)
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nightfox@1:103/705 to SYS64738 on Thu Feb 17 09:24:18 2022
    Re: exec.cpp
    By: SYS64738 to All on Wed Feb 16 2022 09:30 pm

    I keep getting the below error. I can't even find a file named "exec.cpp" in the sbbs directory. Any ideas?

    ERROR 2 (No such file or directory) (WinError 2) in exec.cpp line 813 (sbbs_t::exec_bin) executing "prextrn" access=0 info=module doesn't exist

    sbbs.cpp is one of the C++ source files for Synchronet and is located in src\sbbs3 in the Git repository (it wouldn't be included with the Synchronet binaries).
    This is on line 813 of exec.cpp (at least in my current copy):
    errormsg(WHERE, ERR_EXEC, mod, 0, "module doesn't exist");

    Looking at the source code around that line, it looks like it's trying to run a .bin (Baja module) or .js script but it can't find the file for it.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to SYS64738 on Thu Feb 17 10:58:56 2022
    Re: exec.cpp
    By: SYS64738 to All on Wed Feb 16 2022 09:30 pm

    I keep getting the below error. I can't even find a file named "exec.cpp" in the sbbs directory. Any ideas?

    ERROR 2 (No such file or directory) (WinError 2) in exec.cpp line 813 (sbbs_t::exec_bin) executing "prextrn" access=0 info=module doesn't exist

    It's trying to execute the "prextrn" module (usually exec/prextrn.js). Sounds like your exec directory is not up to date.
    --
    digital man (rob)

    This Is Spinal Tap quote #32:
    Derek Smalls: [A jog?] We don't have time for that.
    Norco, CA WX: 62.3øF, 20.0% humidity, 3 mph NW wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From SYS64738@1:103/705 to Digital Man on Thu Feb 17 19:30:34 2022
    Re: exec.cpp
    By: Digital Man to SYS64738 on Thu Feb 17 2022 10:58:56

    It's trying to execute the "prextrn" module (usually exec/prextrn.js). Sounds like your exec directory is not up to date.

    Hmmm...I'll check that out. Thanks.

    ---
    þ Synchronet þ I got DIBZ on it! (dibz.synchro.net)
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)