-
Synchronetris - Uncaught exception from bbs.xtrn_sec()
From
Nightfox@VERT/DIGDIST to
All on Sun Jan 5 21:25:35 2014
Hi all,ããToday I updated my files in sbbs/xtrn from the Synchronet CVS repository, and Iãset up Synchronetris on my BBS. I have a JavaScript command shell which callsãbbs.xtrn_sec() to go into the external programs area. When I try to runãSynchronetris, I get an error, apparently from bbs.xtrn_sec() (based on theãreported line number in my command shell) that says "uncaught exception: socketãdisconnected". Does anyone know what might cause that?ããNightfoxãã---ã þ Synchronet þ Digital Distortion BBS - digitaldistortionbbs.comã
-
From
MCMLXXIX@VERT/MDJ to
Nightfox on Mon Jan 6 10:00:44 2014
Re: Synchronetris - Uncaught exception from bbs.xtrn_sec()ã By: Nightfox to All on Sun Jan 05 2014 21:25:35ãã > Hi all,ã > ã > Today I updated my files in sbbs/xtrn from the Synchronet CVS repository, anã > set up Synchronetris on my BBS. I have a JavaScript command shell which calã > bbs.xtrn_sec() to go into the external programs area. When I try to runã > Synchronetris, I get an error, apparently from bbs.xtrn_sec() (based on theã > reported line number in my command shell) that says "uncaught exception: socã > disconnected". Does anyone know what might cause that?ã > ããthat's your command shell inheriting the exception, which is actually beingãthrown by the game. are you running your own instance of json-service.js inãservices.ini? is that where the game's server.ini file is pointing?ããin the event you are pointed at my server, ill check my logs to see ifãsomething went wrong. ãã---ã þ Synchronet þ The BRoKEN BuBBLE (bbs.thebrokenbubble.com)ã
-
From
Nightfox@VERT/DIGDIST to
MCMLXXIX on Mon Jan 6 20:08:41 2014
Re: Synchronetris - Uncaught exception from bbs.xtrn_sec()ã By: MCMLXXIX to Nightfox on Mon Jan 06 2014 10:00:44ãã MC> that's your command shell inheriting the exception, which is actuallyã MC> being thrown by the game. are you running your own instance ofã MC> json-service.js in services.ini? is that where the game's server.iniã MC> file is pointing?ããI didn't know json-service.js had to be running. I followed the instructionsãin sysop.doc, and it does not mention json-service or configuring the game toãpoint to a server. It simply explains how to set up tetris.js in SCFG.ããNightfoxãã---ã þ Synchronet þ Digital Distortion BBS - digitaldistortionbbs.comã
-
From
Nightfox@VERT/DIGDIST to
MCMLXXIX on Mon Jan 6 20:16:45 2014
Re: Synchronetris - Uncaught exception from bbs.xtrn_sec()ã By: MCMLXXIX to Nightfox on Mon Jan 06 2014 10:00:44ãã MC> that's your command shell inheriting the exception, which is actuallyã MC> being thrown by the game. are you running your own instance ofã MC> json-service.js in services.ini? is that where the game's server.iniã MC> file is pointing?ããI am running json-service.js in my services.ini, and my server.ini forãSynchronetris is pointed to localhost (I left it as the default). I get theã"socket disconnected" exception even with that configuration.ããNightfoxãã---ã þ Synchronet þ Digital Distortion BBS - digitaldistortionbbs.comã
-
From
MCMLXXIX@VERT/MDJ to
Nightfox on Tue Jan 7 09:22:22 2014
Re: Synchronetris - Uncaught exception from bbs.xtrn_sec()ã By: Nightfox to MCMLXXIX on Mon Jan 06 2014 20:08:41ãã > I didn't know json-service.js had to be running. I followed the instructionã > in sysop.doc, and it does not mention json-service or configuring the game tã > point to a server. It simply explains how to set up tetris.js in SCFG.ããinterbbs.doc has more information.. i suppose that's not a very good place forãlocal setup instructions.. i'll ponder that today..ããã---ã þ Synchronet þ The BRoKEN BuBBLE (bbs.thebrokenbubble.com)ã
-
From
MCMLXXIX@VERT/MDJ to
Nightfox on Tue Jan 7 09:23:21 2014
Re: Synchronetris - Uncaught exception from bbs.xtrn_sec()ã By: Nightfox to MCMLXXIX on Mon Jan 06 2014 20:16:45ãã > I am running json-service.js in my services.ini, and my server.ini forã > Synchronetris is pointed to localhost (I left it as the default). I get theã > "socket disconnected" exception even with that configuration.ããmake sure the synchronetris section is on json-service.ini and is uncommentedãã---ã þ Synchronet þ The BRoKEN BuBBLE (bbs.thebrokenbubble.com)ã
-
From
Nightfox@VERT/DIGDIST to
MCMLXXIX on Tue Jan 7 08:34:16 2014
I didn't know json-service.js had to be running. I followed theã > > instruction in sysop.doc, and it does not mention json-service orã > > configuring the game t point to a server. It simply explains how to setã > > up tetris.js in SCFG.ã > ã > interbbs.doc has more information.. i suppose that's not a very good placeã > for local setup instructions.. i'll ponder that today..ããYeah, I was looking at the sysop.doc that was included in the synchronetrisãdirectory. I'd think that would be the most logical place for documentationãfor all that is needed to set up the door game.ããNightfoxãã---ã þ Synchronet þ Digital Distortion BBS - digitaldistortionbbs.comã
-
From
Android8675@VERT/SHODAN to
Nightfox on Tue Jan 7 08:25:35 2014
Re: Synchronetris - Uncaught exception from bbs.xtrn_sec()ã By: Nightfox to MCMLXXIX on Mon Jan 06 2014 08:08 pmãã MC>> that's your command shell inheriting the exception, which isã MC>> actually being thrown by the game. are you running your own instanceã MC>> of json-service.js in services.ini? is that where the game'sã MC>> server.ini file is pointing?ãã Ni> I didn't know json-service.js had to be running. I followed theã Ni> instructions in sysop.doc, and it does not mention json-service orã Ni> configuring the game to point to a server. It simply explains how to setã Ni> up tetris.js in SCFG.ããI don't think it does, by default netris connects to the broken bubble'sãserver. Might try looking at the default .ini settings on the cvs server andãset your board to that.ããMy server.ini is:ããhost=bbs.thebrokenbubble.comãport=10088ãautoupdate=trueããConnects and plays on TBB.ããã---ã þ Synchronet þ Shodan's Core - shodan.synchro.net:23 & :2323ã
-
From
echicken@VERT/ECBBS to
Android8675 on Tue Jan 7 13:20:11 2014
Re: Synchronetris - Uncaught exception from bbs.xtrn_sec()ã By: Android8675 to Nightfox on Tue Jan 07 2014 08:25:35ãã An> I don't think it does, by default netris connects to the broken bubble'sã An> server. Might try looking at the default .ini settings on the cvs serverã An> and set your board to that.ããThis was true at one point, but is no longer the case. Pretty much everyãJSON-DB enabled game in the CVS defaults to looking for a JSON server atã'localhost' by default now.ãã---ãechickenãelectronic chicken bbs - bbs.electronicchicken.com - 416-273-7230ã þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.comã
-
From
MCMLXXIX@VERT/MDJ to
Nightfox on Tue Jan 7 13:54:12 2014
Re: Synchronetris - Uncaught exception from bbs.xtrn_sec()ã By: Nightfox to MCMLXXIX on Tue Jan 07 2014 08:34:16ãã > > > I didn't know json-service.js had to be running. I followed theã > > > instruction in sysop.doc, and it does not mention json-service orã > > > configuring the game t point to a server. It simply explains how to sã > > > up tetris.js in SCFG.ã > >ã > > interbbs.doc has more information.. i suppose that's not a very good placã > > for local setup instructions.. i'll ponder that today..ã > ã > Yeah, I was looking at the sysop.doc that was included in the synchronetrisã > directory. I'd think that would be the most logical place for documentationã > for all that is needed to set up the door game.ã > ããwell, the sysop.doc and interbbs.doc are carry-overs from when i was using aãdifferent type of interbbs service (a time when running locally did not requireãyou to have a local service running)ããI will update them today at some pointãã---ã þ Synchronet þ The BRoKEN BuBBLE (bbs.thebrokenbubble.com)ã
-
From
Nightfox@VERT/DIGDIST to
MCMLXXIX on Tue Jan 7 12:16:27 2014
Yeah, I was looking at the sysop.doc that was included in theã > > synchronetris directory. I'd think that would be the most logical placeã > > for documentation for all that is needed to set up the door game.ã > > ã > ã > well, the sysop.doc and interbbs.doc are carry-overs from when i was usingã > a different type of interbbs service (a time when running locally did notã > require you to have a local service running)ã > ã > I will update them today at some pointããIf Synchronetris absolutely requires a server of some sort, I think sysop.docãshould mention that and point sysops to the right direction to get it set upãcorrectly - at least it should refer the sysop to interbbs.doc to continue theãsetup. Otherwise a sysop might not realize that there is any additional setupãnecessary beyond getting Synchronetris set up in SCFG.ããNightfoxãã---ã þ Synchronet þ Digital Distortion BBS - digitaldistortionbbs.comã
-
From
Mro@VERT/BBSESINF to
Android8675 on Tue Jan 7 16:38:47 2014
Re: Synchronetris - Uncaught exception from bbs.xtrn_sec()ã By: Android8675 to Nightfox on Tue Jan 07 2014 08:25 amãã > My server.ini is:ãã > host=bbs.thebrokenbubble.comã > port=10088ã > autoupdate=trueãã > Connects and plays on TBB.ããããyou have to addãcvs pollution=ONã---ã þ Synchronet þ ::: BBSES.info - free BBS services :::ã
-
From
MCMLXXIX@VERT/MDJ to
Nightfox on Tue Jan 7 22:15:22 2014
Re: Synchronetris - Uncaught exception from bbs.xtrn_sec()ã By: Nightfox to MCMLXXIX on Tue Jan 07 2014 12:16:27ãã > If Synchronetris absolutely requires a server of some sort, I think sysop.doã > should mention that and point sysops to the right direction to get it set upã > correctly - at least it should refer the sysop to interbbs.doc to continue tã > setup. Otherwise a sysop might not realize that there is any additional setã > necessary beyond getting Synchronetris set up in SCFG.ããsettle down geronimo..ããyou were right, the docs were no good, i updated them. ãã---ã þ Synchronet þ The BRoKEN BuBBLE (bbs.thebrokenbubble.com)ã
-
From
Bill McGarrity@VERT/TEQUILAM to
MCMLXXIX on Wed Jan 8 00:42:00 2014
MCMLXXIX wrote to Nightfox <=-ããã > If Synchronetris absolutely requires a server of some sort, I think sysop.doã > should mention that and point sysops to the right direction to get it set upã > correctly - at least it should refer the sysop to interbbs.doc to continue tã > setup. Otherwise a sysop might not realize that there is any additional setã > necessary beyond getting Synchronetris set up in SCFG.ãã MC> settle down geronimo..ãã MC> you were right, the docs were no good, i updated them.ããAnd you did good... :) Helped me get them up and running without an issue.ããThanksãããBillããTelnet: bbs.tequilamockingbirdonline.netãIRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697ãRadio: radio.tequilamockingbirdonline.net:8010/liveããã... Motorcycles are everywhere... Look twice, save a life!!ã--- MultiMail/Win32 v0.49ã þ Synchronet þ TequilaMockingbird Online - TELNET: bbs.tequilamockingbirdonline.netã