• xtrn_sec.js - .js filename vs internal code

    From Nightfox@VERT/DIGDIST to Digital Man on Tue May 19 08:23:11 2020
    Hi DM,ããDoes xtrn_sec.js expect .js doors to have a filename that is the same as the itnernal code? One of the doors I have set up on my BBS is Bubble Boggle, which is a .js door. The script filename is boggle.js, and the internal code I have set up for it is BUBLBOGL. It used to run, but with the latest xtrn_sec.js, I'm getting the following error:ãã5/19 08:20:05a Node 1 <Nightfox> !JavaScript D:\BBS\sbbs\exec\xtrn_sec.js line 90: uncaught exception: Unknown module: boggleããThis is line 90 in xtrn_sec.js:ãbbs.exec_xtrn(prog.code);ããNightfoxãã---ã þ Synchronet þ Digital Distortion: digitaldistortionbbs.comã
  • From Nelgin@VERT/EOTLBBS to Nightfox on Tue May 19 14:29:50 2020
    Nightfox wrote:ãN> Hi DM,ãN> ãN> Does xtrn_sec.js expect .js doors to have a filename that is the same as the itnernal code? One of the doors I have set up on my BBS is Bubble Boggle, which is a .js door. The script filename is boggle.js, and the internal code I have set up for it is BUBLBOGL. It used to run, but with the latest xtrn_sec.js, I'm getting the following error:ãN> ãN> 5/19 08:20:05a Node 1 <Nightfox> !JavaScript D:\BBS\sbbs\exec\xtrn_sec.js line 90: uncaught exception: Unknown module: boggleãN> ãN> This is line 90 in xtrn_sec.js:ãN> bbs.exec_xtrn(prog.code);ããI just make sure I had the latest version of xtrn_src.js and tried it on myãsystem and it's working fine.ãã// $Id: xtrn_sec.js,v 1.29 2020/05/09 10:11:23 rswindell Exp $ããName Bubble Boggle ãInternal Code BUBLBOGL ãStart-up Directory ../xtrn/bublbogl ãCommand Line ?boggle.jsãã---ã þ Synchronet þ End Of The Line BBS - endofthelinebbs.comã
  • From Nelgin@VERT/EOTLBBS to Nightfox on Tue May 19 14:31:47 2020
    Nightfox wrote:ãN> Hi DM,ãN> ãN> Does xtrn_sec.js expect .js doors to have a filename that is the same as the itnernal code? One of the doors I have set up on my BBS is Bubble Boggle, which is a .js door. The script filename is boggle.js, and the internal code I have set up for it is BUBLBOGL. It used to run, but with the latest xtrn_sec.js, I'm getting the following error:ãN> ãN> 5/19 08:20:05a Node 1 <Nightfox> !JavaScript D:\BBS\sbbs\exec\xtrn_sec.js line 90: uncaught exception: Unknown module: boggleãN> ãN> This is line 90 in xtrn_sec.js:ãN> bbs.exec_xtrn(prog.code);ãN> ãN> NightfoxããThen again...ããModified Files:ã sbbs.h xtrn.cppãLog Message:ãMove term_env from static (BSS) variable to sbbs_t member. Static memberãfunctãion variables are shared among threads, so this was just a race-conditionãwaitãing to happen. <grimmace>ãããCould have broken it. I'll update myself. If you hear nothing from me, thenãit still works, if it's broken, I'll report back.ãã---ã þ Synchronet þ End Of The Line BBS - endofthelinebbs.comã
  • From Digital Man@VERT to Nightfox on Tue May 19 14:55:10 2020
    Re: xtrn_sec.js - .js filename vs internal codeã By: Nightfox to Digital Man on Tue May 19 2020 08:23 amãã > Hi DM,ã >ã > Does xtrn_sec.js expect .js doors to have a filename that is the same as theã > itnernal code? One of the doors I have set up on my BBS is Bubble Boggle,ã > which is a .js door. The script filename is boggle.js, and the internalã > code I have set up for it is BUBLBOGL. It used to run, but with the latestã > xtrn_sec.js, I'm getting the following error:ã >ã > 5/19 08:20:05a Node 1 <Nightfox> !JavaScript D:\BBS\sbbs\exec\xtrn_sec.jsã > line 90: uncaught exception: Unknown module: boggleã >ã > This is line 90 in xtrn_sec.js:ã > bbs.exec_xtrn(prog.code);ããI hit this same error and resolved it by adding the following to ctrl/json-service.ini:ãã[boggle]ãdir=../xtrn/bublbogl/ãããã digital manããSynchronet "Real Fact" #43:ãSynchronet added Baja/PCMS support with v2.00a (1994).ãNorco, CA WX: 68.5øF, 44.0% humidity, 9 mph NNE wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Nightfox@VERT/DIGDIST to Digital Man on Tue May 19 16:56:31 2020
    Re: xtrn_sec.js - .js filename vs internal codeã By: Digital Man to Nightfox on Tue May 19 2020 02:55 pmãã >> 5/19 08:20:05a Node 1 <Nightfox> !JavaScript ã >> D:\BBS\sbbs\exec\xtrn_sec.js line 90: uncaught exception: Unknownã >> module: boggle ãã >> This is line 90 in xtrn_sec.js:ã >> bbs.exec_xtrn(prog.code);ãã DM> I hit this same error and resolved it by adding the following toã DM> ctrl/json-service.ini: ãã DM> [boggle]ã DM> dir=../xtrn/bublbogl/ããThat seems to have fixed it. Thanks.ããNightfoxãã---ã þ Synchronet þ Digital Distortion: digitaldistortionbbs.comã